Package com.buildless
Interface User.UserKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
User.UserKey,User.UserKey.Builder
- Enclosing class:
User
public static interface User.UserKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUid()Specifies a unique text ID which identifies this user globally.com.google.protobuf.ByteStringSpecifies a unique text ID which identifies this user globally.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
-
getUid
String getUid()Specifies a unique text ID which identifies this user globally. This value is generated by the auth engine used by Buildless and is considered immutable for the entire lifecycle of a user account. The ID mentions the identity provider which was used to establish the account, and is enforced for global uniqueness.
string uid = 1 [json_name = "uid", (.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY, (.validate.rules) = { ... }- Returns:
- The uid.
-
getUidBytes
com.google.protobuf.ByteString getUidBytes()Specifies a unique text ID which identifies this user globally. This value is generated by the auth engine used by Buildless and is considered immutable for the entire lifecycle of a user account. The ID mentions the identity provider which was used to establish the account, and is enforced for global uniqueness.
string uid = 1 [json_name = "uid", (.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY, (.validate.rules) = { ... }- Returns:
- The bytes for uid.
-