Interface Cpg.DiffGraph.RemoveEdgePropertyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Cpg.CpgStruct.Edge.EdgeType getEdgeType()
      .cpg.CpgStruct.Edge.EdgeType edge_type = 3;
      int getEdgeTypeValue()
      .cpg.CpgStruct.Edge.EdgeType edge_type = 3;
      long getInNodeKey()
      int64 in_node_key = 2;
      long getOutNodeKey()
      int64 out_node_key = 1;
      com.google.protobuf.ByteString getPropertiesHash()
      used to identify edges (since our edges don't have ids)
      Cpg.EdgePropertyName getPropertyName()
      .cpg.EdgePropertyName property_name = 5;
      int getPropertyNameValue()
      .cpg.EdgePropertyName property_name = 5;
      • 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

      • getOutNodeKey

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

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

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

        com.google.protobuf.ByteString getPropertiesHash()
         used to identify edges (since our edges don't have ids)
         
        bytes propertiesHash = 4;
        Returns:
        The propertiesHash.
      • getPropertyNameValue

        int getPropertyNameValue()
        .cpg.EdgePropertyName property_name = 5;
        Returns:
        The enum numeric value on the wire for propertyName.
      • getPropertyName

        Cpg.EdgePropertyName getPropertyName()
        .cpg.EdgePropertyName property_name = 5;
        Returns:
        The propertyName.