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."],[[["Version 3.6.0 is the latest release for the Google.Cloud.Compute.V1 API, with numerous prior versions listed from 3.5.0 down to 1.0.0, providing historical context."],["The `Int64RangeMatch` class, part of the Compute Engine v1 API, is designed to define criteria for HTTP route rule field values within a specified integer range."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["`Int64RangeMatch` objects can be constructed either as a new instance using `Int64RangeMatch()` or as a copy of another `Int64RangeMatch` object using `Int64RangeMatch(Int64RangeMatch other)`."],["Key properties of `Int64RangeMatch` include `HasRangeEnd`, `HasRangeStart` (both booleans indicating if range is set), `RangeEnd` (exclusive end of range), and `RangeStart` (inclusive start of range), all of which deal with integer ranges."]]],[]]