Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class IntRange.
Number range for number parameters.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.IntRange
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ min |
int|string
Required. Minimum allowed value for the numeric parameter (inclusive). |
↳ max |
int|string
Required. Maximum allowed value for the numeric parameter (inclusive). |
getMin
Required. Minimum allowed value for the numeric parameter (inclusive).
Returns | |
---|---|
Type | Description |
int|string |
setMin
Required. Minimum allowed value for the numeric parameter (inclusive).
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getMax
Required. Maximum allowed value for the numeric parameter (inclusive).
Returns | |
---|---|
Type | Description |
int|string |
setMax
Required. Maximum allowed value for the numeric parameter (inclusive).
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |