public static final class ColumnEntity.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.Builder> implements ColumnEntityOrBuilder
Column is not used as an independent entity, it is retrieved as part of a Table entity.Protobuf type
google.cloud.clouddms.v1.ColumnEntity| Modifier and Type | Method and Description |
|---|---|
ColumnEntity.Builder |
addAllSetValues(Iterable<String> values)
Specifies the list of values allowed in the column.
|
ColumnEntity.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ColumnEntity.Builder |
addSetValues(String value)
Specifies the list of values allowed in the column.
|
ColumnEntity.Builder |
addSetValuesBytes(com.google.protobuf.ByteString value)
Specifies the list of values allowed in the column.
|
ColumnEntity |
build() |
ColumnEntity |
buildPartial() |
ColumnEntity.Builder |
clear() |
ColumnEntity.Builder |
clearArray()
Is the column of array type.
|
ColumnEntity.Builder |
clearArrayLength()
If the column is array, of which length.
|
ColumnEntity.Builder |
clearAutoGenerated()
Is the column auto-generated/identity.
|
ColumnEntity.Builder |
clearCharset()
Charset override - instead of table level charset.
|
ColumnEntity.Builder |
clearCollation()
Collation override - instead of table level collation.
|
ColumnEntity.Builder |
clearComment()
Comment associated with the column.
|
ColumnEntity.Builder |
clearCustomFeatures()
Custom engine specific features.
|
ColumnEntity.Builder |
clearDataType()
Column data type.
|
ColumnEntity.Builder |
clearDefaultValue()
Default value of the column.
|
ColumnEntity.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ColumnEntity.Builder |
clearFractionalSecondsPrecision()
Column fractional second precision - used for timestamp based datatypes.
|
ColumnEntity.Builder |
clearLength()
Column length - e.g.
|
ColumnEntity.Builder |
clearName()
Column name.
|
ColumnEntity.Builder |
clearNullable()
Is the column nullable.
|
ColumnEntity.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ColumnEntity.Builder |
clearOrdinalPosition()
Column order in the table.
|
ColumnEntity.Builder |
clearPrecision()
Column precision - when relevant.
|
ColumnEntity.Builder |
clearScale()
Column scale - when relevant.
|
ColumnEntity.Builder |
clearSetValues()
Specifies the list of values allowed in the column.
|
ColumnEntity.Builder |
clearUdt()
Is the column a UDT.
|
ColumnEntity.Builder |
clone() |
boolean |
getArray()
Is the column of array type.
|
int |
getArrayLength()
If the column is array, of which length.
|
boolean |
getAutoGenerated()
Is the column auto-generated/identity.
|
String |
getCharset()
Charset override - instead of table level charset.
|
com.google.protobuf.ByteString |
getCharsetBytes()
Charset override - instead of table level charset.
|
String |
getCollation()
Collation override - instead of table level collation.
|
com.google.protobuf.ByteString |
getCollationBytes()
Collation override - instead of table level collation.
|
String |
getComment()
Comment associated with the column.
|
com.google.protobuf.ByteString |
getCommentBytes()
Comment associated with the column.
|
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.Struct.Builder |
getCustomFeaturesBuilder()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
String |
getDataType()
Column data type.
|
com.google.protobuf.ByteString |
getDataTypeBytes()
Column data type.
|
ColumnEntity |
getDefaultInstanceForType() |
String |
getDefaultValue()
Default value of the column.
|
com.google.protobuf.ByteString |
getDefaultValueBytes()
Default value of the column.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getFractionalSecondsPrecision()
Column fractional second precision - used for timestamp based datatypes.
|
long |
getLength()
Column length - e.g.
|
String |
getName()
Column name.
|
com.google.protobuf.ByteString |
getNameBytes()
Column name.
|
boolean |
getNullable()
Is the column nullable.
|
int |
getOrdinalPosition()
Column order in the table.
|
int |
getPrecision()
Column precision - when relevant.
|
int |
getScale()
Column scale - when relevant.
|
String |
getSetValues(int index)
Specifies the list of values allowed in the column.
|
com.google.protobuf.ByteString |
getSetValuesBytes(int index)
Specifies the list of values allowed in the column.
|
int |
getSetValuesCount()
Specifies the list of values allowed in the column.
|
com.google.protobuf.ProtocolStringList |
getSetValuesList()
Specifies the list of values allowed in the column.
|
boolean |
getUdt()
Is the column a UDT.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ColumnEntity.Builder |
mergeCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
|
ColumnEntity.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ColumnEntity.Builder |
mergeFrom(ColumnEntity other) |
ColumnEntity.Builder |
mergeFrom(com.google.protobuf.Message other) |
ColumnEntity.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ColumnEntity.Builder |
setArray(boolean value)
Is the column of array type.
|
ColumnEntity.Builder |
setArrayLength(int value)
If the column is array, of which length.
|
ColumnEntity.Builder |
setAutoGenerated(boolean value)
Is the column auto-generated/identity.
|
ColumnEntity.Builder |
setCharset(String value)
Charset override - instead of table level charset.
|
ColumnEntity.Builder |
setCharsetBytes(com.google.protobuf.ByteString value)
Charset override - instead of table level charset.
|
ColumnEntity.Builder |
setCollation(String value)
Collation override - instead of table level collation.
|
ColumnEntity.Builder |
setCollationBytes(com.google.protobuf.ByteString value)
Collation override - instead of table level collation.
|
ColumnEntity.Builder |
setComment(String value)
Comment associated with the column.
|
ColumnEntity.Builder |
setCommentBytes(com.google.protobuf.ByteString value)
Comment associated with the column.
|
ColumnEntity.Builder |
setCustomFeatures(com.google.protobuf.Struct.Builder builderForValue)
Custom engine specific features.
|
ColumnEntity.Builder |
setCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
|
ColumnEntity.Builder |
setDataType(String value)
Column data type.
|
ColumnEntity.Builder |
setDataTypeBytes(com.google.protobuf.ByteString value)
Column data type.
|
ColumnEntity.Builder |
setDefaultValue(String value)
Default value of the column.
|
ColumnEntity.Builder |
setDefaultValueBytes(com.google.protobuf.ByteString value)
Default value of the column.
|
ColumnEntity.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ColumnEntity.Builder |
setFractionalSecondsPrecision(int value)
Column fractional second precision - used for timestamp based datatypes.
|
ColumnEntity.Builder |
setLength(long value)
Column length - e.g.
|
ColumnEntity.Builder |
setName(String value)
Column name.
|
ColumnEntity.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Column name.
|
ColumnEntity.Builder |
setNullable(boolean value)
Is the column nullable.
|
ColumnEntity.Builder |
setOrdinalPosition(int value)
Column order in the table.
|
ColumnEntity.Builder |
setPrecision(int value)
Column precision - when relevant.
|
ColumnEntity.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ColumnEntity.Builder |
setScale(int value)
Column scale - when relevant.
|
ColumnEntity.Builder |
setSetValues(int index,
String value)
Specifies the list of values allowed in the column.
|
ColumnEntity.Builder |
setUdt(boolean value)
Is the column a UDT.
|
ColumnEntity.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, 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<ColumnEntity.Builder>public ColumnEntity.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.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<ColumnEntity.Builder>public ColumnEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ColumnEntity build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ColumnEntity buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ColumnEntity.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.Builder>public ColumnEntity.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<ColumnEntity.Builder>public ColumnEntity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.Builder>public ColumnEntity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.Builder>public ColumnEntity.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<ColumnEntity.Builder>public ColumnEntity.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<ColumnEntity.Builder>public ColumnEntity.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ColumnEntity.Builder>public ColumnEntity.Builder mergeFrom(ColumnEntity other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.Builder>public ColumnEntity.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<ColumnEntity.Builder>IOExceptionpublic String getName()
Column name.
string name = 1;getName in interface ColumnEntityOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Column name.
string name = 1;getNameBytes in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setName(String value)
Column name.
string name = 1;value - The name to set.public ColumnEntity.Builder clearName()
Column name.
string name = 1;public ColumnEntity.Builder setNameBytes(com.google.protobuf.ByteString value)
Column name.
string name = 1;value - The bytes for name to set.public String getDataType()
Column data type.
string data_type = 2;getDataType in interface ColumnEntityOrBuilderpublic com.google.protobuf.ByteString getDataTypeBytes()
Column data type.
string data_type = 2;getDataTypeBytes in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setDataType(String value)
Column data type.
string data_type = 2;value - The dataType to set.public ColumnEntity.Builder clearDataType()
Column data type.
string data_type = 2;public ColumnEntity.Builder setDataTypeBytes(com.google.protobuf.ByteString value)
Column data type.
string data_type = 2;value - The bytes for dataType to set.public String getCharset()
Charset override - instead of table level charset.
string charset = 3;getCharset in interface ColumnEntityOrBuilderpublic com.google.protobuf.ByteString getCharsetBytes()
Charset override - instead of table level charset.
string charset = 3;getCharsetBytes in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setCharset(String value)
Charset override - instead of table level charset.
string charset = 3;value - The charset to set.public ColumnEntity.Builder clearCharset()
Charset override - instead of table level charset.
string charset = 3;public ColumnEntity.Builder setCharsetBytes(com.google.protobuf.ByteString value)
Charset override - instead of table level charset.
string charset = 3;value - The bytes for charset to set.public String getCollation()
Collation override - instead of table level collation.
string collation = 4;getCollation in interface ColumnEntityOrBuilderpublic com.google.protobuf.ByteString getCollationBytes()
Collation override - instead of table level collation.
string collation = 4;getCollationBytes in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setCollation(String value)
Collation override - instead of table level collation.
string collation = 4;value - The collation to set.public ColumnEntity.Builder clearCollation()
Collation override - instead of table level collation.
string collation = 4;public ColumnEntity.Builder setCollationBytes(com.google.protobuf.ByteString value)
Collation override - instead of table level collation.
string collation = 4;value - The bytes for collation to set.public long getLength()
Column length - e.g. varchar (50).
int64 length = 5;getLength in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setLength(long value)
Column length - e.g. varchar (50).
int64 length = 5;value - The length to set.public ColumnEntity.Builder clearLength()
Column length - e.g. varchar (50).
int64 length = 5;public int getPrecision()
Column precision - when relevant.
int32 precision = 6;getPrecision in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setPrecision(int value)
Column precision - when relevant.
int32 precision = 6;value - The precision to set.public ColumnEntity.Builder clearPrecision()
Column precision - when relevant.
int32 precision = 6;public int getScale()
Column scale - when relevant.
int32 scale = 7;getScale in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setScale(int value)
Column scale - when relevant.
int32 scale = 7;value - The scale to set.public ColumnEntity.Builder clearScale()
Column scale - when relevant.
int32 scale = 7;public int getFractionalSecondsPrecision()
Column fractional second precision - used for timestamp based datatypes.
int32 fractional_seconds_precision = 8;getFractionalSecondsPrecision in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setFractionalSecondsPrecision(int value)
Column fractional second precision - used for timestamp based datatypes.
int32 fractional_seconds_precision = 8;value - The fractionalSecondsPrecision to set.public ColumnEntity.Builder clearFractionalSecondsPrecision()
Column fractional second precision - used for timestamp based datatypes.
int32 fractional_seconds_precision = 8;public boolean getArray()
Is the column of array type.
bool array = 9;getArray in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setArray(boolean value)
Is the column of array type.
bool array = 9;value - The array to set.public ColumnEntity.Builder clearArray()
Is the column of array type.
bool array = 9;public int getArrayLength()
If the column is array, of which length.
int32 array_length = 10;getArrayLength in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setArrayLength(int value)
If the column is array, of which length.
int32 array_length = 10;value - The arrayLength to set.public ColumnEntity.Builder clearArrayLength()
If the column is array, of which length.
int32 array_length = 10;public boolean getNullable()
Is the column nullable.
bool nullable = 11;getNullable in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setNullable(boolean value)
Is the column nullable.
bool nullable = 11;value - The nullable to set.public ColumnEntity.Builder clearNullable()
Is the column nullable.
bool nullable = 11;public boolean getAutoGenerated()
Is the column auto-generated/identity.
bool auto_generated = 12;getAutoGenerated in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setAutoGenerated(boolean value)
Is the column auto-generated/identity.
bool auto_generated = 12;value - The autoGenerated to set.public ColumnEntity.Builder clearAutoGenerated()
Is the column auto-generated/identity.
bool auto_generated = 12;public boolean getUdt()
Is the column a UDT.
bool udt = 13;getUdt in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setUdt(boolean value)
Is the column a UDT.
bool udt = 13;value - The udt to set.public ColumnEntity.Builder clearUdt()
Is the column a UDT.
bool udt = 13;public boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;hasCustomFeatures in interface ColumnEntityOrBuilderpublic com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;getCustomFeatures in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;public ColumnEntity.Builder setCustomFeatures(com.google.protobuf.Struct.Builder builderForValue)
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;public ColumnEntity.Builder mergeCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;public ColumnEntity.Builder clearCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;public com.google.protobuf.Struct.Builder getCustomFeaturesBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;public com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 14;getCustomFeaturesOrBuilder in interface ColumnEntityOrBuilderpublic com.google.protobuf.ProtocolStringList getSetValuesList()
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;getSetValuesList in interface ColumnEntityOrBuilderpublic int getSetValuesCount()
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;getSetValuesCount in interface ColumnEntityOrBuilderpublic String getSetValues(int index)
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;getSetValues in interface ColumnEntityOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSetValuesBytes(int index)
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;getSetValuesBytes in interface ColumnEntityOrBuilderindex - The index of the value to return.public ColumnEntity.Builder setSetValues(int index, String value)
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;index - The index to set the value at.value - The setValues to set.public ColumnEntity.Builder addSetValues(String value)
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;value - The setValues to add.public ColumnEntity.Builder addAllSetValues(Iterable<String> values)
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;values - The setValues to add.public ColumnEntity.Builder clearSetValues()
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;public ColumnEntity.Builder addSetValuesBytes(com.google.protobuf.ByteString value)
Specifies the list of values allowed in the column. Only used for set data type.
repeated string set_values = 15;value - The bytes of the setValues to add.public String getComment()
Comment associated with the column.
string comment = 16;getComment in interface ColumnEntityOrBuilderpublic com.google.protobuf.ByteString getCommentBytes()
Comment associated with the column.
string comment = 16;getCommentBytes in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setComment(String value)
Comment associated with the column.
string comment = 16;value - The comment to set.public ColumnEntity.Builder clearComment()
Comment associated with the column.
string comment = 16;public ColumnEntity.Builder setCommentBytes(com.google.protobuf.ByteString value)
Comment associated with the column.
string comment = 16;value - The bytes for comment to set.public int getOrdinalPosition()
Column order in the table.
int32 ordinal_position = 17;getOrdinalPosition in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setOrdinalPosition(int value)
Column order in the table.
int32 ordinal_position = 17;value - The ordinalPosition to set.public ColumnEntity.Builder clearOrdinalPosition()
Column order in the table.
int32 ordinal_position = 17;public String getDefaultValue()
Default value of the column.
string default_value = 18;getDefaultValue in interface ColumnEntityOrBuilderpublic com.google.protobuf.ByteString getDefaultValueBytes()
Default value of the column.
string default_value = 18;getDefaultValueBytes in interface ColumnEntityOrBuilderpublic ColumnEntity.Builder setDefaultValue(String value)
Default value of the column.
string default_value = 18;value - The defaultValue to set.public ColumnEntity.Builder clearDefaultValue()
Default value of the column.
string default_value = 18;public ColumnEntity.Builder setDefaultValueBytes(com.google.protobuf.ByteString value)
Default value of the column.
string default_value = 18;value - The bytes for defaultValue to set.public final ColumnEntity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.Builder>public final ColumnEntity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ColumnEntity.Builder>Copyright © 2024 Google LLC. All rights reserved.