Navigation :
range.proto
Package : envoy.type.v3
Top
range.proto
Table of Contents
DoubleRange
Field |
Type |
Label |
Description |
start |
double |
|
start of the range (inclusive) |
end |
double |
|
end of the range (exclusive) |
Int32Range
Field |
Type |
Label |
Description |
start |
int32 |
|
start of the range (inclusive) |
end |
int32 |
|
end of the range (exclusive) |
Int64Range
Field |
Type |
Label |
Description |
start |
int64 |
|
start of the range (inclusive) |
end |
int64 |
|
end of the range (exclusive) |