Uses of Interface
com.google.bigtable.admin.v2.SnapshotOrBuilder
-
Packages that use SnapshotOrBuilder Package Description com.google.bigtable.admin.v2 -
-
Uses of SnapshotOrBuilder in com.google.bigtable.admin.v2
Classes in com.google.bigtable.admin.v2 that implement SnapshotOrBuilder Modifier and Type Class Description class
Snapshot
A snapshot of a table at a particular time.static class
Snapshot.Builder
A snapshot of a table at a particular time.Methods in com.google.bigtable.admin.v2 that return SnapshotOrBuilder Modifier and Type Method Description SnapshotOrBuilder
ListSnapshotsResponse.Builder. getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.SnapshotOrBuilder
ListSnapshotsResponse. getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.SnapshotOrBuilder
ListSnapshotsResponseOrBuilder. getSnapshotsOrBuilder(int index)
The snapshots present in the requested cluster.Methods in com.google.bigtable.admin.v2 that return types with arguments of type SnapshotOrBuilder Modifier and Type Method Description List<? extends SnapshotOrBuilder>
ListSnapshotsResponse.Builder. getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.List<? extends SnapshotOrBuilder>
ListSnapshotsResponse. getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.List<? extends SnapshotOrBuilder>
ListSnapshotsResponseOrBuilder. getSnapshotsOrBuilderList()
The snapshots present in the requested cluster.
-