- 3.23.0 (latest)
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class Int64RangeMatch : IMessage<Int64RangeMatch>, IEquatable<Int64RangeMatch>, IDeepCloneable<Int64RangeMatch>, IBufferMessage, IMessageReference 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 |
|