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 HttpRouteRuleMatch field values."],["Version 3.6.0 is the latest version of the `Int64RangeMatch` class, with numerous previous versions also documented, ranging down to version 1.0.0."],["The `Int64RangeMatch` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["This class contains properties `RangeStart` and `RangeEnd`, both of type Int64, to specify the inclusive start and exclusive end of an integer range respectively, and also has boolean properties to identify if either has been set."],["`Int64RangeMatch` objects can be instantiated using a default constructor or by copying the attributes from another `Int64RangeMatch` object."]]],[]]