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.
Implements
IMessage<Int64RangeMatch>, IEquatable<Int64RangeMatch>, IDeepCloneable<Int64RangeMatch>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Int64RangeMatch()
public Int64RangeMatch()
Int64RangeMatch(Int64RangeMatch)
public Int64RangeMatch(Int64RangeMatch other)
Parameter | |
---|---|
Name | Description |
other | Int64RangeMatch |
Properties
HasRangeEnd
public bool HasRangeEnd { get; }
Gets whether the "range_end" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasRangeStart
public bool HasRangeStart { get; }
Gets whether the "range_start" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
RangeEnd
public long RangeEnd { get; set; }
The end of the range (exclusive) in signed long integer format.
Property Value | |
---|---|
Type | Description |
Int64 |
RangeStart
public long RangeStart { get; set; }
The start of the range (inclusive) in signed long integer format.
Property Value | |
---|---|
Type | Description |
Int64 |