interface statique publique TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
chaîne abstraite | getLocalName () A user-provided name for the edge. |
résumé com.google.protobuf.ByteString | getLocalNameBytes () A user-provided name for the edge. |
abstrait entier | getNodeId () An index into `TrackableObjectGraph.nodes`, indicating the object being referenced. |
Méthodes publiques
chaîne abstraite publique getLocalName ()
A user-provided name for the edge.
string local_name = 2;
résumé public com.google.protobuf.ByteString getLocalNameBytes ()
A user-provided name for the edge.
string local_name = 2;
public abstrait int getNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the object being referenced.
int32 node_id = 1;