publiczny interfejs statyczny TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjny ciąg | pobierz nazwę lokalną () A user-provided name for the edge. |
streszczenie com.google.protobuf.ByteString | getLocalNameBytes () A user-provided name for the edge. |
streszczenie wew | pobierzNodeId () An index into `TrackableObjectGraph.nodes`, indicating the object being referenced. |
Metody publiczne
publiczna abstrakcja String getLocalName ()
A user-provided name for the edge.
string local_name = 2;
publiczna abstrakcja com.google.protobuf.ByteString getLocalNameBytes ()
A user-provided name for the edge.
string local_name = 2;
publiczne streszczenie int getNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the object being referenced.
int32 node_id = 1;