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

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

  /**
   * string dir = 1;
   * @return The dir.
   */
  java.lang.String getDir();
  /**
   * string dir = 1;
   * @return The bytes for dir.
   */
  com.google.protobuf.ByteString
      getDirBytes();

  /**
   * string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * bool no_git = 3;
   * @return The noGit.
   */
  boolean getNoGit();

  /**
   * bool hermit = 4;
   * @return The hermit.
   */
  boolean getHermit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy