public interface ModifyColumnFamiliesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ModifyColumnFamiliesRequest.Modification |
getModifications(int index)
Modifications to be atomically applied to the specified table's families.
|
int |
getModificationsCount()
Modifications to be atomically applied to the specified table's families.
|
java.util.List<ModifyColumnFamiliesRequest.Modification> |
getModificationsList()
Modifications to be atomically applied to the specified table's families.
|
ModifyColumnFamiliesRequest.ModificationOrBuilder |
getModificationsOrBuilder(int index)
Modifications to be atomically applied to the specified table's families.
|
java.util.List<? extends ModifyColumnFamiliesRequest.ModificationOrBuilder> |
getModificationsOrBuilderList()
Modifications to be atomically applied to the specified table's families.
|
java.lang.String |
getName()
The unique name of the table whose families should be modified.
|
ByteString |
getNameBytes()
The unique name of the table whose families should be modified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The unique name of the table whose families should be modified. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;
ByteString getNameBytes()
The unique name of the table whose families should be modified. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;
java.util.List<ModifyColumnFamiliesRequest.Modification> getModificationsList()
Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).
repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2;
ModifyColumnFamiliesRequest.Modification getModifications(int index)
Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).
repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2;
int getModificationsCount()
Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).
repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2;
java.util.List<? extends ModifyColumnFamiliesRequest.ModificationOrBuilder> getModificationsOrBuilderList()
Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).
repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2;
ModifyColumnFamiliesRequest.ModificationOrBuilder getModificationsOrBuilder(int index)
Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).
repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2;