Uses of Class
com.google.bigtable.admin.v2.Snapshot
-
Packages that use Snapshot Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of Snapshot in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Snapshot Modifier and Type Method Description Snapshot
Snapshot.Builder. build()
Snapshot
Snapshot.Builder. buildPartial()
static Snapshot
Snapshot. getDefaultInstance()
Snapshot
Snapshot.Builder. getDefaultInstanceForType()
Snapshot
Snapshot. getDefaultInstanceForType()
Snapshot
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. getSnapshot(GetSnapshotRequest request)
Gets metadata information about the specified snapshot.Snapshot
ListSnapshotsResponse.Builder. getSnapshots(int index)
The snapshots present in the requested cluster.Snapshot
ListSnapshotsResponse. getSnapshots(int index)
The snapshots present in the requested cluster.Snapshot
ListSnapshotsResponseOrBuilder. getSnapshots(int index)
The snapshots present in the requested cluster.static Snapshot
Snapshot. parseDelimitedFrom(InputStream input)
static Snapshot
Snapshot. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(byte[] data)
static Snapshot
Snapshot. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.ByteString data)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.CodedInputStream input)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(InputStream input)
static Snapshot
Snapshot. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(ByteBuffer data)
static Snapshot
Snapshot. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type Snapshot Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>
BigtableTableAdminGrpc. getGetSnapshotMethod()
com.google.protobuf.Parser<Snapshot>
Snapshot. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Snapshot>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. getSnapshot(GetSnapshotRequest request)
Gets metadata information about the specified snapshot.List<Snapshot>
ListSnapshotsResponse.Builder. getSnapshotsList()
The snapshots present in the requested cluster.List<Snapshot>
ListSnapshotsResponse. getSnapshotsList()
The snapshots present in the requested cluster.List<Snapshot>
ListSnapshotsResponseOrBuilder. getSnapshotsList()
The snapshots present in the requested cluster.static com.google.protobuf.Parser<Snapshot>
Snapshot. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type Snapshot Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. addSnapshots(int index, Snapshot value)
The snapshots present in the requested cluster.ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. addSnapshots(Snapshot value)
The snapshots present in the requested cluster.Snapshot.Builder
Snapshot.Builder. mergeFrom(Snapshot other)
static Snapshot.Builder
Snapshot. newBuilder(Snapshot prototype)
ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. setSnapshots(int index, Snapshot value)
The snapshots present in the requested cluster.Method parameters in com.google.bigtable.admin.v2 with type arguments of type Snapshot Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. addAllSnapshots(Iterable<? extends Snapshot> values)
The snapshots present in the requested cluster.default void
BigtableTableAdminGrpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets metadata information about the specified snapshot.void
BigtableTableAdminGrpc.BigtableTableAdminStub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets metadata information about the specified snapshot. -
Uses of Snapshot in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type Snapshot Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
BigtableTableAdminStubSettings.Builder. getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
BigtableTableAdminStubSettings. getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.com.google.api.gax.rpc.OperationCallSettings.Builder<SnapshotTableRequest,Snapshot,SnapshotTableMetadata>
BigtableTableAdminStubSettings.Builder. snapshotTableOperationSettings()
Returns the builder for the settings used for calls to snapshotTable.com.google.api.gax.rpc.OperationCallSettings<SnapshotTableRequest,Snapshot,SnapshotTableMetadata>
BigtableTableAdminStubSettings. snapshotTableOperationSettings()
Returns the object with the settings used for calls to snapshotTable.
-