Uses of Class
com.google.bigtable.admin.v2.Snapshot
-
Uses of Snapshot in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return SnapshotModifier and TypeMethodDescriptionSnapshot.Builder.build()Snapshot.Builder.buildPartial()static SnapshotSnapshot.getDefaultInstance()Snapshot.Builder.getDefaultInstanceForType()Snapshot.getDefaultInstanceForType()ListSnapshotsResponse.Builder.getSnapshots(int index) The snapshots present in the requested cluster.ListSnapshotsResponse.getSnapshots(int index) The snapshots present in the requested cluster.ListSnapshotsResponseOrBuilder.getSnapshots(int index) The snapshots present in the requested cluster.static SnapshotSnapshot.parseDelimitedFrom(InputStream input) static SnapshotSnapshot.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotSnapshot.parseFrom(byte[] data) static SnapshotSnapshot.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotSnapshot.parseFrom(com.google.protobuf.ByteString data) static SnapshotSnapshot.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotSnapshot.parseFrom(com.google.protobuf.CodedInputStream input) static SnapshotSnapshot.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotSnapshot.parseFrom(InputStream input) static SnapshotSnapshot.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotSnapshot.parseFrom(ByteBuffer data) static SnapshotSnapshot.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.admin.v2 that return types with arguments of type SnapshotModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Snapshot>Snapshot.getParserForType()ListSnapshotsResponse.Builder.getSnapshotsList()The snapshots present in the requested cluster.ListSnapshotsResponse.getSnapshotsList()The snapshots present in the requested cluster.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 SnapshotModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addSnapshots(int index, Snapshot value) The snapshots present in the requested cluster.ListSnapshotsResponse.Builder.addSnapshots(Snapshot value) The snapshots present in the requested cluster.static Snapshot.BuilderSnapshot.newBuilder(Snapshot prototype) 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 SnapshotModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addAllSnapshots(Iterable<? extends Snapshot> values) The snapshots present in the requested cluster.