Package xyz.block.ftl.v1.language
Class CreateModuleRequest
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.language.CreateModuleRequestOrBuilder
public final class CreateModuleRequest extends GeneratedMessageV3 implements CreateModuleRequestOrBuilder
Protobuf typeRequest to create a new module.xyz.block.ftl.v1.language.CreateModuleRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCreateModuleRequest.Builder
Protobuf typeRequest to create a new module.xyz.block.ftl.v1.language.CreateModuleRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intDIR_FIELD_NUMBERpublic final static intPROJECT_CONFIG_FIELD_NUMBERpublic final static intFLAGS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetName()string name = 1;ByteStringgetNameBytes()string name = 1;StringgetDir()The root directory for the module, which does not yet exist. The plugin should create the directory.string dir = 2;ByteStringgetDirBytes()The root directory for the module, which does not yet exist. The plugin should create the directory.string dir = 2;booleanhasProjectConfig()The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;ProjectConfiggetProjectConfig()The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;ProjectConfigOrBuildergetProjectConfigOrBuilder()The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;booleanhasFlags()Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct Flags = 4;StructgetFlags()Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct Flags = 4;StructOrBuildergetFlagsOrBuilder()Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct Flags = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static CreateModuleRequestparseFrom(ByteBuffer data)static CreateModuleRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static CreateModuleRequestparseFrom(ByteString data)static CreateModuleRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static CreateModuleRequestparseFrom(Array<byte> data)static CreateModuleRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static CreateModuleRequestparseFrom(InputStream input)static CreateModuleRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CreateModuleRequestparseDelimitedFrom(InputStream input)static CreateModuleRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CreateModuleRequestparseFrom(CodedInputStream input)static CreateModuleRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)CreateModuleRequest.BuildernewBuilderForType()static CreateModuleRequest.BuildernewBuilder()static CreateModuleRequest.BuildernewBuilder(CreateModuleRequest prototype)CreateModuleRequest.BuildertoBuilder()static CreateModuleRequestgetDefaultInstance()static Parser<CreateModuleRequest>parser()Parser<CreateModuleRequest>getParserForType()CreateModuleRequestgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getNameBytes
ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
getDir
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
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
boolean hasProjectConfig()
The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;- Returns:
Whether the projectConfig field is set.
-
getProjectConfig
ProjectConfig getProjectConfig()
The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;- Returns:
The projectConfig.
-
getProjectConfigOrBuilder
ProjectConfigOrBuilder getProjectConfigOrBuilder()
The project configuration.xyz.block.ftl.v1.language.ProjectConfig project_config = 3;
-
hasFlags
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
Struct getFlags()
Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct Flags = 4;- Returns:
The flags.
-
getFlagsOrBuilder
StructOrBuilder getFlagsOrBuilder()
Flags contains any values set for those configured in the GetCreateModuleFlags call.google.protobuf.Struct Flags = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static CreateModuleRequest parseFrom(ByteBuffer data)
-
parseFrom
static CreateModuleRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateModuleRequest parseFrom(ByteString data)
-
parseFrom
static CreateModuleRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateModuleRequest parseFrom(Array<byte> data)
-
parseFrom
static CreateModuleRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateModuleRequest parseFrom(InputStream input)
-
parseFrom
static CreateModuleRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static CreateModuleRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static CreateModuleRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateModuleRequest parseFrom(CodedInputStream input)
-
parseFrom
static CreateModuleRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
CreateModuleRequest.Builder newBuilderForType()
-
newBuilder
static CreateModuleRequest.Builder newBuilder()
-
newBuilder
static CreateModuleRequest.Builder newBuilder(CreateModuleRequest prototype)
-
toBuilder
CreateModuleRequest.Builder toBuilder()
-
getDefaultInstance
static CreateModuleRequest getDefaultInstance()
-
parser
static Parser<CreateModuleRequest> parser()
-
getParserForType
Parser<CreateModuleRequest> getParserForType()
-
getDefaultInstanceForType
CreateModuleRequest getDefaultInstanceForType()
-
-
-
-