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.



6933
6934
6935
# File 'lib/google/apis/integrations_v1/classes.rb', line 6933

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



6931
6932
6933
# File 'lib/google/apis/integrations_v1/classes.rb', line 6931

def client
  @client
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6938
6939
6940
# File 'lib/google/apis/integrations_v1/classes.rb', line 6938

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