Uses of Class
com.google.cloud.dataproc.v1.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of DeleteJobRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return DeleteJobRequest Modifier and Type Method Description DeleteJobRequest
DeleteJobRequest.Builder. build()
DeleteJobRequest
DeleteJobRequest.Builder. buildPartial()
static DeleteJobRequest
DeleteJobRequest. getDefaultInstance()
DeleteJobRequest
DeleteJobRequest.Builder. getDefaultInstanceForType()
DeleteJobRequest
DeleteJobRequest. getDefaultInstanceForType()
static DeleteJobRequest
DeleteJobRequest. parseDelimitedFrom(InputStream input)
static DeleteJobRequest
DeleteJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(byte[] data)
static DeleteJobRequest
DeleteJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(InputStream input)
static DeleteJobRequest
DeleteJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(ByteBuffer data)
static DeleteJobRequest
DeleteJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type DeleteJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
JobControllerClient. deleteJobCallable()
Deletes the job from the project.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty>
JobControllerSettings.Builder. deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteJobRequest,com.google.protobuf.Empty>
JobControllerSettings. deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty>
JobControllerGrpc. getDeleteJobMethod()
com.google.protobuf.Parser<DeleteJobRequest>
DeleteJobRequest. getParserForType()
static com.google.protobuf.Parser<DeleteJobRequest>
DeleteJobRequest. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type DeleteJobRequest Modifier and Type Method Description void
JobControllerClient. deleteJob(DeleteJobRequest request)
Deletes the job from the project.default void
JobControllerGrpc.AsyncService. deleteJob(DeleteJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the job from the project.com.google.protobuf.Empty
JobControllerGrpc.JobControllerBlockingStub. deleteJob(DeleteJobRequest request)
Deletes the job from the project.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
JobControllerGrpc.JobControllerFutureStub. deleteJob(DeleteJobRequest request)
Deletes the job from the project.void
JobControllerGrpc.JobControllerStub. deleteJob(DeleteJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the job from the project.DeleteJobRequest.Builder
DeleteJobRequest.Builder. mergeFrom(DeleteJobRequest other)
static DeleteJobRequest.Builder
DeleteJobRequest. newBuilder(DeleteJobRequest prototype)
-
Uses of DeleteJobRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type DeleteJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
GrpcJobControllerStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
HttpJsonJobControllerStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
JobControllerStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty>
JobControllerStubSettings.Builder. deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteJobRequest,com.google.protobuf.Empty>
JobControllerStubSettings. deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.
-