class Google::Apis::TpuV2alpha1::ServiceIdentity
The per-product per-project service identity for Cloud TPU service.
Attributes
email[RW]
The email address of the service identity. Corresponds to the JSON property ‘email` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 882 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 887 def update!(**args) @email = args[:email] if args.key?(:email) end