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

com.exactpro.th2.read.db.grpc.QueryParametersOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: th2_grpc_read_db/read_db.proto

package com.exactpro.th2.read.db.grpc;

public interface QueryParametersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:th2.read_db.QueryParameters)
    com.google.protobuf.MessageOrBuilder {

  /**
   * map<string, string> values = 1;
   */
  int getValuesCount();
  /**
   * map<string, string> values = 1;
   */
  boolean containsValues(
      java.lang.String key);
  /**
   * Use {@link #getValuesMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getValues();
  /**
   * map<string, string> values = 1;
   */
  java.util.Map
  getValuesMap();
  /**
   * map<string, string> values = 1;
   */
  /* nullable */
java.lang.String getValuesOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> values = 1;
   */
  java.lang.String getValuesOrThrow(
      java.lang.String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy