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, part of the Google.Cloud.Compute.V1 API, is used to define criteria for matching field values within a specified integer range, specifically for `HttpRouteRuleMatch`."],["Version 3.6.0 is the latest release of the Google.Cloud.Compute.V1 API, with versions ranging from 1.0.0 to 3.6.0 being listed within the content provided."],["The `Int64RangeMatch` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["The `Int64RangeMatch` class has two main properties: `RangeStart`, representing the inclusive start of the range, and `RangeEnd`, representing the exclusive end of the range, both of which are `Int64` types."],["The `HasRangeEnd` and `HasRangeStart` properties allow users to check if these specific fields have been set."]]],[]]