![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.cli.protobuf.ContextOrBuilder 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 ContextOrBuilder extends
// @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.Context)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, string> items = 1;
*/
int getItemsCount();
/**
* map<string, string> items = 1;
*/
boolean containsItems(
java.lang.String key);
/**
* Use {@link #getItemsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getItems();
/**
* map<string, string> items = 1;
*/
java.util.Map
getItemsMap();
/**
* map<string, string> items = 1;
*/
/* nullable */
java.lang.String getItemsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> items = 1;
*/
java.lang.String getItemsOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy