Package xyz.block.ftl.v1.language
Interface GenerateStubsRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface GenerateStubsRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDir()The directory path to generate stubs intostring dir = 1;abstract ByteStringgetDirBytes()The directory path to generate stubs intostring dir = 1;abstract booleanhasModule()The schema of the module to generate stubs for.xyz.block.ftl.v1.schema.Module module = 2;abstract ModulegetModule()The schema of the module to generate stubs for.xyz.block.ftl.v1.schema.Module module = 2;abstract ModuleOrBuildergetModuleOrBuilder()The schema of the module to generate stubs for.xyz.block.ftl.v1.schema.Module module = 2;abstract booleanhasModuleConfig()The module's configuration to generate stubs for.xyz.block.ftl.v1.language.ModuleConfig module_config = 3;abstract ModuleConfiggetModuleConfig()The module's configuration to generate stubs for.xyz.block.ftl.v1.language.ModuleConfig module_config = 3;abstract ModuleConfigOrBuildergetModuleConfigOrBuilder()The module's configuration to generate stubs for.xyz.block.ftl.v1.language.ModuleConfig module_config = 3;abstract booleanhasNativeModuleConfig()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.v1.language.ModuleConfig native_module_config = 4;abstract ModuleConfiggetNativeModuleConfig()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.v1.language.ModuleConfig native_module_config = 4;abstract ModuleConfigOrBuildergetNativeModuleConfigOrBuilder()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.v1.language.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
-
-
Method Detail
-
getDir
abstract String getDir()
The directory path to generate stubs intostring dir = 1;- Returns:
The dir.
-
getDirBytes
abstract ByteString getDirBytes()
The directory path to generate stubs intostring dir = 1;- Returns:
The bytes for dir.
-
hasModule
abstract boolean hasModule()
The schema of the module to generate stubs for.xyz.block.ftl.v1.schema.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.v1.schema.Module module = 2;- Returns:
The module.
-
getModuleOrBuilder
abstract ModuleOrBuilder getModuleOrBuilder()
The schema of the module to generate stubs for.xyz.block.ftl.v1.schema.Module module = 2;
-
hasModuleConfig
abstract boolean hasModuleConfig()
The module's configuration to generate stubs for.xyz.block.ftl.v1.language.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.v1.language.ModuleConfig module_config = 3;- Returns:
The moduleConfig.
-
getModuleConfigOrBuilder
abstract ModuleConfigOrBuilder getModuleConfigOrBuilder()
The module's configuration to generate stubs for.xyz.block.ftl.v1.language.ModuleConfig module_config = 3;
-
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.v1.language.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.v1.language.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.v1.language.ModuleConfig native_module_config = 4;
-
-
-
-