public interface ComparisonFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ComparisonFilter.Op |
getOp()
Comparison operator.
|
int |
getOpValue()
Comparison operator.
|
RuntimeUInt32 |
getValue()
Value to compare against.
|
RuntimeUInt32OrBuilder |
getValueOrBuilder()
Value to compare against.
|
boolean |
hasValue()
Value to compare against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getOpValue()
Comparison operator.
.envoy.config.accesslog.v4alpha.ComparisonFilter.Op op = 1 [(.validate.rules) = { ... }ComparisonFilter.Op getOp()
Comparison operator.
.envoy.config.accesslog.v4alpha.ComparisonFilter.Op op = 1 [(.validate.rules) = { ... }boolean hasValue()
Value to compare against.
.envoy.config.core.v4alpha.RuntimeUInt32 value = 2;RuntimeUInt32 getValue()
Value to compare against.
.envoy.config.core.v4alpha.RuntimeUInt32 value = 2;RuntimeUInt32OrBuilder getValueOrBuilder()
Value to compare against.
.envoy.config.core.v4alpha.RuntimeUInt32 value = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.