public sealed class Int64RangeMatch : IMessage<Int64RangeMatch>, IEquatable<Int64RangeMatch>, IDeepCloneable<Int64RangeMatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class Int64RangeMatch.
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-21 UTC."],[[["The latest version of the `Int64RangeMatch` class is 3.6.0, and the documentation also includes past versions all the way down to 1.0.0."],["The `Int64RangeMatch` class, part of the Compute Engine v1 API, is used to define criteria for integer ranges in `HttpRouteRuleMatch`."],["The `Int64RangeMatch` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors to define objects, one empty and the other taking a pre-existing object of the same type, and has two key boolean properties named `HasRangeEnd` and `HasRangeStart`."],["It defines two key properties, `RangeEnd` and `RangeStart`, which, respectively, specify the exclusive end and the inclusive start of an integer range."]]],[]]