public interface SignedinUserOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Output only. For a personal device, it's the user's first and last name. For a robot account, it's the admin specified device name. For example, "Altostrat Room".
 string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Output only. For a personal device, it's the user's first and last name. For a robot account, it's the admin specified device name. For example, "Altostrat Room".
 string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for displayName. | 
getUser()
public abstract String 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];
| Returns | |
|---|---|
| Type | Description | 
| String | The user. | 
getUserBytes()
public abstract 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];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for user. |