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 is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class defines criteria for HTTP route rule matches where field values must fall within a specified integer range, serving as a class for working with signed integer range formats."],["The latest version documented is 3.6.0, while many previous versions from 1.0.0 to 3.5.0 are also documented and accessible, in addition to other versioned documentation."],["`Int64RangeMatch` has properties to check if a range's start and end are set, and it also includes properties to define `RangeStart` (inclusive) and `RangeEnd` (exclusive) values, both of which are signed long integers."]]],[]]