public interface UpdateAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.StringValue |
getAvatarUrl()
A URL for an avatar image.
|
com.google.protobuf.StringValueOrBuilder |
getAvatarUrlOrBuilder()
A URL for an avatar image.
|
com.google.protobuf.StringValue |
getDisplayName()
The display name of the user.
|
com.google.protobuf.StringValueOrBuilder |
getDisplayNameOrBuilder()
The display name of the user.
|
com.google.protobuf.StringValue |
getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
|
com.google.protobuf.StringValueOrBuilder |
getLangTagOrBuilder()
The language expected to be a tag which follows the BCP-47 spec.
|
com.google.protobuf.StringValue |
getLocation()
The location set by the user.
|
com.google.protobuf.StringValueOrBuilder |
getLocationOrBuilder()
The location set by the user.
|
com.google.protobuf.StringValue |
getTimezone()
The timezone set by the user.
|
com.google.protobuf.StringValueOrBuilder |
getTimezoneOrBuilder()
The timezone set by the user.
|
com.google.protobuf.StringValue |
getUsername()
The username of the user's account.
|
com.google.protobuf.StringValueOrBuilder |
getUsernameOrBuilder()
The username of the user's account.
|
boolean |
hasAvatarUrl()
A URL for an avatar image.
|
boolean |
hasDisplayName()
The display name of the user.
|
boolean |
hasLangTag()
The language expected to be a tag which follows the BCP-47 spec.
|
boolean |
hasLocation()
The location set by the user.
|
boolean |
hasTimezone()
The timezone set by the user.
|
boolean |
hasUsername()
The username of the user's account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUsername()
The username of the user's account.
.google.protobuf.StringValue username = 1 [json_name = "username"];
com.google.protobuf.StringValue getUsername()
The username of the user's account.
.google.protobuf.StringValue username = 1 [json_name = "username"];
com.google.protobuf.StringValueOrBuilder getUsernameOrBuilder()
The username of the user's account.
.google.protobuf.StringValue username = 1 [json_name = "username"];
boolean hasDisplayName()
The display name of the user.
.google.protobuf.StringValue display_name = 2 [json_name = "displayName"];
com.google.protobuf.StringValue getDisplayName()
The display name of the user.
.google.protobuf.StringValue display_name = 2 [json_name = "displayName"];
com.google.protobuf.StringValueOrBuilder getDisplayNameOrBuilder()
The display name of the user.
.google.protobuf.StringValue display_name = 2 [json_name = "displayName"];
boolean hasAvatarUrl()
A URL for an avatar image.
.google.protobuf.StringValue avatar_url = 3 [json_name = "avatarUrl"];
com.google.protobuf.StringValue getAvatarUrl()
A URL for an avatar image.
.google.protobuf.StringValue avatar_url = 3 [json_name = "avatarUrl"];
com.google.protobuf.StringValueOrBuilder getAvatarUrlOrBuilder()
A URL for an avatar image.
.google.protobuf.StringValue avatar_url = 3 [json_name = "avatarUrl"];
boolean hasLangTag()
The language expected to be a tag which follows the BCP-47 spec.
.google.protobuf.StringValue lang_tag = 4 [json_name = "langTag"];
com.google.protobuf.StringValue getLangTag()
The language expected to be a tag which follows the BCP-47 spec.
.google.protobuf.StringValue lang_tag = 4 [json_name = "langTag"];
com.google.protobuf.StringValueOrBuilder getLangTagOrBuilder()
The language expected to be a tag which follows the BCP-47 spec.
.google.protobuf.StringValue lang_tag = 4 [json_name = "langTag"];
boolean hasLocation()
The location set by the user.
.google.protobuf.StringValue location = 5 [json_name = "location"];
com.google.protobuf.StringValue getLocation()
The location set by the user.
.google.protobuf.StringValue location = 5 [json_name = "location"];
com.google.protobuf.StringValueOrBuilder getLocationOrBuilder()
The location set by the user.
.google.protobuf.StringValue location = 5 [json_name = "location"];
boolean hasTimezone()
The timezone set by the user.
.google.protobuf.StringValue timezone = 6 [json_name = "timezone"];
com.google.protobuf.StringValue getTimezone()
The timezone set by the user.
.google.protobuf.StringValue timezone = 6 [json_name = "timezone"];
com.google.protobuf.StringValueOrBuilder getTimezoneOrBuilder()
The timezone set by the user.
.google.protobuf.StringValue timezone = 6 [json_name = "timezone"];