Class: Google::Cloud::Asset::V1beta1::OutputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1beta1/asset_service.rb

Overview

Output configuration for export assets destination.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_destination::Google::Cloud::Asset::V1beta1::GcsDestination

Returns Destination on Cloud Storage.

Returns:



120
121
122
123
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 120

class OutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end