Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaUpdateBundleRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaUpdateBundleRequest
- 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
THIS METHOD WILL BE MOVED TO A SEPARATE SERVICE. Request message for Bundle update
Instance Attribute Summary collapse
-
#config ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig
This proto holds the core runner data in the bundle task.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUpdateBundleRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaUpdateBundleRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUpdateBundleRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaUpdateBundleRequest.
8755 8756 8757 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8755 def initialize(**args) update!(**args) end |
Instance Attribute Details
#config ⇒ Google::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
8753 8754 8755 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8753 def config @config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8760 8761 8762 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8760 def update!(**args) @config = args[:config] if args.key?(:config) end |