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."],[[["The `Int64RangeMatch` class, part of the Google.Cloud.Compute.V1 API, is used to define integer range criteria for HTTP route rule matching."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the object class."],["The latest version available for the class is 3.6.0, but multiple prior versions, ranging from 1.0.0 to 3.5.0 are also accessible, with the specific page referencing version 3.3.0."],["`Int64RangeMatch` objects can be created using either a parameter-less constructor or one that takes another `Int64RangeMatch` object."],["The class contains the properties `RangeStart` and `RangeEnd` to specify the inclusive start and exclusive end values of an integer range, and two boolean properties, `HasRangeStart`, and `HasRangeEnd`, to indicate if the fields are set."]]],[]]