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

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

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

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

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

  /**
   * string username = 1 [json_name = "username"];
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * string username = 1 [json_name = "username"];
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

  /**
   * 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();

  /**
   * repeated string set_roles = 12 [json_name = "setRoles"];
   * @return A list containing the setRoles.
   */
  java.util.List
      getSetRolesList();
  /**
   * repeated string set_roles = 12 [json_name = "setRoles"];
   * @return The count of setRoles.
   */
  int getSetRolesCount();
  /**
   * repeated string set_roles = 12 [json_name = "setRoles"];
   * @param index The index of the element to return.
   * @return The setRoles at the given index.
   */
  java.lang.String getSetRoles(int index);
  /**
   * repeated string set_roles = 12 [json_name = "setRoles"];
   * @param index The index of the element to return.
   * @return The setRoles at the given index.
   */
  com.google.protobuf.ByteString
      getSetRolesBytes(int index);

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

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

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

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

  public com.streamlayer.users.admin.UpdateRequest.NotificationPreferenceCase getNotificationPreferenceCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy