Uses of Class
com.google.cloud.talent.v4.CompanyServiceClient.ListCompaniesPagedResponse
-
Packages that use CompanyServiceClient.ListCompaniesPagedResponse Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of CompanyServiceClient.ListCompaniesPagedResponse in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return CompanyServiceClient.ListCompaniesPagedResponse Modifier and Type Method Description CompanyServiceClient.ListCompaniesPagedResponse
CompanyServiceClient. listCompanies(ListCompaniesRequest request)
Lists all companies associated with the project.CompanyServiceClient.ListCompaniesPagedResponse
CompanyServiceClient. listCompanies(TenantName parent)
Lists all companies associated with the project.CompanyServiceClient.ListCompaniesPagedResponse
CompanyServiceClient. listCompanies(String parent)
Lists all companies associated with the project.Methods in com.google.cloud.talent.v4 that return types with arguments of type CompanyServiceClient.ListCompaniesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceClient.ListCompaniesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCompaniesRequest,ListCompaniesResponse,Company> context, com.google.api.core.ApiFuture<ListCompaniesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceClient. listCompaniesPagedCallable()
Lists all companies associated with the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceSettings.Builder. listCompaniesSettings()
Returns the builder for the settings used for calls to listCompanies.com.google.api.gax.rpc.PagedCallSettings<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceSettings. listCompaniesSettings()
Returns the object with the settings used for calls to listCompanies. -
Uses of CompanyServiceClient.ListCompaniesPagedResponse in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type CompanyServiceClient.ListCompaniesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceStub. listCompaniesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
GrpcCompanyServiceStub. listCompaniesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
HttpJsonCompanyServiceStub. listCompaniesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceStubSettings.Builder. listCompaniesSettings()
Returns the builder for the settings used for calls to listCompanies.com.google.api.gax.rpc.PagedCallSettings<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceStubSettings. listCompaniesSettings()
Returns the object with the settings used for calls to listCompanies.
-