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

com.github.xds.core.v3.ContextParamsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xds/core/v3/context_params.proto

package com.github.xds.core.v3;

public interface ContextParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xds.core.v3.ContextParams)
    com.google.protobuf.MessageOrBuilder {

  /**
   * map<string, string> params = 1;
   */
  int getParamsCount();
  /**
   * map<string, string> params = 1;
   */
  boolean containsParams(
      java.lang.String key);
  /**
   * Use {@link #getParamsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getParams();
  /**
   * map<string, string> params = 1;
   */
  java.util.Map
  getParamsMap();
  /**
   * map<string, string> params = 1;
   */

  /* nullable */
java.lang.String getParamsOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> params = 1;
   */

  java.lang.String getParamsOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy