Package | Description |
---|---|
com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
com.google.cloud.bigtable.admin.v2.models |
Modifier and Type | Method and Description |
---|---|
Table |
BigtableTableAdminClient.modifyFamilies(ModifyColumnFamiliesRequest request)
Creates, Updates and drops ColumnFamilies as per the request.
|
com.google.api.core.ApiFuture<Table> |
BigtableTableAdminClient.modifyFamiliesAsync(ModifyColumnFamiliesRequest request)
Asynchronously creates, updates and drops ColumnFamilies as per the request.
|
Modifier and Type | Method and Description |
---|---|
ModifyColumnFamiliesRequest |
ModifyColumnFamiliesRequest.addFamily(String familyId)
Configures the name of the new ColumnFamily to be created
|
ModifyColumnFamiliesRequest |
ModifyColumnFamiliesRequest.addFamily(String familyId,
GCRules.GCRule gcRule)
Configures the name and GcRule of the new ColumnFamily to be created
|
ModifyColumnFamiliesRequest |
ModifyColumnFamiliesRequest.dropFamily(String familyId)
Drops the specified ColumnFamily
|
static ModifyColumnFamiliesRequest |
ModifyColumnFamiliesRequest.of(String tableId) |
ModifyColumnFamiliesRequest |
ModifyColumnFamiliesRequest.updateFamily(String familyId,
GCRules.GCRule gcRule)
Updates the GCRule of existing ColumnFamily
|
Copyright © 2019 Google LLC. All rights reserved.