All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.studio.users.UpdateRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/studio/users/studio_users.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.studio.users;

public interface UpdateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.studio.users.UpdateRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string set_name = 2 [json_name = "setName"];
   * @return Whether the setName field is set.
   */
  boolean hasSetName();
  /**
   * string set_name = 2 [json_name = "setName"];
   * @return The setName.
   */
  java.lang.String getSetName();
  /**
   * string set_name = 2 [json_name = "setName"];
   * @return The bytes for setName.
   */
  com.google.protobuf.ByteString
      getSetNameBytes();

  /**
   * string del_name = 3 [json_name = "delName"];
   * @return Whether the delName field is set.
   */
  boolean hasDelName();
  /**
   * string del_name = 3 [json_name = "delName"];
   * @return The delName.
   */
  java.lang.String getDelName();
  /**
   * string del_name = 3 [json_name = "delName"];
   * @return The bytes for delName.
   */
  com.google.protobuf.ByteString
      getDelNameBytes();

  /**
   * string set_avatar = 4 [json_name = "setAvatar"];
   * @return Whether the setAvatar field is set.
   */
  boolean hasSetAvatar();
  /**
   * string set_avatar = 4 [json_name = "setAvatar"];
   * @return The setAvatar.
   */
  java.lang.String getSetAvatar();
  /**
   * string set_avatar = 4 [json_name = "setAvatar"];
   * @return The bytes for setAvatar.
   */
  com.google.protobuf.ByteString
      getSetAvatarBytes();

  /**
   * string del_avatar = 5 [json_name = "delAvatar"];
   * @return Whether the delAvatar field is set.
   */
  boolean hasDelAvatar();
  /**
   * string del_avatar = 5 [json_name = "delAvatar"];
   * @return The delAvatar.
   */
  java.lang.String getDelAvatar();
  /**
   * string del_avatar = 5 [json_name = "delAvatar"];
   * @return The bytes for delAvatar.
   */
  com.google.protobuf.ByteString
      getDelAvatarBytes();

  /**
   * string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
   * @return Whether the setAvatarBackgroundColour field is set.
   */
  boolean hasSetAvatarBackgroundColour();
  /**
   * string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
   * @return The setAvatarBackgroundColour.
   */
  java.lang.String getSetAvatarBackgroundColour();
  /**
   * string set_avatar_background_colour = 6 [json_name = "setAvatarBackgroundColour"];
   * @return The bytes for setAvatarBackgroundColour.
   */
  com.google.protobuf.ByteString
      getSetAvatarBackgroundColourBytes();

  /**
   * string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
   * @return Whether the delAvatarBackgroundColour field is set.
   */
  boolean hasDelAvatarBackgroundColour();
  /**
   * string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
   * @return The delAvatarBackgroundColour.
   */
  java.lang.String getDelAvatarBackgroundColour();
  /**
   * string del_avatar_background_colour = 7 [json_name = "delAvatarBackgroundColour"];
   * @return The bytes for delAvatarBackgroundColour.
   */
  com.google.protobuf.ByteString
      getDelAvatarBackgroundColourBytes();

  /**
   * string set_timezone = 8 [json_name = "setTimezone"];
   * @return Whether the setTimezone field is set.
   */
  boolean hasSetTimezone();
  /**
   * string set_timezone = 8 [json_name = "setTimezone"];
   * @return The setTimezone.
   */
  java.lang.String getSetTimezone();
  /**
   * string set_timezone = 8 [json_name = "setTimezone"];
   * @return The bytes for setTimezone.
   */
  com.google.protobuf.ByteString
      getSetTimezoneBytes();

  /**
   * string del_timezone = 9 [json_name = "delTimezone"];
   * @return Whether the delTimezone field is set.
   */
  boolean hasDelTimezone();
  /**
   * string del_timezone = 9 [json_name = "delTimezone"];
   * @return The delTimezone.
   */
  java.lang.String getDelTimezone();
  /**
   * string del_timezone = 9 [json_name = "delTimezone"];
   * @return The bytes for delTimezone.
   */
  com.google.protobuf.ByteString
      getDelTimezoneBytes();

  /**
   * .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
   * @return Whether the setNotificationPreference field is set.
   */
  boolean hasSetNotificationPreference();
  /**
   * .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
   * @return The enum numeric value on the wire for setNotificationPreference.
   */
  int getSetNotificationPreferenceValue();
  /**
   * .streamlayer.users.UserNotificationPreference set_notification_preference = 10 [json_name = "setNotificationPreference"];
   * @return The setNotificationPreference.
   */
  com.streamlayer.users.UserNotificationPreference getSetNotificationPreference();

  /**
   * .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
   * @return Whether the delNotificationPreference field is set.
   */
  boolean hasDelNotificationPreference();
  /**
   * .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
   * @return The enum numeric value on the wire for delNotificationPreference.
   */
  int getDelNotificationPreferenceValue();
  /**
   * .streamlayer.users.UserNotificationPreference del_notification_preference = 11 [json_name = "delNotificationPreference"];
   * @return The delNotificationPreference.
   */
  com.streamlayer.users.UserNotificationPreference getDelNotificationPreference();

  /**
   * string set_alias = 12 [json_name = "setAlias"];
   * @return Whether the setAlias field is set.
   */
  boolean hasSetAlias();
  /**
   * string set_alias = 12 [json_name = "setAlias"];
   * @return The setAlias.
   */
  java.lang.String getSetAlias();
  /**
   * string set_alias = 12 [json_name = "setAlias"];
   * @return The bytes for setAlias.
   */
  com.google.protobuf.ByteString
      getSetAliasBytes();

  /**
   * string del_alias = 13 [json_name = "delAlias"];
   * @return Whether the delAlias field is set.
   */
  boolean hasDelAlias();
  /**
   * string del_alias = 13 [json_name = "delAlias"];
   * @return The delAlias.
   */
  java.lang.String getDelAlias();
  /**
   * string del_alias = 13 [json_name = "delAlias"];
   * @return The bytes for delAlias.
   */
  com.google.protobuf.ByteString
      getDelAliasBytes();

  public com.streamlayer.studio.users.UpdateRequest.NameCase getNameCase();

  public com.streamlayer.studio.users.UpdateRequest.AvatarCase getAvatarCase();

  public com.streamlayer.studio.users.UpdateRequest.AvatarBackgroundColourCase getAvatarBackgroundColourCase();

  public com.streamlayer.studio.users.UpdateRequest.TimezoneCase getTimezoneCase();

  public com.streamlayer.studio.users.UpdateRequest.NotificationPreferenceCase getNotificationPreferenceCase();

  public com.streamlayer.studio.users.UpdateRequest.AliasCase getAliasCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy