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 deployDir = 1;
      abstract ByteString getDeployDirBytes()
      Default relative path to the directory containing all build artifacts for deployments
      
      string deployDir = 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 hasGeneratedSchemaDir()
      Default relative path to the directory containing generated schema files
      
      optional string generated_schema_dir = 3;
      abstract String getGeneratedSchemaDir()
      Default relative path to the directory containing generated schema files
      
      optional string generated_schema_dir = 3;
      abstract ByteString getGeneratedSchemaDirBytes()
      Default relative path to the directory containing generated schema files
      
      optional string generated_schema_dir = 3;
      abstract List<String> getWatchList()
      Default patterns to watch for file changes
      
      repeated string watch = 4;
      abstract int getWatchCount()
      Default patterns to watch for file changes
      
      repeated string watch = 4;
      abstract String getWatch(int index)
      Default patterns to watch for file changes
      
      repeated string watch = 4;
      abstract ByteString getWatchBytes(int index)
      Default patterns to watch for file changes
      
      repeated string watch = 4;
      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 = 5;
      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 = 5;
      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 = 5;
      • 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 deployDir = 1;
        Returns:

        The deployDir.

      • getDeployDirBytes

         abstract ByteString getDeployDirBytes()
        Default relative path to the directory containing all build artifacts for deployments
        
        string deployDir = 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.

      • hasGeneratedSchemaDir

         abstract boolean hasGeneratedSchemaDir()
        Default relative path to the directory containing generated schema files
        
        optional string generated_schema_dir = 3;
        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 = 3;
        Returns:

        The generatedSchemaDir.

      • getGeneratedSchemaDirBytes

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

        The bytes for generatedSchemaDir.

      • getWatchList

         abstract List<String> getWatchList()
        Default patterns to watch for file changes
        
        repeated string watch = 4;
        Returns:

        A list containing the watch.

      • getWatchCount

         abstract int getWatchCount()
        Default patterns to watch for file changes
        
        repeated string watch = 4;
        Returns:

        The count of watch.

      • getWatch

         abstract String getWatch(int index)
        Default patterns to watch for file changes
        
        repeated string watch = 4;
        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
        
        repeated string watch = 4;
        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 = 5;
        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 = 5;
        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 = 5;