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 HTTP route rule matching within the Compute Engine v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in Google Cloud's .NET library and its capabilities for message handling and cloning."],["`Int64RangeMatch` objects are constructed using a default constructor or by providing another `Int64RangeMatch` object, for a copy constructor."],["The class has the properties `RangeEnd` and `RangeStart`, both of `long` type, representing the exclusive end and inclusive start of the integer range, and the properties `HasRangeEnd` and `HasRangeStart`, booleans used to determine whether they are set."],["This page lists different versions of the `Int64RangeMatch` documentation, with version 3.6.0 being the latest and version 1.0.0 being the oldest, while the current active version on the page is 3.4.0."]]],[]]