![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.cli.protobuf.SourcesOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdmx-dl-cli Show documentation
Show all versions of sdmx-dl-cli Show documentation
Easily download official statistics - CLI
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 extends sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder>
getSourcesOrBuilderList();
/**
* repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
*/
sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder getSourcesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy