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, part of the Google.Cloud.Compute.V1 namespace, is used to define integer range criteria for HttpRouteRuleMatch in the Compute Engine v1 API."],["This class provides properties `RangeStart` and `RangeEnd` to specify the inclusive start and exclusive end of an integer range, respectively, both of which are of `long` type."],["The `Int64RangeMatch` class has two constructors, a default constructor, and one that takes another `Int64RangeMatch` object for initialization."],["The most recent version of this class available is 3.6.0, but this page also provides links to versions all the way down to 1.0.0, alongside more specific versions in between."],["`Int64RangeMatch` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]