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