Compute V1 Client - Class GuestAttributesValue (1.14.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setItems

Generated from protobuf field repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\GuestAttributesEntry>
Returns
TypeDescription
$this