Home | History | Annotate | Download | only in proto

Lines Matching full:nodes

49   // TODO(schroederc): break off Nodes/Edges into a separate service
51 // Nodes returns a subset of the facts for each of the requested nodes.
52 rpc Nodes(NodesRequest) returns (NodesReply) {}
55 // requested nodes.
58 // Decorations returns an index of the nodes and edges associated with a
63 // documentation of a set of requested nodes.
83 // nodes in the graph.
88 // The tickets of the nodes to be looked up.
94 // nodes. For different filters per node, the client must issue separate
115 map<string, NodeInfo> nodes = 1;
119 // The tickets of the source nodes for which edges are requested.
168 // through "name" nodes?
219 // nodes, but allows the client to have that information without making
221 map<string, NodeInfo> nodes = 2;
317 // If true, return reference edges whose source nodes are located in the
327 // returned. The filter applies to ALL referenced nodes. See EdgesRequest
364 map<string, NodeInfo> nodes = 15;
374 // Set of nodes for which to return their cross-references. Must be
461 // the related nodes of each requested node. If filter is empty or unset, no
462 // node facts or related nodes are returned. See EdgesRequest for the format
486 // (definitions, references, documentation, and related nodes).
588 // The set of related nodes to the given node.
608 map<string, NodeInfo> nodes = 2;
623 // Semantic tickets for callees (e.g., function nodes).
625 // Expand the semantic_object set by including nodes that participate in
626 // an `overrides` relationship (in either direction) with nodes in the set.