Google Cloud Security Compliance V1 Client - Class IntRange (0.2.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class IntRange.

The number range for number parameters.

Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.IntRange

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ min int|string

Required. The minimum permitted value for the numeric parameter (inclusive).

↳ max int|string

Required. The maximum permitted value for the numeric parameter (inclusive).

getMin

Required. The minimum permitted value for the numeric parameter (inclusive).

Returns
Type Description
int|string

setMin

Required. The minimum permitted value for the numeric parameter (inclusive).

Parameter
Name Description
var int|string
Returns
Type Description
$this

getMax

Required. The maximum permitted value for the numeric parameter (inclusive).

Returns
Type Description
int|string

setMax

Required. The maximum permitted value for the numeric parameter (inclusive).

Parameter
Name Description
var int|string
Returns
Type Description
$this