Compute V1 Client - Class Int64RangeMatch (1.13.0)

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int|string

hasRangeEnd

clearRangeEnd

setRangeEnd

The end of the range (exclusive) in signed long integer format.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getRangeStart

The start of the range (inclusive) in signed long integer format.

Returns
TypeDescription
int|string

hasRangeStart

clearRangeStart

setRangeStart

The start of the range (inclusive) in signed long integer format.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this