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 TableBigtableTableAdminClient. 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 ModifyColumnFamiliesRequestModifyColumnFamiliesRequest. addFamily(String familyId)Configures the name of the newColumnFamilyto be createdModifyColumnFamiliesRequestModifyColumnFamiliesRequest. addFamily(String familyId, GCRules.GCRule gcRule)Configures the name andGCRules.GCRuleof the newColumnFamilyto be createdModifyColumnFamiliesRequestModifyColumnFamiliesRequest. dropFamily(String familyId)Drops the specifiedColumnFamilystatic ModifyColumnFamiliesRequestModifyColumnFamiliesRequest. of(String tableId)ModifyColumnFamiliesRequestModifyColumnFamiliesRequest. updateFamily(String familyId, GCRules.GCRule gcRule)Updates theGCRules.GCRuleof existingColumnFamily
-