Uses of Class
com.google.cloud.talent.v4.CompanyServiceClient.ListCompaniesPage
-
Packages that use CompanyServiceClient.ListCompaniesPage Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of CompanyServiceClient.ListCompaniesPage in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 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.v4 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.v4 with type arguments of type CompanyServiceClient.ListCompaniesPage Modifier and Type Method Description protected CompanyServiceClient.ListCompaniesFixedSizeCollection
CompanyServiceClient.ListCompaniesFixedSizeCollection. createCollection(List<CompanyServiceClient.ListCompaniesPage> pages, int collectionSize)
-