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-31 UTC."],[[["The `Int64RangeMatch` class in the Google.Cloud.Compute.V1 API defines criteria for matching field values within a specified integer range, used in HTTP route rule matching."],["The class has a latest version available, 3.6.0, but supports various older versions starting from 1.0.0, each with its own documentation page."],["`Int64RangeMatch` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with specific implementation references provided."],["The class exposes `RangeStart` and `RangeEnd` properties, which are `long` type, representing the inclusive start and exclusive end of the integer range, respectively."],["The class has boolean properties, `HasRangeEnd` and `HasRangeStart`, to determine if the fields have been set."]]],[]]