Reference documentation and code samples for the Compute V1 Client class Int64RangeMatch.
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
Generated from protobuf message google.cloud.compute.v1.Int64RangeMatch
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ range_end |
int|string
The end of the range (exclusive) in signed long integer format. |
↳ range_start |
int|string
The start of the range (inclusive) in signed long integer format. |
getRangeEnd
The end of the range (exclusive) in signed long integer format.
Returns | |
---|---|
Type | Description |
int|string |
hasRangeEnd
clearRangeEnd
setRangeEnd
The end of the range (exclusive) in signed long integer format.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getRangeStart
The start of the range (inclusive) in signed long integer format.
Returns | |
---|---|
Type | Description |
int|string |
hasRangeStart
clearRangeStart
setRangeStart
The start of the range (inclusive) in signed long integer format.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |