Package xyz.block.ftl.v1.language
Interface ModuleConfigDefaultsResponseOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ModuleConfigDefaultsResponseOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeployDir()Default relative path to the directory containing all build artifacts for deploymentsstring deploy_dir = 1;abstract ByteStringgetDeployDirBytes()Default relative path to the directory containing all build artifacts for deploymentsstring deploy_dir = 1;abstract booleanhasBuild()Default build commandoptional string build = 2;abstract StringgetBuild()Default build commandoptional string build = 2;abstract ByteStringgetBuildBytes()Default build commandoptional string build = 2;abstract booleanhasBuildLock()Build lock path to prevent concurrent buildsoptional string build_lock = 3;abstract StringgetBuildLock()Build lock path to prevent concurrent buildsoptional string build_lock = 3;abstract ByteStringgetBuildLockBytes()Build lock path to prevent concurrent buildsoptional string build_lock = 3;abstract booleanhasGeneratedSchemaDir()Default relative path to the directory containing generated schema filesoptional string generated_schema_dir = 4;abstract StringgetGeneratedSchemaDir()Default relative path to the directory containing generated schema filesoptional string generated_schema_dir = 4;abstract ByteStringgetGeneratedSchemaDirBytes()Default relative path to the directory containing generated schema filesoptional string generated_schema_dir = 4;abstract List<String>getWatchList()Default patterns to watch for file changes, relative to the module directoryrepeated string watch = 5;abstract intgetWatchCount()Default patterns to watch for file changes, relative to the module directoryrepeated string watch = 5;abstract StringgetWatch(int index)Default patterns to watch for file changes, relative to the module directoryrepeated string watch = 5;abstract ByteStringgetWatchBytes(int index)Default patterns to watch for file changes, relative to the module directoryrepeated string watch = 5;abstract booleanhasLanguageConfig()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 = 6;abstract StructgetLanguageConfig()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 = 6;abstract StructOrBuildergetLanguageConfigOrBuilder()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 = 6;-
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
-
-
Method Detail
-
getDeployDir
abstract String getDeployDir()
Default relative path to the directory containing all build artifacts for deploymentsstring deploy_dir = 1;- Returns:
The deployDir.
-
getDeployDirBytes
abstract ByteString getDeployDirBytes()
Default relative path to the directory containing all build artifacts for deploymentsstring deploy_dir = 1;- Returns:
The bytes for deployDir.
-
hasBuild
abstract boolean hasBuild()
Default build commandoptional string build = 2;- Returns:
Whether the build field is set.
-
getBuild
abstract String getBuild()
Default build commandoptional string build = 2;- Returns:
The build.
-
getBuildBytes
abstract ByteString getBuildBytes()
Default build commandoptional string build = 2;- Returns:
The bytes for build.
-
hasBuildLock
abstract boolean hasBuildLock()
Build lock path to prevent concurrent buildsoptional string build_lock = 3;- Returns:
Whether the buildLock field is set.
-
getBuildLock
abstract String getBuildLock()
Build lock path to prevent concurrent buildsoptional string build_lock = 3;- Returns:
The buildLock.
-
getBuildLockBytes
abstract ByteString getBuildLockBytes()
Build lock path to prevent concurrent buildsoptional string build_lock = 3;- Returns:
The bytes for buildLock.
-
hasGeneratedSchemaDir
abstract boolean hasGeneratedSchemaDir()
Default relative path to the directory containing generated schema filesoptional string generated_schema_dir = 4;- Returns:
Whether the generatedSchemaDir field is set.
-
getGeneratedSchemaDir
abstract String getGeneratedSchemaDir()
Default relative path to the directory containing generated schema filesoptional string generated_schema_dir = 4;- Returns:
The generatedSchemaDir.
-
getGeneratedSchemaDirBytes
abstract ByteString getGeneratedSchemaDirBytes()
Default relative path to the directory containing generated schema filesoptional string generated_schema_dir = 4;- Returns:
The bytes for generatedSchemaDir.
-
getWatchList
abstract List<String> getWatchList()
Default patterns to watch for file changes, relative to the module directoryrepeated string watch = 5;- Returns:
A list containing the watch.
-
getWatchCount
abstract int getWatchCount()
Default patterns to watch for file changes, relative to the module directoryrepeated string watch = 5;- Returns:
The count of watch.
-
getWatch
abstract String getWatch(int index)
Default patterns to watch for file changes, relative to the module directoryrepeated string watch = 5;- 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 directoryrepeated string watch = 5;- 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 = 6;- 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 = 6;- 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 = 6;
-
-
-
-