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