range.proto

Package: xds.type.v3

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/xds/type/v3/range.proto

Int64Range

Specifies the int64 start and end of the range using half-open interval semantics [start, end).

"start": int
"end": int

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).

"start": int
"end": int

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).