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

xyz.block.ftl.v1.ConfigRefOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;

public interface ConfigRefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.ConfigRef)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string module = 1;
   * @return Whether the module field is set.
   */
  boolean hasModule();
  /**
   * optional string module = 1;
   * @return The module.
   */
  java.lang.String getModule();
  /**
   * optional string module = 1;
   * @return The bytes for module.
   */
  com.google.protobuf.ByteString
      getModuleBytes();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy