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.
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.
Generated from protobuf field optional int64 range_end = 322439897;
int|string
hasRangeEnd
clearRangeEnd
setRangeEnd
The end of the range (exclusive) in signed long integer format.
Generated from protobuf field optional int64 range_end = 322439897;
var
int|string
$this
getRangeStart
The start of the range (inclusive) in signed long integer format.
Generated from protobuf field optional int64 range_start = 103333600;
int|string
hasRangeStart
clearRangeStart
setRangeStart
The start of the range (inclusive) in signed long integer format.
Generated from protobuf field optional int64 range_start = 103333600;
var
int|string
$this

