public interface UserOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Email address of the user.
|
ByteString |
getEmailBytes()
Email address of the user.
|
User.UserCase |
getUserCase() |
String |
getUserId()
Output only.
|
ByteString |
getUserIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getUserId()
Output only. User id that will allow to get additional information from People API. This field will be populated implicitly if the caller creates or edits a resource (for example, posts an annotation).
string user_id = 1;ByteString getUserIdBytes()
Output only. User id that will allow to get additional information from People API. This field will be populated implicitly if the caller creates or edits a resource (for example, posts an annotation).
string user_id = 1;String getEmail()
Email address of the user. This must be associated with a Google account. This field will be set if the user is explicitly identified (verbatim) by email address in an API request (potentially sometime in the past). It will not be populated based on the credentials of a caller of the API.
string email = 2;ByteString getEmailBytes()
Email address of the user. This must be associated with a Google account. This field will be set if the user is explicitly identified (verbatim) by email address in an API request (potentially sometime in the past). It will not be populated based on the credentials of a caller of the API.
string email = 2;User.UserCase getUserCase()
Copyright © 2020 Google LLC. All rights reserved.