Google Cloud Security Compliance V1 Client - Class StringList (0.3.0)

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

A list of strings for the parameter value.

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

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values string[]

Required. The strings in the list.

getValues

Required. The strings in the list.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setValues

Required. The strings in the list.

Parameter
Name Description
var string[]
Returns
Type Description
$this