Class Account

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

public final class Account extends com.google.protobuf.GeneratedMessageV3 implements AccountOrBuilder
 A user with additional account details. Always the current user.
 
Protobuf type nakama.api.Account
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A user with additional account details.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    The custom id in the user's account.
    com.google.protobuf.ByteString
    The custom id in the user's account.
    static Account
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    getDevices(int index)
    The devices which belong to the user's account.
    int
    The devices which belong to the user's account.
    The devices which belong to the user's account.
    The devices which belong to the user's account.
    The devices which belong to the user's account.
    The UNIX time when the user's account was disabled/banned.
    The UNIX time when the user's account was disabled/banned.
    The email address of the user.
    com.google.protobuf.ByteString
    The email address of the user.
    com.google.protobuf.Parser<Account>
     
    int
     
    final com.google.protobuf.UnknownFieldSet
     
    The user object.
    The user object.
    The UNIX time when the user's email was verified.
    The UNIX time when the user's email was verified.
    The user's wallet data.
    com.google.protobuf.ByteString
    The user's wallet data.
    boolean
    The UNIX time when the user's account was disabled/banned.
    int
     
    boolean
    The user object.
    boolean
    The UNIX time when the user's email was verified.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
     
    newBuilder(Account prototype)
     
     
    protected Account.Builder
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
    static Account
     
    static Account
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Account
    parseFrom(byte[] data)
     
    static Account
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Account
    parseFrom(com.google.protobuf.ByteString data)
     
    static Account
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Account
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    static Account
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Account
     
    static Account
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Account
     
    static Account
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Account>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
  • 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
    • hasUser

      public boolean hasUser()
       The user object.
       
      .nakama.api.User user = 1;
      Specified by:
      hasUser in interface AccountOrBuilder
      Returns:
      Whether the user field is set.
    • getUser

      public User getUser()
       The user object.
       
      .nakama.api.User user = 1;
      Specified by:
      getUser in interface AccountOrBuilder
      Returns:
      The user.
    • getUserOrBuilder

      public UserOrBuilder getUserOrBuilder()
       The user object.
       
      .nakama.api.User user = 1;
      Specified by:
      getUserOrBuilder in interface AccountOrBuilder
    • getWallet

      public String getWallet()
       The user's wallet data.
       
      string wallet = 2;
      Specified by:
      getWallet in interface AccountOrBuilder
      Returns:
      The wallet.
    • getWalletBytes

      public com.google.protobuf.ByteString getWalletBytes()
       The user's wallet data.
       
      string wallet = 2;
      Specified by:
      getWalletBytes in interface AccountOrBuilder
      Returns:
      The bytes for wallet.
    • getEmail

      public String getEmail()
       The email address of the user.
       
      string email = 3;
      Specified by:
      getEmail in interface AccountOrBuilder
      Returns:
      The email.
    • getEmailBytes

      public com.google.protobuf.ByteString getEmailBytes()
       The email address of the user.
       
      string email = 3;
      Specified by:
      getEmailBytes in interface AccountOrBuilder
      Returns:
      The bytes for email.
    • getDevicesList

      public List<AccountDevice> getDevicesList()
       The devices which belong to the user's account.
       
      repeated .nakama.api.AccountDevice devices = 4;
      Specified by:
      getDevicesList in interface AccountOrBuilder
    • getDevicesOrBuilderList

      public List<? extends AccountDeviceOrBuilder> getDevicesOrBuilderList()
       The devices which belong to the user's account.
       
      repeated .nakama.api.AccountDevice devices = 4;
      Specified by:
      getDevicesOrBuilderList in interface AccountOrBuilder
    • getDevicesCount

      public int getDevicesCount()
       The devices which belong to the user's account.
       
      repeated .nakama.api.AccountDevice devices = 4;
      Specified by:
      getDevicesCount in interface AccountOrBuilder
    • getDevices

      public AccountDevice getDevices(int index)
       The devices which belong to the user's account.
       
      repeated .nakama.api.AccountDevice devices = 4;
      Specified by:
      getDevices in interface AccountOrBuilder
    • getDevicesOrBuilder

      public AccountDeviceOrBuilder getDevicesOrBuilder(int index)
       The devices which belong to the user's account.
       
      repeated .nakama.api.AccountDevice devices = 4;
      Specified by:
      getDevicesOrBuilder in interface AccountOrBuilder
    • getCustomId

      public String getCustomId()
       The custom id in the user's account.
       
      string custom_id = 5;
      Specified by:
      getCustomId in interface AccountOrBuilder
      Returns:
      The customId.
    • getCustomIdBytes

      public com.google.protobuf.ByteString getCustomIdBytes()
       The custom id in the user's account.
       
      string custom_id = 5;
      Specified by:
      getCustomIdBytes in interface AccountOrBuilder
      Returns:
      The bytes for customId.
    • hasVerifyTime

      public boolean hasVerifyTime()
       The UNIX time when the user's email was verified.
       
      .google.protobuf.Timestamp verify_time = 6;
      Specified by:
      hasVerifyTime in interface AccountOrBuilder
      Returns:
      Whether the verifyTime field is set.
    • getVerifyTime

      public Timestamp getVerifyTime()
       The UNIX time when the user's email was verified.
       
      .google.protobuf.Timestamp verify_time = 6;
      Specified by:
      getVerifyTime in interface AccountOrBuilder
      Returns:
      The verifyTime.
    • getVerifyTimeOrBuilder

      public TimestampOrBuilder getVerifyTimeOrBuilder()
       The UNIX time when the user's email was verified.
       
      .google.protobuf.Timestamp verify_time = 6;
      Specified by:
      getVerifyTimeOrBuilder in interface AccountOrBuilder
    • hasDisableTime

      public boolean hasDisableTime()
       The UNIX time when the user's account was disabled/banned.
       
      .google.protobuf.Timestamp disable_time = 7;
      Specified by:
      hasDisableTime in interface AccountOrBuilder
      Returns:
      Whether the disableTime field is set.
    • getDisableTime

      public Timestamp getDisableTime()
       The UNIX time when the user's account was disabled/banned.
       
      .google.protobuf.Timestamp disable_time = 7;
      Specified by:
      getDisableTime in interface AccountOrBuilder
      Returns:
      The disableTime.
    • getDisableTimeOrBuilder

      public TimestampOrBuilder getDisableTimeOrBuilder()
       The UNIX time when the user's account was disabled/banned.
       
      .google.protobuf.Timestamp disable_time = 7;
      Specified by:
      getDisableTimeOrBuilder in interface AccountOrBuilder
    • 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 Account parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Account.Builder newBuilder()
    • newBuilder

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

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

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

      public static Account getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Account> 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 Account getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder