Interface UpdateRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    UpdateRequest, UpdateRequest.Builder

    public interface UpdateRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Detail

      • getUsername

        java.lang.String getUsername()
        string username = 1 [json_name = "username"];
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
        string username = 1 [json_name = "username"];
        Returns:
        The bytes for username.
      • hasSetName

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

        java.lang.String getSetName()
        string set_name = 2 [json_name = "setName"];
        Returns:
        The setName.
      • getSetNameBytes

        com.google.protobuf.ByteString getSetNameBytes()
        string set_name = 2 [json_name = "setName"];
        Returns:
        The bytes for setName.
      • hasDelName

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

        java.lang.String getDelName()
        string del_name = 3 [json_name = "delName"];
        Returns:
        The delName.
      • getDelNameBytes

        com.google.protobuf.ByteString getDelNameBytes()
        string del_name = 3 [json_name = "delName"];
        Returns:
        The bytes for delName.
      • hasSetAvatar

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

        java.lang.String getSetAvatar()
        string set_avatar = 4 [json_name = "setAvatar"];
        Returns:
        The setAvatar.
      • getSetAvatarBytes

        com.google.protobuf.ByteString getSetAvatarBytes()
        string set_avatar = 4 [json_name = "setAvatar"];
        Returns:
        The bytes for setAvatar.
      • hasDelAvatar

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

        java.lang.String getDelAvatar()
        string del_avatar = 5 [json_name = "delAvatar"];
        Returns:
        The delAvatar.
      • getDelAvatarBytes

        com.google.protobuf.ByteString getDelAvatarBytes()
        string del_avatar = 5 [json_name = "delAvatar"];
        Returns:
        The bytes for delAvatar.
      • hasSetAvatarBackgroundColour

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

        java.lang.String getSetAvatarBackgroundColour()
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Returns:
        The setAvatarBackgroundColour.
      • getSetAvatarBackgroundColourBytes

        com.google.protobuf.ByteString getSetAvatarBackgroundColourBytes()
        string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
        Returns:
        The bytes for setAvatarBackgroundColour.
      • hasDelAvatarBackgroundColour

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

        java.lang.String getDelAvatarBackgroundColour()
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Returns:
        The delAvatarBackgroundColour.
      • getDelAvatarBackgroundColourBytes

        com.google.protobuf.ByteString getDelAvatarBackgroundColourBytes()
        string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
        Returns:
        The bytes for delAvatarBackgroundColour.
      • hasSetTimezone

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

        java.lang.String getSetTimezone()
        string set_timezone = 8 [json_name = "setTimezone"];
        Returns:
        The setTimezone.
      • getSetTimezoneBytes

        com.google.protobuf.ByteString getSetTimezoneBytes()
        string set_timezone = 8 [json_name = "setTimezone"];
        Returns:
        The bytes for setTimezone.
      • hasDelTimezone

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

        java.lang.String getDelTimezone()
        string del_timezone = 9 [json_name = "delTimezone"];
        Returns:
        The delTimezone.
      • getDelTimezoneBytes

        com.google.protobuf.ByteString getDelTimezoneBytes()
        string del_timezone = 9 [json_name = "delTimezone"];
        Returns:
        The bytes for delTimezone.
      • hasSetNotificationPreference

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

        int getSetNotificationPreferenceValue()
        .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
        Returns:
        The enum numeric value on the wire for setNotificationPreference.
      • getSetNotificationPreference

        UserNotificationPreference getSetNotificationPreference()
        .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
        Returns:
        The setNotificationPreference.
      • hasDelNotificationPreference

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

        int getDelNotificationPreferenceValue()
        .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
        Returns:
        The enum numeric value on the wire for delNotificationPreference.
      • getDelNotificationPreference

        UserNotificationPreference getDelNotificationPreference()
        .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
        Returns:
        The delNotificationPreference.
      • getSetRolesList

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

        int getSetRolesCount()
        repeated string set_roles = 12 [json_name = "setRoles"];
        Returns:
        The count of setRoles.
      • getSetRoles

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

        com.google.protobuf.ByteString getSetRolesBytes​(int index)
        repeated string set_roles = 12 [json_name = "setRoles"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The setRoles at the given index.
      • getSetAudienceTagsList

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

        int getSetAudienceTagsCount()
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Returns:
        The count of setAudienceTags.
      • getSetAudienceTags

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

        com.google.protobuf.ByteString getSetAudienceTagsBytes​(int index)
        repeated string set_audience_tags = 13 [json_name = "setAudienceTags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The setAudienceTags at the given index.
      • getDelAudienceTagsList

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

        int getDelAudienceTagsCount()
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Returns:
        The count of delAudienceTags.
      • getDelAudienceTags

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

        com.google.protobuf.ByteString getDelAudienceTagsBytes​(int index)
        repeated string del_audience_tags = 14 [json_name = "delAudienceTags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The delAudienceTags at the given index.