public interface RelationOrBuilder
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 |
getHash()
object instance hash
|
com.google.protobuf.ByteString |
getHashBytes()
object instance hash
|
ObjectIdentifier |
getObject()
object identifier
|
ObjectIdentifierOrBuilder |
getObjectOrBuilder()
object identifier
|
String |
getRelation()
relation type name
|
com.google.protobuf.ByteString |
getRelationBytes()
relation type name
|
ObjectIdentifier |
getSubject()
subject identifier
|
ObjectIdentifierOrBuilder |
getSubjectOrBuilder()
subject identifier
|
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 |
hasObject()
object identifier
|
boolean |
hasSubject()
subject identifier
|
boolean |
hasUpdatedAt()
last updated timestamp (UTC)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubject()
subject identifier
.aserto.directory.common.v2.ObjectIdentifier subject = 1 [json_name = "subject"];ObjectIdentifier getSubject()
subject identifier
.aserto.directory.common.v2.ObjectIdentifier subject = 1 [json_name = "subject"];ObjectIdentifierOrBuilder getSubjectOrBuilder()
subject identifier
.aserto.directory.common.v2.ObjectIdentifier subject = 1 [json_name = "subject"];String getRelation()
relation type name
string relation = 2 [json_name = "relation"];com.google.protobuf.ByteString getRelationBytes()
relation type name
string relation = 2 [json_name = "relation"];boolean hasObject()
object identifier
.aserto.directory.common.v2.ObjectIdentifier object = 3 [json_name = "object"];ObjectIdentifier getObject()
object identifier
.aserto.directory.common.v2.ObjectIdentifier object = 3 [json_name = "object"];ObjectIdentifierOrBuilder getObjectOrBuilder()
object identifier
.aserto.directory.common.v2.ObjectIdentifier object = 3 [json_name = "object"];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.