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."],[[["This document provides reference information for the `Int64RangeMatch` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The `Int64RangeMatch` class, designed for HTTP route rule matching, allows for defining criteria based on integer ranges within the Compute Engine API."],["Version 3.6.0 is the latest release for this API, and the document includes references to a history of releases ranging from 1.0.0 to 3.6.0."],["The `Int64RangeMatch` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Int64RangeMatch` class has properties for `RangeStart` and `RangeEnd`, both of which are of type long, to determine the signed integer range, and also has boolean properties `HasRangeEnd` and `HasRangeStart` to check whether these values are set."]]],[]]