Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaGetBundleResponse

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

Overview

Response for GetBundle.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetBundleResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaGetBundleResponse.



6489
6490
6491
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6489

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

Instance Attribute Details

#configGoogle::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig

This proto holds the core runner data in the bundle task. It is not expected to be directly edited by the user. Instead, a default value will be provided at the task creation time. Corresponds to the JSON property config



6487
6488
6489
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6487

def config
  @config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6494
6495
6496
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6494

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