TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

อินเทอร์เฟซแบบคงที่สาธารณะ TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
getLocalName ()
 A user-provided name for the edge.
นามธรรม com.google.protobuf.ByteString
รับ LocalNameBytes ()
 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;