Uses of Class
com.google.cloud.talent.v4beta1.CompanyServiceClient.ListCompaniesPage
-
Packages that use CompanyServiceClient.ListCompaniesPage Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of CompanyServiceClient.ListCompaniesPage in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return CompanyServiceClient.ListCompaniesPage Modifier and Type Method Description protected CompanyServiceClient.ListCompaniesPage
CompanyServiceClient.ListCompaniesPage. createPage(com.google.api.gax.rpc.PageContext<ListCompaniesRequest,ListCompaniesResponse,Company> context, ListCompaniesResponse response)
Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type CompanyServiceClient.ListCompaniesPage Modifier and Type Method Description com.google.api.core.ApiFuture<CompanyServiceClient.ListCompaniesPage>
CompanyServiceClient.ListCompaniesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCompaniesRequest,ListCompaniesResponse,Company> context, com.google.api.core.ApiFuture<ListCompaniesResponse> futureResponse)
Method parameters in com.google.cloud.talent.v4beta1 with type arguments of type CompanyServiceClient.ListCompaniesPage Modifier and Type Method Description protected CompanyServiceClient.ListCompaniesFixedSizeCollection
CompanyServiceClient.ListCompaniesFixedSizeCollection. createCollection(List<CompanyServiceClient.ListCompaniesPage> pages, int collectionSize)
-