public sealed class Int64RangeMatch : IMessage<Int64RangeMatch>, IEquatable<Int64RangeMatch>, IDeepCloneable<Int64RangeMatch>, IBufferMessage, IMessage
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `Int64RangeMatch` class within the `Google.Cloud.Compute.V1` namespace, used to define criteria for HTTP route rule field values that fall within a specified integer range."],["The latest version of `Int64RangeMatch` is 3.6.0, but it has version history that goes all the way back to 1.0.0, with many minor versions in between."],["`Int64RangeMatch` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes two constructors: a default `Int64RangeMatch()` and one that accepts another `Int64RangeMatch` instance, `Int64RangeMatch(Int64RangeMatch other)`."],["Key properties include `RangeEnd` and `RangeStart`, which define the exclusive end and inclusive start of the integer range, respectively, along with properties `HasRangeEnd` and `HasRangeStart` that indicate if those respective fields have been set."]]],[]]