Class ModifyColumnFamiliesRequest
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest
Fluent wrapper for
ModifyColumnFamiliesRequest
Allows for the following ColumnFamily modifications:
- create family, optionally with
GCRules.GCRule
- update existing family
GCRules.GCRule
- drop an existing family
-
Method Summary
Modifier and TypeMethodDescriptionConfigures the name of the newColumnFamily
to be createdaddFamily
(String familyId, GCRules.GCRule gcRule) Configures the name andGCRules.GCRule
of the newColumnFamily
to be createddropFamily
(String familyId) Drops the specifiedColumnFamily
static ModifyColumnFamiliesRequest
com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
updateFamily
(String familyId, GCRules.GCRule gcRule) Updates theGCRules.GCRule
of existingColumnFamily
-
Method Details
-
of
-
addFamily
Configures the name of the newColumnFamily
to be created -
addFamily
Configures the name andGCRules.GCRule
of the newColumnFamily
to be created -
updateFamily
Updates theGCRules.GCRule
of existingColumnFamily
-
dropFamily
Drops the specifiedColumnFamily
-
toProto
-