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 TypeMethodDescriptioncom.google.protobuf.TimestampEntry creation timestamp.com.google.protobuf.TimestampOrBuilderEntry creation timestamp.getId()Unique identifier for this entry.com.google.protobuf.ByteStringUnique identifier for this entry.The underlying object.The underlying object.longRevision number, incremented on every update.booleanEntry creation timestamp.booleanThe underlying object.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Unique identifier for this entry.
string id = 4 [json_name = "id"];- Returns:
- The bytes for id.
-