public static interface ModifyColumnFamiliesRequest.ModificationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ColumnFamily |
getCreate()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ColumnFamilyOrBuilder |
getCreateOrBuilder()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
boolean |
getDrop()
Drop (delete) the column family with the given ID, or fail if no such
family exists.
|
java.lang.String |
getId()
The ID of the column family to be modified.
|
ByteString |
getIdBytes()
The ID of the column family to be modified.
|
ModifyColumnFamiliesRequest.Modification.ModCase |
getModCase() |
ColumnFamily |
getUpdate()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
ColumnFamilyOrBuilder |
getUpdateOrBuilder()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
boolean |
hasCreate()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
boolean |
hasUpdate()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getId()
The ID of the column family to be modified.
string id = 1;
ByteString getIdBytes()
The ID of the column family to be modified.
string id = 1;
boolean hasCreate()
Create a new column family with the specified schema, or fail if one already exists with the given ID.
.google.bigtable.admin.v2.ColumnFamily create = 2;
ColumnFamily getCreate()
Create a new column family with the specified schema, or fail if one already exists with the given ID.
.google.bigtable.admin.v2.ColumnFamily create = 2;
ColumnFamilyOrBuilder getCreateOrBuilder()
Create a new column family with the specified schema, or fail if one already exists with the given ID.
.google.bigtable.admin.v2.ColumnFamily create = 2;
boolean hasUpdate()
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
.google.bigtable.admin.v2.ColumnFamily update = 3;
ColumnFamily getUpdate()
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
.google.bigtable.admin.v2.ColumnFamily update = 3;
ColumnFamilyOrBuilder getUpdateOrBuilder()
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
.google.bigtable.admin.v2.ColumnFamily update = 3;
boolean getDrop()
Drop (delete) the column family with the given ID, or fail if no such family exists.
bool drop = 4;
ModifyColumnFamiliesRequest.Modification.ModCase getModCase()