public interface UserInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
The display name for the linked provider.
string display_name = 3;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name for the linked provider.
string display_name = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getEmail()
public abstract String getEmail()
The email for the linked provider.
string email = 2;
Returns | |
---|---|
Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()
The email for the linked provider.
string email = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for email. |
getPhotoURL()
public abstract String getPhotoURL()
The photo URL for the linked provider.
string photo_URL = 4;
Returns | |
---|---|
Type | Description |
String |
The photoURL. |
getPhotoURLBytes()
public abstract ByteString getPhotoURLBytes()
The photo URL for the linked provider.
string photo_URL = 4;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for providerId. |
getUid()
public abstract String getUid()
The user identifier for the linked provider.
string uid = 1;
Returns | |
---|---|
Type | Description |
String |
The uid. |
getUidBytes()
public abstract ByteString getUidBytes()
The user identifier for the linked provider.
string uid = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uid. |