Package xyz.block.ftl.language.v1
Interface CreateModuleRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface CreateModuleRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()string name = 1;abstract ByteStringgetNameBytes()string name = 1;abstract StringgetDir()The root directory for the module, which does not yet exist. The plugin should create the directory.string dir = 2;abstract ByteStringgetDirBytes()The root directory for the module, which does not yet exist. The plugin should create the directory.string dir = 2;abstract booleanhasProjectConfig()The project configuration.xyz.block.ftl.language.v1.ProjectConfig project_config = 3;abstract ProjectConfiggetProjectConfig()The project configuration.xyz.block.ftl.language.v1.ProjectConfig project_config = 3;abstract ProjectConfigOrBuildergetProjectConfigOrBuilder()The project configuration.xyz.block.ftl.language.v1.ProjectConfig project_config = 3;abstract booleanhasFlags()Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct flags = 4;abstract StructgetFlags()Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct flags = 4;abstract StructOrBuildergetFlagsOrBuilder()Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct flags = 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
-
getNameBytes
abstract ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
getDir
abstract String getDir()
The root directory for the module, which does not yet exist. The plugin should create the directory.string dir = 2;- Returns:
The dir.
-
getDirBytes
abstract ByteString getDirBytes()
The root directory for the module, which does not yet exist. The plugin should create the directory.string dir = 2;- Returns:
The bytes for dir.
-
hasProjectConfig
abstract boolean hasProjectConfig()
The project configuration.xyz.block.ftl.language.v1.ProjectConfig project_config = 3;- Returns:
Whether the projectConfig field is set.
-
getProjectConfig
abstract ProjectConfig getProjectConfig()
The project configuration.xyz.block.ftl.language.v1.ProjectConfig project_config = 3;- Returns:
The projectConfig.
-
getProjectConfigOrBuilder
abstract ProjectConfigOrBuilder getProjectConfigOrBuilder()
The project configuration.xyz.block.ftl.language.v1.ProjectConfig project_config = 3;
-
hasFlags
abstract boolean hasFlags()
Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct flags = 4;- Returns:
Whether the flags field is set.
-
getFlags
abstract Struct getFlags()
Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct flags = 4;- Returns:
The flags.
-
getFlagsOrBuilder
abstract StructOrBuilder getFlagsOrBuilder()
Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct flags = 4;
-
-
-
-