Class: Google::Cloud::Asset::V1::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::OutputConfig
- 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
-
#bigquery_destination ⇒ ::Google::Cloud::Asset::V1::BigQueryDestination
Destination on BigQuery.
-
#gcs_destination ⇒ ::Google::Cloud::Asset::V1::GcsDestination
Destination on Cloud Storage.
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.
355 356 357 358 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 355 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_destination ⇒ ::Google::Cloud::Asset::V1::GcsDestination
Returns Destination on Cloud Storage.
355 356 357 358 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 355 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |