
xyz.block.ftl.language.v1.SyncStubReferencesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/language/v1/language.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.language.v1;
public interface SyncStubReferencesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.language.v1.SyncStubReferencesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
* @return Whether the moduleConfig field is set.
*/
boolean hasModuleConfig();
/**
* .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
* @return The moduleConfig.
*/
xyz.block.ftl.language.v1.ModuleConfig getModuleConfig();
/**
* .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
*/
xyz.block.ftl.language.v1.ModuleConfigOrBuilder getModuleConfigOrBuilder();
/**
*
* The path of the directory containing all module stubs. Each module is in a subdirectory
*
*
* string stubs_root = 2;
* @return The stubsRoot.
*/
java.lang.String getStubsRoot();
/**
*
* The path of the directory containing all module stubs. Each module is in a subdirectory
*
*
* string stubs_root = 2;
* @return The bytes for stubsRoot.
*/
com.google.protobuf.ByteString
getStubsRootBytes();
/**
*
* The names of all modules that have had stubs generated
*
*
* repeated string modules = 3;
* @return A list containing the modules.
*/
java.util.List
getModulesList();
/**
*
* The names of all modules that have had stubs generated
*
*
* repeated string modules = 3;
* @return The count of modules.
*/
int getModulesCount();
/**
*
* The names of all modules that have had stubs generated
*
*
* repeated string modules = 3;
* @param index The index of the element to return.
* @return The modules at the given index.
*/
java.lang.String getModules(int index);
/**
*
* The names of all modules that have had stubs generated
*
*
* repeated string modules = 3;
* @param index The index of the value to return.
* @return The bytes of the modules at the given index.
*/
com.google.protobuf.ByteString
getModulesBytes(int index);
/**
*
* The complete FTL schema
*
*
* .xyz.block.ftl.schema.v1.Schema schema = 4;
* @return Whether the schema field is set.
*/
boolean hasSchema();
/**
*
* The complete FTL schema
*
*
* .xyz.block.ftl.schema.v1.Schema schema = 4;
* @return The schema.
*/
xyz.block.ftl.schema.v1.Schema getSchema();
/**
*
* The complete FTL schema
*
*
* .xyz.block.ftl.schema.v1.Schema schema = 4;
*/
xyz.block.ftl.schema.v1.SchemaOrBuilder getSchemaOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy