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 TerminateJobRunResponseTerminateJobRunResponse.Builder. build()TerminateJobRunResponseTerminateJobRunResponse.Builder. buildPartial()static TerminateJobRunResponseTerminateJobRunResponse. getDefaultInstance()TerminateJobRunResponseTerminateJobRunResponse.Builder. getDefaultInstanceForType()TerminateJobRunResponseTerminateJobRunResponse. getDefaultInstanceForType()static TerminateJobRunResponseTerminateJobRunResponse. parseDelimitedFrom(InputStream input)static TerminateJobRunResponseTerminateJobRunResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(byte[] data)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(com.google.protobuf.ByteString data)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(com.google.protobuf.CodedInputStream input)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(InputStream input)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(ByteBuffer data)static TerminateJobRunResponseTerminateJobRunResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TerminateJobRunResponseCloudDeployClient. terminateJobRun(JobRunName name)Terminates a Job Run in a given project and location.TerminateJobRunResponseCloudDeployClient. terminateJobRun(TerminateJobRunRequest request)Terminates a Job Run in a given project and location.TerminateJobRunResponseCloudDeployClient. terminateJobRun(String name)Terminates a Job Run in a given project and location.TerminateJobRunResponseCloudDeployGrpc.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.BuilderTerminateJobRunResponse.Builder. mergeFrom(TerminateJobRunResponse other)static TerminateJobRunResponse.BuilderTerminateJobRunResponse. newBuilder(TerminateJobRunResponse prototype)Method parameters in com.google.cloud.deploy.v1 with type arguments of type TerminateJobRunResponse Modifier and Type Method Description default voidCloudDeployGrpc.AsyncService. terminateJobRun(TerminateJobRunRequest request, io.grpc.stub.StreamObserver<TerminateJobRunResponse> responseObserver)Terminates a Job Run in a given project and location.voidCloudDeployGrpc.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.
-