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 |
|
---|---|
Name | Description |
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 .
|