Uses of Class
com.google.bigtable.admin.v2.ListSnapshotsResponse
-
Packages that use ListSnapshotsResponse Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListSnapshotsResponse in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse
ListSnapshotsResponse.Builder. build()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. buildPartial()
static ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstance()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. getDefaultInstanceForType()
ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstanceForType()
ListSnapshotsResponse
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots associated with the specified cluster.static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
BigtableTableAdminGrpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsResponse>
ListSnapshotsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots associated with the specified cluster.static com.google.protobuf.Parser<ListSnapshotsResponse>
ListSnapshotsResponse. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. mergeFrom(ListSnapshotsResponse other)
static ListSnapshotsResponse.Builder
ListSnapshotsResponse. newBuilder(ListSnapshotsResponse prototype)
Method parameters in com.google.bigtable.admin.v2 with type arguments of type ListSnapshotsResponse Modifier and Type Method Description default void
BigtableTableAdminGrpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists all snapshots associated with the specified cluster.void
BigtableTableAdminGrpc.BigtableTableAdminStub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists all snapshots associated with the specified cluster. -
Uses of ListSnapshotsResponse in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse>
BigtableTableAdminStubSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse>
BigtableTableAdminStubSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
-