Uses of Class
com.google.bigtable.admin.v2.ColumnFamily
-
Packages that use ColumnFamily Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models -
-
Uses of ColumnFamily in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ColumnFamily Modifier and Type Method Description ColumnFamilyColumnFamily.Builder. build()ColumnFamilyColumnFamily.Builder. buildPartial()ColumnFamilyTable.Builder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)The column families configured for this table, mapped by column family ID.ColumnFamilyTable. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)The column families configured for this table, mapped by column family ID.ColumnFamilyTableOrBuilder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)The column families configured for this table, mapped by column family ID.ColumnFamilyTable.Builder. getColumnFamiliesOrThrow(String key)The column families configured for this table, mapped by column family ID.ColumnFamilyTable. getColumnFamiliesOrThrow(String key)The column families configured for this table, mapped by column family ID.ColumnFamilyTableOrBuilder. getColumnFamiliesOrThrow(String key)The column families configured for this table, mapped by column family ID.ColumnFamilyModifyColumnFamiliesRequest.Modification.Builder. getCreate()Create a new column family with the specified schema, or fail if one already exists with the given ID.ColumnFamilyModifyColumnFamiliesRequest.Modification. getCreate()Create a new column family with the specified schema, or fail if one already exists with the given ID.ColumnFamilyModifyColumnFamiliesRequest.ModificationOrBuilder. getCreate()Create a new column family with the specified schema, or fail if one already exists with the given ID.static ColumnFamilyColumnFamily. getDefaultInstance()ColumnFamilyColumnFamily.Builder. getDefaultInstanceForType()ColumnFamilyColumnFamily. getDefaultInstanceForType()ColumnFamilyModifyColumnFamiliesRequest.Modification.Builder. getUpdate()Update an existing column family to the specified schema, or fail if no column family exists with the given ID.ColumnFamilyModifyColumnFamiliesRequest.Modification. getUpdate()Update an existing column family to the specified schema, or fail if no column family exists with the given ID.ColumnFamilyModifyColumnFamiliesRequest.ModificationOrBuilder. getUpdate()Update an existing column family to the specified schema, or fail if no column family exists with the given ID.static ColumnFamilyColumnFamily. parseDelimitedFrom(InputStream input)static ColumnFamilyColumnFamily. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnFamilyColumnFamily. parseFrom(byte[] data)static ColumnFamilyColumnFamily. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnFamilyColumnFamily. parseFrom(com.google.protobuf.ByteString data)static ColumnFamilyColumnFamily. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnFamilyColumnFamily. parseFrom(com.google.protobuf.CodedInputStream input)static ColumnFamilyColumnFamily. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnFamilyColumnFamily. parseFrom(InputStream input)static ColumnFamilyColumnFamily. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColumnFamilyColumnFamily. parseFrom(ByteBuffer data)static ColumnFamilyColumnFamily. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type ColumnFamily Modifier and Type Method Description Map<String,ColumnFamily>Table.Builder. getColumnFamilies()Deprecated.Map<String,ColumnFamily>Table. getColumnFamilies()Deprecated.Map<String,ColumnFamily>TableOrBuilder. getColumnFamilies()Deprecated.Map<String,ColumnFamily>Table.Builder. getColumnFamiliesMap()The column families configured for this table, mapped by column family ID.Map<String,ColumnFamily>Table. getColumnFamiliesMap()The column families configured for this table, mapped by column family ID.Map<String,ColumnFamily>TableOrBuilder. getColumnFamiliesMap()The column families configured for this table, mapped by column family ID.Map<String,ColumnFamily>Table.Builder. getMutableColumnFamilies()Deprecated.com.google.protobuf.Parser<ColumnFamily>ColumnFamily. getParserForType()static com.google.protobuf.Parser<ColumnFamily>ColumnFamily. parser()Methods in com.google.bigtable.admin.v2 with parameters of type ColumnFamily Modifier and Type Method Description ColumnFamilyTable.Builder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)The column families configured for this table, mapped by column family ID.ColumnFamilyTable. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)The column families configured for this table, mapped by column family ID.ColumnFamilyTableOrBuilder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)The column families configured for this table, mapped by column family ID.ModifyColumnFamiliesRequest.Modification.BuilderModifyColumnFamiliesRequest.Modification.Builder. mergeCreate(ColumnFamily value)Create a new column family with the specified schema, or fail if one already exists with the given ID.ColumnFamily.BuilderColumnFamily.Builder. mergeFrom(ColumnFamily other)ModifyColumnFamiliesRequest.Modification.BuilderModifyColumnFamiliesRequest.Modification.Builder. mergeUpdate(ColumnFamily value)Update an existing column family to the specified schema, or fail if no column family exists with the given ID.static ColumnFamily.BuilderColumnFamily. newBuilder(ColumnFamily prototype)Table.BuilderTable.Builder. putColumnFamilies(String key, ColumnFamily value)The column families configured for this table, mapped by column family ID.ModifyColumnFamiliesRequest.Modification.BuilderModifyColumnFamiliesRequest.Modification.Builder. setCreate(ColumnFamily value)Create a new column family with the specified schema, or fail if one already exists with the given ID.ModifyColumnFamiliesRequest.Modification.BuilderModifyColumnFamiliesRequest.Modification.Builder. setUpdate(ColumnFamily value)Update an existing column family to the specified schema, or fail if no column family exists with the given ID.Method parameters in com.google.bigtable.admin.v2 with type arguments of type ColumnFamily Modifier and Type Method Description Table.BuilderTable.Builder. putAllColumnFamilies(Map<String,ColumnFamily> values)The column families configured for this table, mapped by column family ID. -
Uses of ColumnFamily in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type ColumnFamily Modifier and Type Method Description static ColumnFamilyColumnFamily. fromProto(String id, ColumnFamily proto)
-