Reference documentation and code samples for the Compute V1 Client class GuestAttributesValue.
Array of guest attribute namespace/key/value tuples.
Generated from protobuf message google.cloud.compute.v1.GuestAttributesValue
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ items |
array<Google\Cloud\Compute\V1\GuestAttributesEntry>
|
getItems
Generated from protobuf field repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setItems
Generated from protobuf field repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Compute\V1\GuestAttributesEntry>
|
Returns | |
---|---|
Type | Description |
$this |