Uses of Class
com.google.bigtable.admin.v2.Snapshot.Builder
-
Uses of Snapshot.Builder in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Snapshot.BuilderModifier and TypeMethodDescriptionSnapshot.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListSnapshotsResponse.Builder.addSnapshotsBuilder()The snapshots present in the requested cluster.ListSnapshotsResponse.Builder.addSnapshotsBuilder(int index) The snapshots present in the requested cluster.Snapshot.Builder.clear()Snapshot.Builder.clearCreateTime()Output only.Snapshot.Builder.clearDataSizeBytes()Output only.Snapshot.Builder.clearDeleteTime()The time when the snapshot will be deleted.Snapshot.Builder.clearDescription()Description of the snapshot.Snapshot.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Snapshot.Builder.clearName()The unique name of the snapshot.Snapshot.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Snapshot.Builder.clearSourceTable()Output only.Snapshot.Builder.clearState()Output only.Snapshot.Builder.clone()ListSnapshotsResponse.Builder.getSnapshotsBuilder(int index) The snapshots present in the requested cluster.Snapshot.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Snapshot.Builder.mergeDeleteTime(com.google.protobuf.Timestamp value) The time when the snapshot will be deleted.Snapshot.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Snapshot.Builder.mergeFrom(com.google.protobuf.Message other) Snapshot.Builder.mergeSourceTable(Table value) Output only.final Snapshot.BuilderSnapshot.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Snapshot.BuilderSnapshot.newBuilder()static Snapshot.BuilderSnapshot.newBuilder(Snapshot prototype) Snapshot.newBuilderForType()protected Snapshot.BuilderSnapshot.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Snapshot.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Snapshot.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Snapshot.Builder.setDataSizeBytes(long value) Output only.Snapshot.Builder.setDeleteTime(com.google.protobuf.Timestamp value) The time when the snapshot will be deleted.Snapshot.Builder.setDeleteTime(com.google.protobuf.Timestamp.Builder builderForValue) The time when the snapshot will be deleted.Snapshot.Builder.setDescription(String value) Description of the snapshot.Snapshot.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the snapshot.The unique name of the snapshot.Snapshot.Builder.setNameBytes(com.google.protobuf.ByteString value) The unique name of the snapshot.Snapshot.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Snapshot.Builder.setSourceTable(Table value) Output only.Snapshot.Builder.setSourceTable(Table.Builder builderForValue) Output only.Snapshot.Builder.setState(Snapshot.State value) Output only.Snapshot.Builder.setStateValue(int value) Output only.final Snapshot.BuilderSnapshot.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Snapshot.toBuilder()Methods in com.google.bigtable.admin.v2 that return types with arguments of type Snapshot.BuilderModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.getSnapshotsBuilderList()The snapshots present in the requested cluster.Methods in com.google.bigtable.admin.v2 with parameters of type Snapshot.BuilderModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addSnapshots(int index, Snapshot.Builder builderForValue) The snapshots present in the requested cluster.ListSnapshotsResponse.Builder.addSnapshots(Snapshot.Builder builderForValue) The snapshots present in the requested cluster.ListSnapshotsResponse.Builder.setSnapshots(int index, Snapshot.Builder builderForValue) The snapshots present in the requested cluster.