public static interface Document.EntityRelationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectId()
Object entity id.
|
com.google.protobuf.ByteString |
getObjectIdBytes()
Object entity id.
|
String |
getRelation()
Relationship description.
|
com.google.protobuf.ByteString |
getRelationBytes()
Relationship description.
|
String |
getSubjectId()
Subject entity id.
|
com.google.protobuf.ByteString |
getSubjectIdBytes()
Subject entity id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSubjectId()
Subject entity id.
string subject_id = 1;com.google.protobuf.ByteString getSubjectIdBytes()
Subject entity id.
string subject_id = 1;String getObjectId()
Object entity id.
string object_id = 2;com.google.protobuf.ByteString getObjectIdBytes()
Object entity id.
string object_id = 2;String getRelation()
Relationship description.
string relation = 3;com.google.protobuf.ByteString getRelationBytes()
Relationship description.
string relation = 3;Copyright © 2024 Google LLC. All rights reserved.