public interface ObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreatedAt()
created at timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getCreatedAtOrBuilder()
created at timestamp (UTC)
|
String |
getDisplayName()
display name object
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
display name object
|
String |
getHash()
object instance hash
|
com.google.protobuf.ByteString |
getHashBytes()
object instance hash
|
String |
getKey()
external object key (cs-string)
|
com.google.protobuf.ByteString |
getKeyBytes()
external object key (cs-string)
|
com.google.protobuf.Struct |
getProperties()
property bag
|
com.google.protobuf.StructOrBuilder |
getPropertiesOrBuilder()
property bag
|
String |
getType()
object type name
|
com.google.protobuf.ByteString |
getTypeBytes()
object type name
|
com.google.protobuf.Timestamp |
getUpdatedAt()
last updated timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getUpdatedAtOrBuilder()
last updated timestamp (UTC)
|
boolean |
hasCreatedAt()
created at timestamp (UTC)
|
boolean |
hasProperties()
property bag
|
boolean |
hasUpdatedAt()
last updated timestamp (UTC)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
external object key (cs-string)
string key = 2 [json_name = "key"];com.google.protobuf.ByteString getKeyBytes()
external object key (cs-string)
string key = 2 [json_name = "key"];String getType()
object type name
string type = 3 [json_name = "type"];com.google.protobuf.ByteString getTypeBytes()
object type name
string type = 3 [json_name = "type"];String getDisplayName()
display name object
string display_name = 4 [json_name = "displayName"];com.google.protobuf.ByteString getDisplayNameBytes()
display name object
string display_name = 4 [json_name = "displayName"];boolean hasProperties()
property bag
.google.protobuf.Struct properties = 5 [json_name = "properties"];com.google.protobuf.Struct getProperties()
property bag
.google.protobuf.Struct properties = 5 [json_name = "properties"];com.google.protobuf.StructOrBuilder getPropertiesOrBuilder()
property bag
.google.protobuf.Struct properties = 5 [json_name = "properties"];boolean hasCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];com.google.protobuf.Timestamp getCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];boolean hasUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];com.google.protobuf.Timestamp getUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];String getHash()
object instance hash
string hash = 23 [json_name = "hash"];com.google.protobuf.ByteString getHashBytes()
object instance hash
string hash = 23 [json_name = "hash"];Copyright © 2024. All rights reserved.