Google Cloud Tpu V2 Client - Class GuestAttributesValue (1.1.1)

Reference documentation and code samples for the Google Cloud Tpu V2 Client class GuestAttributesValue.

Array of guest attribute namespace/key/value tuples.

Generated from protobuf message google.cloud.tpu.v2.GuestAttributesValue

Namespace

Google \ Cloud \ Tpu \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ items array<Google\Cloud\Tpu\V2\GuestAttributesEntry>

The list of guest attributes entries.

getItems

The list of guest attributes entries.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setItems

The list of guest attributes entries.

Parameter
NameDescription
var array<Google\Cloud\Tpu\V2\GuestAttributesEntry>
Returns
TypeDescription
$this