Uses of Class
com.google.cloud.dataproc.v1.CreateBatchRequest
-
Packages that use CreateBatchRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of CreateBatchRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return CreateBatchRequest Modifier and Type Method Description CreateBatchRequestCreateBatchRequest.Builder. build()CreateBatchRequestCreateBatchRequest.Builder. buildPartial()static CreateBatchRequestCreateBatchRequest. getDefaultInstance()CreateBatchRequestCreateBatchRequest.Builder. getDefaultInstanceForType()CreateBatchRequestCreateBatchRequest. getDefaultInstanceForType()static CreateBatchRequestCreateBatchRequest. parseDelimitedFrom(InputStream input)static CreateBatchRequestCreateBatchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateBatchRequestCreateBatchRequest. parseFrom(byte[] data)static CreateBatchRequestCreateBatchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateBatchRequestCreateBatchRequest. parseFrom(com.google.protobuf.ByteString data)static CreateBatchRequestCreateBatchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateBatchRequestCreateBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateBatchRequestCreateBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateBatchRequestCreateBatchRequest. parseFrom(InputStream input)static CreateBatchRequestCreateBatchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateBatchRequestCreateBatchRequest. parseFrom(ByteBuffer data)static CreateBatchRequestCreateBatchRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataproc.v1 that return types with arguments of type CreateBatchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateBatchRequest,com.google.longrunning.Operation>BatchControllerClient. createBatchCallable()Creates a batch workload that executes asynchronously.com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerClient. createBatchOperationCallable()Creates a batch workload that executes asynchronously.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerSettings.Builder. createBatchOperationSettings()Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerSettings. createBatchOperationSettings()Returns the object with the settings used for calls to createBatch.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBatchRequest,com.google.longrunning.Operation>BatchControllerSettings.Builder. createBatchSettings()Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.UnaryCallSettings<CreateBatchRequest,com.google.longrunning.Operation>BatchControllerSettings. createBatchSettings()Returns the object with the settings used for calls to createBatch.static io.grpc.MethodDescriptor<CreateBatchRequest,com.google.longrunning.Operation>BatchControllerGrpc. getCreateBatchMethod()com.google.protobuf.Parser<CreateBatchRequest>CreateBatchRequest. getParserForType()static com.google.protobuf.Parser<CreateBatchRequest>CreateBatchRequest. parser()Methods in com.google.cloud.dataproc.v1 with parameters of type CreateBatchRequest Modifier and Type Method Description default voidBatchControllerGrpc.AsyncService. createBatch(CreateBatchRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a batch workload that executes asynchronously.com.google.longrunning.OperationBatchControllerGrpc.BatchControllerBlockingStub. createBatch(CreateBatchRequest request)Creates a batch workload that executes asynchronously.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>BatchControllerGrpc.BatchControllerFutureStub. createBatch(CreateBatchRequest request)Creates a batch workload that executes asynchronously.voidBatchControllerGrpc.BatchControllerStub. createBatch(CreateBatchRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a batch workload that executes asynchronously.com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>BatchControllerClient. createBatchAsync(CreateBatchRequest request)Creates a batch workload that executes asynchronously.CreateBatchRequest.BuilderCreateBatchRequest.Builder. mergeFrom(CreateBatchRequest other)static CreateBatchRequest.BuilderCreateBatchRequest. newBuilder(CreateBatchRequest prototype) -
Uses of CreateBatchRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type CreateBatchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateBatchRequest,com.google.longrunning.Operation>BatchControllerStub. createBatchCallable()com.google.api.gax.rpc.UnaryCallable<CreateBatchRequest,com.google.longrunning.Operation>GrpcBatchControllerStub. createBatchCallable()com.google.api.gax.rpc.UnaryCallable<CreateBatchRequest,com.google.longrunning.Operation>HttpJsonBatchControllerStub. createBatchCallable()com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerStub. createBatchOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>GrpcBatchControllerStub. createBatchOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>HttpJsonBatchControllerStub. createBatchOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerStubSettings.Builder. createBatchOperationSettings()Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerStubSettings. createBatchOperationSettings()Returns the object with the settings used for calls to createBatch.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBatchRequest,com.google.longrunning.Operation>BatchControllerStubSettings.Builder. createBatchSettings()Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.UnaryCallSettings<CreateBatchRequest,com.google.longrunning.Operation>BatchControllerStubSettings. createBatchSettings()Returns the object with the settings used for calls to createBatch.
-