public interface QueryParameterMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Specifies the name of a key that must be present in the requested
*path*'s query string.
|
com.google.protobuf.ByteString |
getNameBytes()
Specifies the name of a key that must be present in the requested
*path*'s query string.
|
boolean |
getPresentMatch()
Specifies whether a query parameter should be present.
|
QueryParameterMatcher.QueryParameterMatchSpecifierCase |
getQueryParameterMatchSpecifierCase() |
StringMatcher |
getStringMatch()
Specifies whether a query parameter value should match against a string.
|
StringMatcherOrBuilder |
getStringMatchOrBuilder()
Specifies whether a query parameter value should match against a string.
|
boolean |
hasStringMatch()
Specifies whether a query parameter value should match against a string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Specifies the name of a key that must be present in the requested *path*'s query string.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
Specifies the name of a key that must be present in the requested *path*'s query string.
string name = 1 [(.validate.rules) = { ... }boolean hasStringMatch()
Specifies whether a query parameter value should match against a string.
.envoy.type.matcher.v4alpha.StringMatcher string_match = 5 [(.validate.rules) = { ... }StringMatcher getStringMatch()
Specifies whether a query parameter value should match against a string.
.envoy.type.matcher.v4alpha.StringMatcher string_match = 5 [(.validate.rules) = { ... }StringMatcherOrBuilder getStringMatchOrBuilder()
Specifies whether a query parameter value should match against a string.
.envoy.type.matcher.v4alpha.StringMatcher string_match = 5 [(.validate.rules) = { ... }boolean getPresentMatch()
Specifies whether a query parameter should be present.
bool present_match = 6;QueryParameterMatcher.QueryParameterMatchSpecifierCase getQueryParameterMatchSpecifierCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.