Package xyz.block.ftl.v1.language
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 StringgetPath()The root path for the module, which does not yet exist. The plugin should create the directory.string path = 2;abstract ByteStringgetPathBytes()The root path for the module, which does not yet exist. The plugin should create the directory.string path = 2;abstract booleanhasProjectConfig()The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;abstract ProjectConfiggetProjectConfig()The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;abstract ProjectConfigOrBuildergetProjectConfigOrBuilder()The project configuration.xyz.block.ftl.v1.language.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.
-
getPath
abstract String getPath()
The root path for the module, which does not yet exist. The plugin should create the directory.string path = 2;- Returns:
The path.
-
getPathBytes
abstract ByteString getPathBytes()
The root path for the module, which does not yet exist. The plugin should create the directory.string path = 2;- Returns:
The bytes for path.
-
hasProjectConfig
abstract boolean hasProjectConfig()
The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;- Returns:
Whether the projectConfig field is set.
-
getProjectConfig
abstract ProjectConfig getProjectConfig()
The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;- Returns:
The projectConfig.
-
getProjectConfigOrBuilder
abstract ProjectConfigOrBuilder getProjectConfigOrBuilder()
The project configuration.xyz.block.ftl.v1.language.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;
-
-
-
-