.. _envoy_api_file_envoy/type/range.proto: Range ===== .. _envoy_api_msg_type.Int64Range: type.Int64Range --------------- `[type.Int64Range proto] `_ Specifies the int64 start and end of the range using half-open interval semantics [start, end). .. code-block:: json { "start": "...", "end": "..." } .. _envoy_api_field_type.Int64Range.start: start (`int64 `_) start of the range (inclusive) .. _envoy_api_field_type.Int64Range.end: end (`int64 `_) end of the range (exclusive) .. _envoy_api_msg_type.DoubleRange: type.DoubleRange ---------------- `[type.DoubleRange proto] `_ Specifies the double start and end of the range using half-open interval semantics [start, end). .. code-block:: json { "start": "...", "end": "..." } .. _envoy_api_field_type.DoubleRange.start: start (`double `_) start of the range (inclusive) .. _envoy_api_field_type.DoubleRange.end: end (`double `_) end of the range (exclusive)