Class: Google::Apis::CloudbuildV2::EmptyDirVolumeSource
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV2::EmptyDirVolumeSource
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbuild_v2/classes.rb,
lib/google/apis/cloudbuild_v2/representations.rb,
lib/google/apis/cloudbuild_v2/representations.rb
Overview
Represents an empty Volume source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EmptyDirVolumeSource
constructor
A new instance of EmptyDirVolumeSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EmptyDirVolumeSource
Returns a new instance of EmptyDirVolumeSource.
457 458 459 |
# File 'lib/google/apis/cloudbuild_v2/classes.rb', line 457 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
462 463 |
# File 'lib/google/apis/cloudbuild_v2/classes.rb', line 462 def update!(**args) end |