TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

общедоступный статический интерфейс TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получитьЛокальноеИмя ()
 A user-provided name for the edge.
абстрактный com.google.protobuf.ByteString
getLocalNameBytes ()
 A user-provided name for the edge.
абстрактный int
получитьNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the object
 being referenced.

Публичные методы

общедоступная абстрактная строка getLocalName ()

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

общедоступный абстрактный com.google.protobuf.ByteString getLocalNameBytes ()

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

общедоступный абстрактный int getNodeId ()

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