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 TypeMethodDescriptiongetEmail()The email address of the user.com.google.protobuf.ByteStringThe email address of the user.getId()Unique identifier for the user (UUID format).com.google.protobuf.ByteStringUnique identifier for the user (UUID format).The username of the user.com.google.protobuf.ByteStringThe username of the user.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Unique identifier for the user (UUID format).
string id = 1;- Returns:
- The bytes for id.
-
getUsername
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()The username of the user.
string username = 2;- Returns:
- The bytes for username.
-
getEmail
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()The email address of the user.
string email = 3;- Returns:
- The bytes for email.
-