| Package | Description |
|---|---|
| io.envoyproxy.envoy.type.matcher |
| Modifier and Type | Method and Description |
|---|---|
ListMatcher |
ListMatcher.Builder.build() |
ListMatcher |
ListMatcher.Builder.buildPartial() |
static ListMatcher |
ListMatcher.getDefaultInstance() |
ListMatcher |
ListMatcher.getDefaultInstanceForType() |
ListMatcher |
ListMatcher.Builder.getDefaultInstanceForType() |
ListMatcher |
ValueMatcherOrBuilder.getListMatch()
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
ListMatcher |
ValueMatcher.getListMatch()
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
ListMatcher |
ValueMatcher.Builder.getListMatch()
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
static ListMatcher |
ListMatcher.parseDelimitedFrom(InputStream input) |
static ListMatcher |
ListMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatcher |
ListMatcher.parseFrom(byte[] data) |
static ListMatcher |
ListMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatcher |
ListMatcher.parseFrom(ByteBuffer data) |
static ListMatcher |
ListMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatcher |
ListMatcher.parseFrom(com.google.protobuf.ByteString data) |
static ListMatcher |
ListMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatcher |
ListMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListMatcher |
ListMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatcher |
ListMatcher.parseFrom(InputStream input) |
static ListMatcher |
ListMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ListMatcher> |
ListMatcher.getParserForType() |
static com.google.protobuf.Parser<ListMatcher> |
ListMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListMatcher.Builder |
ListMatcher.Builder.mergeFrom(ListMatcher other) |
ValueMatcher.Builder |
ValueMatcher.Builder.mergeListMatch(ListMatcher value)
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
static ListMatcher.Builder |
ListMatcher.newBuilder(ListMatcher prototype) |
ValueMatcher.Builder |
ValueMatcher.Builder.setListMatch(ListMatcher value)
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.