TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

interfaccia statica pubblica TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getLocalName ()
 A user-provided name for the edge.
astratto com.google.protobuf.ByteString
getLocalNameBytes ()
 A user-provided name for the edge.
astratto int
getNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the object
 being referenced.

Metodi pubblici

stringa astratta pubblica getLocalName ()

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

estratto pubblico 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;