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