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