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-03-31 UTC."],[[["The `Int64RangeMatch` class defines criteria for matching field values within a specified integer range in `HttpRouteRuleMatch`."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version of this class is version 3.6.0, however, multiple versions are available for the user to view ranging back to version 1.0.0."],["It implements several interfaces, including `IMessage\u003cInt64RangeMatch\u003e`, `IEquatable\u003cInt64RangeMatch\u003e`, `IDeepCloneable\u003cInt64RangeMatch\u003e`, and `IBufferMessage`."],["The `Int64RangeMatch` class has properties `RangeStart` and `RangeEnd`, representing the inclusive start and exclusive end of the integer range respectively."]]],[]]