Google Cloud Tpu V2 Client - Class GuestAttributesEntry (1.3.2)

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

A guest attributes namespace/key/value entry.

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

Namespace

Google \ Cloud \ Tpu \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ namespace string

Namespace for the guest attribute entry.

↳ key string

Key for the guest attribute entry.

↳ value string

Value for the guest attribute entry.

getNamespace

Namespace for the guest attribute entry.

Returns
TypeDescription
string

setNamespace

Namespace for the guest attribute entry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getKey

Key for the guest attribute entry.

Returns
TypeDescription
string

setKey

Key for the guest attribute entry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValue

Value for the guest attribute entry.

Returns
TypeDescription
string

setValue

Value for the guest attribute entry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this