TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

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

Métodos Públicos

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

Métodos Públicos

String abstrata pública getLocalName ()

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

resumo público com.google.protobuf.ByteString getLocalNameBytes ()

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

resumo público int getNodeId ()

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