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 SnapshotSnapshot.Builder. build()SnapshotSnapshot.Builder. buildPartial()static SnapshotSnapshot. getDefaultInstance()SnapshotSnapshot.Builder. getDefaultInstanceForType()SnapshotSnapshot. getDefaultInstanceForType()SnapshotBigtableTableAdminGrpc.BigtableTableAdminBlockingStub. getSnapshot(GetSnapshotRequest request)Gets metadata information about the specified snapshot.SnapshotListSnapshotsResponse.Builder. getSnapshots(int index)The snapshots present in the requested cluster.SnapshotListSnapshotsResponse. getSnapshots(int index)The snapshots present in the requested cluster.SnapshotListSnapshotsResponseOrBuilder. 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 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.BuilderListSnapshotsResponse.Builder. addSnapshots(int index, Snapshot value)The snapshots present in the requested cluster.ListSnapshotsResponse.BuilderListSnapshotsResponse.Builder. addSnapshots(Snapshot value)The snapshots present in the requested cluster.Snapshot.BuilderSnapshot.Builder. mergeFrom(Snapshot other)static Snapshot.BuilderSnapshot. newBuilder(Snapshot prototype)ListSnapshotsResponse.BuilderListSnapshotsResponse.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.BuilderListSnapshotsResponse.Builder. addAllSnapshots(Iterable<? extends Snapshot> values)The snapshots present in the requested cluster.default voidBigtableTableAdminGrpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Gets metadata information about the specified snapshot.voidBigtableTableAdminGrpc.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.
-