Interface ModuleConfigDefaultsResponseOrBuilder

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

    
    public interface ModuleConfigDefaultsResponseOrBuilder
     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 getDeployDir()
      Default relative path to the directory containing all build artifacts for deployments
      
      string deploy_dir = 1;
      abstract ByteString getDeployDirBytes()
      Default relative path to the directory containing all build artifacts for deployments
      
      string deploy_dir = 1;
      abstract boolean hasBuild()
      Default build command
      
      optional string build = 2;
      abstract String getBuild()
      Default build command
      
      optional string build = 2;
      abstract ByteString getBuildBytes()
      Default build command
      
      optional string build = 2;
      abstract boolean hasDevModeBuild()
      Dev mode build command, if different from the regular build command
      
      optional string dev_mode_build = 3;
      abstract String getDevModeBuild()
      Dev mode build command, if different from the regular build command
      
      optional string dev_mode_build = 3;
      abstract ByteString getDevModeBuildBytes()
      Dev mode build command, if different from the regular build command
      
      optional string dev_mode_build = 3;
      abstract boolean hasBuildLock()
      Build lock path to prevent concurrent builds
      
      optional string build_lock = 4;
      abstract String getBuildLock()
      Build lock path to prevent concurrent builds
      
      optional string build_lock = 4;
      abstract ByteString getBuildLockBytes()
      Build lock path to prevent concurrent builds
      
      optional string build_lock = 4;
      abstract boolean hasGeneratedSchemaDir()
      Default relative path to the directory containing generated schema files
      
      optional string generated_schema_dir = 5;
      abstract String getGeneratedSchemaDir()
      Default relative path to the directory containing generated schema files
      
      optional string generated_schema_dir = 5;
      abstract ByteString getGeneratedSchemaDirBytes()
      Default relative path to the directory containing generated schema files
      
      optional string generated_schema_dir = 5;
      abstract List<String> getWatchList()
      Default patterns to watch for file changes, relative to the module directory
      
      repeated string watch = 6;
      abstract int getWatchCount()
      Default patterns to watch for file changes, relative to the module directory
      
      repeated string watch = 6;
      abstract String getWatch(int index)
      Default patterns to watch for file changes, relative to the module directory
      
      repeated string watch = 6;
      abstract ByteString getWatchBytes(int index)
      Default patterns to watch for file changes, relative to the module directory
      
      repeated string watch = 6;
      abstract boolean hasLanguageConfig()
      Default language specific configuration.
      These defaults are filled in by looking at each root key only. If the key is not present, the default is used.
      
      .google.protobuf.Struct language_config = 7;
      abstract Struct getLanguageConfig()
      Default language specific configuration.
      These defaults are filled in by looking at each root key only. If the key is not present, the default is used.
      
      .google.protobuf.Struct language_config = 7;
      abstract StructOrBuilder getLanguageConfigOrBuilder()
      Default language specific configuration.
      These defaults are filled in by looking at each root key only. If the key is not present, the default is used.
      
      .google.protobuf.Struct language_config = 7;
      abstract String getSqlMigrationDir()
      Default directory containing the SQL migration files
      
      string sql_migration_dir = 8;
      abstract ByteString getSqlMigrationDirBytes()
      Default directory containing the SQL migration files
      
      string sql_migration_dir = 8;
      • 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

      • getDeployDir

         abstract String getDeployDir()
        Default relative path to the directory containing all build artifacts for deployments
        
        string deploy_dir = 1;
        Returns:

        The deployDir.

      • getDeployDirBytes

         abstract ByteString getDeployDirBytes()
        Default relative path to the directory containing all build artifacts for deployments
        
        string deploy_dir = 1;
        Returns:

        The bytes for deployDir.

      • hasBuild

         abstract boolean hasBuild()
        Default build command
        
        optional string build = 2;
        Returns:

        Whether the build field is set.

      • getBuild

         abstract String getBuild()
        Default build command
        
        optional string build = 2;
        Returns:

        The build.

      • getBuildBytes

         abstract ByteString getBuildBytes()
        Default build command
        
        optional string build = 2;
        Returns:

        The bytes for build.

      • hasDevModeBuild

         abstract boolean hasDevModeBuild()
        Dev mode build command, if different from the regular build command
        
        optional string dev_mode_build = 3;
        Returns:

        Whether the devModeBuild field is set.

      • getDevModeBuild

         abstract String getDevModeBuild()
        Dev mode build command, if different from the regular build command
        
        optional string dev_mode_build = 3;
        Returns:

        The devModeBuild.

      • getDevModeBuildBytes

         abstract ByteString getDevModeBuildBytes()
        Dev mode build command, if different from the regular build command
        
        optional string dev_mode_build = 3;
        Returns:

        The bytes for devModeBuild.

      • hasBuildLock

         abstract boolean hasBuildLock()
        Build lock path to prevent concurrent builds
        
        optional string build_lock = 4;
        Returns:

        Whether the buildLock field is set.

      • getBuildLock

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

        The buildLock.

      • getBuildLockBytes

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

        The bytes for buildLock.

      • hasGeneratedSchemaDir

         abstract boolean hasGeneratedSchemaDir()
        Default relative path to the directory containing generated schema files
        
        optional string generated_schema_dir = 5;
        Returns:

        Whether the generatedSchemaDir field is set.

      • getGeneratedSchemaDir

         abstract String getGeneratedSchemaDir()
        Default relative path to the directory containing generated schema files
        
        optional string generated_schema_dir = 5;
        Returns:

        The generatedSchemaDir.

      • getGeneratedSchemaDirBytes

         abstract ByteString getGeneratedSchemaDirBytes()
        Default relative path to the directory containing generated schema files
        
        optional string generated_schema_dir = 5;
        Returns:

        The bytes for generatedSchemaDir.

      • getWatchList

         abstract List<String> getWatchList()
        Default patterns to watch for file changes, relative to the module directory
        
        repeated string watch = 6;
        Returns:

        A list containing the watch.

      • getWatchCount

         abstract int getWatchCount()
        Default patterns to watch for file changes, relative to the module directory
        
        repeated string watch = 6;
        Returns:

        The count of watch.

      • getWatch

         abstract String getWatch(int index)
        Default patterns to watch for file changes, relative to the module directory
        
        repeated string watch = 6;
        Parameters:
        index - The index of the element to return.
        Returns:

        The watch at the given index.

      • getWatchBytes

         abstract ByteString getWatchBytes(int index)
        Default patterns to watch for file changes, relative to the module directory
        
        repeated string watch = 6;
        Parameters:
        index - The index of the value to return.
        Returns:

        The bytes of the watch at the given index.

      • hasLanguageConfig

         abstract boolean hasLanguageConfig()
        Default language specific configuration.
        These defaults are filled in by looking at each root key only. If the key is not present, the default is used.
        
        .google.protobuf.Struct language_config = 7;
        Returns:

        Whether the languageConfig field is set.

      • getLanguageConfig

         abstract Struct getLanguageConfig()
        Default language specific configuration.
        These defaults are filled in by looking at each root key only. If the key is not present, the default is used.
        
        .google.protobuf.Struct language_config = 7;
        Returns:

        The languageConfig.

      • getLanguageConfigOrBuilder

         abstract StructOrBuilder getLanguageConfigOrBuilder()
        Default language specific configuration.
        These defaults are filled in by looking at each root key only. If the key is not present, the default is used.
        
        .google.protobuf.Struct language_config = 7;
      • getSqlMigrationDir

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

        The sqlMigrationDir.

      • getSqlMigrationDirBytes

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

        The bytes for sqlMigrationDir.