public static interface RegexMatcher.GoogleRE2OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.UInt32Value |
getMaxProgramSize()
Deprecated.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxProgramSizeOrBuilder()
Deprecated.
|
boolean |
hasMaxProgramSize()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated boolean hasMaxProgramSize()
This field controls the RE2 "program size" which is a rough estimate of how complex a compiled regex is to evaluate. A regex that has a program size greater than the configured value will fail to compile. In this case, the configured max program size can be increased or the regex can be simplified. If not specified, the default is 100. This field is deprecated; regexp validation should be performed on the management server instead of being done by each individual client.
.google.protobuf.UInt32Value max_program_size = 1 [deprecated = true];@Deprecated com.google.protobuf.UInt32Value getMaxProgramSize()
This field controls the RE2 "program size" which is a rough estimate of how complex a compiled regex is to evaluate. A regex that has a program size greater than the configured value will fail to compile. In this case, the configured max program size can be increased or the regex can be simplified. If not specified, the default is 100. This field is deprecated; regexp validation should be performed on the management server instead of being done by each individual client.
.google.protobuf.UInt32Value max_program_size = 1 [deprecated = true];@Deprecated com.google.protobuf.UInt32ValueOrBuilder getMaxProgramSizeOrBuilder()
This field controls the RE2 "program size" which is a rough estimate of how complex a compiled regex is to evaluate. A regex that has a program size greater than the configured value will fail to compile. In this case, the configured max program size can be increased or the regex can be simplified. If not specified, the default is 100. This field is deprecated; regexp validation should be performed on the management server instead of being done by each individual client.
.google.protobuf.UInt32Value max_program_size = 1 [deprecated = true];Copyright © 2018–2021 The Envoy Project. All rights reserved.