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."],[[["The `Int64RangeMatch` class provides criteria for matching field values within a specified integer range in HTTP route rules."],["Version 3.6.0 is the latest version available for the `Google.Cloud.Compute.V1.Int64RangeMatch`, with versions ranging from 1.0.0 up to 3.6.0 available."],["`Int64RangeMatch` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for .NET."],["The class includes properties `RangeStart` and `RangeEnd` to define the inclusive start and exclusive end of the integer range, respectively."],["The constructor for Int64RangeMatch can be used either with an empty constructor or by providing another Int64RangeMatch object."]]],[]]