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

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

  /**
   * repeated .xyz.block.ftl.v1.ListConfigResponse.Config configs = 1;
   */
  java.util.List 
      getConfigsList();
  /**
   * repeated .xyz.block.ftl.v1.ListConfigResponse.Config configs = 1;
   */
  xyz.block.ftl.v1.ListConfigResponse.Config getConfigs(int index);
  /**
   * repeated .xyz.block.ftl.v1.ListConfigResponse.Config configs = 1;
   */
  int getConfigsCount();
  /**
   * repeated .xyz.block.ftl.v1.ListConfigResponse.Config configs = 1;
   */
  java.util.List 
      getConfigsOrBuilderList();
  /**
   * repeated .xyz.block.ftl.v1.ListConfigResponse.Config configs = 1;
   */
  xyz.block.ftl.v1.ListConfigResponse.ConfigOrBuilder getConfigsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy