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

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

  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * 
   * The configuration for the module
   * 
* * .xyz.block.ftl.language.v1.ModuleConfig module_config = 2; * @return Whether the moduleConfig field is set. */ boolean hasModuleConfig(); /** *
   * The configuration for the module
   * 
* * .xyz.block.ftl.language.v1.ModuleConfig module_config = 2; * @return The moduleConfig. */ xyz.block.ftl.language.v1.ModuleConfig getModuleConfig(); /** *
   * The configuration for the module
   * 
* * .xyz.block.ftl.language.v1.ModuleConfig module_config = 2; */ xyz.block.ftl.language.v1.ModuleConfigOrBuilder getModuleConfigOrBuilder(); /** *
   * The FTL schema including all dependencies
   * 
* * .xyz.block.ftl.schema.v1.Schema schema = 3; * @return Whether the schema field is set. */ boolean hasSchema(); /** *
   * The FTL schema including all dependencies
   * 
* * .xyz.block.ftl.schema.v1.Schema schema = 3; * @return The schema. */ xyz.block.ftl.schema.v1.Schema getSchema(); /** *
   * The FTL schema including all dependencies
   * 
* * .xyz.block.ftl.schema.v1.Schema schema = 3; */ xyz.block.ftl.schema.v1.SchemaOrBuilder getSchemaOrBuilder(); /** *
   * The dependencies for the module
   * 
* * repeated string dependencies = 4; * @return A list containing the dependencies. */ java.util.List getDependenciesList(); /** *
   * The dependencies for the module
   * 
* * repeated string dependencies = 4; * @return The count of dependencies. */ int getDependenciesCount(); /** *
   * The dependencies for the module
   * 
* * repeated string dependencies = 4; * @param index The index of the element to return. * @return The dependencies at the given index. */ java.lang.String getDependencies(int index); /** *
   * The dependencies for the module
   * 
* * repeated string dependencies = 4; * @param index The index of the value to return. * @return The bytes of the dependencies at the given index. */ com.google.protobuf.ByteString getDependenciesBytes(int index); /** *
   * Build environment provides environment variables to be set for the build command
   * 
* * repeated string build_env = 5; * @return A list containing the buildEnv. */ java.util.List getBuildEnvList(); /** *
   * Build environment provides environment variables to be set for the build command
   * 
* * repeated string build_env = 5; * @return The count of buildEnv. */ int getBuildEnvCount(); /** *
   * Build environment provides environment variables to be set for the build command
   * 
* * repeated string build_env = 5; * @param index The index of the element to return. * @return The buildEnv at the given index. */ java.lang.String getBuildEnv(int index); /** *
   * Build environment provides environment variables to be set for the build command
   * 
* * repeated string build_env = 5; * @param index The index of the value to return. * @return The bytes of the buildEnv at the given index. */ com.google.protobuf.ByteString getBuildEnvBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy