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 \ V2Methods
__construct
Constructor.
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.
string
setNamespace
Namespace for the guest attribute entry.
var
string
$this
getKey
Key for the guest attribute entry.
string
setKey
Key for the guest attribute entry.
var
string
$this
getValue
Value for the guest attribute entry.
string
setValue
Value for the guest attribute entry.
var
string
$this