Uses of Class
com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest
-
Packages that use ModifyColumnFamiliesRequest Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of ModifyColumnFamiliesRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type ModifyColumnFamiliesRequest Modifier and Type Method Description Table
BigtableTableAdminClient. modifyFamilies(ModifyColumnFamiliesRequest request)
Creates, updates and drops column families as specified in the request.com.google.api.core.ApiFuture<Table>
BigtableTableAdminClient. modifyFamiliesAsync(ModifyColumnFamiliesRequest request)
Asynchronously creates, updates, and drops column families as specified in the request. -
Uses of ModifyColumnFamiliesRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return ModifyColumnFamiliesRequest Modifier and Type Method Description ModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest. addFamily(String familyId)
Configures the name of the newColumnFamily
to be createdModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest. addFamily(String familyId, GCRules.GCRule gcRule)
Configures the name andGCRules.GCRule
of the newColumnFamily
to be createdModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest. dropFamily(String familyId)
Drops the specifiedColumnFamily
static ModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest. of(String tableId)
ModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest. updateFamily(String familyId, GCRules.GCRule gcRule)
Updates theGCRules.GCRule
of existingColumnFamily
-