TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

공개 정적 인터페이스 TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getLocalName ()
 A user-provided name for the edge.
추상 com.google.protobuf.ByteString
getLocalNameBytes ()
 A user-provided name for the edge.
추상 정수
getNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the object
 being referenced.

공개 방법

공개 추상 문자열 getLocalName ()

 A user-provided name for the edge.
 
string local_name = 2;

공개 추상 com.google.protobuf.ByteString getLocalNameBytes ()

 A user-provided name for the edge.
 
string local_name = 2;

공개 추상 int getNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the object
 being referenced.
 
int32 node_id = 1;