Google Cloud Tpu V2 Client - Class GetGuestAttributesResponse (2.3.0)

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

Response for GetGuestAttributes.

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

Namespace

Google \ Cloud \ Tpu \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ guest_attributes array<GuestAttributes>

The guest attributes for the TPU workers.

getGuestAttributes

The guest attributes for the TPU workers.

Returns
Type Description
Google\Protobuf\RepeatedField<GuestAttributes>

setGuestAttributes

The guest attributes for the TPU workers.

Parameter
Name Description
var array<GuestAttributes>
Returns
Type Description
$this