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