All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sdmxdl.cli.protobuf.ContextOrBuilder Maven / Gradle / Ivy

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