Class: Google::Apis::CloudassetV1::OutputConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/representations.rb

Overview

Output configuration for export assets destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OutputConfig

Returns a new instance of OutputConfig



524
525
526
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 524

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcs_destinationGoogle::Apis::CloudassetV1::GcsDestination

A Cloud Storage location. Corresponds to the JSON property gcsDestination



522
523
524
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 522

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



529
530
531
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 529

def update!(**args)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end