Interface SignedinUserOrBuilder (0.11.0)

public interface SignedinUserOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract 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];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract 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];

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.