@Deprecated public interface ObjectDependencyOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
Deprecated.
dependency depth
|
boolean |
getIsCycle()
Deprecated.
dependency cycle
|
String |
getObjectKey()
Deprecated.
object search key of source object
|
com.google.protobuf.ByteString |
getObjectKeyBytes()
Deprecated.
object search key of source object
|
String |
getObjectType()
Deprecated.
object type name of source object
|
com.google.protobuf.ByteString |
getObjectTypeBytes()
Deprecated.
object type name of source object
|
String |
getPath(int index)
Deprecated.
dependency path
|
com.google.protobuf.ByteString |
getPathBytes(int index)
Deprecated.
dependency path
|
int |
getPathCount()
Deprecated.
dependency path
|
List<String> |
getPathList()
Deprecated.
dependency path
|
String |
getRelation()
Deprecated.
relation identifier
|
com.google.protobuf.ByteString |
getRelationBytes()
Deprecated.
relation identifier
|
String |
getSubjectKey()
Deprecated.
object search key of target object
|
com.google.protobuf.ByteString |
getSubjectKeyBytes()
Deprecated.
object search key of target object
|
String |
getSubjectType()
Deprecated.
object type id of target object
|
com.google.protobuf.ByteString |
getSubjectTypeBytes()
Deprecated.
object type id of target object
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getObjectType()
object type name of source object
string object_type = 1 [json_name = "objectType"];com.google.protobuf.ByteString getObjectTypeBytes()
object type name of source object
string object_type = 1 [json_name = "objectType"];String getObjectKey()
object search key of source object
string object_key = 4 [json_name = "objectKey"];com.google.protobuf.ByteString getObjectKeyBytes()
object search key of source object
string object_key = 4 [json_name = "objectKey"];String getRelation()
relation identifier
string relation = 5 [json_name = "relation"];com.google.protobuf.ByteString getRelationBytes()
relation identifier
string relation = 5 [json_name = "relation"];String getSubjectType()
object type id of target object
string subject_type = 7 [json_name = "subjectType"];com.google.protobuf.ByteString getSubjectTypeBytes()
object type id of target object
string subject_type = 7 [json_name = "subjectType"];String getSubjectKey()
object search key of target object
string subject_key = 10 [json_name = "subjectKey"];com.google.protobuf.ByteString getSubjectKeyBytes()
object search key of target object
string subject_key = 10 [json_name = "subjectKey"];int getDepth()
dependency depth
int32 depth = 11 [json_name = "depth"];boolean getIsCycle()
dependency cycle
bool is_cycle = 12 [json_name = "isCycle"];List<String> getPathList()
dependency path
repeated string path = 13 [json_name = "path"];int getPathCount()
dependency path
repeated string path = 13 [json_name = "path"];String getPath(int index)
dependency path
repeated string path = 13 [json_name = "path"];index - The index of the element to return.com.google.protobuf.ByteString getPathBytes(int index)
dependency path
repeated string path = 13 [json_name = "path"];index - The index of the value to return.Copyright © 2024. All rights reserved.