.. _envoy_v3_api_file_envoy/type/v3/range.proto: Range ===== .. _envoy_v3_api_msg_type.v3.Int64Range: type.v3.Int64Range ------------------ `[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_type.v3.Int64Range.start: start (`int64 `_) start of the range (inclusive) .. _envoy_v3_api_field_type.v3.Int64Range.end: end (`int64 `_) end of the range (exclusive) .. _envoy_v3_api_msg_type.v3.DoubleRange: type.v3.DoubleRange ------------------- `[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_type.v3.DoubleRange.start: start (`double `_) start of the range (inclusive) .. _envoy_v3_api_field_type.v3.DoubleRange.end: end (`double `_) end of the range (exclusive)