Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class AllowedValues.
The allowed set of values for the parameter.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.AllowedValues
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
array<ParamValue>
Required. The list of allowed values for the parameter. |
getValues
Required. The list of allowed values for the parameter.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setValues
Required. The list of allowed values for the parameter.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ParamValue>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|