public static final class User.Builder extends com.google.protobuf.GeneratedMessage.Builder<User.Builder> implements UserOrBuilder
A user in the server.Protobuf type
nakama.api.User
Modifier and Type | Method and Description |
---|---|
User |
build() |
User |
buildPartial() |
User.Builder |
clear() |
User.Builder |
clearAppleId()
The Apple Sign In ID in the user's account.
|
User.Builder |
clearAvatarUrl()
A URL for an avatar image.
|
User.Builder |
clearCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
User.Builder |
clearDisplayName()
The display name of the user.
|
User.Builder |
clearEdgeCount()
Number of related edges to this user.
|
User.Builder |
clearFacebookId()
The Facebook id in the user's account.
|
User.Builder |
clearFacebookInstantGameId()
The Facebook Instant Game ID in the user's account.
|
User.Builder |
clearGamecenterId()
The Apple Game Center in of the user's account.
|
User.Builder |
clearGoogleId()
The Google id in the user's account.
|
User.Builder |
clearId()
The id of the user's account.
|
User.Builder |
clearLangTag()
The language expected to be a tag which follows the BCP-47 spec.
|
User.Builder |
clearLocation()
The location set by the user.
|
User.Builder |
clearMetadata()
Additional information stored as a JSON object.
|
User.Builder |
clearOnline()
Indicates whether the user is currently online.
|
User.Builder |
clearSteamId()
The Steam id in the user's account.
|
User.Builder |
clearTimezone()
The timezone set by the user.
|
User.Builder |
clearUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
User.Builder |
clearUsername()
The username of the user's account.
|
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.Timestamp.Builder |
getCreateTimeBuilder()
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.
|
User |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Timestamp.Builder |
getUpdateTimeBuilder()
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
User.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
User.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
User.Builder |
mergeFrom(com.google.protobuf.Message other) |
User.Builder |
mergeFrom(User other) |
User.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
User.Builder |
setAppleId(java.lang.String value)
The Apple Sign In ID in the user's account.
|
User.Builder |
setAppleIdBytes(com.google.protobuf.ByteString value)
The Apple Sign In ID in the user's account.
|
User.Builder |
setAvatarUrl(java.lang.String value)
A URL for an avatar image.
|
User.Builder |
setAvatarUrlBytes(com.google.protobuf.ByteString value)
A URL for an avatar image.
|
User.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
User.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
|
User.Builder |
setDisplayName(java.lang.String value)
The display name of the user.
|
User.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the user.
|
User.Builder |
setEdgeCount(int value)
Number of related edges to this user.
|
User.Builder |
setFacebookId(java.lang.String value)
The Facebook id in the user's account.
|
User.Builder |
setFacebookIdBytes(com.google.protobuf.ByteString value)
The Facebook id in the user's account.
|
User.Builder |
setFacebookInstantGameId(java.lang.String value)
The Facebook Instant Game ID in the user's account.
|
User.Builder |
setFacebookInstantGameIdBytes(com.google.protobuf.ByteString value)
The Facebook Instant Game ID in the user's account.
|
User.Builder |
setGamecenterId(java.lang.String value)
The Apple Game Center in of the user's account.
|
User.Builder |
setGamecenterIdBytes(com.google.protobuf.ByteString value)
The Apple Game Center in of the user's account.
|
User.Builder |
setGoogleId(java.lang.String value)
The Google id in the user's account.
|
User.Builder |
setGoogleIdBytes(com.google.protobuf.ByteString value)
The Google id in the user's account.
|
User.Builder |
setId(java.lang.String value)
The id of the user's account.
|
User.Builder |
setIdBytes(com.google.protobuf.ByteString value)
The id of the user's account.
|
User.Builder |
setLangTag(java.lang.String value)
The language expected to be a tag which follows the BCP-47 spec.
|
User.Builder |
setLangTagBytes(com.google.protobuf.ByteString value)
The language expected to be a tag which follows the BCP-47 spec.
|
User.Builder |
setLocation(java.lang.String value)
The location set by the user.
|
User.Builder |
setLocationBytes(com.google.protobuf.ByteString value)
The location set by the user.
|
User.Builder |
setMetadata(java.lang.String value)
Additional information stored as a JSON object.
|
User.Builder |
setMetadataBytes(com.google.protobuf.ByteString value)
Additional information stored as a JSON object.
|
User.Builder |
setOnline(boolean value)
Indicates whether the user is currently online.
|
User.Builder |
setSteamId(java.lang.String value)
The Steam id in the user's account.
|
User.Builder |
setSteamIdBytes(com.google.protobuf.ByteString value)
The Steam id in the user's account.
|
User.Builder |
setTimezone(java.lang.String value)
The timezone set by the user.
|
User.Builder |
setTimezoneBytes(com.google.protobuf.ByteString value)
The timezone set by the user.
|
User.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
User.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was last updated.
|
User.Builder |
setUsername(java.lang.String value)
The username of the user's account.
|
User.Builder |
setUsernameBytes(com.google.protobuf.ByteString value)
The username of the user's account.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<User.Builder>
public User.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<User.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<User.Builder>
public User getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public User build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public User buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public User.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<User.Builder>
public User.Builder mergeFrom(User other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<User.Builder>
public User.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<User.Builder>
java.io.IOException
public java.lang.String getId()
The id of the user's account.
string id = 1 [json_name = "id"];
getId
in interface UserOrBuilder
public com.google.protobuf.ByteString getIdBytes()
The id of the user's account.
string id = 1 [json_name = "id"];
getIdBytes
in interface UserOrBuilder
public User.Builder setId(java.lang.String value)
The id of the user's account.
string id = 1 [json_name = "id"];
value
- The id to set.public User.Builder clearId()
The id of the user's account.
string id = 1 [json_name = "id"];
public User.Builder setIdBytes(com.google.protobuf.ByteString value)
The id of the user's account.
string id = 1 [json_name = "id"];
value
- The bytes for id to set.public java.lang.String getUsername()
The username of the user's account.
string username = 2 [json_name = "username"];
getUsername
in interface UserOrBuilder
public com.google.protobuf.ByteString getUsernameBytes()
The username of the user's account.
string username = 2 [json_name = "username"];
getUsernameBytes
in interface UserOrBuilder
public User.Builder setUsername(java.lang.String value)
The username of the user's account.
string username = 2 [json_name = "username"];
value
- The username to set.public User.Builder clearUsername()
The username of the user's account.
string username = 2 [json_name = "username"];
public User.Builder setUsernameBytes(com.google.protobuf.ByteString value)
The username of the user's account.
string username = 2 [json_name = "username"];
value
- The bytes for username to set.public java.lang.String getDisplayName()
The display name of the user.
string display_name = 3 [json_name = "displayName"];
getDisplayName
in interface UserOrBuilder
public com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the user.
string display_name = 3 [json_name = "displayName"];
getDisplayNameBytes
in interface UserOrBuilder
public User.Builder setDisplayName(java.lang.String value)
The display name of the user.
string display_name = 3 [json_name = "displayName"];
value
- The displayName to set.public User.Builder clearDisplayName()
The display name of the user.
string display_name = 3 [json_name = "displayName"];
public User.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the user.
string display_name = 3 [json_name = "displayName"];
value
- The bytes for displayName to set.public java.lang.String getAvatarUrl()
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
getAvatarUrl
in interface UserOrBuilder
public com.google.protobuf.ByteString getAvatarUrlBytes()
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
getAvatarUrlBytes
in interface UserOrBuilder
public User.Builder setAvatarUrl(java.lang.String value)
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
value
- The avatarUrl to set.public User.Builder clearAvatarUrl()
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
public User.Builder setAvatarUrlBytes(com.google.protobuf.ByteString value)
A URL for an avatar image.
string avatar_url = 4 [json_name = "avatarUrl"];
value
- The bytes for avatarUrl to set.public java.lang.String getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
getLangTag
in interface UserOrBuilder
public 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"];
getLangTagBytes
in interface UserOrBuilder
public User.Builder setLangTag(java.lang.String value)
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
value
- The langTag to set.public User.Builder clearLangTag()
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
public User.Builder setLangTagBytes(com.google.protobuf.ByteString value)
The language expected to be a tag which follows the BCP-47 spec.
string lang_tag = 5 [json_name = "langTag"];
value
- The bytes for langTag to set.public java.lang.String getLocation()
The location set by the user.
string location = 6 [json_name = "location"];
getLocation
in interface UserOrBuilder
public com.google.protobuf.ByteString getLocationBytes()
The location set by the user.
string location = 6 [json_name = "location"];
getLocationBytes
in interface UserOrBuilder
public User.Builder setLocation(java.lang.String value)
The location set by the user.
string location = 6 [json_name = "location"];
value
- The location to set.public User.Builder clearLocation()
The location set by the user.
string location = 6 [json_name = "location"];
public User.Builder setLocationBytes(com.google.protobuf.ByteString value)
The location set by the user.
string location = 6 [json_name = "location"];
value
- The bytes for location to set.public java.lang.String getTimezone()
The timezone set by the user.
string timezone = 7 [json_name = "timezone"];
getTimezone
in interface UserOrBuilder
public com.google.protobuf.ByteString getTimezoneBytes()
The timezone set by the user.
string timezone = 7 [json_name = "timezone"];
getTimezoneBytes
in interface UserOrBuilder
public User.Builder setTimezone(java.lang.String value)
The timezone set by the user.
string timezone = 7 [json_name = "timezone"];
value
- The timezone to set.public User.Builder clearTimezone()
The timezone set by the user.
string timezone = 7 [json_name = "timezone"];
public User.Builder setTimezoneBytes(com.google.protobuf.ByteString value)
The timezone set by the user.
string timezone = 7 [json_name = "timezone"];
value
- The bytes for timezone to set.public java.lang.String getMetadata()
Additional information stored as a JSON object.
string metadata = 8 [json_name = "metadata"];
getMetadata
in interface UserOrBuilder
public com.google.protobuf.ByteString getMetadataBytes()
Additional information stored as a JSON object.
string metadata = 8 [json_name = "metadata"];
getMetadataBytes
in interface UserOrBuilder
public User.Builder setMetadata(java.lang.String value)
Additional information stored as a JSON object.
string metadata = 8 [json_name = "metadata"];
value
- The metadata to set.public User.Builder clearMetadata()
Additional information stored as a JSON object.
string metadata = 8 [json_name = "metadata"];
public User.Builder setMetadataBytes(com.google.protobuf.ByteString value)
Additional information stored as a JSON object.
string metadata = 8 [json_name = "metadata"];
value
- The bytes for metadata to set.public java.lang.String getFacebookId()
The Facebook id in the user's account.
string facebook_id = 9 [json_name = "facebookId"];
getFacebookId
in interface UserOrBuilder
public com.google.protobuf.ByteString getFacebookIdBytes()
The Facebook id in the user's account.
string facebook_id = 9 [json_name = "facebookId"];
getFacebookIdBytes
in interface UserOrBuilder
public User.Builder setFacebookId(java.lang.String value)
The Facebook id in the user's account.
string facebook_id = 9 [json_name = "facebookId"];
value
- The facebookId to set.public User.Builder clearFacebookId()
The Facebook id in the user's account.
string facebook_id = 9 [json_name = "facebookId"];
public User.Builder setFacebookIdBytes(com.google.protobuf.ByteString value)
The Facebook id in the user's account.
string facebook_id = 9 [json_name = "facebookId"];
value
- The bytes for facebookId to set.public java.lang.String getGoogleId()
The Google id in the user's account.
string google_id = 10 [json_name = "googleId"];
getGoogleId
in interface UserOrBuilder
public com.google.protobuf.ByteString getGoogleIdBytes()
The Google id in the user's account.
string google_id = 10 [json_name = "googleId"];
getGoogleIdBytes
in interface UserOrBuilder
public User.Builder setGoogleId(java.lang.String value)
The Google id in the user's account.
string google_id = 10 [json_name = "googleId"];
value
- The googleId to set.public User.Builder clearGoogleId()
The Google id in the user's account.
string google_id = 10 [json_name = "googleId"];
public User.Builder setGoogleIdBytes(com.google.protobuf.ByteString value)
The Google id in the user's account.
string google_id = 10 [json_name = "googleId"];
value
- The bytes for googleId to set.public java.lang.String getGamecenterId()
The Apple Game Center in of the user's account.
string gamecenter_id = 11 [json_name = "gamecenterId"];
getGamecenterId
in interface UserOrBuilder
public com.google.protobuf.ByteString getGamecenterIdBytes()
The Apple Game Center in of the user's account.
string gamecenter_id = 11 [json_name = "gamecenterId"];
getGamecenterIdBytes
in interface UserOrBuilder
public User.Builder setGamecenterId(java.lang.String value)
The Apple Game Center in of the user's account.
string gamecenter_id = 11 [json_name = "gamecenterId"];
value
- The gamecenterId to set.public User.Builder clearGamecenterId()
The Apple Game Center in of the user's account.
string gamecenter_id = 11 [json_name = "gamecenterId"];
public User.Builder setGamecenterIdBytes(com.google.protobuf.ByteString value)
The Apple Game Center in of the user's account.
string gamecenter_id = 11 [json_name = "gamecenterId"];
value
- The bytes for gamecenterId to set.public java.lang.String getSteamId()
The Steam id in the user's account.
string steam_id = 12 [json_name = "steamId"];
getSteamId
in interface UserOrBuilder
public com.google.protobuf.ByteString getSteamIdBytes()
The Steam id in the user's account.
string steam_id = 12 [json_name = "steamId"];
getSteamIdBytes
in interface UserOrBuilder
public User.Builder setSteamId(java.lang.String value)
The Steam id in the user's account.
string steam_id = 12 [json_name = "steamId"];
value
- The steamId to set.public User.Builder clearSteamId()
The Steam id in the user's account.
string steam_id = 12 [json_name = "steamId"];
public User.Builder setSteamIdBytes(com.google.protobuf.ByteString value)
The Steam id in the user's account.
string steam_id = 12 [json_name = "steamId"];
value
- The bytes for steamId to set.public boolean getOnline()
Indicates whether the user is currently online.
bool online = 13 [json_name = "online"];
getOnline
in interface UserOrBuilder
public User.Builder setOnline(boolean value)
Indicates whether the user is currently online.
bool online = 13 [json_name = "online"];
value
- The online to set.public User.Builder clearOnline()
Indicates whether the user is currently online.
bool online = 13 [json_name = "online"];
public int getEdgeCount()
Number of related edges to this user.
int32 edge_count = 14 [json_name = "edgeCount"];
getEdgeCount
in interface UserOrBuilder
public User.Builder setEdgeCount(int value)
Number of related edges to this user.
int32 edge_count = 14 [json_name = "edgeCount"];
value
- The edgeCount to set.public User.Builder clearEdgeCount()
Number of related edges to this user.
int32 edge_count = 14 [json_name = "edgeCount"];
public 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"];
hasCreateTime
in interface UserOrBuilder
public 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"];
getCreateTime
in interface UserOrBuilder
public User.Builder setCreateTime(com.google.protobuf.Timestamp value)
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"];
public User.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
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"];
public User.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
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"];
public User.Builder clearCreateTime()
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"];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
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"];
public 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"];
getCreateTimeOrBuilder
in interface UserOrBuilder
public 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"];
hasUpdateTime
in interface UserOrBuilder
public 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"];
getUpdateTime
in interface UserOrBuilder
public User.Builder setUpdateTime(com.google.protobuf.Timestamp value)
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"];
public User.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
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"];
public User.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
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"];
public User.Builder clearUpdateTime()
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"];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
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"];
public 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"];
getUpdateTimeOrBuilder
in interface UserOrBuilder
public java.lang.String getFacebookInstantGameId()
The Facebook Instant Game ID in the user's account.
string facebook_instant_game_id = 17 [json_name = "facebookInstantGameId"];
getFacebookInstantGameId
in interface UserOrBuilder
public com.google.protobuf.ByteString getFacebookInstantGameIdBytes()
The Facebook Instant Game ID in the user's account.
string facebook_instant_game_id = 17 [json_name = "facebookInstantGameId"];
getFacebookInstantGameIdBytes
in interface UserOrBuilder
public User.Builder setFacebookInstantGameId(java.lang.String value)
The Facebook Instant Game ID in the user's account.
string facebook_instant_game_id = 17 [json_name = "facebookInstantGameId"];
value
- The facebookInstantGameId to set.public User.Builder clearFacebookInstantGameId()
The Facebook Instant Game ID in the user's account.
string facebook_instant_game_id = 17 [json_name = "facebookInstantGameId"];
public User.Builder setFacebookInstantGameIdBytes(com.google.protobuf.ByteString value)
The Facebook Instant Game ID in the user's account.
string facebook_instant_game_id = 17 [json_name = "facebookInstantGameId"];
value
- The bytes for facebookInstantGameId to set.public java.lang.String getAppleId()
The Apple Sign In ID in the user's account.
string apple_id = 18 [json_name = "appleId"];
getAppleId
in interface UserOrBuilder
public com.google.protobuf.ByteString getAppleIdBytes()
The Apple Sign In ID in the user's account.
string apple_id = 18 [json_name = "appleId"];
getAppleIdBytes
in interface UserOrBuilder
public User.Builder setAppleId(java.lang.String value)
The Apple Sign In ID in the user's account.
string apple_id = 18 [json_name = "appleId"];
value
- The appleId to set.public User.Builder clearAppleId()
The Apple Sign In ID in the user's account.
string apple_id = 18 [json_name = "appleId"];
public User.Builder setAppleIdBytes(com.google.protobuf.ByteString value)
The Apple Sign In ID in the user's account.
string apple_id = 18 [json_name = "appleId"];
value
- The bytes for appleId to set.