Uses of Class
com.google.cloud.dataproc.v1.ListBatchesRequest
-
Packages that use ListBatchesRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of ListBatchesRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ListBatchesRequest Modifier and Type Method Description ListBatchesRequest
ListBatchesRequest.Builder. build()
ListBatchesRequest
ListBatchesRequest.Builder. buildPartial()
static ListBatchesRequest
ListBatchesRequest. getDefaultInstance()
ListBatchesRequest
ListBatchesRequest.Builder. getDefaultInstanceForType()
ListBatchesRequest
ListBatchesRequest. getDefaultInstanceForType()
static ListBatchesRequest
ListBatchesRequest. parseDelimitedFrom(InputStream input)
static ListBatchesRequest
ListBatchesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesRequest
ListBatchesRequest. parseFrom(byte[] data)
static ListBatchesRequest
ListBatchesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesRequest
ListBatchesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListBatchesRequest
ListBatchesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesRequest
ListBatchesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListBatchesRequest
ListBatchesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesRequest
ListBatchesRequest. parseFrom(InputStream input)
static ListBatchesRequest
ListBatchesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesRequest
ListBatchesRequest. parseFrom(ByteBuffer data)
static ListBatchesRequest
ListBatchesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ListBatchesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBatchesRequest,ListBatchesResponse>
BatchControllerGrpc. getListBatchesMethod()
com.google.protobuf.Parser<ListBatchesRequest>
ListBatchesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse>
BatchControllerClient. listBatchesCallable()
Lists batch workloads.com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>
BatchControllerClient. listBatchesPagedCallable()
Lists batch workloads.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>
BatchControllerSettings.Builder. listBatchesSettings()
Returns the builder for the settings used for calls to listBatches.com.google.api.gax.rpc.PagedCallSettings<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>
BatchControllerSettings. listBatchesSettings()
Returns the object with the settings used for calls to listBatches.static com.google.protobuf.Parser<ListBatchesRequest>
ListBatchesRequest. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type ListBatchesRequest Modifier and Type Method Description BatchControllerClient.ListBatchesPagedResponse
BatchControllerClient. listBatches(ListBatchesRequest request)
Lists batch workloads.default void
BatchControllerGrpc.AsyncService. listBatches(ListBatchesRequest request, io.grpc.stub.StreamObserver<ListBatchesResponse> responseObserver)
Lists batch workloads.ListBatchesResponse
BatchControllerGrpc.BatchControllerBlockingStub. listBatches(ListBatchesRequest request)
Lists batch workloads.com.google.common.util.concurrent.ListenableFuture<ListBatchesResponse>
BatchControllerGrpc.BatchControllerFutureStub. listBatches(ListBatchesRequest request)
Lists batch workloads.void
BatchControllerGrpc.BatchControllerStub. listBatches(ListBatchesRequest request, io.grpc.stub.StreamObserver<ListBatchesResponse> responseObserver)
Lists batch workloads.ListBatchesRequest.Builder
ListBatchesRequest.Builder. mergeFrom(ListBatchesRequest other)
static ListBatchesRequest.Builder
ListBatchesRequest. newBuilder(ListBatchesRequest prototype)
Method parameters in com.google.cloud.dataproc.v1 with type arguments of type ListBatchesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPagedResponse>
BatchControllerClient.ListBatchesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse)
protected BatchControllerClient.ListBatchesPage
BatchControllerClient.ListBatchesPage. createPage(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ListBatchesResponse response)
com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPage>
BatchControllerClient.ListBatchesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse)
-
Uses of ListBatchesRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type ListBatchesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse>
BatchControllerStub. listBatchesCallable()
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse>
GrpcBatchControllerStub. listBatchesCallable()
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse>
HttpJsonBatchControllerStub. listBatchesCallable()
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>
BatchControllerStub. listBatchesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>
GrpcBatchControllerStub. listBatchesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>
HttpJsonBatchControllerStub. listBatchesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>
BatchControllerStubSettings.Builder. listBatchesSettings()
Returns the builder for the settings used for calls to listBatches.com.google.api.gax.rpc.PagedCallSettings<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>
BatchControllerStubSettings. listBatchesSettings()
Returns the object with the settings used for calls to listBatches.
-