Interface InstanceUserOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstanceUser, InstanceUser.Builder

@Generated public interface InstanceUserOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The email address of the user.
    com.google.protobuf.ByteString
    The email address of the user.
    Unique identifier for the user (UUID format).
    com.google.protobuf.ByteString
    Unique identifier for the user (UUID format).
    The username of the user.
    com.google.protobuf.ByteString
    The username of the user.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getId

      String getId()
      Unique identifier for the user (UUID format).
      
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      Unique identifier for the user (UUID format).
      
      string id = 1;
      Returns:
      The bytes for id.
    • getUsername

      String getUsername()
      The username of the user.
      
      string username = 2;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      The username of the user.
      
      string username = 2;
      Returns:
      The bytes for username.
    • getEmail

      String getEmail()
      The email address of the user.
      
      string email = 3;
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
      The email address of the user.
      
      string email = 3;
      Returns:
      The bytes for email.