Uses of Class
com.google.bigtable.admin.v2.ListSnapshotsRequest
-
Packages that use ListSnapshotsRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListSnapshotsRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsRequest
ListSnapshotsRequest.Builder. build()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. buildPartial()
static ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstance()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. getDefaultInstanceForType()
ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstanceForType()
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
BigtableTableAdminGrpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. getParserForType()
static com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type ListSnapshotsRequest 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.ListSnapshotsResponse
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots associated with the specified cluster.com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. listSnapshots(ListSnapshotsRequest request)
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.ListSnapshotsRequest.Builder
ListSnapshotsRequest.Builder. mergeFrom(ListSnapshotsRequest other)
static ListSnapshotsRequest.Builder
ListSnapshotsRequest. newBuilder(ListSnapshotsRequest prototype)
-
Uses of ListSnapshotsRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListSnapshotsRequest 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.
-