public static interface TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLocalName()
A user-provided name for the edge.
|
com.google.protobuf.ByteString |
getLocalNameBytes()
A user-provided name for the edge.
|
int |
getNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the object
being referenced.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the object being referenced.
int32 node_id = 1;
String 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;
Copyright © 2015–2019. All rights reserved.