public static final class ModifyColumnFamiliesRequest.Modification.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder> implements ModifyColumnFamiliesRequest.ModificationOrBuilder
A create, update, or delete of a particular column family.Protobuf type
google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification| Modifier and Type | Method and Description |
|---|---|
ModifyColumnFamiliesRequest.Modification.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ModifyColumnFamiliesRequest.Modification |
build() |
ModifyColumnFamiliesRequest.Modification |
buildPartial() |
ModifyColumnFamiliesRequest.Modification.Builder |
clear() |
ModifyColumnFamiliesRequest.Modification.Builder |
clearCreate()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ModifyColumnFamiliesRequest.Modification.Builder |
clearDrop()
Drop (delete) the column family with the given ID, or fail if no such
family exists.
|
ModifyColumnFamiliesRequest.Modification.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ModifyColumnFamiliesRequest.Modification.Builder |
clearId()
The ID of the column family to be modified.
|
ModifyColumnFamiliesRequest.Modification.Builder |
clearMod() |
ModifyColumnFamiliesRequest.Modification.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ModifyColumnFamiliesRequest.Modification.Builder |
clearUpdate()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
ModifyColumnFamiliesRequest.Modification.Builder |
clone() |
ColumnFamily |
getCreate()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ColumnFamily.Builder |
getCreateBuilder()
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.
|
ModifyColumnFamiliesRequest.Modification |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDrop()
Drop (delete) the column family with the given ID, or fail if no such
family exists.
|
String |
getId()
The ID of the column family to be modified.
|
com.google.protobuf.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.
|
ColumnFamily.Builder |
getUpdateBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ModifyColumnFamiliesRequest.Modification.Builder |
mergeCreate(ColumnFamily value)
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ModifyColumnFamiliesRequest.Modification.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ModifyColumnFamiliesRequest.Modification.Builder |
mergeFrom(com.google.protobuf.Message other) |
ModifyColumnFamiliesRequest.Modification.Builder |
mergeFrom(ModifyColumnFamiliesRequest.Modification other) |
ModifyColumnFamiliesRequest.Modification.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ModifyColumnFamiliesRequest.Modification.Builder |
mergeUpdate(ColumnFamily value)
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
ModifyColumnFamiliesRequest.Modification.Builder |
setCreate(ColumnFamily.Builder builderForValue)
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ModifyColumnFamiliesRequest.Modification.Builder |
setCreate(ColumnFamily value)
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ModifyColumnFamiliesRequest.Modification.Builder |
setDrop(boolean value)
Drop (delete) the column family with the given ID, or fail if no such
family exists.
|
ModifyColumnFamiliesRequest.Modification.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ModifyColumnFamiliesRequest.Modification.Builder |
setId(String value)
The ID of the column family to be modified.
|
ModifyColumnFamiliesRequest.Modification.Builder |
setIdBytes(com.google.protobuf.ByteString value)
The ID of the column family to be modified.
|
ModifyColumnFamiliesRequest.Modification.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ModifyColumnFamiliesRequest.Modification.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ModifyColumnFamiliesRequest.Modification.Builder |
setUpdate(ColumnFamily.Builder builderForValue)
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
ModifyColumnFamiliesRequest.Modification.Builder |
setUpdate(ColumnFamily value)
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
getAllFields, 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, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ModifyColumnFamiliesRequest.Modification build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ModifyColumnFamiliesRequest.Modification buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ModifyColumnFamiliesRequest.Modification.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder mergeFrom(ModifyColumnFamiliesRequest.Modification other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public ModifyColumnFamiliesRequest.Modification.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModifyColumnFamiliesRequest.Modification.Builder>IOExceptionpublic ModifyColumnFamiliesRequest.Modification.ModCase getModCase()
getModCase in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic ModifyColumnFamiliesRequest.Modification.Builder clearMod()
public String getId()
The ID of the column family to be modified.
string id = 1;getId in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
The ID of the column family to be modified.
string id = 1;getIdBytes in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic ModifyColumnFamiliesRequest.Modification.Builder setId(String value)
The ID of the column family to be modified.
string id = 1;value - The id to set.public ModifyColumnFamiliesRequest.Modification.Builder clearId()
The ID of the column family to be modified.
string id = 1;public ModifyColumnFamiliesRequest.Modification.Builder setIdBytes(com.google.protobuf.ByteString value)
The ID of the column family to be modified.
string id = 1;value - The bytes for id to set.public 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;hasCreate in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic 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;getCreate in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic ModifyColumnFamiliesRequest.Modification.Builder setCreate(ColumnFamily value)
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;public ModifyColumnFamiliesRequest.Modification.Builder setCreate(ColumnFamily.Builder builderForValue)
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;public ModifyColumnFamiliesRequest.Modification.Builder mergeCreate(ColumnFamily value)
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;public ModifyColumnFamiliesRequest.Modification.Builder clearCreate()
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;public ColumnFamily.Builder getCreateBuilder()
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;public 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;getCreateOrBuilder in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic 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;hasUpdate in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic 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;getUpdate in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic ModifyColumnFamiliesRequest.Modification.Builder setUpdate(ColumnFamily value)
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;public ModifyColumnFamiliesRequest.Modification.Builder setUpdate(ColumnFamily.Builder builderForValue)
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;public ModifyColumnFamiliesRequest.Modification.Builder mergeUpdate(ColumnFamily value)
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;public ModifyColumnFamiliesRequest.Modification.Builder clearUpdate()
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;public ColumnFamily.Builder getUpdateBuilder()
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;public 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;getUpdateOrBuilder in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic boolean getDrop()
Drop (delete) the column family with the given ID, or fail if no such family exists.
bool drop = 4;getDrop in interface ModifyColumnFamiliesRequest.ModificationOrBuilderpublic ModifyColumnFamiliesRequest.Modification.Builder setDrop(boolean value)
Drop (delete) the column family with the given ID, or fail if no such family exists.
bool drop = 4;value - The drop to set.public ModifyColumnFamiliesRequest.Modification.Builder clearDrop()
Drop (delete) the column family with the given ID, or fail if no such family exists.
bool drop = 4;public final ModifyColumnFamiliesRequest.Modification.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>public final ModifyColumnFamiliesRequest.Modification.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyColumnFamiliesRequest.Modification.Builder>Copyright © 2020 Google LLC. All rights reserved.