Uses of Class
com.google.cloud.dataproc.v1.ListBatchesResponse
-
Packages that use ListBatchesResponse Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of ListBatchesResponse in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ListBatchesResponse Modifier and Type Method Description ListBatchesResponse
ListBatchesResponse.Builder. build()
ListBatchesResponse
ListBatchesResponse.Builder. buildPartial()
static ListBatchesResponse
ListBatchesResponse. getDefaultInstance()
ListBatchesResponse
ListBatchesResponse.Builder. getDefaultInstanceForType()
ListBatchesResponse
ListBatchesResponse. getDefaultInstanceForType()
ListBatchesResponse
BatchControllerGrpc.BatchControllerBlockingStub. listBatches(ListBatchesRequest request)
Lists batch workloads.static ListBatchesResponse
ListBatchesResponse. parseDelimitedFrom(InputStream input)
static ListBatchesResponse
ListBatchesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesResponse
ListBatchesResponse. parseFrom(byte[] data)
static ListBatchesResponse
ListBatchesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesResponse
ListBatchesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListBatchesResponse
ListBatchesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesResponse
ListBatchesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListBatchesResponse
ListBatchesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesResponse
ListBatchesResponse. parseFrom(InputStream input)
static ListBatchesResponse
ListBatchesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBatchesResponse
ListBatchesResponse. parseFrom(ByteBuffer data)
static ListBatchesResponse
ListBatchesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ListBatchesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBatchesRequest,ListBatchesResponse>
BatchControllerGrpc. getListBatchesMethod()
com.google.protobuf.Parser<ListBatchesResponse>
ListBatchesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListBatchesResponse>
BatchControllerGrpc.BatchControllerFutureStub. listBatches(ListBatchesRequest request)
Lists batch workloads.com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse>
BatchControllerClient. listBatchesCallable()
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<ListBatchesResponse>
ListBatchesResponse. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type ListBatchesResponse Modifier and Type Method Description protected BatchControllerClient.ListBatchesPage
BatchControllerClient.ListBatchesPage. createPage(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ListBatchesResponse response)
ListBatchesResponse.Builder
ListBatchesResponse.Builder. mergeFrom(ListBatchesResponse other)
static ListBatchesResponse.Builder
ListBatchesResponse. newBuilder(ListBatchesResponse prototype)
Method parameters in com.google.cloud.dataproc.v1 with type arguments of type ListBatchesResponse 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)
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)
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)
default void
BatchControllerGrpc.AsyncService. listBatches(ListBatchesRequest request, io.grpc.stub.StreamObserver<ListBatchesResponse> responseObserver)
Lists batch workloads.void
BatchControllerGrpc.BatchControllerStub. listBatches(ListBatchesRequest request, io.grpc.stub.StreamObserver<ListBatchesResponse> responseObserver)
Lists batch workloads. -
Uses of ListBatchesResponse in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type ListBatchesResponse 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.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.
-