Interface ModuleConfigOrBuilder

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

    
    public interface ModuleConfigOrBuilder
     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 getName()
      Name of the module
      
      string name = 1;
      abstract ByteString getNameBytes()
      Name of the module
      
      string name = 1;
      abstract String getDir()
      Absolute path to the module's directory
      
      string dir = 2;
      abstract ByteString getDirBytes()
      Absolute path to the module's directory
      
      string dir = 2;
      abstract String getLanguage()
      The language of the module
      
      string language = 3;
      abstract ByteString getLanguageBytes()
      The language of the module
      
      string language = 3;
      abstract String getDeployDir()
      Absolute path to the directory containing all of this module's build artifacts for deployments
      
      string deploy_dir = 4;
      abstract ByteString getDeployDirBytes()
      Absolute path to the directory containing all of this module's build artifacts for deployments
      
      string deploy_dir = 4;
      abstract boolean hasBuild()
      Build is the command to build the module.
      
      optional string build = 5;
      abstract String getBuild()
      Build is the command to build the module.
      
      optional string build = 5;
      abstract ByteString getBuildBytes()
      Build is the command to build the module.
      
      optional string build = 5;
      abstract boolean hasDevModeBuild()
      DevModeBuild is the command to build the module in dev mode.
      
      optional string dev_mode_build = 6;
      abstract String getDevModeBuild()
      DevModeBuild is the command to build the module in dev mode.
      
      optional string dev_mode_build = 6;
      abstract ByteString getDevModeBuildBytes()
      DevModeBuild is the command to build the module in dev mode.
      
      optional string dev_mode_build = 6;
      abstract String getBuildLock()
      Build lock path to prevent concurrent builds
      
      string build_lock = 7;
      abstract ByteString getBuildLockBytes()
      Build lock path to prevent concurrent builds
      
      string build_lock = 7;
      abstract List<String> getWatchList()
      Patterns to watch for file changes
      
      repeated string watch = 9;
      abstract int getWatchCount()
      Patterns to watch for file changes
      
      repeated string watch = 9;
      abstract String getWatch(int index)
      Patterns to watch for file changes
      
      repeated string watch = 9;
      abstract ByteString getWatchBytes(int index)
      Patterns to watch for file changes
      
      repeated string watch = 9;
      abstract boolean hasLanguageConfig()
      LanguageConfig contains any metadata specific to a specific language.
      These are stored in the ftl.toml file under the same key as the language (eg: "go", "java")
      
      .google.protobuf.Struct language_config = 10;
      abstract Struct getLanguageConfig()
      LanguageConfig contains any metadata specific to a specific language.
      These are stored in the ftl.toml file under the same key as the language (eg: "go", "java")
      
      .google.protobuf.Struct language_config = 10;
      abstract StructOrBuilder getLanguageConfigOrBuilder()
      LanguageConfig contains any metadata specific to a specific language.
      These are stored in the ftl.toml file under the same key as the language (eg: "go", "java")
      
      .google.protobuf.Struct language_config = 10;
      abstract String getSqlMigrationDir()
      The directory containing the SQL migration files
      
      string sql_migration_dir = 11;
      abstract ByteString getSqlMigrationDirBytes()
      The directory containing the SQL migration files
      
      string sql_migration_dir = 11;
      abstract String getSqlQueryDir()
      The directory containing the SQL query files
      
      string sql_query_dir = 12;
      abstract ByteString getSqlQueryDirBytes()
      The directory containing the SQL query files
      
      string sql_query_dir = 12;
      • 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

      • getName

         abstract String getName()
        Name of the module
        
        string name = 1;
        Returns:

        The name.

      • getNameBytes

         abstract ByteString getNameBytes()
        Name of the module
        
        string name = 1;
        Returns:

        The bytes for name.

      • getDir

         abstract String getDir()
        Absolute path to the module's directory
        
        string dir = 2;
        Returns:

        The dir.

      • getDirBytes

         abstract ByteString getDirBytes()
        Absolute path to the module's directory
        
        string dir = 2;
        Returns:

        The bytes for dir.

      • getLanguage

         abstract String getLanguage()
        The language of the module
        
        string language = 3;
        Returns:

        The language.

      • getLanguageBytes

         abstract ByteString getLanguageBytes()
        The language of the module
        
        string language = 3;
        Returns:

        The bytes for language.

      • getDeployDir

         abstract String getDeployDir()
        Absolute path to the directory containing all of this module's build artifacts for deployments
        
        string deploy_dir = 4;
        Returns:

        The deployDir.

      • getDeployDirBytes

         abstract ByteString getDeployDirBytes()
        Absolute path to the directory containing all of this module's build artifacts for deployments
        
        string deploy_dir = 4;
        Returns:

        The bytes for deployDir.

      • hasBuild

         abstract boolean hasBuild()
        Build is the command to build the module.
        
        optional string build = 5;
        Returns:

        Whether the build field is set.

      • getBuild

         abstract String getBuild()
        Build is the command to build the module.
        
        optional string build = 5;
        Returns:

        The build.

      • getBuildBytes

         abstract ByteString getBuildBytes()
        Build is the command to build the module.
        
        optional string build = 5;
        Returns:

        The bytes for build.

      • hasDevModeBuild

         abstract boolean hasDevModeBuild()
        DevModeBuild is the command to build the module in dev mode.
        
        optional string dev_mode_build = 6;
        Returns:

        Whether the devModeBuild field is set.

      • getDevModeBuild

         abstract String getDevModeBuild()
        DevModeBuild is the command to build the module in dev mode.
        
        optional string dev_mode_build = 6;
        Returns:

        The devModeBuild.

      • getDevModeBuildBytes

         abstract ByteString getDevModeBuildBytes()
        DevModeBuild is the command to build the module in dev mode.
        
        optional string dev_mode_build = 6;
        Returns:

        The bytes for devModeBuild.

      • getBuildLock

         abstract String getBuildLock()
        Build lock path to prevent concurrent builds
        
        string build_lock = 7;
        Returns:

        The buildLock.

      • getBuildLockBytes

         abstract ByteString getBuildLockBytes()
        Build lock path to prevent concurrent builds
        
        string build_lock = 7;
        Returns:

        The bytes for buildLock.

      • getWatchList

         abstract List<String> getWatchList()
        Patterns to watch for file changes
        
        repeated string watch = 9;
        Returns:

        A list containing the watch.

      • getWatchCount

         abstract int getWatchCount()
        Patterns to watch for file changes
        
        repeated string watch = 9;
        Returns:

        The count of watch.

      • getWatch

         abstract String getWatch(int index)
        Patterns to watch for file changes
        
        repeated string watch = 9;
        Parameters:
        index - The index of the element to return.
        Returns:

        The watch at the given index.

      • getWatchBytes

         abstract ByteString getWatchBytes(int index)
        Patterns to watch for file changes
        
        repeated string watch = 9;
        Parameters:
        index - The index of the value to return.
        Returns:

        The bytes of the watch at the given index.

      • hasLanguageConfig

         abstract boolean hasLanguageConfig()
        LanguageConfig contains any metadata specific to a specific language.
        These are stored in the ftl.toml file under the same key as the language (eg: "go", "java")
        
        .google.protobuf.Struct language_config = 10;
        Returns:

        Whether the languageConfig field is set.

      • getLanguageConfig

         abstract Struct getLanguageConfig()
        LanguageConfig contains any metadata specific to a specific language.
        These are stored in the ftl.toml file under the same key as the language (eg: "go", "java")
        
        .google.protobuf.Struct language_config = 10;
        Returns:

        The languageConfig.

      • getLanguageConfigOrBuilder

         abstract StructOrBuilder getLanguageConfigOrBuilder()
        LanguageConfig contains any metadata specific to a specific language.
        These are stored in the ftl.toml file under the same key as the language (eg: "go", "java")
        
        .google.protobuf.Struct language_config = 10;
      • getSqlMigrationDir

         abstract String getSqlMigrationDir()
        The directory containing the SQL migration files
        
        string sql_migration_dir = 11;
        Returns:

        The sqlMigrationDir.

      • getSqlMigrationDirBytes

         abstract ByteString getSqlMigrationDirBytes()
        The directory containing the SQL migration files
        
        string sql_migration_dir = 11;
        Returns:

        The bytes for sqlMigrationDir.

      • getSqlQueryDir

         abstract String getSqlQueryDir()
        The directory containing the SQL query files
        
        string sql_query_dir = 12;
        Returns:

        The sqlQueryDir.

      • getSqlQueryDirBytes

         abstract ByteString getSqlQueryDirBytes()
        The directory containing the SQL query files
        
        string sql_query_dir = 12;
        Returns:

        The bytes for sqlQueryDir.