Uses of Class
com.google.cloud.deploy.v1.GetJobRunRequest
-
Packages that use GetJobRunRequest Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of GetJobRunRequest in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return GetJobRunRequest Modifier and Type Method Description GetJobRunRequest
GetJobRunRequest.Builder. build()
GetJobRunRequest
GetJobRunRequest.Builder. buildPartial()
static GetJobRunRequest
GetJobRunRequest. getDefaultInstance()
GetJobRunRequest
GetJobRunRequest.Builder. getDefaultInstanceForType()
GetJobRunRequest
GetJobRunRequest. getDefaultInstanceForType()
static GetJobRunRequest
GetJobRunRequest. parseDelimitedFrom(InputStream input)
static GetJobRunRequest
GetJobRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRunRequest
GetJobRunRequest. parseFrom(byte[] data)
static GetJobRunRequest
GetJobRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRunRequest
GetJobRunRequest. parseFrom(com.google.protobuf.ByteString data)
static GetJobRunRequest
GetJobRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRunRequest
GetJobRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetJobRunRequest
GetJobRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRunRequest
GetJobRunRequest. parseFrom(InputStream input)
static GetJobRunRequest
GetJobRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRunRequest
GetJobRunRequest. parseFrom(ByteBuffer data)
static GetJobRunRequest
GetJobRunRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type GetJobRunRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRunRequest,JobRun>
CloudDeployGrpc. getGetJobRunMethod()
com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>
CloudDeployClient. getJobRunCallable()
Gets details of a single JobRun.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRunRequest,JobRun>
CloudDeploySettings.Builder. getJobRunSettings()
Returns the builder for the settings used for calls to getJobRun.com.google.api.gax.rpc.UnaryCallSettings<GetJobRunRequest,JobRun>
CloudDeploySettings. getJobRunSettings()
Returns the object with the settings used for calls to getJobRun.com.google.protobuf.Parser<GetJobRunRequest>
GetJobRunRequest. getParserForType()
static com.google.protobuf.Parser<GetJobRunRequest>
GetJobRunRequest. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type GetJobRunRequest Modifier and Type Method Description JobRun
CloudDeployClient. getJobRun(GetJobRunRequest request)
Gets details of a single JobRun.default void
CloudDeployGrpc.AsyncService. getJobRun(GetJobRunRequest request, io.grpc.stub.StreamObserver<JobRun> responseObserver)
Gets details of a single JobRun.JobRun
CloudDeployGrpc.CloudDeployBlockingStub. getJobRun(GetJobRunRequest request)
Gets details of a single JobRun.com.google.common.util.concurrent.ListenableFuture<JobRun>
CloudDeployGrpc.CloudDeployFutureStub. getJobRun(GetJobRunRequest request)
Gets details of a single JobRun.void
CloudDeployGrpc.CloudDeployStub. getJobRun(GetJobRunRequest request, io.grpc.stub.StreamObserver<JobRun> responseObserver)
Gets details of a single JobRun.GetJobRunRequest.Builder
GetJobRunRequest.Builder. mergeFrom(GetJobRunRequest other)
static GetJobRunRequest.Builder
GetJobRunRequest. newBuilder(GetJobRunRequest prototype)
-
Uses of GetJobRunRequest in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type GetJobRunRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>
CloudDeployStub. getJobRunCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>
GrpcCloudDeployStub. getJobRunCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRunRequest,JobRun>
HttpJsonCloudDeployStub. getJobRunCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRunRequest,JobRun>
CloudDeployStubSettings.Builder. getJobRunSettings()
Returns the builder for the settings used for calls to getJobRun.com.google.api.gax.rpc.UnaryCallSettings<GetJobRunRequest,JobRun>
CloudDeployStubSettings. getJobRunSettings()
Returns the object with the settings used for calls to getJobRun.
-