Interface FunctionInformationMap.ModuleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCompiledSource()
      required string compiled_source = 103;
      com.google.protobuf.ByteString getCompiledSourceBytes()
      required string compiled_source = 103;
      java.lang.String getName()
      required string name = 102;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 102;
      boolean hasCompiledSource()
      required string compiled_source = 103;
      boolean hasName()
      required string name = 102;
      • 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

      • hasName

        boolean hasName()
        required string name = 102;
      • getName

        java.lang.String getName()
        required string name = 102;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 102;
      • hasCompiledSource

        boolean hasCompiledSource()
        required string compiled_source = 103;
      • getCompiledSource

        java.lang.String getCompiledSource()
        required string compiled_source = 103;
      • getCompiledSourceBytes

        com.google.protobuf.ByteString getCompiledSourceBytes()
        required string compiled_source = 103;