public interface UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppleId()
The Apple Sign In ID in the user's account.
|
com.google.protobuf.ByteString |
getAppleIdBytes()
The Apple Sign In ID in the user's account.
|
java.lang.String |
getAvatarUrl()
A URL for an avatar image.
|
com.google.protobuf.ByteString |
getAvatarUrlBytes()
A URL for an avatar image.
|
com.google.protobuf.Timestamp |
getCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
java.lang.String |
getDisplayName()
The display name of the user.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the user.
|
int |
getEdgeCount()
Number of related edges to this user.
|
java.lang.String |
getFacebookId()
The Facebook id in the user's account.
|
com.google.protobuf.ByteString |
getFacebookIdBytes()
The Facebook id in the user's account.
|
java.lang.String |
getFacebookInstantGameId()
The Facebook Instant Game ID in the user's account.
|
com.google.protobuf.ByteString |
getFacebookInstantGameIdBytes()
The Facebook Instant Game ID in the user's account.
|
java.lang.String |
getGamecenterId()
The Apple Game Center in of the user's account.
|
com.google.protobuf.ByteString |
getGamecenterIdBytes()
The Apple Game Center in of the user's account.
|
java.lang.String |
getGoogleId()
The Google id in the user's account.
|
com.google.protobuf.ByteString |
getGoogleIdBytes()
The Google id in the user's account.
|
java.lang.String |
getId()
The id of the user's account.
|
com.google.protobuf.ByteString |
getIdBytes()
The id of the user's account.
|
java.lang.String |
getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
|
com.google.protobuf.ByteString |
getLangTagBytes()
The language expected to be a tag which follows the BCP-47 spec.
|
java.lang.String |
getLocation()
The location set by the user.
|
com.google.protobuf.ByteString |
getLocationBytes()
The location set by the user.
|
java.lang.String |
getMetadata()
Additional information stored as a JSON object.
|
com.google.protobuf.ByteString |
getMetadataBytes()
Additional information stored as a JSON object.
|
boolean |
getOnline()
Indicates whether the user is currently online.
|
java.lang.String |
getSteamId()
The Steam id in the user's account.
|
com.google.protobuf.ByteString |
getSteamIdBytes()
The Steam id in the user's account.
|
java.lang.String |
getTimezone()
The timezone set by the user.
|
com.google.protobuf.ByteString |
getTimezoneBytes()
The timezone set by the user.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
java.lang.String |
getUsername()
The username of the user's account.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The username of the user's account.
|
boolean |
hasCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
boolean |
hasUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getId()
The id of the user's account.
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString getIdBytes()
The id of the user's account.
string id = 1 [json_name = "id"];
java.lang.String getUsername()
The username of the user's account.
string username = 2 [json_name = "username"];
com.google.protobuf.ByteString getUsernameBytes()
The username of the user's account.
string username = 2 [json_name = "username"];
java.lang.String getDisplayName()
The display name of the user.
string display_name = 3 [json_name = "displayName"];
com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the user.
string display_name = 3 [json_name = "displayName"];
java.lang.String getAvatarUrl()
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
com.google.protobuf.ByteString getAvatarUrlBytes()
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
java.lang.String getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
com.google.protobuf.ByteString getLangTagBytes()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
java.lang.String getLocation()
The location set by the user.
string location = 6 [json_name = "location"];
com.google.protobuf.ByteString getLocationBytes()
The location set by the user.
string location = 6 [json_name = "location"];
java.lang.String getTimezone()
The timezone set by the user.
string timezone = 7 [json_name = "timezone"];
com.google.protobuf.ByteString getTimezoneBytes()
The timezone set by the user.
string timezone = 7 [json_name = "timezone"];
java.lang.String getMetadata()
Additional information stored as a JSON object.
string metadata = 8 [json_name = "metadata"];
com.google.protobuf.ByteString getMetadataBytes()
Additional information stored as a JSON object.
string metadata = 8 [json_name = "metadata"];
java.lang.String getFacebookId()
The Facebook id in the user's account.
string facebook_id = 9 [json_name = "facebookId"];
com.google.protobuf.ByteString getFacebookIdBytes()
The Facebook id in the user's account.
string facebook_id = 9 [json_name = "facebookId"];
java.lang.String getGoogleId()
The Google id in the user's account.
string google_id = 10 [json_name = "googleId"];
com.google.protobuf.ByteString getGoogleIdBytes()
The Google id in the user's account.
string google_id = 10 [json_name = "googleId"];
java.lang.String getGamecenterId()
The Apple Game Center in of the user's account.
string gamecenter_id = 11 [json_name = "gamecenterId"];
com.google.protobuf.ByteString getGamecenterIdBytes()
The Apple Game Center in of the user's account.
string gamecenter_id = 11 [json_name = "gamecenterId"];
java.lang.String getSteamId()
The Steam id in the user's account.
string steam_id = 12 [json_name = "steamId"];
com.google.protobuf.ByteString getSteamIdBytes()
The Steam id in the user's account.
string steam_id = 12 [json_name = "steamId"];
boolean getOnline()
Indicates whether the user is currently online.
bool online = 13 [json_name = "online"];
int getEdgeCount()
Number of related edges to this user.
int32 edge_count = 14 [json_name = "edgeCount"];
boolean hasCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
.google.protobuf.Timestamp create_time = 15 [json_name = "createTime"];
com.google.protobuf.Timestamp getCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
.google.protobuf.Timestamp create_time = 15 [json_name = "createTime"];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
.google.protobuf.Timestamp create_time = 15 [json_name = "createTime"];
boolean hasUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
.google.protobuf.Timestamp update_time = 16 [json_name = "updateTime"];
com.google.protobuf.Timestamp getUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
.google.protobuf.Timestamp update_time = 16 [json_name = "updateTime"];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
.google.protobuf.Timestamp update_time = 16 [json_name = "updateTime"];
java.lang.String getFacebookInstantGameId()
The Facebook Instant Game ID in the user's account.
string facebook_instant_game_id = 17 [json_name = "facebookInstantGameId"];
com.google.protobuf.ByteString getFacebookInstantGameIdBytes()
The Facebook Instant Game ID in the user's account.
string facebook_instant_game_id = 17 [json_name = "facebookInstantGameId"];
java.lang.String getAppleId()
The Apple Sign In ID in the user's account.
string apple_id = 18 [json_name = "appleId"];
com.google.protobuf.ByteString getAppleIdBytes()
The Apple Sign In ID in the user's account.
string apple_id = 18 [json_name = "appleId"];