Class 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 type google.cloud.clouddms.v1.SingleColumnChange
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • clear

        public SingleColumnChange.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • getDefaultInstanceForType

        public SingleColumnChange getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SingleColumnChange build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SingleColumnChange buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public SingleColumnChange.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • setField

        public SingleColumnChange.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • clearField

        public SingleColumnChange.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • clearOneof

        public SingleColumnChange.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • setRepeatedField

        public SingleColumnChange.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           int index,
                                                           Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • addRepeatedField

        public SingleColumnChange.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • mergeFrom

        public SingleColumnChange.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SingleColumnChange.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.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:
        getDataType in interface SingleColumnChangeOrBuilder
        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:
        getDataTypeBytes in interface SingleColumnChangeOrBuilder
        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:
        getCharset in interface SingleColumnChangeOrBuilder
        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:
        getCharsetBytes in interface SingleColumnChangeOrBuilder
        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:
        getCollation in interface SingleColumnChangeOrBuilder
        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:
        getCollationBytes in interface SingleColumnChangeOrBuilder
        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:
        getLength in interface SingleColumnChangeOrBuilder
        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:
        getPrecision in interface SingleColumnChangeOrBuilder
        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:
        getScale in interface SingleColumnChangeOrBuilder
        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:
        getFractionalSecondsPrecision in interface SingleColumnChangeOrBuilder
        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:
        getArray in interface SingleColumnChangeOrBuilder
        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:
        getArrayLength in interface SingleColumnChangeOrBuilder
        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:
        getNullable in interface SingleColumnChangeOrBuilder
        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:
        getAutoGenerated in interface SingleColumnChangeOrBuilder
        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:
        getUdt in interface SingleColumnChangeOrBuilder
        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:
        hasCustomFeatures in interface SingleColumnChangeOrBuilder
        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:
        getCustomFeatures in interface SingleColumnChangeOrBuilder
        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:
        getCustomFeaturesOrBuilder in interface SingleColumnChangeOrBuilder
      • 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:
        getSetValuesList in interface SingleColumnChangeOrBuilder
        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:
        getSetValuesCount in interface SingleColumnChangeOrBuilder
        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:
        getSetValues in interface SingleColumnChangeOrBuilder
        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:
        getSetValuesBytes in interface SingleColumnChangeOrBuilder
        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:
        getComment in interface SingleColumnChangeOrBuilder
        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:
        getCommentBytes in interface SingleColumnChangeOrBuilder
        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:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>
      • mergeUnknownFields

        public final SingleColumnChange.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SingleColumnChange.Builder>