Uses of Class
com.google.bigtable.admin.v2.ListClustersResponse
-
Packages that use ListClustersResponse Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListClustersResponse in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListClustersResponse Modifier and Type Method Description ListClustersResponse
ListClustersResponse.Builder. build()
ListClustersResponse
ListClustersResponse.Builder. buildPartial()
static ListClustersResponse
ListClustersResponse. getDefaultInstance()
ListClustersResponse
ListClustersResponse.Builder. getDefaultInstanceForType()
ListClustersResponse
ListClustersResponse. getDefaultInstanceForType()
ListClustersResponse
BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub. listClusters(ListClustersRequest request)
Lists information about clusters in an instance.static ListClustersResponse
ListClustersResponse. parseDelimitedFrom(InputStream input)
static ListClustersResponse
ListClustersResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(byte[] data)
static ListClustersResponse
ListClustersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.ByteString data)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(InputStream input)
static ListClustersResponse
ListClustersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(ByteBuffer data)
static ListClustersResponse
ListClustersResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListClustersResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>
BigtableInstanceAdminGrpc. getListClustersMethod()
com.google.protobuf.Parser<ListClustersResponse>
ListClustersResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListClustersResponse>
BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub. listClusters(ListClustersRequest request)
Lists information about clusters in an instance.static com.google.protobuf.Parser<ListClustersResponse>
ListClustersResponse. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type ListClustersResponse Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. mergeFrom(ListClustersResponse other)
static ListClustersResponse.Builder
ListClustersResponse. newBuilder(ListClustersResponse prototype)
Method parameters in com.google.bigtable.admin.v2 with type arguments of type ListClustersResponse Modifier and Type Method Description default void
BigtableInstanceAdminGrpc.AsyncService. listClusters(ListClustersRequest request, io.grpc.stub.StreamObserver<ListClustersResponse> responseObserver)
Lists information about clusters in an instance.void
BigtableInstanceAdminGrpc.BigtableInstanceAdminStub. listClusters(ListClustersRequest request, io.grpc.stub.StreamObserver<ListClustersResponse> responseObserver)
Lists information about clusters in an instance. -
Uses of ListClustersResponse in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListClustersResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<ListClustersRequest,ListClustersResponse>
BigtableInstanceAdminStubSettings.Builder. listClustersSettings()
Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.UnaryCallSettings<ListClustersRequest,ListClustersResponse>
BigtableInstanceAdminStubSettings. listClustersSettings()
Returns the object with the settings used for calls to listClusters.
-