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 GetBatchRequestGetBatchRequest.Builder. build()GetBatchRequestGetBatchRequest.Builder. buildPartial()static GetBatchRequestGetBatchRequest. getDefaultInstance()GetBatchRequestGetBatchRequest.Builder. getDefaultInstanceForType()GetBatchRequestGetBatchRequest. getDefaultInstanceForType()static GetBatchRequestGetBatchRequest. parseDelimitedFrom(InputStream input)static GetBatchRequestGetBatchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchRequestGetBatchRequest. parseFrom(byte[] data)static GetBatchRequestGetBatchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchRequestGetBatchRequest. parseFrom(com.google.protobuf.ByteString data)static GetBatchRequestGetBatchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchRequestGetBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetBatchRequestGetBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchRequestGetBatchRequest. parseFrom(InputStream input)static GetBatchRequestGetBatchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchRequestGetBatchRequest. parseFrom(ByteBuffer data)static GetBatchRequestGetBatchRequest. 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 BatchBatchControllerClient. getBatch(GetBatchRequest request)Gets the batch workload resource representation.default voidBatchControllerGrpc.AsyncService. getBatch(GetBatchRequest request, io.grpc.stub.StreamObserver<Batch> responseObserver)Gets the batch workload resource representation.BatchBatchControllerGrpc.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.voidBatchControllerGrpc.BatchControllerStub. getBatch(GetBatchRequest request, io.grpc.stub.StreamObserver<Batch> responseObserver)Gets the batch workload resource representation.GetBatchRequest.BuilderGetBatchRequest.Builder. mergeFrom(GetBatchRequest other)static GetBatchRequest.BuilderGetBatchRequest. 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.
-