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

cn.herodotus.stirrup.grpc.user.GrpcHerodotusUserOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: HerodotusUserService.proto

package cn.herodotus.stirrup.grpc.user;

public interface GrpcHerodotusUserOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cn.herodotus.grpc.user.GrpcHerodotusUser)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string userId = 1;
   * @return The userId.
   */
  java.lang.String getUserId();
  /**
   * string userId = 1;
   * @return The bytes for userId.
   */
  com.google.protobuf.ByteString
      getUserIdBytes();

  /**
   * string password = 2;
   * @return The password.
   */
  java.lang.String getPassword();
  /**
   * string password = 2;
   * @return The bytes for password.
   */
  com.google.protobuf.ByteString
      getPasswordBytes();

  /**
   * string username = 3;
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * string username = 3;
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

  /**
   * string employeeId = 4;
   * @return The employeeId.
   */
  java.lang.String getEmployeeId();
  /**
   * string employeeId = 4;
   * @return The bytes for employeeId.
   */
  com.google.protobuf.ByteString
      getEmployeeIdBytes();

  /**
   * string avatar = 5;
   * @return The avatar.
   */
  java.lang.String getAvatar();
  /**
   * string avatar = 5;
   * @return The bytes for avatar.
   */
  com.google.protobuf.ByteString
      getAvatarBytes();

  /**
   * bool accountNonExpired = 6;
   * @return The accountNonExpired.
   */
  boolean getAccountNonExpired();

  /**
   * bool accountNonLocked = 7;
   * @return The accountNonLocked.
   */
  boolean getAccountNonLocked();

  /**
   * bool credentialsNonExpired = 8;
   * @return The credentialsNonExpired.
   */
  boolean getCredentialsNonExpired();

  /**
   * bool enabled = 9;
   * @return The enabled.
   */
  boolean getEnabled();

  /**
   * repeated string roles = 10;
   * @return A list containing the roles.
   */
  java.util.List
      getRolesList();
  /**
   * repeated string roles = 10;
   * @return The count of roles.
   */
  int getRolesCount();
  /**
   * repeated string roles = 10;
   * @param index The index of the element to return.
   * @return The roles at the given index.
   */
  java.lang.String getRoles(int index);
  /**
   * repeated string roles = 10;
   * @param index The index of the value to return.
   * @return The bytes of the roles at the given index.
   */
  com.google.protobuf.ByteString
      getRolesBytes(int index);

  /**
   * repeated string authorities = 11;
   * @return A list containing the authorities.
   */
  java.util.List
      getAuthoritiesList();
  /**
   * repeated string authorities = 11;
   * @return The count of authorities.
   */
  int getAuthoritiesCount();
  /**
   * repeated string authorities = 11;
   * @param index The index of the element to return.
   * @return The authorities at the given index.
   */
  java.lang.String getAuthorities(int index);
  /**
   * repeated string authorities = 11;
   * @param index The index of the value to return.
   * @return The bytes of the authorities at the given index.
   */
  com.google.protobuf.ByteString
      getAuthoritiesBytes(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy