Navigation :
range.proto
Package: solo.io.envoy.type
Types:
Int64Range
Specifies the int64 start and end of the range using half-open interval semantics [start,
end).
Field |
Type |
Description |
start |
int |
start of the range (inclusive). |
end |
int |
end of the range (exclusive). |
DoubleRange
Specifies the double start and end of the range using half-open interval semantics [start,
end).
"start": float
"end": float
Field |
Type |
Description |
start |
float |
start of the range (inclusive). |
end |
float |
end of the range (exclusive). |