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 Protobuf as columns in BigQuery.

Note: The following fields are mutually exclusive: bigquery_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Asset::V1::BigQueryDestination)

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

    Note: The following fields are mutually exclusive: bigquery_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.



362
363
364
365
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 362

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

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

Returns Destination on Cloud Storage.

Note: The following fields are mutually exclusive: gcs_destination, bigquery_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Asset::V1::GcsDestination)

    Destination on Cloud Storage.

    Note: The following fields are mutually exclusive: gcs_destination, bigquery_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.



362
363
364
365
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 362

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