public static interface
TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getLocalName()
A user-provided name for the edge. |
abstract com.google.protobuf.ByteString |
getLocalNameBytes()
A user-provided name for the edge. |
abstract int |
getNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the object being referenced. |
Public Methods
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;