public interface ObjectDependencyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
dependency depth
|
boolean |
getIsCycle()
dependency cycle
|
String |
getObjectId()
object identifier
|
com.google.protobuf.ByteString |
getObjectIdBytes()
object identifier
|
String |
getObjectType()
object type
|
com.google.protobuf.ByteString |
getObjectTypeBytes()
object type
|
String |
getPath(int index)
dependency path
|
com.google.protobuf.ByteString |
getPathBytes(int index)
dependency path
|
int |
getPathCount()
dependency path
|
List<String> |
getPathList()
dependency path
|
String |
getRelation()
object relation name
|
com.google.protobuf.ByteString |
getRelationBytes()
object relation name
|
String |
getSubjectId()
subject identifier
|
com.google.protobuf.ByteString |
getSubjectIdBytes()
subject identifier
|
String |
getSubjectRelation()
optional subject relation name
|
com.google.protobuf.ByteString |
getSubjectRelationBytes()
optional subject relation name
|
String |
getSubjectType()
subject type
|
com.google.protobuf.ByteString |
getSubjectTypeBytes()
subject type
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getObjectType()
object type
string object_type = 1 [json_name = "objectType", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getObjectTypeBytes()
object type
string object_type = 1 [json_name = "objectType", (.google.api.field_behavior) = OUTPUT_ONLY];String getObjectId()
object identifier
string object_id = 2 [json_name = "objectId", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getObjectIdBytes()
object identifier
string object_id = 2 [json_name = "objectId", (.google.api.field_behavior) = OUTPUT_ONLY];String getRelation()
object relation name
string relation = 3 [json_name = "relation", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRelationBytes()
object relation name
string relation = 3 [json_name = "relation", (.google.api.field_behavior) = OUTPUT_ONLY];String getSubjectType()
subject type
string subject_type = 4 [json_name = "subjectType", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSubjectTypeBytes()
subject type
string subject_type = 4 [json_name = "subjectType", (.google.api.field_behavior) = OUTPUT_ONLY];String getSubjectId()
subject identifier
string subject_id = 5 [json_name = "subjectId", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSubjectIdBytes()
subject identifier
string subject_id = 5 [json_name = "subjectId", (.google.api.field_behavior) = OUTPUT_ONLY];String getSubjectRelation()
optional subject relation name
string subject_relation = 6 [json_name = "subjectRelation", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSubjectRelationBytes()
optional subject relation name
string subject_relation = 6 [json_name = "subjectRelation", (.google.api.field_behavior) = OUTPUT_ONLY];int getDepth()
dependency depth
int32 depth = 7 [json_name = "depth", (.google.api.field_behavior) = OUTPUT_ONLY];boolean getIsCycle()
dependency cycle
bool is_cycle = 8 [json_name = "isCycle", (.google.api.field_behavior) = OUTPUT_ONLY];List<String> getPathList()
dependency path
repeated string path = 9 [json_name = "path", (.google.api.field_behavior) = OUTPUT_ONLY];int getPathCount()
dependency path
repeated string path = 9 [json_name = "path", (.google.api.field_behavior) = OUTPUT_ONLY];String getPath(int index)
dependency path
repeated string path = 9 [json_name = "path", (.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getPathBytes(int index)
dependency path
repeated string path = 9 [json_name = "path", (.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2023. All rights reserved.