Uses of Class
com.google.cloud.dataproc.v1.GetBatchRequest
-
Packages that use GetBatchRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of GetBatchRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return GetBatchRequest Modifier and Type Method Description GetBatchRequest
GetBatchRequest.Builder. build()
GetBatchRequest
GetBatchRequest.Builder. buildPartial()
static GetBatchRequest
GetBatchRequest. getDefaultInstance()
GetBatchRequest
GetBatchRequest.Builder. getDefaultInstanceForType()
GetBatchRequest
GetBatchRequest. getDefaultInstanceForType()
static GetBatchRequest
GetBatchRequest. parseDelimitedFrom(InputStream input)
static GetBatchRequest
GetBatchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBatchRequest
GetBatchRequest. parseFrom(byte[] data)
static GetBatchRequest
GetBatchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBatchRequest
GetBatchRequest. parseFrom(com.google.protobuf.ByteString data)
static GetBatchRequest
GetBatchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBatchRequest
GetBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetBatchRequest
GetBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBatchRequest
GetBatchRequest. parseFrom(InputStream input)
static GetBatchRequest
GetBatchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBatchRequest
GetBatchRequest. parseFrom(ByteBuffer data)
static GetBatchRequest
GetBatchRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type GetBatchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
BatchControllerClient. getBatchCallable()
Gets the batch workload resource representation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBatchRequest,Batch>
BatchControllerSettings.Builder. getBatchSettings()
Returns the builder for the settings used for calls to getBatch.com.google.api.gax.rpc.UnaryCallSettings<GetBatchRequest,Batch>
BatchControllerSettings. getBatchSettings()
Returns the object with the settings used for calls to getBatch.static io.grpc.MethodDescriptor<GetBatchRequest,Batch>
BatchControllerGrpc. getGetBatchMethod()
com.google.protobuf.Parser<GetBatchRequest>
GetBatchRequest. getParserForType()
static com.google.protobuf.Parser<GetBatchRequest>
GetBatchRequest. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type GetBatchRequest Modifier and Type Method Description Batch
BatchControllerClient. getBatch(GetBatchRequest request)
Gets the batch workload resource representation.default void
BatchControllerGrpc.AsyncService. getBatch(GetBatchRequest request, io.grpc.stub.StreamObserver<Batch> responseObserver)
Gets the batch workload resource representation.Batch
BatchControllerGrpc.BatchControllerBlockingStub. getBatch(GetBatchRequest request)
Gets the batch workload resource representation.com.google.common.util.concurrent.ListenableFuture<Batch>
BatchControllerGrpc.BatchControllerFutureStub. getBatch(GetBatchRequest request)
Gets the batch workload resource representation.void
BatchControllerGrpc.BatchControllerStub. getBatch(GetBatchRequest request, io.grpc.stub.StreamObserver<Batch> responseObserver)
Gets the batch workload resource representation.GetBatchRequest.Builder
GetBatchRequest.Builder. mergeFrom(GetBatchRequest other)
static GetBatchRequest.Builder
GetBatchRequest. newBuilder(GetBatchRequest prototype)
-
Uses of GetBatchRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type GetBatchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
BatchControllerStub. getBatchCallable()
com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
GrpcBatchControllerStub. getBatchCallable()
com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
HttpJsonBatchControllerStub. getBatchCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBatchRequest,Batch>
BatchControllerStubSettings.Builder. getBatchSettings()
Returns the builder for the settings used for calls to getBatch.com.google.api.gax.rpc.UnaryCallSettings<GetBatchRequest,Batch>
BatchControllerStubSettings. getBatchSettings()
Returns the object with the settings used for calls to getBatch.
-