Interface EntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Entry, Entry.Builder

public interface EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Entry creation timestamp.
    com.google.protobuf.TimestampOrBuilder
    Entry creation timestamp.
    Unique identifier for this entry.
    com.google.protobuf.ByteString
    Unique identifier for this entry.
    The underlying object.
    The underlying object.
    long
    Revision number, incremented on every update.
    boolean
    Entry creation timestamp.
    boolean
    The underlying object.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasObject

      boolean hasObject()
      The underlying object.
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
      Returns:
      Whether the object field is set.
    • getObject

      Object getObject()
      The underlying object.
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
      Returns:
      The object.
    • getObjectOrBuilder

      ObjectOrBuilder getObjectOrBuilder()
      The underlying object.
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
    • hasCreatedAt

      boolean hasCreatedAt()
      Entry creation timestamp.
      
      .google.protobuf.Timestamp created_at = 2 [json_name = "createdAt"];
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      com.google.protobuf.Timestamp getCreatedAt()
      Entry creation timestamp.
      
      .google.protobuf.Timestamp created_at = 2 [json_name = "createdAt"];
      Returns:
      The createdAt.
    • getCreatedAtOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
      Entry creation timestamp.
      
      .google.protobuf.Timestamp created_at = 2 [json_name = "createdAt"];
    • getRevision

      long getRevision()
      Revision number, incremented on every update.
      
      int64 revision = 3 [json_name = "revision"];
      Returns:
      The revision.
    • getId

      String getId()
      Unique identifier for this entry.
      
      string id = 4 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      Unique identifier for this entry.
      
      string id = 4 [json_name = "id"];
      Returns:
      The bytes for id.