Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetClientResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Overview

Response for the GetClient rpc

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetClientResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaGetClientResponse.



8234
8235
8236
# File 'lib/google/apis/integrations_v1/classes.rb', line 8234

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#clientGoogle::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaClientConfig

The configuration information for the Client Corresponds to the JSON property client



8232
8233
8234
# File 'lib/google/apis/integrations_v1/classes.rb', line 8232

def client
  @client
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8239
8240
8241
# File 'lib/google/apis/integrations_v1/classes.rb', line 8239

def update!(**args)
  @client = args[:client] if args.key?(:client)
end