Class UpdateAccountRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.heroiclabs.nakama.api.UpdateAccountRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, UpdateAccountRequestOrBuilder, Serializable

public final class UpdateAccountRequest extends com.google.protobuf.GeneratedMessageV3 implements UpdateAccountRequestOrBuilder
 Update a user's account details.
 
Protobuf type nakama.api.UpdateAccountRequest
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasUsername

      public boolean hasUsername()
       The username of the user's account.
       
      .google.protobuf.StringValue username = 1;
      Specified by:
      hasUsername in interface UpdateAccountRequestOrBuilder
      Returns:
      Whether the username field is set.
    • getUsername

      public StringValue getUsername()
       The username of the user's account.
       
      .google.protobuf.StringValue username = 1;
      Specified by:
      getUsername in interface UpdateAccountRequestOrBuilder
      Returns:
      The username.
    • getUsernameOrBuilder

      public StringValueOrBuilder getUsernameOrBuilder()
       The username of the user's account.
       
      .google.protobuf.StringValue username = 1;
      Specified by:
      getUsernameOrBuilder in interface UpdateAccountRequestOrBuilder
    • hasDisplayName

      public boolean hasDisplayName()
       The display name of the user.
       
      .google.protobuf.StringValue display_name = 2;
      Specified by:
      hasDisplayName in interface UpdateAccountRequestOrBuilder
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      public StringValue getDisplayName()
       The display name of the user.
       
      .google.protobuf.StringValue display_name = 2;
      Specified by:
      getDisplayName in interface UpdateAccountRequestOrBuilder
      Returns:
      The displayName.
    • getDisplayNameOrBuilder

      public StringValueOrBuilder getDisplayNameOrBuilder()
       The display name of the user.
       
      .google.protobuf.StringValue display_name = 2;
      Specified by:
      getDisplayNameOrBuilder in interface UpdateAccountRequestOrBuilder
    • hasAvatarUrl

      public boolean hasAvatarUrl()
       A URL for an avatar image.
       
      .google.protobuf.StringValue avatar_url = 3;
      Specified by:
      hasAvatarUrl in interface UpdateAccountRequestOrBuilder
      Returns:
      Whether the avatarUrl field is set.
    • getAvatarUrl

      public StringValue getAvatarUrl()
       A URL for an avatar image.
       
      .google.protobuf.StringValue avatar_url = 3;
      Specified by:
      getAvatarUrl in interface UpdateAccountRequestOrBuilder
      Returns:
      The avatarUrl.
    • getAvatarUrlOrBuilder

      public StringValueOrBuilder getAvatarUrlOrBuilder()
       A URL for an avatar image.
       
      .google.protobuf.StringValue avatar_url = 3;
      Specified by:
      getAvatarUrlOrBuilder in interface UpdateAccountRequestOrBuilder
    • hasLangTag

      public boolean hasLangTag()
       The language expected to be a tag which follows the BCP-47 spec.
       
      .google.protobuf.StringValue lang_tag = 4;
      Specified by:
      hasLangTag in interface UpdateAccountRequestOrBuilder
      Returns:
      Whether the langTag field is set.
    • getLangTag

      public StringValue getLangTag()
       The language expected to be a tag which follows the BCP-47 spec.
       
      .google.protobuf.StringValue lang_tag = 4;
      Specified by:
      getLangTag in interface UpdateAccountRequestOrBuilder
      Returns:
      The langTag.
    • getLangTagOrBuilder

      public StringValueOrBuilder getLangTagOrBuilder()
       The language expected to be a tag which follows the BCP-47 spec.
       
      .google.protobuf.StringValue lang_tag = 4;
      Specified by:
      getLangTagOrBuilder in interface UpdateAccountRequestOrBuilder
    • hasLocation

      public boolean hasLocation()
       The location set by the user.
       
      .google.protobuf.StringValue location = 5;
      Specified by:
      hasLocation in interface UpdateAccountRequestOrBuilder
      Returns:
      Whether the location field is set.
    • getLocation

      public StringValue getLocation()
       The location set by the user.
       
      .google.protobuf.StringValue location = 5;
      Specified by:
      getLocation in interface UpdateAccountRequestOrBuilder
      Returns:
      The location.
    • getLocationOrBuilder

      public StringValueOrBuilder getLocationOrBuilder()
       The location set by the user.
       
      .google.protobuf.StringValue location = 5;
      Specified by:
      getLocationOrBuilder in interface UpdateAccountRequestOrBuilder
    • hasTimezone

      public boolean hasTimezone()
       The timezone set by the user.
       
      .google.protobuf.StringValue timezone = 6;
      Specified by:
      hasTimezone in interface UpdateAccountRequestOrBuilder
      Returns:
      Whether the timezone field is set.
    • getTimezone

      public StringValue getTimezone()
       The timezone set by the user.
       
      .google.protobuf.StringValue timezone = 6;
      Specified by:
      getTimezone in interface UpdateAccountRequestOrBuilder
      Returns:
      The timezone.
    • getTimezoneOrBuilder

      public StringValueOrBuilder getTimezoneOrBuilder()
       The timezone set by the user.
       
      .google.protobuf.StringValue timezone = 6;
      Specified by:
      getTimezoneOrBuilder in interface UpdateAccountRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static UpdateAccountRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UpdateAccountRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UpdateAccountRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UpdateAccountRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UpdateAccountRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UpdateAccountRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UpdateAccountRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UpdateAccountRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static UpdateAccountRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static UpdateAccountRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UpdateAccountRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UpdateAccountRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public UpdateAccountRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static UpdateAccountRequest.Builder newBuilder()
    • newBuilder

      public static UpdateAccountRequest.Builder newBuilder(UpdateAccountRequest prototype)
    • toBuilder

      public UpdateAccountRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected UpdateAccountRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static UpdateAccountRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<UpdateAccountRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<UpdateAccountRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public UpdateAccountRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder