Interface UserInfoOrBuilder (0.14.1)

public interface UserInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The display name for the linked provider.

string display_name = 3;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The display name for the linked provider.

string display_name = 3;

Returns
TypeDescription
ByteString

The bytes for displayName.

getEmail()

public abstract String getEmail()

The email for the linked provider.

string email = 2;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

The email for the linked provider.

string email = 2;

Returns
TypeDescription
ByteString

The bytes for email.

getPhotoURL()

public abstract String getPhotoURL()

The photo URL for the linked provider.

string photo_URL = 4;

Returns
TypeDescription
String

The photoURL.

getPhotoURLBytes()

public abstract ByteString getPhotoURLBytes()

The photo URL for the linked provider.

string photo_URL = 4;

Returns
TypeDescription
ByteString

The bytes for photoURL.

getProviderId()

public abstract String getProviderId()

The linked provider ID (e.g. "google.com" for the Google provider).

string provider_id = 5;

Returns
TypeDescription
String

The providerId.

getProviderIdBytes()

public abstract ByteString getProviderIdBytes()

The linked provider ID (e.g. "google.com" for the Google provider).

string provider_id = 5;

Returns
TypeDescription
ByteString

The bytes for providerId.

getUid()

public abstract String getUid()

The user identifier for the linked provider.

string uid = 1;

Returns
TypeDescription
String

The uid.

getUidBytes()

public abstract ByteString getUidBytes()

The user identifier for the linked provider.

string uid = 1;

Returns
TypeDescription
ByteString

The bytes for uid.