Interface UnknownQueryParamsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnknownQueryParams,UnknownQueryParams.Builder
public interface UnknownQueryParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) A map from unrecognized query parameter keys, to the values associated with those keys.getKey()Deprecated.intA map from unrecognized query parameter keys, to the values associated with those keys.A map from unrecognized query parameter keys, to the values associated with those keys.getKeyOrDefault(String key, UnknownQueryParams.Values defaultValue) A map from unrecognized query parameter keys, to the values associated with those keys.getKeyOrThrow(String key) A map from unrecognized query parameter keys, to the values associated with those keys.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKeyCount
int getKeyCount()A map from unrecognized query parameter keys, to the values associated with those keys.
map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1; -
containsKey
A map from unrecognized query parameter keys, to the values associated with those keys.
map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1; -
getKey
Deprecated.UsegetKeyMap()instead. -
getKeyMap
Map<String,UnknownQueryParams.Values> getKeyMap()A map from unrecognized query parameter keys, to the values associated with those keys.
map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1; -
getKeyOrDefault
A map from unrecognized query parameter keys, to the values associated with those keys.
map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1; -
getKeyOrThrow
A map from unrecognized query parameter keys, to the values associated with those keys.
map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1;
-