Package com.github.xds.core.v3
Interface ContextParamsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContextParams
,ContextParams.Builder
public interface ContextParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsParams
(String key) map<string, string> params = 1;
Deprecated.int
map<string, string> params = 1;
map<string, string> params = 1;
getParamsOrDefault
(String key, String defaultValue) map<string, string> params = 1;
getParamsOrThrow
(String key) map<string, string> params = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getParamsCount
int getParamsCount()map<string, string> params = 1;
-
containsParams
map<string, string> params = 1;
-
getParams
Deprecated.UsegetParamsMap()
instead. -
getParamsMap
map<string, string> params = 1;
-
getParamsOrDefault
map<string, string> params = 1;
-
getParamsOrThrow
map<string, string> params = 1;
-