Class Int64RangeMatch (1.0.0)

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.