Uses of Class
com.google.cloud.config.v1.ConfigClient.ListDeploymentsPage
-
Packages that use ConfigClient.ListDeploymentsPage Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of ConfigClient.ListDeploymentsPage in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return ConfigClient.ListDeploymentsPage Modifier and Type Method Description protected ConfigClient.ListDeploymentsPage
ConfigClient.ListDeploymentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
Methods in com.google.cloud.config.v1 that return types with arguments of type ConfigClient.ListDeploymentsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ConfigClient.ListDeploymentsPage>
ConfigClient.ListDeploymentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, com.google.api.core.ApiFuture<ListDeploymentsResponse> futureResponse)
Method parameters in com.google.cloud.config.v1 with type arguments of type ConfigClient.ListDeploymentsPage Modifier and Type Method Description protected ConfigClient.ListDeploymentsFixedSizeCollection
ConfigClient.ListDeploymentsFixedSizeCollection. createCollection(List<ConfigClient.ListDeploymentsPage> pages, int collectionSize)
-