Interface TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNodeId

        int getNodeId()
         An index into `TrackableObjectGraph.nodes`, indicating the object
         being referenced.
         
        int32 node_id = 1;
        Returns:
        The nodeId.
      • getLocalName

        java.lang.String getLocalName()
         A user-provided name for the edge.
         
        string local_name = 2;
        Returns:
        The localName.
      • getLocalNameBytes

        com.google.protobuf.ByteString getLocalNameBytes()
         A user-provided name for the edge.
         
        string local_name = 2;
        Returns:
        The bytes for localName.