Uses of Class
com.google.bigtable.admin.v2.Table.Builder
-
Uses of Table.Builder in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Table.BuilderModifier and TypeMethodDescriptionTable.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListTablesResponse.Builder.addTablesBuilder()The tables present in the requested instance.ListTablesResponse.Builder.addTablesBuilder(int index) The tables present in the requested instance.Table.Builder.clear()Table.Builder.clearAutomatedBackupConfig()Table.Builder.clearAutomatedBackupPolicy()If specified, automated backups are enabled for this table.Table.Builder.clearChangeStreamConfig()If specified, enable the change stream on this table.Table.Builder.clearClusterStates()Table.Builder.clearColumnFamilies()Table.Builder.clearDeletionProtection()Set to true to make the table protected against data loss. i.e. deleting the following resources through Admin APIs are prohibited: * The tableTable.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Table.Builder.clearGranularity()Immutable.Table.Builder.clearName()The unique name of the table.Table.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Table.Builder.clearRestoreInfo()Output only.Table.Builder.clearRowKeySchema()The row key schema for this table.Table.Builder.clone()Snapshot.Builder.getSourceTableBuilder()Output only.CreateTableRequest.Builder.getTableBuilder()Required.UpdateTableRequest.Builder.getTableBuilder()Required.ListTablesResponse.Builder.getTablesBuilder(int index) The tables present in the requested instance.Table.Builder.mergeAutomatedBackupPolicy(Table.AutomatedBackupPolicy value) If specified, automated backups are enabled for this table.Table.Builder.mergeChangeStreamConfig(ChangeStreamConfig value) If specified, enable the change stream on this table.Table.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Table.Builder.mergeFrom(com.google.protobuf.Message other) Table.Builder.mergeRestoreInfo(RestoreInfo value) Output only.Table.Builder.mergeRowKeySchema(Type.Struct value) The row key schema for this table.final Table.BuilderTable.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Table.BuilderTable.newBuilder()static Table.BuilderTable.newBuilder(Table prototype) Table.newBuilderForType()protected Table.BuilderTable.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Table.Builder.putAllClusterStates(Map<String, Table.ClusterState> values) Output only.Table.Builder.putAllColumnFamilies(Map<String, ColumnFamily> values) The column families configured for this table, mapped by column family ID.Table.Builder.putClusterStates(String key, Table.ClusterState value) Output only.Table.Builder.putColumnFamilies(String key, ColumnFamily value) The column families configured for this table, mapped by column family ID.Table.Builder.removeClusterStates(String key) Output only.Table.Builder.removeColumnFamilies(String key) The column families configured for this table, mapped by column family ID.Table.Builder.setAutomatedBackupPolicy(Table.AutomatedBackupPolicy value) If specified, automated backups are enabled for this table.Table.Builder.setAutomatedBackupPolicy(Table.AutomatedBackupPolicy.Builder builderForValue) If specified, automated backups are enabled for this table.Table.Builder.setChangeStreamConfig(ChangeStreamConfig value) If specified, enable the change stream on this table.Table.Builder.setChangeStreamConfig(ChangeStreamConfig.Builder builderForValue) If specified, enable the change stream on this table.Table.Builder.setDeletionProtection(boolean value) Set to true to make the table protected against data loss. i.e. deleting the following resources through Admin APIs are prohibited: * The tableTable.Builder.setGranularity(Table.TimestampGranularity value) Immutable.Table.Builder.setGranularityValue(int value) Immutable.The unique name of the table.Table.Builder.setNameBytes(com.google.protobuf.ByteString value) The unique name of the table.Table.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Table.Builder.setRestoreInfo(RestoreInfo value) Output only.Table.Builder.setRestoreInfo(RestoreInfo.Builder builderForValue) Output only.Table.Builder.setRowKeySchema(Type.Struct value) The row key schema for this table.Table.Builder.setRowKeySchema(Type.Struct.Builder builderForValue) The row key schema for this table.final Table.BuilderTable.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Table.toBuilder()Methods in com.google.bigtable.admin.v2 that return types with arguments of type Table.BuilderModifier and TypeMethodDescriptionListTablesResponse.Builder.getTablesBuilderList()The tables present in the requested instance.Methods in com.google.bigtable.admin.v2 with parameters of type Table.BuilderModifier and TypeMethodDescriptionListTablesResponse.Builder.addTables(int index, Table.Builder builderForValue) The tables present in the requested instance.ListTablesResponse.Builder.addTables(Table.Builder builderForValue) The tables present in the requested instance.Snapshot.Builder.setSourceTable(Table.Builder builderForValue) Output only.CreateTableRequest.Builder.setTable(Table.Builder builderForValue) Required.UpdateTableRequest.Builder.setTable(Table.Builder builderForValue) Required.ListTablesResponse.Builder.setTables(int index, Table.Builder builderForValue) The tables present in the requested instance.