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 |
getEtag()
object instance etag
|
com.google.protobuf.ByteString |
getEtagBytes()
object instance etag
|
String |
getId()
external object identifier (cs-string, no spaces or tabs)
|
com.google.protobuf.ByteString |
getIdBytes()
external object identifier (cs-string, no spaces or tabs)
|
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 getType()
object type name
string type = 1 [json_name = "type", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getTypeBytes()
object type name
string type = 1 [json_name = "type", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getId()
external object identifier (cs-string, no spaces or tabs)
string id = 2 [json_name = "id", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getIdBytes()
external object identifier (cs-string, no spaces or tabs)
string id = 2 [json_name = "id", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getDisplayName()
display name object
string display_name = 3 [json_name = "displayName", (.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDisplayNameBytes()
display name object
string display_name = 3 [json_name = "displayName", (.google.api.field_behavior) = OPTIONAL];boolean hasProperties()
property bag
.google.protobuf.Struct properties = 4 [json_name = "properties", (.google.api.field_behavior) = OPTIONAL];com.google.protobuf.Struct getProperties()
property bag
.google.protobuf.Struct properties = 4 [json_name = "properties", (.google.api.field_behavior) = OPTIONAL];com.google.protobuf.StructOrBuilder getPropertiesOrBuilder()
property bag
.google.protobuf.Struct properties = 4 [json_name = "properties", (.google.api.field_behavior) = OPTIONAL];boolean hasCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.Timestamp getCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt", (.google.api.field_behavior) = OUTPUT_ONLY];boolean hasUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.Timestamp getUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt", (.google.api.field_behavior) = OUTPUT_ONLY];String getEtag()
object instance etag
string etag = 23 [json_name = "etag", (.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEtagBytes()
object instance etag
string etag = 23 [json_name = "etag", (.google.api.field_behavior) = OPTIONAL];Copyright © 2023. All rights reserved.