Interface GenerateStubsRequestOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface GenerateStubsRequestOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getDir()
      The directory path to generate stubs into
      
      string dir = 1;
      abstract ByteString getDirBytes()
      The directory path to generate stubs into
      
      string dir = 1;
      abstract boolean hasModule()
      The schema of the module to generate stubs for
      
      .xyz.block.ftl.schema.v1.Module module = 2;
      abstract Module getModule()
      The schema of the module to generate stubs for
      
      .xyz.block.ftl.schema.v1.Module module = 2;
      abstract ModuleOrBuilder getModuleOrBuilder()
      The schema of the module to generate stubs for
      
      .xyz.block.ftl.schema.v1.Module module = 2;
      abstract boolean hasModuleConfig()
      The module's configuration to generate stubs for
      
      .xyz.block.ftl.language.v1.ModuleConfig module_config = 3;
      abstract ModuleConfig getModuleConfig()
      The module's configuration to generate stubs for
      
      .xyz.block.ftl.language.v1.ModuleConfig module_config = 3;
      abstract ModuleConfigOrBuilder getModuleConfigOrBuilder()
      The module's configuration to generate stubs for
      
      .xyz.block.ftl.language.v1.ModuleConfig module_config = 3;
      abstract boolean hasNativeModuleConfig()
      Native module configuration is the configuration for a module that uses the plugin's language, if
      the main moduleConfig provided is of a different language. It is provided as a mechanism to derive
      language specific information. For example, the language version.
      
      optional .xyz.block.ftl.language.v1.ModuleConfig native_module_config = 4;
      abstract ModuleConfig getNativeModuleConfig()
      Native module configuration is the configuration for a module that uses the plugin's language, if
      the main moduleConfig provided is of a different language. It is provided as a mechanism to derive
      language specific information. For example, the language version.
      
      optional .xyz.block.ftl.language.v1.ModuleConfig native_module_config = 4;
      abstract ModuleConfigOrBuilder getNativeModuleConfigOrBuilder()
      Native module configuration is the configuration for a module that uses the plugin's language, if
      the main moduleConfig provided is of a different language. It is provided as a mechanism to derive
      language specific information. For example, the language version.
      
      optional .xyz.block.ftl.language.v1.ModuleConfig native_module_config = 4;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getDir

         abstract String getDir()
        The directory path to generate stubs into
        
        string dir = 1;
        Returns:

        The dir.

      • getDirBytes

         abstract ByteString getDirBytes()
        The directory path to generate stubs into
        
        string dir = 1;
        Returns:

        The bytes for dir.

      • hasModule

         abstract boolean hasModule()
        The schema of the module to generate stubs for
        
        .xyz.block.ftl.schema.v1.Module module = 2;
        Returns:

        Whether the module field is set.

      • getModule

         abstract Module getModule()
        The schema of the module to generate stubs for
        
        .xyz.block.ftl.schema.v1.Module module = 2;
        Returns:

        The module.

      • hasModuleConfig

         abstract boolean hasModuleConfig()
        The module's configuration to generate stubs for
        
        .xyz.block.ftl.language.v1.ModuleConfig module_config = 3;
        Returns:

        Whether the moduleConfig field is set.

      • getModuleConfig

         abstract ModuleConfig getModuleConfig()
        The module's configuration to generate stubs for
        
        .xyz.block.ftl.language.v1.ModuleConfig module_config = 3;
        Returns:

        The moduleConfig.

      • hasNativeModuleConfig

         abstract boolean hasNativeModuleConfig()
        Native module configuration is the configuration for a module that uses the plugin's language, if
        the main moduleConfig provided is of a different language. It is provided as a mechanism to derive
        language specific information. For example, the language version.
        
        optional .xyz.block.ftl.language.v1.ModuleConfig native_module_config = 4;
        Returns:

        Whether the nativeModuleConfig field is set.

      • getNativeModuleConfig

         abstract ModuleConfig getNativeModuleConfig()
        Native module configuration is the configuration for a module that uses the plugin's language, if
        the main moduleConfig provided is of a different language. It is provided as a mechanism to derive
        language specific information. For example, the language version.
        
        optional .xyz.block.ftl.language.v1.ModuleConfig native_module_config = 4;
        Returns:

        The nativeModuleConfig.

      • getNativeModuleConfigOrBuilder

         abstract ModuleConfigOrBuilder getNativeModuleConfigOrBuilder()
        Native module configuration is the configuration for a module that uses the plugin's language, if
        the main moduleConfig provided is of a different language. It is provided as a mechanism to derive
        language specific information. For example, the language version.
        
        optional .xyz.block.ftl.language.v1.ModuleConfig native_module_config = 4;