Navigation :
range.proto
Package: xds.type.v3
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). |
Int32Range
Specifies the int32 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). |