public interface HttpGenericBodyMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBytesLimit()
Limits search to specified number of bytes - default zero (no limit - match entire captured buffer).
|
HttpGenericBodyMatch.GenericTextMatch |
getPatterns(int index)
List of patterns to match.
|
int |
getPatternsCount()
List of patterns to match.
|
List<HttpGenericBodyMatch.GenericTextMatch> |
getPatternsList()
List of patterns to match.
|
HttpGenericBodyMatch.GenericTextMatchOrBuilder |
getPatternsOrBuilder(int index)
List of patterns to match.
|
List<? extends HttpGenericBodyMatch.GenericTextMatchOrBuilder> |
getPatternsOrBuilderList()
List of patterns to match.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getBytesLimit()
Limits search to specified number of bytes - default zero (no limit - match entire captured buffer).
uint32 bytes_limit = 1;List<HttpGenericBodyMatch.GenericTextMatch> getPatternsList()
List of patterns to match.
repeated .envoy.config.common.matcher.v4alpha.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... }HttpGenericBodyMatch.GenericTextMatch getPatterns(int index)
List of patterns to match.
repeated .envoy.config.common.matcher.v4alpha.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... }int getPatternsCount()
List of patterns to match.
repeated .envoy.config.common.matcher.v4alpha.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... }List<? extends HttpGenericBodyMatch.GenericTextMatchOrBuilder> getPatternsOrBuilderList()
List of patterns to match.
repeated .envoy.config.common.matcher.v4alpha.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... }HttpGenericBodyMatch.GenericTextMatchOrBuilder getPatternsOrBuilder(int index)
List of patterns to match.
repeated .envoy.config.common.matcher.v4alpha.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.