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

      • 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.
      • hasSetAlias

        boolean hasSetAlias()
        string set_alias = 12 [json_name = "setAlias"];
        Returns:
        Whether the setAlias field is set.
      • getSetAlias

        java.lang.String getSetAlias()
        string set_alias = 12 [json_name = "setAlias"];
        Returns:
        The setAlias.
      • getSetAliasBytes

        com.google.protobuf.ByteString getSetAliasBytes()
        string set_alias = 12 [json_name = "setAlias"];
        Returns:
        The bytes for setAlias.
      • hasDelAlias

        boolean hasDelAlias()
        string del_alias = 13 [json_name = "delAlias"];
        Returns:
        Whether the delAlias field is set.
      • getDelAlias

        java.lang.String getDelAlias()
        string del_alias = 13 [json_name = "delAlias"];
        Returns:
        The delAlias.
      • getDelAliasBytes

        com.google.protobuf.ByteString getDelAliasBytes()
        string del_alias = 13 [json_name = "delAlias"];
        Returns:
        The bytes for delAlias.