Uses of Class
com.google.cloud.deploy.v1.CloudDeployClient.ListJobRunsPagedResponse
-
Packages that use CloudDeployClient.ListJobRunsPagedResponse Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of CloudDeployClient.ListJobRunsPagedResponse in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return CloudDeployClient.ListJobRunsPagedResponse Modifier and Type Method Description CloudDeployClient.ListJobRunsPagedResponse
CloudDeployClient. listJobRuns(ListJobRunsRequest request)
Lists JobRuns in a given project and location.CloudDeployClient.ListJobRunsPagedResponse
CloudDeployClient. listJobRuns(RolloutName parent)
Lists JobRuns in a given project and location.CloudDeployClient.ListJobRunsPagedResponse
CloudDeployClient. listJobRuns(String parent)
Lists JobRuns in a given project and location.Methods in com.google.cloud.deploy.v1 that return types with arguments of type CloudDeployClient.ListJobRunsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudDeployClient.ListJobRunsPagedResponse>
CloudDeployClient.ListJobRunsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, com.google.api.core.ApiFuture<ListJobRunsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,CloudDeployClient.ListJobRunsPagedResponse>
CloudDeployClient. listJobRunsPagedCallable()
Lists JobRuns in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobRunsRequest,ListJobRunsResponse,CloudDeployClient.ListJobRunsPagedResponse>
CloudDeploySettings.Builder. listJobRunsSettings()
Returns the builder for the settings used for calls to listJobRuns.com.google.api.gax.rpc.PagedCallSettings<ListJobRunsRequest,ListJobRunsResponse,CloudDeployClient.ListJobRunsPagedResponse>
CloudDeploySettings. listJobRunsSettings()
Returns the object with the settings used for calls to listJobRuns. -
Uses of CloudDeployClient.ListJobRunsPagedResponse in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type CloudDeployClient.ListJobRunsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,CloudDeployClient.ListJobRunsPagedResponse>
CloudDeployStub. listJobRunsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,CloudDeployClient.ListJobRunsPagedResponse>
GrpcCloudDeployStub. listJobRunsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,CloudDeployClient.ListJobRunsPagedResponse>
HttpJsonCloudDeployStub. listJobRunsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobRunsRequest,ListJobRunsResponse,CloudDeployClient.ListJobRunsPagedResponse>
CloudDeployStubSettings.Builder. listJobRunsSettings()
Returns the builder for the settings used for calls to listJobRuns.com.google.api.gax.rpc.PagedCallSettings<ListJobRunsRequest,ListJobRunsResponse,CloudDeployClient.ListJobRunsPagedResponse>
CloudDeployStubSettings. listJobRunsSettings()
Returns the object with the settings used for calls to listJobRuns.
-