![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.cli.protobuf.RulesActualOrBuilder 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 RulesActualOrBuilder extends
// @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.RulesActual)
com.google.protobuf.MessageOrBuilder {
/**
* int32 flow_count = 1;
* @return The flowCount.
*/
int getFlowCount();
/**
* int32 dim_count = 2;
* @return The dimCount.
*/
int getDimCount();
/**
* int32 series_count = 3;
* @return The seriesCount.
*/
int getSeriesCount();
/**
* int32 obs_count = 4;
* @return The obsCount.
*/
int getObsCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy