Package com.buildless.accounts
Interface UserIDOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserID,UserID.Builder
public interface UserIDOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Specifies the ID value for this user, also known as the "UID."com.google.protobuf.ByteStringSpecifies the ID value for this user, also known as the "UID."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
String getId()Specifies the ID value for this user, also known as the "UID."
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Specifies the ID value for this user, also known as the "UID."
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-