public static interface Document.EntityRelationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getObjectId()
public abstract String getObjectId()
Object entity id.
string object_id = 2;
Returns | |
---|---|
Type | Description |
String |
The objectId. |
getObjectIdBytes()
public abstract ByteString getObjectIdBytes()
Object entity id.
string object_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for objectId. |
getRelation()
public abstract String getRelation()
Relationship description.
string relation = 3;
Returns | |
---|---|
Type | Description |
String |
The relation. |
getRelationBytes()
public abstract ByteString getRelationBytes()
Relationship description.
string relation = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for relation. |
getSubjectId()
public abstract String getSubjectId()
Subject entity id.
string subject_id = 1;
Returns | |
---|---|
Type | Description |
String |
The subjectId. |
getSubjectIdBytes()
public abstract ByteString getSubjectIdBytes()
Subject entity id.
string subject_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subjectId. |