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

sdmxdl.cli.protobuf.SourcesOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: sdmxdl_debug.proto

// Protobuf Java Version: 3.25.3
package sdmxdl.cli.protobuf;

public interface SourcesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.Sources)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  java.util.List 
      getSourcesList();
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  sdmxdl.format.protobuf.web.SdmxWebSource getSources(int index);
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  int getSourcesCount();
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  java.util.List 
      getSourcesOrBuilderList();
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder getSourcesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy