Compute V1 Client - Class Int64RangeMatch (1.24.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
dataarray

Optional. Data for populating the Message object.

↳ range_endint|string

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

↳ range_startint|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
varint|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
varint|string
Returns
TypeDescription
$this