com.github.xds.core.v3.ContextParamsOrBuilder Maven / Gradle / Ivy
// 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);
}