Package com.google.cloud.clouddms.v1
Class SingleColumnChange.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
- com.google.cloud.clouddms.v1.SingleColumnChange.Builder
-
- All Implemented Interfaces:
SingleColumnChangeOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- SingleColumnChange
public static final class SingleColumnChange.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder> implements SingleColumnChangeOrBuilder
Options to configure rule type SingleColumnChange. The rule is used to change the properties of a column. The rule filter field can refer to one entity. The rule scope can be one of: Column. When using this rule, if a field is not specified than the destination column's configuration will be the same as the one in the source column..
Protobuf typegoogle.cloud.clouddms.v1.SingleColumnChange
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
clear
public SingleColumnChange.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
getDefaultInstanceForType
public SingleColumnChange getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SingleColumnChange build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SingleColumnChange buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SingleColumnChange.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
setField
public SingleColumnChange.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
clearField
public SingleColumnChange.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
clearOneof
public SingleColumnChange.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
setRepeatedField
public SingleColumnChange.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
addRepeatedField
public SingleColumnChange.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
mergeFrom
public SingleColumnChange.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SingleColumnChange.Builder>
-
mergeFrom
public SingleColumnChange.Builder mergeFrom(SingleColumnChange other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
mergeFrom
public SingleColumnChange.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SingleColumnChange.Builder>- Throws:
IOException
-
getDataType
public String getDataType()
Optional. Column data type name.
string data_type = 1 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getDataTypein interfaceSingleColumnChangeOrBuilder- Returns:
- The dataType.
-
getDataTypeBytes
public com.google.protobuf.ByteString getDataTypeBytes()
Optional. Column data type name.
string data_type = 1 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getDataTypeBytesin interfaceSingleColumnChangeOrBuilder- Returns:
- The bytes for dataType.
-
setDataType
public SingleColumnChange.Builder setDataType(String value)
Optional. Column data type name.
string data_type = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The dataType to set.- Returns:
- This builder for chaining.
-
clearDataType
public SingleColumnChange.Builder clearDataType()
Optional. Column data type name.
string data_type = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setDataTypeBytes
public SingleColumnChange.Builder setDataTypeBytes(com.google.protobuf.ByteString value)
Optional. Column data type name.
string data_type = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for dataType to set.- Returns:
- This builder for chaining.
-
getCharset
public String getCharset()
Optional. Charset override - instead of table level charset.
string charset = 2 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCharsetin interfaceSingleColumnChangeOrBuilder- Returns:
- The charset.
-
getCharsetBytes
public com.google.protobuf.ByteString getCharsetBytes()
Optional. Charset override - instead of table level charset.
string charset = 2 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCharsetBytesin interfaceSingleColumnChangeOrBuilder- Returns:
- The bytes for charset.
-
setCharset
public SingleColumnChange.Builder setCharset(String value)
Optional. Charset override - instead of table level charset.
string charset = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The charset to set.- Returns:
- This builder for chaining.
-
clearCharset
public SingleColumnChange.Builder clearCharset()
Optional. Charset override - instead of table level charset.
string charset = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setCharsetBytes
public SingleColumnChange.Builder setCharsetBytes(com.google.protobuf.ByteString value)
Optional. Charset override - instead of table level charset.
string charset = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for charset to set.- Returns:
- This builder for chaining.
-
getCollation
public String getCollation()
Optional. Collation override - instead of table level collation.
string collation = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCollationin interfaceSingleColumnChangeOrBuilder- Returns:
- The collation.
-
getCollationBytes
public com.google.protobuf.ByteString getCollationBytes()
Optional. Collation override - instead of table level collation.
string collation = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCollationBytesin interfaceSingleColumnChangeOrBuilder- Returns:
- The bytes for collation.
-
setCollation
public SingleColumnChange.Builder setCollation(String value)
Optional. Collation override - instead of table level collation.
string collation = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The collation to set.- Returns:
- This builder for chaining.
-
clearCollation
public SingleColumnChange.Builder clearCollation()
Optional. Collation override - instead of table level collation.
string collation = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setCollationBytes
public SingleColumnChange.Builder setCollationBytes(com.google.protobuf.ByteString value)
Optional. Collation override - instead of table level collation.
string collation = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for collation to set.- Returns:
- This builder for chaining.
-
getLength
public long getLength()
Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
int64 length = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getLengthin interfaceSingleColumnChangeOrBuilder- Returns:
- The length.
-
setLength
public SingleColumnChange.Builder setLength(long value)
Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
int64 length = 4 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The length to set.- Returns:
- This builder for chaining.
-
clearLength
public SingleColumnChange.Builder clearLength()
Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
int64 length = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getPrecision
public int getPrecision()
Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
int32 precision = 5 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPrecisionin interfaceSingleColumnChangeOrBuilder- Returns:
- The precision.
-
setPrecision
public SingleColumnChange.Builder setPrecision(int value)
Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
int32 precision = 5 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The precision to set.- Returns:
- This builder for chaining.
-
clearPrecision
public SingleColumnChange.Builder clearPrecision()
Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
int32 precision = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getScale
public int getScale()
Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
int32 scale = 6 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getScalein interfaceSingleColumnChangeOrBuilder- Returns:
- The scale.
-
setScale
public SingleColumnChange.Builder setScale(int value)
Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
int32 scale = 6 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The scale to set.- Returns:
- This builder for chaining.
-
clearScale
public SingleColumnChange.Builder clearScale()
Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
int32 scale = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getFractionalSecondsPrecision
public int getFractionalSecondsPrecision()
Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
int32 fractional_seconds_precision = 7 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getFractionalSecondsPrecisionin interfaceSingleColumnChangeOrBuilder- Returns:
- The fractionalSecondsPrecision.
-
setFractionalSecondsPrecision
public SingleColumnChange.Builder setFractionalSecondsPrecision(int value)
Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
int32 fractional_seconds_precision = 7 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The fractionalSecondsPrecision to set.- Returns:
- This builder for chaining.
-
clearFractionalSecondsPrecision
public SingleColumnChange.Builder clearFractionalSecondsPrecision()
Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
int32 fractional_seconds_precision = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getArray
public boolean getArray()
Optional. Is the column of array type.
bool array = 8 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getArrayin interfaceSingleColumnChangeOrBuilder- Returns:
- The array.
-
setArray
public SingleColumnChange.Builder setArray(boolean value)
Optional. Is the column of array type.
bool array = 8 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The array to set.- Returns:
- This builder for chaining.
-
clearArray
public SingleColumnChange.Builder clearArray()
Optional. Is the column of array type.
bool array = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getArrayLength
public int getArrayLength()
Optional. The length of the array, only relevant if the column type is an array.
int32 array_length = 9 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getArrayLengthin interfaceSingleColumnChangeOrBuilder- Returns:
- The arrayLength.
-
setArrayLength
public SingleColumnChange.Builder setArrayLength(int value)
Optional. The length of the array, only relevant if the column type is an array.
int32 array_length = 9 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The arrayLength to set.- Returns:
- This builder for chaining.
-
clearArrayLength
public SingleColumnChange.Builder clearArrayLength()
Optional. The length of the array, only relevant if the column type is an array.
int32 array_length = 9 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getNullable
public boolean getNullable()
Optional. Is the column nullable.
bool nullable = 10 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getNullablein interfaceSingleColumnChangeOrBuilder- Returns:
- The nullable.
-
setNullable
public SingleColumnChange.Builder setNullable(boolean value)
Optional. Is the column nullable.
bool nullable = 10 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The nullable to set.- Returns:
- This builder for chaining.
-
clearNullable
public SingleColumnChange.Builder clearNullable()
Optional. Is the column nullable.
bool nullable = 10 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getAutoGenerated
public boolean getAutoGenerated()
Optional. Is the column auto-generated/identity.
bool auto_generated = 11 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getAutoGeneratedin interfaceSingleColumnChangeOrBuilder- Returns:
- The autoGenerated.
-
setAutoGenerated
public SingleColumnChange.Builder setAutoGenerated(boolean value)
Optional. Is the column auto-generated/identity.
bool auto_generated = 11 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The autoGenerated to set.- Returns:
- This builder for chaining.
-
clearAutoGenerated
public SingleColumnChange.Builder clearAutoGenerated()
Optional. Is the column auto-generated/identity.
bool auto_generated = 11 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
getUdt
public boolean getUdt()
Optional. Is the column a UDT (User-defined Type).
bool udt = 12 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getUdtin interfaceSingleColumnChangeOrBuilder- Returns:
- The udt.
-
setUdt
public SingleColumnChange.Builder setUdt(boolean value)
Optional. Is the column a UDT (User-defined Type).
bool udt = 12 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The udt to set.- Returns:
- This builder for chaining.
-
clearUdt
public SingleColumnChange.Builder clearUdt()
Optional. Is the column a UDT (User-defined Type).
bool udt = 12 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
hasCustomFeatures
public boolean hasCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
hasCustomFeaturesin interfaceSingleColumnChangeOrBuilder- Returns:
- Whether the customFeatures field is set.
-
getCustomFeatures
public com.google.protobuf.Struct getCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCustomFeaturesin interfaceSingleColumnChangeOrBuilder- Returns:
- The customFeatures.
-
setCustomFeatures
public SingleColumnChange.Builder setCustomFeatures(com.google.protobuf.Struct value)
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];
-
setCustomFeatures
public SingleColumnChange.Builder setCustomFeatures(com.google.protobuf.Struct.Builder builderForValue)
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];
-
mergeCustomFeatures
public SingleColumnChange.Builder mergeCustomFeatures(com.google.protobuf.Struct value)
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];
-
clearCustomFeatures
public SingleColumnChange.Builder clearCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];
-
getCustomFeaturesBuilder
public com.google.protobuf.Struct.Builder getCustomFeaturesBuilder()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];
-
getCustomFeaturesOrBuilder
public com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 13 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCustomFeaturesOrBuilderin interfaceSingleColumnChangeOrBuilder
-
getSetValuesList
public com.google.protobuf.ProtocolStringList getSetValuesList()
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getSetValuesListin interfaceSingleColumnChangeOrBuilder- Returns:
- A list containing the setValues.
-
getSetValuesCount
public int getSetValuesCount()
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getSetValuesCountin interfaceSingleColumnChangeOrBuilder- Returns:
- The count of setValues.
-
getSetValues
public String getSetValues(int index)
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getSetValuesin interfaceSingleColumnChangeOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The setValues at the given index.
-
getSetValuesBytes
public com.google.protobuf.ByteString getSetValuesBytes(int index)
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getSetValuesBytesin interfaceSingleColumnChangeOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the setValues at the given index.
-
setSetValues
public SingleColumnChange.Builder setSetValues(int index, String value)
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index to set the value at.value- The setValues to set.- Returns:
- This builder for chaining.
-
addSetValues
public SingleColumnChange.Builder addSetValues(String value)
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The setValues to add.- Returns:
- This builder for chaining.
-
addAllSetValues
public SingleColumnChange.Builder addAllSetValues(Iterable<String> values)
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
values- The setValues to add.- Returns:
- This builder for chaining.
-
clearSetValues
public SingleColumnChange.Builder clearSetValues()
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
addSetValuesBytes
public SingleColumnChange.Builder addSetValuesBytes(com.google.protobuf.ByteString value)
Optional. Specifies the list of values allowed in the column.
repeated string set_values = 14 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes of the setValues to add.- Returns:
- This builder for chaining.
-
getComment
public String getComment()
Optional. Comment associated with the column.
string comment = 15 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCommentin interfaceSingleColumnChangeOrBuilder- Returns:
- The comment.
-
getCommentBytes
public com.google.protobuf.ByteString getCommentBytes()
Optional. Comment associated with the column.
string comment = 15 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCommentBytesin interfaceSingleColumnChangeOrBuilder- Returns:
- The bytes for comment.
-
setComment
public SingleColumnChange.Builder setComment(String value)
Optional. Comment associated with the column.
string comment = 15 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The comment to set.- Returns:
- This builder for chaining.
-
clearComment
public SingleColumnChange.Builder clearComment()
Optional. Comment associated with the column.
string comment = 15 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setCommentBytes
public SingleColumnChange.Builder setCommentBytes(com.google.protobuf.ByteString value)
Optional. Comment associated with the column.
string comment = 15 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for comment to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final SingleColumnChange.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
mergeUnknownFields
public final SingleColumnChange.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
-
-