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-02 UTC."],[[["This webpage details the `Int64RangeMatch` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions from 1.0.0 to 3.6.0."],["The `Int64RangeMatch` class is designed to define criteria for HTTP route rule matches that must fall within a specified integer range."],["It inherits from the `Object` class and implements several interfaces, including `IMessage\u003cInt64RangeMatch\u003e`, `IEquatable\u003cInt64RangeMatch\u003e`, `IDeepCloneable\u003cInt64RangeMatch\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of the `Int64RangeMatch` class include `HasRangeEnd`, `HasRangeStart`, `RangeEnd` (exclusive end of range), and `RangeStart` (inclusive start of range), all of which are related to an Int64."],["The latest version available for `Int64RangeMatch` is 3.6.0, as found in the provided list of links."]]],[]]