Class: Google::Apis::RunV2::GoogleCloudRunV2UploadSourceResponse
- Inherits:
-
Object
- Object
- Google::Apis::RunV2::GoogleCloudRunV2UploadSourceResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/run_v2/classes.rb,
lib/google/apis/run_v2/representations.rb,
lib/google/apis/run_v2/representations.rb
Overview
The response message for the UploadSource method.
Instance Attribute Summary collapse
-
#cloud_storage_source ⇒ Google::Apis::RunV2::GoogleCloudRunV2CloudStorageSource
Cloud Storage source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRunV2UploadSourceResponse
constructor
A new instance of GoogleCloudRunV2UploadSourceResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRunV2UploadSourceResponse
Returns a new instance of GoogleCloudRunV2UploadSourceResponse.
4132 4133 4134 |
# File 'lib/google/apis/run_v2/classes.rb', line 4132 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_storage_source ⇒ Google::Apis::RunV2::GoogleCloudRunV2CloudStorageSource
Cloud Storage source.
Corresponds to the JSON property cloudStorageSource
4130 4131 4132 |
# File 'lib/google/apis/run_v2/classes.rb', line 4130 def cloud_storage_source @cloud_storage_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4137 4138 4139 |
# File 'lib/google/apis/run_v2/classes.rb', line 4137 def update!(**args) @cloud_storage_source = args[:cloud_storage_source] if args.key?(:cloud_storage_source) end |