public interface GetGraphRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchorId()
anchor identifier
|
com.google.protobuf.ByteString |
getAnchorIdBytes()
anchor identifier
|
String |
getAnchorType()
anchor type
|
com.google.protobuf.ByteString |
getAnchorTypeBytes()
anchor type
|
String |
getObjectId()
object identifier
|
com.google.protobuf.ByteString |
getObjectIdBytes()
object identifier
|
String |
getObjectType()
object type
|
com.google.protobuf.ByteString |
getObjectTypeBytes()
object type
|
String |
getRelation()
relation name
|
com.google.protobuf.ByteString |
getRelationBytes()
relation name
|
String |
getSubjectId()
subject identifier
|
com.google.protobuf.ByteString |
getSubjectIdBytes()
subject identifier
|
String |
getSubjectRelation()
subject relation
|
com.google.protobuf.ByteString |
getSubjectRelationBytes()
subject relation
|
String |
getSubjectType()
subject type
|
com.google.protobuf.ByteString |
getSubjectTypeBytes()
subject type
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAnchorType()
anchor type
string anchor_type = 1 [json_name = "anchorType", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getAnchorTypeBytes()
anchor type
string anchor_type = 1 [json_name = "anchorType", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getAnchorId()
anchor identifier
string anchor_id = 2 [json_name = "anchorId", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getAnchorIdBytes()
anchor identifier
string anchor_id = 2 [json_name = "anchorId", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getObjectType()
object type
string object_type = 3 [json_name = "objectType", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getObjectTypeBytes()
object type
string object_type = 3 [json_name = "objectType", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getObjectId()
object identifier
string object_id = 4 [json_name = "objectId", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getObjectIdBytes()
object identifier
string object_id = 4 [json_name = "objectId", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getRelation()
relation name
string relation = 5 [json_name = "relation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getRelationBytes()
relation name
string relation = 5 [json_name = "relation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getSubjectType()
subject type
string subject_type = 6 [json_name = "subjectType", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectTypeBytes()
subject type
string subject_type = 6 [json_name = "subjectType", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getSubjectId()
subject identifier
string subject_id = 7 [json_name = "subjectId", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectIdBytes()
subject identifier
string subject_id = 7 [json_name = "subjectId", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getSubjectRelation()
subject relation
string subject_relation = 8 [json_name = "subjectRelation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectRelationBytes()
subject relation
string subject_relation = 8 [json_name = "subjectRelation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }Copyright © 2024. All rights reserved.