public interface AuthEventDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomClaims()
public abstract Struct getCustomClaims()
User's custom claims, typically used to define user roles and propagated to an authenticated user's ID token.
.google.protobuf.Struct custom_claims = 10;
Returns | |
---|---|
Type | Description |
Struct |
The customClaims. |
getCustomClaimsOrBuilder()
public abstract StructOrBuilder getCustomClaimsOrBuilder()
User's custom claims, typically used to define user roles and propagated to an authenticated user's ID token.
.google.protobuf.Struct custom_claims = 10;
Returns | |
---|---|
Type | Description |
StructOrBuilder |
getDisabled()
public abstract boolean getDisabled()
Whether the user is disabled.
bool disabled = 6;
Returns | |
---|---|
Type | Description |
boolean |
The disabled. |
getDisplayName()
public abstract String getDisplayName()
The user's display name.
string display_name = 4;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The user's display name.
string display_name = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getEmail()
public abstract String getEmail()
The user's primary email, if set.
string email = 2;
Returns | |
---|---|
Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()
The user's primary email, if set.
string email = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for email. |
getEmailVerified()
public abstract boolean getEmailVerified()
Whether or not the user's primary email is verified.
bool email_verified = 3;
Returns | |
---|---|
Type | Description |
boolean |
The emailVerified. |
getMetadata()
public abstract UserMetadata getMetadata()
Additional metadata about the user.
.google.events.firebase.auth.v1.UserMetadata metadata = 7;
Returns | |
---|---|
Type | Description |
UserMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract UserMetadataOrBuilder getMetadataOrBuilder()
Additional metadata about the user.
.google.events.firebase.auth.v1.UserMetadata metadata = 7;
Returns | |
---|---|
Type | Description |
UserMetadataOrBuilder |
getPhoneNumber()
public abstract String getPhoneNumber()
The user's phone number.
string phone_number = 9;
Returns | |
---|---|
Type | Description |
String |
The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()
The user's phone number.
string phone_number = 9;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for phoneNumber. |
getPhotoURL()
public abstract String getPhotoURL()
The user's photo URL.
string photo_URL = 5;
Returns | |
---|---|
Type | Description |
String |
The photoURL. |
getPhotoURLBytes()
public abstract ByteString getPhotoURLBytes()
The user's photo URL.
string photo_URL = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for photoURL. |
getProviderData(int index)
public abstract UserInfo getProviderData(int index)
User's info at the providers
repeated .google.events.firebase.auth.v1.UserInfo provider_data = 8;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
UserInfo |
getProviderDataCount()
public abstract int getProviderDataCount()
User's info at the providers
repeated .google.events.firebase.auth.v1.UserInfo provider_data = 8;
Returns | |
---|---|
Type | Description |
int |
getProviderDataList()
public abstract List<UserInfo> getProviderDataList()
User's info at the providers
repeated .google.events.firebase.auth.v1.UserInfo provider_data = 8;
Returns | |
---|---|
Type | Description |
List<UserInfo> |
getProviderDataOrBuilder(int index)
public abstract UserInfoOrBuilder getProviderDataOrBuilder(int index)
User's info at the providers
repeated .google.events.firebase.auth.v1.UserInfo provider_data = 8;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
UserInfoOrBuilder |
getProviderDataOrBuilderList()
public abstract List<? extends UserInfoOrBuilder> getProviderDataOrBuilderList()
User's info at the providers
repeated .google.events.firebase.auth.v1.UserInfo provider_data = 8;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.firebase.auth.v1.UserInfoOrBuilder> |
getUid()
public abstract String getUid()
The user identifier in the Firebase app.
string uid = 1;
Returns | |
---|---|
Type | Description |
String |
The uid. |
getUidBytes()
public abstract ByteString getUidBytes()
The user identifier in the Firebase app.
string uid = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uid. |
hasCustomClaims()
public abstract boolean hasCustomClaims()
User's custom claims, typically used to define user roles and propagated to an authenticated user's ID token.
.google.protobuf.Struct custom_claims = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the customClaims field is set. |
hasMetadata()
public abstract boolean hasMetadata()
Additional metadata about the user.
.google.events.firebase.auth.v1.UserMetadata metadata = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadata field is set. |