Uses of Class
com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of ModifyColumnFamiliesRequest in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableTableAdminClient.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
Modifier and TypeMethodDescriptionConfigures the name of the newColumnFamily
to be createdModifyColumnFamiliesRequest.addFamily
(String familyId, GCRules.GCRule gcRule) Configures the name andGCRules.GCRule
of the newColumnFamily
to be createdModifyColumnFamiliesRequest.dropFamily
(String familyId) Drops the specifiedColumnFamily
static ModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest.updateFamily
(String familyId, GCRules.GCRule gcRule) Updates theGCRules.GCRule
of existingColumnFamily