Class: Google::Apis::CloudassetV1beta1::OutputConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1beta1::OutputConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudasset_v1beta1/classes.rb,
lib/google/apis/cloudasset_v1beta1/representations.rb,
lib/google/apis/cloudasset_v1beta1/representations.rb
Overview
Output configuration for export assets destination.
Instance Attribute Summary collapse
-
#gcs_destination ⇒ Google::Apis::CloudassetV1beta1::GcsDestination
A Cloud Storage location.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OutputConfig
constructor
A new instance of OutputConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OutputConfig
Returns a new instance of OutputConfig.
2131 2132 2133 |
# File 'lib/google/apis/cloudasset_v1beta1/classes.rb', line 2131 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_destination ⇒ Google::Apis::CloudassetV1beta1::GcsDestination
A Cloud Storage location.
Corresponds to the JSON property gcsDestination
2129 2130 2131 |
# File 'lib/google/apis/cloudasset_v1beta1/classes.rb', line 2129 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2136 2137 2138 |
# File 'lib/google/apis/cloudasset_v1beta1/classes.rb', line 2136 def update!(**args) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |