Class: Google::Apis::CloudassetV1beta1::OutputConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1beta1::OutputConfig
- Defined in:
- generated/google/apis/cloudasset_v1beta1/classes.rb,
generated/google/apis/cloudasset_v1beta1/representations.rb,
generated/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OutputConfig
Returns a new instance of OutputConfig
509 510 511 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 509 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
507 508 509 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 507 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
514 515 516 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 514 def update!(**args) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |