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 document outlines the `Int64RangeMatch` class, which is used for defining criteria for matching integer ranges in HTTP route rules."],["The `Int64RangeMatch` class is part of the `Google.Cloud.Compute.V1` namespace, and its functionality is provided through the `Google.Cloud.Compute.V1.dll` assembly."],["It has properties for `RangeStart` and `RangeEnd`, which specify the inclusive start and exclusive end of the integer range, respectively, both represented as signed long integers, as well as `HasRangeStart` and `HasRangeEnd`, which indicate if the start and end of the range has been set."],["The `Int64RangeMatch` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, and it also contains links to previous versions of the class."]]],[]]