TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

パブリック静的インターフェイスTrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getローカル名()
 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.

パブリックメソッド

public abstract String getLocalName ()

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

public abstract com.google.protobuf.ByteString getLocalNameBytes ()

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

public abstract int getNodeId ()

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