Uses of Class
com.google.cloud.deploy.v1.CloudDeployClient.ListReleasesPage
-
Packages that use CloudDeployClient.ListReleasesPage Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of CloudDeployClient.ListReleasesPage in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return CloudDeployClient.ListReleasesPage Modifier and Type Method Description protected CloudDeployClient.ListReleasesPage
CloudDeployClient.ListReleasesPage. createPage(com.google.api.gax.rpc.PageContext<ListReleasesRequest,ListReleasesResponse,Release> context, ListReleasesResponse response)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type CloudDeployClient.ListReleasesPage Modifier and Type Method Description com.google.api.core.ApiFuture<CloudDeployClient.ListReleasesPage>
CloudDeployClient.ListReleasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReleasesRequest,ListReleasesResponse,Release> context, com.google.api.core.ApiFuture<ListReleasesResponse> futureResponse)
Method parameters in com.google.cloud.deploy.v1 with type arguments of type CloudDeployClient.ListReleasesPage Modifier and Type Method Description protected CloudDeployClient.ListReleasesFixedSizeCollection
CloudDeployClient.ListReleasesFixedSizeCollection. createCollection(List<CloudDeployClient.ListReleasesPage> pages, int collectionSize)
-