Class Int64RangeMatch (1.18.0)

Int64RangeMatch(mapping=None, *, ignore_unknown_fields=False, **kwargs)

HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
range_end int
The end of the range (exclusive) in signed long integer format. This field is a member of oneof_ _range_end.
range_start int
The start of the range (inclusive) in signed long integer format. This field is a member of oneof_ _range_start.