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-04-02 UTC."],[[["The `Int64RangeMatch` class is part of the Google Cloud Compute Engine v1 API and is used to define criteria for integer ranges in `HttpRouteRuleMatch`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["`Int64RangeMatch` has properties `RangeStart` and `RangeEnd` to define the inclusive start and exclusive end of the integer range, respectively, and these are both of type Int64."],["The `Int64RangeMatch` class offers two constructors, a default constructor and one that takes another `Int64RangeMatch` object as a parameter."],["The latest documented version for this class is 3.6.0, and there is a list of different versions of the class ranging from version 1.0.0 up to 3.6.0."]]],[]]