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