Class Entry

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
com.google.protobuf.GeneratedMessageV3
studio.o7.octopus.sdk.gen.api.v1.Entry
All Implemented Interfaces:
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, EntryOrBuilder

public final class Entry extends com.google.protobuf.GeneratedMessageV3 implements EntryOrBuilder

 Entry

 An abstract concept representing various data entities, ranging from
 simple primitives to complex objects.

 Examples include:
   - User kills for a game mode (permanent statistics)
   - Objects such as kits or clans
   - Friend requests, parties, or cached flags (temporary)
   - List of users on the network or specific servers (temporary)
 
Protobuf type api.v1.Entry
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Entry An abstract concept representing various data entities, ranging from simple primitives to complex objects.

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

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage

    com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionSerializer, com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter

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

    com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>

    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
     

    Fields inherited from class com.google.protobuf.GeneratedMessage

    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
     
    com.google.protobuf.Timestamp
    Timestamp when this entry was created.
    com.google.protobuf.TimestampOrBuilder
    Timestamp when this entry was created.
    com.google.protobuf.Value
    The data payload of the entry.
    com.google.protobuf.ValueOrBuilder
    The data payload of the entry.
    static Entry
     
     
    com.google.protobuf.Timestamp
    Timestamp when the entry should be deleted from the database.
    com.google.protobuf.TimestampOrBuilder
    Timestamp when the entry should be deleted from the database.
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Timestamp
    Timestamp when the entry expires and should no longer be visible to clients.
    com.google.protobuf.TimestampOrBuilder
    Timestamp when the entry expires and should no longer be visible to clients.
    Unique key identifying the entry.
    com.google.protobuf.ByteString
    Unique key identifying the entry.
    com.google.protobuf.Parser<Entry>
     
    int
     
    com.google.protobuf.Timestamp
    Timestamp of the last update.
    com.google.protobuf.TimestampOrBuilder
    Timestamp of the last update.
    boolean
    Timestamp when this entry was created.
    boolean
    The data payload of the entry.
    boolean
    Timestamp when the entry should be deleted from the database.
    boolean
    Timestamp when the entry expires and should no longer be visible to clients.
    int
     
    boolean
    Timestamp of the last update.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
     
    newBuilder(Entry prototype)
     
     
    protected Entry.Builder
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
    static Entry
     
    static Entry
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Entry
    parseFrom(byte[] data)
     
    static Entry
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Entry
    parseFrom(com.google.protobuf.ByteString data)
     
    static Entry
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Entry
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    static Entry
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Entry
     
    static Entry
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static Entry
     
    static Entry
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Entry>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType

    Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage

    extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriter

    Methods inherited from class com.google.protobuf.GeneratedMessage

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, 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, hashFields, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    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, getUnknownFields, hasField, hasOneof
  • Field Details

  • Method Details

    • newInstance

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

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Overrides:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getKey

      public String getKey()
       Unique key identifying the entry.
       
      string key = 1 [json_name = "key"];
      Specified by:
      getKey in interface EntryOrBuilder
      Returns:
      The key.
    • getKeyBytes

      public com.google.protobuf.ByteString getKeyBytes()
       Unique key identifying the entry.
       
      string key = 1 [json_name = "key"];
      Specified by:
      getKeyBytes in interface EntryOrBuilder
      Returns:
      The bytes for key.
    • hasData

      public boolean hasData()
       The data payload of the entry.
       
      .google.protobuf.Value data = 2 [json_name = "data"];
      Specified by:
      hasData in interface EntryOrBuilder
      Returns:
      Whether the data field is set.
    • getData

      public com.google.protobuf.Value getData()
       The data payload of the entry.
       
      .google.protobuf.Value data = 2 [json_name = "data"];
      Specified by:
      getData in interface EntryOrBuilder
      Returns:
      The data.
    • getDataOrBuilder

      public com.google.protobuf.ValueOrBuilder getDataOrBuilder()
       The data payload of the entry.
       
      .google.protobuf.Value data = 2 [json_name = "data"];
      Specified by:
      getDataOrBuilder in interface EntryOrBuilder
    • hasCreatedAt

      public boolean hasCreatedAt()
       Timestamp when this entry was created.
       
      .google.protobuf.Timestamp created_at = 3 [json_name = "createdAt"];
      Specified by:
      hasCreatedAt in interface EntryOrBuilder
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      public com.google.protobuf.Timestamp getCreatedAt()
       Timestamp when this entry was created.
       
      .google.protobuf.Timestamp created_at = 3 [json_name = "createdAt"];
      Specified by:
      getCreatedAt in interface EntryOrBuilder
      Returns:
      The createdAt.
    • getCreatedAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
       Timestamp when this entry was created.
       
      .google.protobuf.Timestamp created_at = 3 [json_name = "createdAt"];
      Specified by:
      getCreatedAtOrBuilder in interface EntryOrBuilder
    • hasUpdatedAt

      public boolean hasUpdatedAt()
       Timestamp of the last update.
       
      optional .google.protobuf.Timestamp updated_at = 4 [json_name = "updatedAt"];
      Specified by:
      hasUpdatedAt in interface EntryOrBuilder
      Returns:
      Whether the updatedAt field is set.
    • getUpdatedAt

      public com.google.protobuf.Timestamp getUpdatedAt()
       Timestamp of the last update.
       
      optional .google.protobuf.Timestamp updated_at = 4 [json_name = "updatedAt"];
      Specified by:
      getUpdatedAt in interface EntryOrBuilder
      Returns:
      The updatedAt.
    • getUpdatedAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
       Timestamp of the last update.
       
      optional .google.protobuf.Timestamp updated_at = 4 [json_name = "updatedAt"];
      Specified by:
      getUpdatedAtOrBuilder in interface EntryOrBuilder
    • hasExpiredAt

      public boolean hasExpiredAt()
       Timestamp when the entry expires and should no longer be visible to clients.
       
      optional .google.protobuf.Timestamp expired_at = 5 [json_name = "expiredAt"];
      Specified by:
      hasExpiredAt in interface EntryOrBuilder
      Returns:
      Whether the expiredAt field is set.
    • getExpiredAt

      public com.google.protobuf.Timestamp getExpiredAt()
       Timestamp when the entry expires and should no longer be visible to clients.
       
      optional .google.protobuf.Timestamp expired_at = 5 [json_name = "expiredAt"];
      Specified by:
      getExpiredAt in interface EntryOrBuilder
      Returns:
      The expiredAt.
    • getExpiredAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getExpiredAtOrBuilder()
       Timestamp when the entry expires and should no longer be visible to clients.
       
      optional .google.protobuf.Timestamp expired_at = 5 [json_name = "expiredAt"];
      Specified by:
      getExpiredAtOrBuilder in interface EntryOrBuilder
    • hasDeletedAt

      public boolean hasDeletedAt()
       Timestamp when the entry should be deleted from the database.
       
      optional .google.protobuf.Timestamp deleted_at = 6 [json_name = "deletedAt"];
      Specified by:
      hasDeletedAt in interface EntryOrBuilder
      Returns:
      Whether the deletedAt field is set.
    • getDeletedAt

      public com.google.protobuf.Timestamp getDeletedAt()
       Timestamp when the entry should be deleted from the database.
       
      optional .google.protobuf.Timestamp deleted_at = 6 [json_name = "deletedAt"];
      Specified by:
      getDeletedAt in interface EntryOrBuilder
      Returns:
      The deletedAt.
    • getDeletedAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getDeletedAtOrBuilder()
       Timestamp when the entry should be deleted from the database.
       
      optional .google.protobuf.Timestamp deleted_at = 6 [json_name = "deletedAt"];
      Specified by:
      getDeletedAtOrBuilder in interface EntryOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.ExtendableMessage<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.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • 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 Entry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Entry.Builder newBuilder()
    • newBuilder

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

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

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

      public static Entry getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Entry> 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.GeneratedMessage
    • getDefaultInstanceForType

      public Entry getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder