Reference documentation and code samples for the Google Cloud Tpu V2 Client class ServiceIdentity.
The per-product per-project service identity for Cloud TPU service.
Generated from protobuf message google.cloud.tpu.v2.ServiceIdentity
Namespace
Google \ Cloud \ Tpu \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ email |
string
The email address of the service identity. |
getEmail
The email address of the service identity.
Returns | |
---|---|
Type | Description |
string |
setEmail
The email address of the service identity.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |