| Interface | Description |
|---|---|
| DoubleRangeOrBuilder | |
| FractionalPercentOrBuilder | |
| HttpStatusOrBuilder | |
| Int64RangeOrBuilder | |
| PercentOrBuilder |
| Class | Description |
|---|---|
| DoubleRange |
Specifies the double start and end of the range using half-open interval semantics [start,
end).
|
| DoubleRange.Builder |
Specifies the double start and end of the range using half-open interval semantics [start,
end).
|
| FractionalPercent |
A fractional percentage is used in cases in which for performance reasons performing floating
point to integer conversions during randomness calculations is undesirable.
|
| FractionalPercent.Builder |
A fractional percentage is used in cases in which for performance reasons performing floating
point to integer conversions during randomness calculations is undesirable.
|
| HttpStatus |
HTTP status.
|
| HttpStatus.Builder |
HTTP status.
|
| HttpStatusProto | |
| Int64Range |
Specifies the int64 start and end of the range using half-open interval semantics [start,
end).
|
| Int64Range.Builder |
Specifies the int64 start and end of the range using half-open interval semantics [start,
end).
|
| Percent |
Identifies a percentage, in the range [0.0, 100.0].
|
| Percent.Builder |
Identifies a percentage, in the range [0.0, 100.0].
|
| PercentProto | |
| RangeProto |
| Enum | Description |
|---|---|
| FractionalPercent.DenominatorType |
Fraction percentages support several fixed denominator values.
|
| StatusCode |
HTTP response codes supported in Envoy.
|
Copyright © 2018–2019 The Envoy Project. All rights reserved.