| Modifier and Type | Method and Description |
|---|---|
ListStringMatcher.Builder |
StatsMatcher.Builder.getExclusionListBuilder()
Exclusive match.
|
ListStringMatcher.Builder |
StatsMatcher.Builder.getInclusionListBuilder()
Inclusive match.
|
| Modifier and Type | Method and Description |
|---|---|
StatsMatcher.Builder |
StatsMatcher.Builder.setExclusionList(ListStringMatcher.Builder builderForValue)
Exclusive match.
|
StatsMatcher.Builder |
StatsMatcher.Builder.setInclusionList(ListStringMatcher.Builder builderForValue)
Inclusive match.
|
| Modifier and Type | Method and Description |
|---|---|
ListStringMatcher.Builder |
AuthorizationResponse.Builder.getAllowedClientHeadersBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
ListStringMatcher.Builder |
AuthorizationRequest.Builder.getAllowedHeadersBuilder()
Authorization request will include the client request headers that have a correspondent match
in the :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`.
|
ListStringMatcher.Builder |
AuthorizationResponse.Builder.getAllowedUpstreamHeadersBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
ListStringMatcher.Builder |
AuthorizationResponse.Builder.getAllowedUpstreamHeadersToAppendBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setAllowedClientHeaders(ListStringMatcher.Builder builderForValue)
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setAllowedHeaders(ListStringMatcher.Builder builderForValue)
Authorization request will include the client request headers that have a correspondent match
in the :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setAllowedUpstreamHeaders(ListStringMatcher.Builder builderForValue)
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setAllowedUpstreamHeadersToAppend(ListStringMatcher.Builder builderForValue)
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
| Modifier and Type | Method and Description |
|---|---|
ListStringMatcher.Builder |
ListStringMatcher.Builder.addAllPatterns(Iterable<? extends StringMatcher> values)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.addPatterns(int index,
StringMatcher.Builder builderForValue)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.addPatterns(int index,
StringMatcher value)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.addPatterns(StringMatcher.Builder builderForValue)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.addPatterns(StringMatcher value)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.clear() |
ListStringMatcher.Builder |
ListStringMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.clearPatterns()
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.clone() |
ListStringMatcher.Builder |
ListStringMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.mergeFrom(ListStringMatcher other) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ListStringMatcher.Builder |
ListStringMatcher.newBuilder() |
static ListStringMatcher.Builder |
ListStringMatcher.newBuilder(ListStringMatcher prototype) |
ListStringMatcher.Builder |
ListStringMatcher.newBuilderForType() |
protected ListStringMatcher.Builder |
ListStringMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.removePatterns(int index)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.setPatterns(int index,
StringMatcher.Builder builderForValue)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.setPatterns(int index,
StringMatcher value)
repeated .envoy.type.matcher.v4alpha.StringMatcher patterns = 1 [(.validate.rules) = { ... } |
ListStringMatcher.Builder |
ListStringMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListStringMatcher.Builder |
ListStringMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListStringMatcher.Builder |
ListStringMatcher.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.