Reference documentation and code samples for the Google Cloud Api Hub V1 Client class MultiSelectValues.
The config variable value of data type multi select.
Generated from protobuf message google.cloud.apihub.v1.ConfigVariable.MultiSelectValues
Namespace
Google \ Cloud \ ApiHub \ V1 \ ConfigVariableMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
array<Google\Cloud\ApiHub\V1\ConfigValueOption>
Optional. The config variable value of data type multi select. |
getValues
Optional. The config variable value of data type multi select.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValues
Optional. The config variable value of data type multi select.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ApiHub\V1\ConfigValueOption>
|
Returns | |
---|---|
Type | Description |
$this |