class Google::Apis::TpuV2alpha1::GenerateServiceIdentityResponse

Response for GenerateServiceIdentity.

Attributes

identity[RW]

The per-product per-project service identity for Cloud TPU service. Corresponds to the JSON property ‘identity` @return [Google::Apis::TpuV2alpha1::ServiceIdentity]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 134
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 139
def update!(**args)
  @identity = args[:identity] if args.key?(:identity)
end