Interface Cpg.AdditionalEdgePropertyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Cpg.AdditionalEdgeProperty, Cpg.AdditionalEdgeProperty.Builder
    Enclosing class:
    Cpg

    public static interface Cpg.AdditionalEdgePropertyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getEdgeId

        long getEdgeId()
        int64 edge_id = 1;
        Returns:
        The edgeId.
      • hasProperty

        boolean hasProperty()
        .cpg.CpgStruct.Edge.Property property = 2;
        Returns:
        Whether the property field is set.
      • getOutNodeKey

        long getOutNodeKey()
        int64 out_node_key = 3;
        Returns:
        The outNodeKey.
      • getInNodeKey

        long getInNodeKey()
        int64 in_node_key = 4;
        Returns:
        The inNodeKey.
      • getEdgeTypeValue

        int getEdgeTypeValue()
        .cpg.CpgStruct.Edge.EdgeType edge_type = 5;
        Returns:
        The enum numeric value on the wire for edgeType.