xyz.block.ftl.v1.language.CreateModuleRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/v1/language/language.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.language;
public interface CreateModuleRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.language.CreateModuleRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The root directory for the module, which does not yet exist.
* The plugin should create the directory.
*
*
* string dir = 2;
* @return The dir.
*/
java.lang.String getDir();
/**
*
* The root directory for the module, which does not yet exist.
* The plugin should create the directory.
*
*
* string dir = 2;
* @return The bytes for dir.
*/
com.google.protobuf.ByteString
getDirBytes();
/**
*
* The project configuration
*
*
* .xyz.block.ftl.v1.language.ProjectConfig project_config = 3;
* @return Whether the projectConfig field is set.
*/
boolean hasProjectConfig();
/**
*
* The project configuration
*
*
* .xyz.block.ftl.v1.language.ProjectConfig project_config = 3;
* @return The projectConfig.
*/
xyz.block.ftl.v1.language.ProjectConfig getProjectConfig();
/**
*
* The project configuration
*
*
* .xyz.block.ftl.v1.language.ProjectConfig project_config = 3;
*/
xyz.block.ftl.v1.language.ProjectConfigOrBuilder getProjectConfigOrBuilder();
/**
*
* Flags contains any values set for those configured in the GetCreateModuleFlags call
*
*
* .google.protobuf.Struct Flags = 4;
* @return Whether the flags field is set.
*/
boolean hasFlags();
/**
*
* Flags contains any values set for those configured in the GetCreateModuleFlags call
*
*
* .google.protobuf.Struct Flags = 4;
* @return The flags.
*/
com.google.protobuf.Struct getFlags();
/**
*
* Flags contains any values set for those configured in the GetCreateModuleFlags call
*
*
* .google.protobuf.Struct Flags = 4;
*/
com.google.protobuf.StructOrBuilder getFlagsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy