| Package | Description |
|---|---|
| io.envoyproxy.envoy.type.matcher.v3 |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
ValueMatcher.Builder.build() |
ValueMatcher |
ValueMatcher.Builder.buildPartial() |
static ValueMatcher |
ValueMatcher.getDefaultInstance() |
ValueMatcher |
ValueMatcher.getDefaultInstanceForType() |
ValueMatcher |
ValueMatcher.Builder.getDefaultInstanceForType() |
ValueMatcher |
ListMatcherOrBuilder.getOneOf()
If specified, at least one of the values in the list must match the value specified.
|
ValueMatcher |
ListMatcher.getOneOf()
If specified, at least one of the values in the list must match the value specified.
|
ValueMatcher |
ListMatcher.Builder.getOneOf()
If specified, at least one of the values in the list must match the value specified.
|
ValueMatcher |
StructMatcher.getValue()
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher |
StructMatcher.Builder.getValue()
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher |
MetadataMatcher.getValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher |
MetadataMatcher.Builder.getValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher |
MetadataMatcherOrBuilder.getValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher |
StructMatcherOrBuilder.getValue()
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
static ValueMatcher |
ValueMatcher.parseDelimitedFrom(InputStream input) |
static ValueMatcher |
ValueMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueMatcher |
ValueMatcher.parseFrom(byte[] data) |
static ValueMatcher |
ValueMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueMatcher |
ValueMatcher.parseFrom(ByteBuffer data) |
static ValueMatcher |
ValueMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueMatcher |
ValueMatcher.parseFrom(com.google.protobuf.ByteString data) |
static ValueMatcher |
ValueMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueMatcher |
ValueMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static ValueMatcher |
ValueMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueMatcher |
ValueMatcher.parseFrom(InputStream input) |
static ValueMatcher |
ValueMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ValueMatcher> |
ValueMatcher.getParserForType() |
static com.google.protobuf.Parser<ValueMatcher> |
ValueMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeFrom(ValueMatcher other) |
ListMatcher.Builder |
ListMatcher.Builder.mergeOneOf(ValueMatcher value)
If specified, at least one of the values in the list must match the value specified.
|
StructMatcher.Builder |
StructMatcher.Builder.mergeValue(ValueMatcher value)
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
MetadataMatcher.Builder |
MetadataMatcher.Builder.mergeValue(ValueMatcher value)
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
static ValueMatcher.Builder |
ValueMatcher.newBuilder(ValueMatcher prototype) |
ListMatcher.Builder |
ListMatcher.Builder.setOneOf(ValueMatcher value)
If specified, at least one of the values in the list must match the value specified.
|
StructMatcher.Builder |
StructMatcher.Builder.setValue(ValueMatcher value)
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
MetadataMatcher.Builder |
MetadataMatcher.Builder.setValue(ValueMatcher value)
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.