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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ items |
array<GuestAttributesEntry>
The list of guest attributes entries. |
getItems
The list of guest attributes entries.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setItems
The list of guest attributes entries.
Parameter | |
---|---|
Name | Description |
var |
array<GuestAttributesEntry>
|
Returns | |
---|---|
Type | Description |
$this |