public interface SignedinUserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Output only.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Output only.
|
String |
getUser()
Output only.
|
com.google.protobuf.ByteString |
getUserBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUser()
Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: `users/{user}`
string user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getUserBytes()
Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: `users/{user}`
string user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDisplayNameBytes()
Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.