Uses of Class
com.google.cloud.deploy.v1.ListJobRunsRequest
-
Packages that use ListJobRunsRequest Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of ListJobRunsRequest in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return ListJobRunsRequest Modifier and Type Method Description ListJobRunsRequest
ListJobRunsRequest.Builder. build()
ListJobRunsRequest
ListJobRunsRequest.Builder. buildPartial()
static ListJobRunsRequest
ListJobRunsRequest. getDefaultInstance()
ListJobRunsRequest
ListJobRunsRequest.Builder. getDefaultInstanceForType()
ListJobRunsRequest
ListJobRunsRequest. getDefaultInstanceForType()
static ListJobRunsRequest
ListJobRunsRequest. parseDelimitedFrom(InputStream input)
static ListJobRunsRequest
ListJobRunsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(byte[] data)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(InputStream input)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(ByteBuffer data)
static ListJobRunsRequest
ListJobRunsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type ListJobRunsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListJobRunsRequest,ListJobRunsResponse>
CloudDeployGrpc. getListJobRunsMethod()
com.google.protobuf.Parser<ListJobRunsRequest>
ListJobRunsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,ListJobRunsResponse>
CloudDeployClient. listJobRunsCallable()
Lists JobRuns in a given project and location.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.static com.google.protobuf.Parser<ListJobRunsRequest>
ListJobRunsRequest. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type ListJobRunsRequest Modifier and Type Method Description CloudDeployClient.ListJobRunsPagedResponse
CloudDeployClient. listJobRuns(ListJobRunsRequest request)
Lists JobRuns in a given project and location.default void
CloudDeployGrpc.AsyncService. listJobRuns(ListJobRunsRequest request, io.grpc.stub.StreamObserver<ListJobRunsResponse> responseObserver)
Lists JobRuns in a given project and location.ListJobRunsResponse
CloudDeployGrpc.CloudDeployBlockingStub. listJobRuns(ListJobRunsRequest request)
Lists JobRuns in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListJobRunsResponse>
CloudDeployGrpc.CloudDeployFutureStub. listJobRuns(ListJobRunsRequest request)
Lists JobRuns in a given project and location.void
CloudDeployGrpc.CloudDeployStub. listJobRuns(ListJobRunsRequest request, io.grpc.stub.StreamObserver<ListJobRunsResponse> responseObserver)
Lists JobRuns in a given project and location.ListJobRunsRequest.Builder
ListJobRunsRequest.Builder. mergeFrom(ListJobRunsRequest other)
static ListJobRunsRequest.Builder
ListJobRunsRequest. newBuilder(ListJobRunsRequest prototype)
Method parameters in com.google.cloud.deploy.v1 with type arguments of type ListJobRunsRequest 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)
protected CloudDeployClient.ListJobRunsPage
CloudDeployClient.ListJobRunsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, ListJobRunsResponse response)
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)
-
Uses of ListJobRunsRequest in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type ListJobRunsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,ListJobRunsResponse>
CloudDeployStub. listJobRunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,ListJobRunsResponse>
GrpcCloudDeployStub. listJobRunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobRunsRequest,ListJobRunsResponse>
HttpJsonCloudDeployStub. listJobRunsCallable()
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.
-