public static final class ModifyColumnFamiliesRequest.Builder extends GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder> implements ModifyColumnFamiliesRequestOrBuilder
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies][google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies]Protobuf type
google.bigtable.admin.v2.ModifyColumnFamiliesRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ModifyColumnFamiliesRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ModifyColumnFamiliesRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ModifyColumnFamiliesRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder mergeFrom(ModifyColumnFamiliesRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public ModifyColumnFamiliesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ModifyColumnFamiliesRequest.Builder>
java.io.IOException
public 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;
getName
in interface ModifyColumnFamiliesRequestOrBuilder
public 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;
getNameBytes
in interface ModifyColumnFamiliesRequestOrBuilder
public ModifyColumnFamiliesRequest.Builder setName(java.lang.String value)
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;
public ModifyColumnFamiliesRequest.Builder clearName()
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;
public ModifyColumnFamiliesRequest.Builder setNameBytes(ByteString value)
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;
public 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;
getModificationsList
in interface ModifyColumnFamiliesRequestOrBuilder
public 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;
getModificationsCount
in interface ModifyColumnFamiliesRequestOrBuilder
public 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;
getModifications
in interface ModifyColumnFamiliesRequestOrBuilder
public ModifyColumnFamiliesRequest.Builder setModifications(int index, ModifyColumnFamiliesRequest.Modification value)
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;
public ModifyColumnFamiliesRequest.Builder setModifications(int index, ModifyColumnFamiliesRequest.Modification.Builder builderForValue)
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;
public ModifyColumnFamiliesRequest.Builder addModifications(ModifyColumnFamiliesRequest.Modification value)
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;
public ModifyColumnFamiliesRequest.Builder addModifications(int index, ModifyColumnFamiliesRequest.Modification value)
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;
public ModifyColumnFamiliesRequest.Builder addModifications(ModifyColumnFamiliesRequest.Modification.Builder builderForValue)
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;
public ModifyColumnFamiliesRequest.Builder addModifications(int index, ModifyColumnFamiliesRequest.Modification.Builder builderForValue)
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;
public ModifyColumnFamiliesRequest.Builder addAllModifications(java.lang.Iterable<? extends ModifyColumnFamiliesRequest.Modification> values)
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;
public ModifyColumnFamiliesRequest.Builder clearModifications()
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;
public ModifyColumnFamiliesRequest.Builder removeModifications(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;
public ModifyColumnFamiliesRequest.Modification.Builder getModificationsBuilder(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;
public 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;
getModificationsOrBuilder
in interface ModifyColumnFamiliesRequestOrBuilder
public 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;
getModificationsOrBuilderList
in interface ModifyColumnFamiliesRequestOrBuilder
public ModifyColumnFamiliesRequest.Modification.Builder addModificationsBuilder()
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;
public ModifyColumnFamiliesRequest.Modification.Builder addModificationsBuilder(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;
public java.util.List<ModifyColumnFamiliesRequest.Modification.Builder> getModificationsBuilderList()
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;
public final ModifyColumnFamiliesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>
public final ModifyColumnFamiliesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>