Class Int64RangeMatch

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

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

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``.

Inheritance

builtins.object > proto.message.Message > Int64RangeMatch