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 ColumnFamily
ColumnFamily.Builder. build()
ColumnFamily
ColumnFamily.Builder. buildPartial()
ColumnFamily
Table.Builder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID.ColumnFamily
Table. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID.ColumnFamily
TableOrBuilder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID.ColumnFamily
Table.Builder. getColumnFamiliesOrThrow(String key)
The column families configured for this table, mapped by column family ID.ColumnFamily
Table. getColumnFamiliesOrThrow(String key)
The column families configured for this table, mapped by column family ID.ColumnFamily
TableOrBuilder. getColumnFamiliesOrThrow(String key)
The column families configured for this table, mapped by column family ID.ColumnFamily
ModifyColumnFamiliesRequest.Modification.Builder. getCreate()
Create a new column family with the specified schema, or fail if one already exists with the given ID.ColumnFamily
ModifyColumnFamiliesRequest.Modification. getCreate()
Create a new column family with the specified schema, or fail if one already exists with the given ID.ColumnFamily
ModifyColumnFamiliesRequest.ModificationOrBuilder. getCreate()
Create a new column family with the specified schema, or fail if one already exists with the given ID.static ColumnFamily
ColumnFamily. getDefaultInstance()
ColumnFamily
ColumnFamily.Builder. getDefaultInstanceForType()
ColumnFamily
ColumnFamily. getDefaultInstanceForType()
ColumnFamily
ModifyColumnFamiliesRequest.Modification.Builder. getUpdate()
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.ColumnFamily
ModifyColumnFamiliesRequest.Modification. getUpdate()
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.ColumnFamily
ModifyColumnFamiliesRequest.ModificationOrBuilder. getUpdate()
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.static ColumnFamily
ColumnFamily. parseDelimitedFrom(InputStream input)
static ColumnFamily
ColumnFamily. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnFamily
ColumnFamily. parseFrom(byte[] data)
static ColumnFamily
ColumnFamily. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnFamily
ColumnFamily. parseFrom(com.google.protobuf.ByteString data)
static ColumnFamily
ColumnFamily. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnFamily
ColumnFamily. parseFrom(com.google.protobuf.CodedInputStream input)
static ColumnFamily
ColumnFamily. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnFamily
ColumnFamily. parseFrom(InputStream input)
static ColumnFamily
ColumnFamily. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnFamily
ColumnFamily. parseFrom(ByteBuffer data)
static ColumnFamily
ColumnFamily. 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 ColumnFamily
Table.Builder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID.ColumnFamily
Table. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID.ColumnFamily
TableOrBuilder. getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID.ModifyColumnFamiliesRequest.Modification.Builder
ModifyColumnFamiliesRequest.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.Builder
ColumnFamily.Builder. mergeFrom(ColumnFamily other)
ModifyColumnFamiliesRequest.Modification.Builder
ModifyColumnFamiliesRequest.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.Builder
ColumnFamily. newBuilder(ColumnFamily prototype)
Table.Builder
Table.Builder. putColumnFamilies(String key, ColumnFamily value)
The column families configured for this table, mapped by column family ID.ModifyColumnFamiliesRequest.Modification.Builder
ModifyColumnFamiliesRequest.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.Builder
ModifyColumnFamiliesRequest.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.Builder
Table.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 ColumnFamily
ColumnFamily. fromProto(String id, ColumnFamily proto)
-