TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

interface estática pública TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

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; node_id int32 node_id = 1;