Class: Google::Cloud::Asset::V1::OutputConfig

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

Overview

Output configuration for export assets destination.

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_destination::Google::Cloud::Asset::V1::BigQueryDestination

Returns Destination on BigQuery. The output table stores the fields in asset proto as columns in BigQuery.

Returns:



224
225
226
227
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 224

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

#gcs_destination::Google::Cloud::Asset::V1::GcsDestination

Returns Destination on Cloud Storage.

Returns:



224
225
226
227
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 224

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