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

xyz.block.ftl.v1.console.ConfigOrBuilder Maven / Gradle / Ivy

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

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

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

  /**
   * .xyz.block.ftl.v1.schema.Config config = 1;
   * @return Whether the config field is set.
   */
  boolean hasConfig();
  /**
   * .xyz.block.ftl.v1.schema.Config config = 1;
   * @return The config.
   */
  xyz.block.ftl.v1.schema.Config getConfig();
  /**
   * .xyz.block.ftl.v1.schema.Config config = 1;
   */
  xyz.block.ftl.v1.schema.ConfigOrBuilder getConfigOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy