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.ModifyColumnFamiliesRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ModifyColumnFamiliesRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ModifyColumnFamiliesRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ModifyColumnFamiliesRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder mergeFrom(ModifyColumnFamiliesRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public ModifyColumnFamiliesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ModifyColumnFamiliesRequest.Builder>java.io.IOExceptionpublic 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 ModifyColumnFamiliesRequestOrBuilderpublic 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 ModifyColumnFamiliesRequestOrBuilderpublic 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 ModifyColumnFamiliesRequestOrBuilderpublic 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 ModifyColumnFamiliesRequestOrBuilderpublic 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 ModifyColumnFamiliesRequestOrBuilderpublic 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 ModifyColumnFamiliesRequestOrBuilderpublic 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 ModifyColumnFamiliesRequestOrBuilderpublic 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.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>public final ModifyColumnFamiliesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Builder>