![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.cli.protobuf.ConsoleInfoOrBuilder 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 ConsoleInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.ConsoleInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string std_in_encoding = 1;
* @return The stdInEncoding.
*/
java.lang.String getStdInEncoding();
/**
* string std_in_encoding = 1;
* @return The bytes for stdInEncoding.
*/
com.google.protobuf.ByteString
getStdInEncodingBytes();
/**
* string std_out_encoding = 2;
* @return The stdOutEncoding.
*/
java.lang.String getStdOutEncoding();
/**
* string std_out_encoding = 2;
* @return The bytes for stdOutEncoding.
*/
com.google.protobuf.ByteString
getStdOutEncodingBytes();
/**
* int32 columns = 3;
* @return The columns.
*/
int getColumns();
/**
* int32 rows = 4;
* @return The rows.
*/
int getRows();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy