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 GetJobRunRequestGetJobRunRequest.Builder. build()GetJobRunRequestGetJobRunRequest.Builder. buildPartial()static GetJobRunRequestGetJobRunRequest. getDefaultInstance()GetJobRunRequestGetJobRunRequest.Builder. getDefaultInstanceForType()GetJobRunRequestGetJobRunRequest. getDefaultInstanceForType()static GetJobRunRequestGetJobRunRequest. parseDelimitedFrom(InputStream input)static GetJobRunRequestGetJobRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRunRequestGetJobRunRequest. parseFrom(byte[] data)static GetJobRunRequestGetJobRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRunRequestGetJobRunRequest. parseFrom(com.google.protobuf.ByteString data)static GetJobRunRequestGetJobRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRunRequestGetJobRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetJobRunRequestGetJobRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRunRequestGetJobRunRequest. parseFrom(InputStream input)static GetJobRunRequestGetJobRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRunRequestGetJobRunRequest. parseFrom(ByteBuffer data)static GetJobRunRequestGetJobRunRequest. 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 JobRunCloudDeployClient. getJobRun(GetJobRunRequest request)Gets details of a single JobRun.default voidCloudDeployGrpc.AsyncService. getJobRun(GetJobRunRequest request, io.grpc.stub.StreamObserver<JobRun> responseObserver)Gets details of a single JobRun.JobRunCloudDeployGrpc.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.voidCloudDeployGrpc.CloudDeployStub. getJobRun(GetJobRunRequest request, io.grpc.stub.StreamObserver<JobRun> responseObserver)Gets details of a single JobRun.GetJobRunRequest.BuilderGetJobRunRequest.Builder. mergeFrom(GetJobRunRequest other)static GetJobRunRequest.BuilderGetJobRunRequest. 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.
-