Uses of Class
com.google.cloud.batch.v1alpha.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of DeleteJobRequest in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha 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.batch.v1alpha that return types with arguments of type DeleteJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.longrunning.Operation>
BatchServiceClient. deleteJobCallable()
Delete a Job.com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceClient. deleteJobOperationCallable()
Delete a Job.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceSettings.Builder. deleteJobOperationSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.OperationCallSettings<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceSettings. deleteJobOperationSettings()
Returns the object with the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteJobRequest,com.google.longrunning.Operation>
BatchServiceSettings.Builder. deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteJobRequest,com.google.longrunning.Operation>
BatchServiceSettings. deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.longrunning.Operation>
BatchServiceGrpc. getDeleteJobMethod()
com.google.protobuf.Parser<DeleteJobRequest>
DeleteJobRequest. getParserForType()
static com.google.protobuf.Parser<DeleteJobRequest>
DeleteJobRequest. parser()
Methods in com.google.cloud.batch.v1alpha with parameters of type DeleteJobRequest Modifier and Type Method Description default void
BatchServiceGrpc.AsyncService. deleteJob(DeleteJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Delete a Job.com.google.longrunning.Operation
BatchServiceGrpc.BatchServiceBlockingStub. deleteJob(DeleteJobRequest request)
Delete a Job.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
BatchServiceGrpc.BatchServiceFutureStub. deleteJob(DeleteJobRequest request)
Delete a Job.void
BatchServiceGrpc.BatchServiceStub. deleteJob(DeleteJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Delete a Job.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
BatchServiceClient. deleteJobAsync(DeleteJobRequest request)
Delete a Job.DeleteJobRequest.Builder
DeleteJobRequest.Builder. mergeFrom(DeleteJobRequest other)
static DeleteJobRequest.Builder
DeleteJobRequest. newBuilder(DeleteJobRequest prototype)
-
Uses of DeleteJobRequest in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return types with arguments of type DeleteJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.longrunning.Operation>
BatchServiceStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.longrunning.Operation>
GrpcBatchServiceStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.longrunning.Operation>
HttpJsonBatchServiceStub. deleteJobCallable()
com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceStub. deleteJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcBatchServiceStub. deleteJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonBatchServiceStub. deleteJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceStubSettings.Builder. deleteJobOperationSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.OperationCallSettings<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceStubSettings. deleteJobOperationSettings()
Returns the object with the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteJobRequest,com.google.longrunning.Operation>
BatchServiceStubSettings.Builder. deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteJobRequest,com.google.longrunning.Operation>
BatchServiceStubSettings. deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.
-