Class OutputConfig (3.11.0)

OutputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Output configuration for export assets destination.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
gcs_destination google.cloud.asset_v1.types.GcsDestination
Destination on Cloud Storage. This field is a member of oneof_ destination.
bigquery_destination google.cloud.asset_v1.types.BigQueryDestination
Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery. This field is a member of oneof_ destination.