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 page provides documentation for the `Int64RangeMatch` class within the `Google.Cloud.Compute.V1` namespace, used for defining HTTP route rule match criteria based on integer ranges."],["The latest version documented is 3.6.0, and the page includes links to documentation for versions dating back to 1.0.0."],["`Int64RangeMatch` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Int64RangeMatch` class has two constructors and four main properties: `HasRangeEnd`, `HasRangeStart`, `RangeEnd`, and `RangeStart`, which define the inclusive start and exclusive end of a range, as well as the properties for checking if they are set."],["The criteria for the field values must stay within a range specified in long integer format."]]],[]]