All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.v1.language.SyncStubReferencesRequestOrBuilder 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 SyncStubReferencesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.language.SyncStubReferencesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .xyz.block.ftl.v1.language.ModuleConfig module_config = 1;
   * @return Whether the moduleConfig field is set.
   */
  boolean hasModuleConfig();
  /**
   * .xyz.block.ftl.v1.language.ModuleConfig module_config = 1;
   * @return The moduleConfig.
   */
  xyz.block.ftl.v1.language.ModuleConfig getModuleConfig();
  /**
   * .xyz.block.ftl.v1.language.ModuleConfig module_config = 1;
   */
  xyz.block.ftl.v1.language.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); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy