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 for `HttpRouteRuleMatch`."],["This class is implemented in the `Google.Cloud.Compute.V1.dll` assembly, within the `Google.Cloud.Compute.V1` namespace, and includes implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The latest version of `Int64RangeMatch` is 3.6.0, and there are multiple other versions available, all the way back to 1.0.0."],["`Int64RangeMatch` objects can be constructed with a default constructor or by cloning another `Int64RangeMatch` object, and they contain properties to manage the range, `RangeStart` and `RangeEnd`, as well as booleans `HasRangeStart` and `HasRangeEnd` to see if they are set."]]],[]]