HeaderMutationRules.Builder |
HeaderMutationRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clear() |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearAllowAllRouting() |
By default, certain headers that could affect processing of subsequent
filters or request routing cannot be modified.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearAllowEnvoy() |
If true, allow modification of envoy internal headers.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearAllowExpression() |
If set, specifically allow any header that matches this regular
expression.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearDisallowAll() |
If true, prevent modifications of all header values, regardless of any
other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearDisallowExpression() |
If set, specifically disallow any header that matches this regular
expression regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearDisallowIsError() |
If true, and if the rules in this list cause a header mutation to be
disallowed, then the filter using this configuration will terminate the
request with a 500 error.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearDisallowSystem() |
If true, prevent modification of any system header, defined as a header
that starts with a ``:`` character, regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.clone() |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeAllowAllRouting(com.google.protobuf.BoolValue value) |
By default, certain headers that could affect processing of subsequent
filters or request routing cannot be modified.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeAllowEnvoy(com.google.protobuf.BoolValue value) |
If true, allow modification of envoy internal headers.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeAllowExpression(RegexMatcher value) |
If set, specifically allow any header that matches this regular
expression.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeDisallowAll(com.google.protobuf.BoolValue value) |
If true, prevent modifications of all header values, regardless of any
other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeDisallowExpression(RegexMatcher value) |
If set, specifically disallow any header that matches this regular
expression regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeDisallowIsError(com.google.protobuf.BoolValue value) |
If true, and if the rules in this list cause a header mutation to be
disallowed, then the filter using this configuration will terminate the
request with a 500 error.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeDisallowSystem(com.google.protobuf.BoolValue value) |
If true, prevent modification of any system header, defined as a header
that starts with a ``:`` character, regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeFrom(com.google.protobuf.Message other) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeFrom(HeaderMutationRules other) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static HeaderMutationRules.Builder |
HeaderMutationRules.newBuilder() |
|
static HeaderMutationRules.Builder |
HeaderMutationRules.newBuilder(HeaderMutationRules prototype) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.newBuilderForType() |
|
protected HeaderMutationRules.Builder |
HeaderMutationRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setAllowAllRouting(com.google.protobuf.BoolValue value) |
By default, certain headers that could affect processing of subsequent
filters or request routing cannot be modified.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setAllowAllRouting(com.google.protobuf.BoolValue.Builder builderForValue) |
By default, certain headers that could affect processing of subsequent
filters or request routing cannot be modified.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setAllowEnvoy(com.google.protobuf.BoolValue value) |
If true, allow modification of envoy internal headers.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setAllowEnvoy(com.google.protobuf.BoolValue.Builder builderForValue) |
If true, allow modification of envoy internal headers.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setAllowExpression(RegexMatcher value) |
If set, specifically allow any header that matches this regular
expression.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setAllowExpression(RegexMatcher.Builder builderForValue) |
If set, specifically allow any header that matches this regular
expression.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowAll(com.google.protobuf.BoolValue value) |
If true, prevent modifications of all header values, regardless of any
other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowAll(com.google.protobuf.BoolValue.Builder builderForValue) |
If true, prevent modifications of all header values, regardless of any
other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowExpression(RegexMatcher value) |
If set, specifically disallow any header that matches this regular
expression regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowExpression(RegexMatcher.Builder builderForValue) |
If set, specifically disallow any header that matches this regular
expression regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowIsError(com.google.protobuf.BoolValue value) |
If true, and if the rules in this list cause a header mutation to be
disallowed, then the filter using this configuration will terminate the
request with a 500 error.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowIsError(com.google.protobuf.BoolValue.Builder builderForValue) |
If true, and if the rules in this list cause a header mutation to be
disallowed, then the filter using this configuration will terminate the
request with a 500 error.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowSystem(com.google.protobuf.BoolValue value) |
If true, prevent modification of any system header, defined as a header
that starts with a ``:`` character, regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setDisallowSystem(com.google.protobuf.BoolValue.Builder builderForValue) |
If true, prevent modification of any system header, defined as a header
that starts with a ``:`` character, regardless of any other settings.
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
HeaderMutationRules.Builder |
HeaderMutationRules.toBuilder() |
|