.. _envoy_v3_api_file_xds/type/v3/range.proto: Number range ============ .. _envoy_v3_api_msg_.xds.type.v3.Int64Range: .xds.type.v3.Int64Range ----------------------- `[.xds.type.v3.Int64Range proto] `_ Specifies the int64 start and end of the range using half-open interval semantics [start, end). .. code-block:: json { "start": "...", "end": "..." } .. _envoy_v3_api_field_.xds.type.v3.Int64Range.start: start (`int64 `_) start of the range (inclusive) .. _envoy_v3_api_field_.xds.type.v3.Int64Range.end: end (`int64 `_) end of the range (exclusive) .. _envoy_v3_api_msg_.xds.type.v3.Int32Range: .xds.type.v3.Int32Range ----------------------- `[.xds.type.v3.Int32Range proto] `_ Specifies the int32 start and end of the range using half-open interval semantics [start, end). .. code-block:: json { "start": "...", "end": "..." } .. _envoy_v3_api_field_.xds.type.v3.Int32Range.start: start (`int32 `_) start of the range (inclusive) .. _envoy_v3_api_field_.xds.type.v3.Int32Range.end: end (`int32 `_) end of the range (exclusive) .. _envoy_v3_api_msg_.xds.type.v3.DoubleRange: .xds.type.v3.DoubleRange ------------------------ `[.xds.type.v3.DoubleRange proto] `_ Specifies the double start and end of the range using half-open interval semantics [start, end). .. code-block:: json { "start": "...", "end": "..." } .. _envoy_v3_api_field_.xds.type.v3.DoubleRange.start: start (`double `_) start of the range (inclusive) .. _envoy_v3_api_field_.xds.type.v3.DoubleRange.end: end (`double `_) end of the range (exclusive)