Interface Cpg.DiffGraph.RemoveNodePropertyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getKey()
      int64 key = 1;
      java.lang.String getLocalName()
      string local_name = 3;
      com.google.protobuf.ByteString getLocalNameBytes()
      string local_name = 3;
      Cpg.NodePropertyName getName()
      .cpg.NodePropertyName name = 2;
      int getNameValue()
      .cpg.NodePropertyName name = 2;
      • 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

      • getKey

        long getKey()
        int64 key = 1;
        Returns:
        The key.
      • getNameValue

        int getNameValue()
        .cpg.NodePropertyName name = 2;
        Returns:
        The enum numeric value on the wire for name.
      • getLocalName

        java.lang.String getLocalName()
        string local_name = 3;
        Returns:
        The localName.
      • getLocalNameBytes

        com.google.protobuf.ByteString getLocalNameBytes()
        string local_name = 3;
        Returns:
        The bytes for localName.