| Package | Description |
|---|---|
| io.envoyproxy.envoy.type.matcher.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
ListMatcher.Builder |
ListMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListMatcher.Builder |
ListMatcher.Builder.clear() |
ListMatcher.Builder |
ListMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListMatcher.Builder |
ListMatcher.Builder.clearMatchPattern() |
ListMatcher.Builder |
ListMatcher.Builder.clearOneOf()
If specified, at least one of the values in the list must match the value specified.
|
ListMatcher.Builder |
ListMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListMatcher.Builder |
ListMatcher.Builder.clone() |
ListMatcher.Builder |
ValueMatcher.Builder.getListMatchBuilder()
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
ListMatcher.Builder |
ListMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListMatcher.Builder |
ListMatcher.Builder.mergeFrom(ListMatcher other) |
ListMatcher.Builder |
ListMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
ListMatcher.Builder |
ListMatcher.Builder.mergeOneOf(ValueMatcher value)
If specified, at least one of the values in the list must match the value specified.
|
ListMatcher.Builder |
ListMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ListMatcher.Builder |
ListMatcher.newBuilder() |
static ListMatcher.Builder |
ListMatcher.newBuilder(ListMatcher prototype) |
ListMatcher.Builder |
ListMatcher.newBuilderForType() |
protected ListMatcher.Builder |
ListMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ListMatcher.Builder |
ListMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListMatcher.Builder |
ListMatcher.Builder.setOneOf(ValueMatcher.Builder builderForValue)
If specified, at least one of the values in the list must match the value specified.
|
ListMatcher.Builder |
ListMatcher.Builder.setOneOf(ValueMatcher value)
If specified, at least one of the values in the list must match the value specified.
|
ListMatcher.Builder |
ListMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListMatcher.Builder |
ListMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListMatcher.Builder |
ListMatcher.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher.Builder |
ValueMatcher.Builder.setListMatch(ListMatcher.Builder builderForValue)
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.