Class UpdateRequest.Builder

    • Method Detail

      • getUsername

        public java.lang.String getUsername()
        string username = 1 [json_name = "username"];
        Specified by:
        getUsername in interface UpdateRequestOrBuilder
        Returns:
        The username.
      • getUsernameBytes

        public com.google.protobuf.ByteString getUsernameBytes()
        string username = 1 [json_name = "username"];
        Specified by:
        getUsernameBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for username.
      • setUsername

        public UpdateRequest.Builder setUsername​(java.lang.String value)
        string username = 1 [json_name = "username"];
        Parameters:
        value - The username to set.
        Returns:
        This builder for chaining.
      • clearUsername

        public UpdateRequest.Builder clearUsername()
        string username = 1 [json_name = "username"];
        Returns:
        This builder for chaining.
      • setUsernameBytes

        public UpdateRequest.Builder setUsernameBytes​(com.google.protobuf.ByteString value)
        string username = 1 [json_name = "username"];
        Parameters:
        value - The bytes for username to set.
        Returns:
        This builder for chaining.
      • hasSetName

        public boolean hasSetName()
        string set_name = 2 [json_name = "setName"];
        Specified by:
        hasSetName in interface UpdateRequestOrBuilder
        Returns:
        Whether the setName field is set.
      • getSetName

        public java.lang.String getSetName()
        string set_name = 2 [json_name = "setName"];
        Specified by:
        getSetName in interface UpdateRequestOrBuilder
        Returns:
        The setName.
      • getSetNameBytes

        public com.google.protobuf.ByteString getSetNameBytes()
        string set_name = 2 [json_name = "setName"];
        Specified by:
        getSetNameBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for setName.
      • setSetName

        public UpdateRequest.Builder setSetName​(java.lang.String value)
        string set_name = 2 [json_name = "setName"];
        Parameters:
        value - The setName to set.
        Returns:
        This builder for chaining.
      • clearSetName

        public UpdateRequest.Builder clearSetName()
        string set_name = 2 [json_name = "setName"];
        Returns:
        This builder for chaining.
      • setSetNameBytes

        public UpdateRequest.Builder setSetNameBytes​(com.google.protobuf.ByteString value)
        string set_name = 2 [json_name = "setName"];
        Parameters:
        value - The bytes for setName to set.
        Returns:
        This builder for chaining.
      • hasDelName

        public boolean hasDelName()
        string del_name = 3 [json_name = "delName"];
        Specified by:
        hasDelName in interface UpdateRequestOrBuilder
        Returns:
        Whether the delName field is set.
      • getDelName

        public java.lang.String getDelName()
        string del_name = 3 [json_name = "delName"];
        Specified by:
        getDelName in interface UpdateRequestOrBuilder
        Returns:
        The delName.
      • getDelNameBytes

        public com.google.protobuf.ByteString getDelNameBytes()
        string del_name = 3 [json_name = "delName"];
        Specified by:
        getDelNameBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for delName.
      • setDelName

        public UpdateRequest.Builder setDelName​(java.lang.String value)
        string del_name = 3 [json_name = "delName"];
        Parameters:
        value - The delName to set.
        Returns:
        This builder for chaining.
      • clearDelName

        public UpdateRequest.Builder clearDelName()
        string del_name = 3 [json_name = "delName"];
        Returns:
        This builder for chaining.
      • setDelNameBytes

        public UpdateRequest.Builder setDelNameBytes​(com.google.protobuf.ByteString value)
        string del_name = 3 [json_name = "delName"];
        Parameters:
        value - The bytes for delName to set.
        Returns:
        This builder for chaining.
      • hasSetAvatar

        public boolean hasSetAvatar()
        string set_avatar = 4 [json_name = "setAvatar"];
        Specified by:
        hasSetAvatar in interface UpdateRequestOrBuilder
        Returns:
        Whether the setAvatar field is set.
      • getSetAvatar

        public java.lang.String getSetAvatar()
        string set_avatar = 4 [json_name = "setAvatar"];
        Specified by:
        getSetAvatar in interface UpdateRequestOrBuilder
        Returns:
        The setAvatar.
      • getSetAvatarBytes

        public com.google.protobuf.ByteString getSetAvatarBytes()
        string set_avatar = 4 [json_name = "setAvatar"];
        Specified by:
        getSetAvatarBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for setAvatar.
      • setSetAvatar

        public UpdateRequest.Builder setSetAvatar​(java.lang.String value)
        string set_avatar = 4 [json_name = "setAvatar"];
        Parameters:
        value - The setAvatar to set.
        Returns:
        This builder for chaining.
      • clearSetAvatar

        public UpdateRequest.Builder clearSetAvatar()
        string set_avatar = 4 [json_name = "setAvatar"];
        Returns:
        This builder for chaining.
      • setSetAvatarBytes

        public UpdateRequest.Builder setSetAvatarBytes​(com.google.protobuf.ByteString value)
        string set_avatar = 4 [json_name = "setAvatar"];
        Parameters:
        value - The bytes for setAvatar to set.
        Returns:
        This builder for chaining.
      • hasDelAvatar

        public boolean hasDelAvatar()
        string del_avatar = 5 [json_name = "delAvatar"];
        Specified by:
        hasDelAvatar in interface UpdateRequestOrBuilder
        Returns:
        Whether the delAvatar field is set.
      • getDelAvatar

        public java.lang.String getDelAvatar()
        string del_avatar = 5 [json_name = "delAvatar"];
        Specified by:
        getDelAvatar in interface UpdateRequestOrBuilder
        Returns:
        The delAvatar.
      • getDelAvatarBytes

        public com.google.protobuf.ByteString getDelAvatarBytes()
        string del_avatar = 5 [json_name = "delAvatar"];
        Specified by:
        getDelAvatarBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for delAvatar.
      • setDelAvatar

        public UpdateRequest.Builder setDelAvatar​(java.lang.String value)
        string del_avatar = 5 [json_name = "delAvatar"];
        Parameters:
        value - The delAvatar to set.
        Returns:
        This builder for chaining.
      • clearDelAvatar

        public UpdateRequest.Builder clearDelAvatar()
        string del_avatar = 5 [json_name = "delAvatar"];
        Returns:
        This builder for chaining.
      • setDelAvatarBytes

        public UpdateRequest.Builder setDelAvatarBytes​(com.google.protobuf.ByteString value)
        string del_avatar = 5 [json_name = "delAvatar"];
        Parameters:
        value - The bytes for delAvatar to set.
        Returns:
        This builder for chaining.
      • hasSetAvatarBackgroundColour

        public boolean hasSetAvatarBackgroundColour()
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Specified by:
        hasSetAvatarBackgroundColour in interface UpdateRequestOrBuilder
        Returns:
        Whether the setAvatarBackgroundColour field is set.
      • getSetAvatarBackgroundColour

        public java.lang.String getSetAvatarBackgroundColour()
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Specified by:
        getSetAvatarBackgroundColour in interface UpdateRequestOrBuilder
        Returns:
        The setAvatarBackgroundColour.
      • getSetAvatarBackgroundColourBytes

        public com.google.protobuf.ByteString getSetAvatarBackgroundColourBytes()
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Specified by:
        getSetAvatarBackgroundColourBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for setAvatarBackgroundColour.
      • setSetAvatarBackgroundColour

        public UpdateRequest.Builder setSetAvatarBackgroundColour​(java.lang.String value)
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Parameters:
        value - The setAvatarBackgroundColour to set.
        Returns:
        This builder for chaining.
      • clearSetAvatarBackgroundColour

        public UpdateRequest.Builder clearSetAvatarBackgroundColour()
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Returns:
        This builder for chaining.
      • setSetAvatarBackgroundColourBytes

        public UpdateRequest.Builder setSetAvatarBackgroundColourBytes​(com.google.protobuf.ByteString value)
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Parameters:
        value - The bytes for setAvatarBackgroundColour to set.
        Returns:
        This builder for chaining.
      • hasDelAvatarBackgroundColour

        public boolean hasDelAvatarBackgroundColour()
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Specified by:
        hasDelAvatarBackgroundColour in interface UpdateRequestOrBuilder
        Returns:
        Whether the delAvatarBackgroundColour field is set.
      • getDelAvatarBackgroundColour

        public java.lang.String getDelAvatarBackgroundColour()
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Specified by:
        getDelAvatarBackgroundColour in interface UpdateRequestOrBuilder
        Returns:
        The delAvatarBackgroundColour.
      • getDelAvatarBackgroundColourBytes

        public com.google.protobuf.ByteString getDelAvatarBackgroundColourBytes()
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Specified by:
        getDelAvatarBackgroundColourBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for delAvatarBackgroundColour.
      • setDelAvatarBackgroundColour

        public UpdateRequest.Builder setDelAvatarBackgroundColour​(java.lang.String value)
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Parameters:
        value - The delAvatarBackgroundColour to set.
        Returns:
        This builder for chaining.
      • clearDelAvatarBackgroundColour

        public UpdateRequest.Builder clearDelAvatarBackgroundColour()
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Returns:
        This builder for chaining.
      • setDelAvatarBackgroundColourBytes

        public UpdateRequest.Builder setDelAvatarBackgroundColourBytes​(com.google.protobuf.ByteString value)
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Parameters:
        value - The bytes for delAvatarBackgroundColour to set.
        Returns:
        This builder for chaining.
      • hasSetTimezone

        public boolean hasSetTimezone()
        string set_timezone = 8 [json_name = "setTimezone"];
        Specified by:
        hasSetTimezone in interface UpdateRequestOrBuilder
        Returns:
        Whether the setTimezone field is set.
      • getSetTimezone

        public java.lang.String getSetTimezone()
        string set_timezone = 8 [json_name = "setTimezone"];
        Specified by:
        getSetTimezone in interface UpdateRequestOrBuilder
        Returns:
        The setTimezone.
      • getSetTimezoneBytes

        public com.google.protobuf.ByteString getSetTimezoneBytes()
        string set_timezone = 8 [json_name = "setTimezone"];
        Specified by:
        getSetTimezoneBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for setTimezone.
      • setSetTimezone

        public UpdateRequest.Builder setSetTimezone​(java.lang.String value)
        string set_timezone = 8 [json_name = "setTimezone"];
        Parameters:
        value - The setTimezone to set.
        Returns:
        This builder for chaining.
      • clearSetTimezone

        public UpdateRequest.Builder clearSetTimezone()
        string set_timezone = 8 [json_name = "setTimezone"];
        Returns:
        This builder for chaining.
      • setSetTimezoneBytes

        public UpdateRequest.Builder setSetTimezoneBytes​(com.google.protobuf.ByteString value)
        string set_timezone = 8 [json_name = "setTimezone"];
        Parameters:
        value - The bytes for setTimezone to set.
        Returns:
        This builder for chaining.
      • hasDelTimezone

        public boolean hasDelTimezone()
        string del_timezone = 9 [json_name = "delTimezone"];
        Specified by:
        hasDelTimezone in interface UpdateRequestOrBuilder
        Returns:
        Whether the delTimezone field is set.
      • getDelTimezone

        public java.lang.String getDelTimezone()
        string del_timezone = 9 [json_name = "delTimezone"];
        Specified by:
        getDelTimezone in interface UpdateRequestOrBuilder
        Returns:
        The delTimezone.
      • getDelTimezoneBytes

        public com.google.protobuf.ByteString getDelTimezoneBytes()
        string del_timezone = 9 [json_name = "delTimezone"];
        Specified by:
        getDelTimezoneBytes in interface UpdateRequestOrBuilder
        Returns:
        The bytes for delTimezone.
      • setDelTimezone

        public UpdateRequest.Builder setDelTimezone​(java.lang.String value)
        string del_timezone = 9 [json_name = "delTimezone"];
        Parameters:
        value - The delTimezone to set.
        Returns:
        This builder for chaining.
      • clearDelTimezone

        public UpdateRequest.Builder clearDelTimezone()
        string del_timezone = 9 [json_name = "delTimezone"];
        Returns:
        This builder for chaining.
      • setDelTimezoneBytes

        public UpdateRequest.Builder setDelTimezoneBytes​(com.google.protobuf.ByteString value)
        string del_timezone = 9 [json_name = "delTimezone"];
        Parameters:
        value - The bytes for delTimezone to set.
        Returns:
        This builder for chaining.
      • hasSetNotificationPreference

        public boolean hasSetNotificationPreference()
        .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
        Specified by:
        hasSetNotificationPreference in interface UpdateRequestOrBuilder
        Returns:
        Whether the setNotificationPreference field is set.
      • getSetNotificationPreferenceValue

        public int getSetNotificationPreferenceValue()
        .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
        Specified by:
        getSetNotificationPreferenceValue in interface UpdateRequestOrBuilder
        Returns:
        The enum numeric value on the wire for setNotificationPreference.
      • setSetNotificationPreferenceValue

        public UpdateRequest.Builder setSetNotificationPreferenceValue​(int value)
        .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
        Parameters:
        value - The enum numeric value on the wire for setNotificationPreference to set.
        Returns:
        This builder for chaining.
      • setSetNotificationPreference

        public UpdateRequest.Builder setSetNotificationPreference​(UserNotificationPreference value)
        .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
        Parameters:
        value - The setNotificationPreference to set.
        Returns:
        This builder for chaining.
      • clearSetNotificationPreference

        public UpdateRequest.Builder clearSetNotificationPreference()
        .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
        Returns:
        This builder for chaining.
      • hasDelNotificationPreference

        public boolean hasDelNotificationPreference()
        .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
        Specified by:
        hasDelNotificationPreference in interface UpdateRequestOrBuilder
        Returns:
        Whether the delNotificationPreference field is set.
      • getDelNotificationPreferenceValue

        public int getDelNotificationPreferenceValue()
        .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
        Specified by:
        getDelNotificationPreferenceValue in interface UpdateRequestOrBuilder
        Returns:
        The enum numeric value on the wire for delNotificationPreference.
      • setDelNotificationPreferenceValue

        public UpdateRequest.Builder setDelNotificationPreferenceValue​(int value)
        .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
        Parameters:
        value - The enum numeric value on the wire for delNotificationPreference to set.
        Returns:
        This builder for chaining.
      • setDelNotificationPreference

        public UpdateRequest.Builder setDelNotificationPreference​(UserNotificationPreference value)
        .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
        Parameters:
        value - The delNotificationPreference to set.
        Returns:
        This builder for chaining.
      • clearDelNotificationPreference

        public UpdateRequest.Builder clearDelNotificationPreference()
        .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
        Returns:
        This builder for chaining.
      • getSetRolesList

        public java.util.List<java.lang.String> getSetRolesList()
        repeated string set_roles = 12 [json_name = "setRoles"];
        Specified by:
        getSetRolesList in interface UpdateRequestOrBuilder
        Returns:
        A list containing the setRoles.
      • getSetRolesCount

        public int getSetRolesCount()
        repeated string set_roles = 12 [json_name = "setRoles"];
        Specified by:
        getSetRolesCount in interface UpdateRequestOrBuilder
        Returns:
        The count of setRoles.
      • getSetRoles

        public java.lang.String getSetRoles​(int index)
        repeated string set_roles = 12 [json_name = "setRoles"];
        Specified by:
        getSetRoles in interface UpdateRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The setRoles at the given index.
      • getSetRolesBytes

        public com.google.protobuf.ByteString getSetRolesBytes​(int index)
        repeated string set_roles = 12 [json_name = "setRoles"];
        Specified by:
        getSetRolesBytes in interface UpdateRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the setRoles at the given index.
      • setSetRoles

        public UpdateRequest.Builder setSetRoles​(int index,
                                                 java.lang.String value)
        repeated string set_roles = 12 [json_name = "setRoles"];
        Parameters:
        index - The index to set the value at.
        value - The setRoles to set.
        Returns:
        This builder for chaining.
      • addSetRoles

        public UpdateRequest.Builder addSetRoles​(java.lang.String value)
        repeated string set_roles = 12 [json_name = "setRoles"];
        Parameters:
        value - The setRoles to add.
        Returns:
        This builder for chaining.
      • addAllSetRoles

        public UpdateRequest.Builder addAllSetRoles​(java.lang.Iterable<java.lang.String> values)
        repeated string set_roles = 12 [json_name = "setRoles"];
        Parameters:
        values - The setRoles to add.
        Returns:
        This builder for chaining.
      • clearSetRoles

        public UpdateRequest.Builder clearSetRoles()
        repeated string set_roles = 12 [json_name = "setRoles"];
        Returns:
        This builder for chaining.
      • addSetRolesBytes

        public UpdateRequest.Builder addSetRolesBytes​(com.google.protobuf.ByteString value)
        repeated string set_roles = 12 [json_name = "setRoles"];
        Parameters:
        value - The bytes of the setRoles to add.
        Returns:
        This builder for chaining.
      • getSetAudienceTagsList

        public java.util.List<java.lang.String> getSetAudienceTagsList()
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Specified by:
        getSetAudienceTagsList in interface UpdateRequestOrBuilder
        Returns:
        A list containing the setAudienceTags.
      • getSetAudienceTagsCount

        public int getSetAudienceTagsCount()
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Specified by:
        getSetAudienceTagsCount in interface UpdateRequestOrBuilder
        Returns:
        The count of setAudienceTags.
      • getSetAudienceTags

        public java.lang.String getSetAudienceTags​(int index)
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Specified by:
        getSetAudienceTags in interface UpdateRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The setAudienceTags at the given index.
      • getSetAudienceTagsBytes

        public com.google.protobuf.ByteString getSetAudienceTagsBytes​(int index)
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Specified by:
        getSetAudienceTagsBytes in interface UpdateRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the setAudienceTags at the given index.
      • setSetAudienceTags

        public UpdateRequest.Builder setSetAudienceTags​(int index,
                                                        java.lang.String value)
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Parameters:
        index - The index to set the value at.
        value - The setAudienceTags to set.
        Returns:
        This builder for chaining.
      • addSetAudienceTags

        public UpdateRequest.Builder addSetAudienceTags​(java.lang.String value)
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Parameters:
        value - The setAudienceTags to add.
        Returns:
        This builder for chaining.
      • addAllSetAudienceTags

        public UpdateRequest.Builder addAllSetAudienceTags​(java.lang.Iterable<java.lang.String> values)
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Parameters:
        values - The setAudienceTags to add.
        Returns:
        This builder for chaining.
      • clearSetAudienceTags

        public UpdateRequest.Builder clearSetAudienceTags()
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Returns:
        This builder for chaining.
      • addSetAudienceTagsBytes

        public UpdateRequest.Builder addSetAudienceTagsBytes​(com.google.protobuf.ByteString value)
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Parameters:
        value - The bytes of the setAudienceTags to add.
        Returns:
        This builder for chaining.
      • getDelAudienceTagsList

        public java.util.List<java.lang.String> getDelAudienceTagsList()
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Specified by:
        getDelAudienceTagsList in interface UpdateRequestOrBuilder
        Returns:
        A list containing the delAudienceTags.
      • getDelAudienceTagsCount

        public int getDelAudienceTagsCount()
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Specified by:
        getDelAudienceTagsCount in interface UpdateRequestOrBuilder
        Returns:
        The count of delAudienceTags.
      • getDelAudienceTags

        public java.lang.String getDelAudienceTags​(int index)
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Specified by:
        getDelAudienceTags in interface UpdateRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The delAudienceTags at the given index.
      • getDelAudienceTagsBytes

        public com.google.protobuf.ByteString getDelAudienceTagsBytes​(int index)
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Specified by:
        getDelAudienceTagsBytes in interface UpdateRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the delAudienceTags at the given index.
      • setDelAudienceTags

        public UpdateRequest.Builder setDelAudienceTags​(int index,
                                                        java.lang.String value)
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Parameters:
        index - The index to set the value at.
        value - The delAudienceTags to set.
        Returns:
        This builder for chaining.
      • addDelAudienceTags

        public UpdateRequest.Builder addDelAudienceTags​(java.lang.String value)
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Parameters:
        value - The delAudienceTags to add.
        Returns:
        This builder for chaining.
      • addAllDelAudienceTags

        public UpdateRequest.Builder addAllDelAudienceTags​(java.lang.Iterable<java.lang.String> values)
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Parameters:
        values - The delAudienceTags to add.
        Returns:
        This builder for chaining.
      • clearDelAudienceTags

        public UpdateRequest.Builder clearDelAudienceTags()
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Returns:
        This builder for chaining.
      • addDelAudienceTagsBytes

        public UpdateRequest.Builder addDelAudienceTagsBytes​(com.google.protobuf.ByteString value)
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Parameters:
        value - The bytes of the delAudienceTags to add.
        Returns:
        This builder for chaining.