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-09 UTC."],[[["This document provides reference documentation for the `Int64RangeMatch` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The `Int64RangeMatch` class defines criteria for matching field values within a specified integer range in `HttpRouteRuleMatch`."],["The latest version available for the `Int64RangeMatch` class is 3.6.0, while the current page's context is referencing version 3.1.0, with older versions also available."],["`Int64RangeMatch` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has properties `RangeStart` and `RangeEnd`, both of type `long`, which define the inclusive start and exclusive end of the integer range, respectively, along with boolean properties to get whether these ranges are set."]]],[]]