Reference documentation and code samples for the Google Cloud Resource Settings V1 Client class StringSet.
A string set value that can hold a set of strings. The maximum length of each string is 200 characters and there can be a maximum of 50 strings in the string set.
Generated from protobuf message google.cloud.resourcesettings.v1.Value.StringSet
Namespace
Google \ Cloud \ ResourceSettings \ V1 \ ValueMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
array
The strings in the set |
getValues
The strings in the set
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValues
The strings in the set
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |