![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.cli.protobuf.FlowsOrBuilder 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 FlowsOrBuilder extends
// @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.Flows)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
*/
java.util.List
getFlowsList();
/**
* repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
*/
sdmxdl.format.protobuf.Dataflow getFlows(int index);
/**
* repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
*/
int getFlowsCount();
/**
* repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
*/
java.util.List extends sdmxdl.format.protobuf.DataflowOrBuilder>
getFlowsOrBuilderList();
/**
* repeated .sdmxdl.format.protobuf.Dataflow flows = 1;
*/
sdmxdl.format.protobuf.DataflowOrBuilder getFlowsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy