Class ExportDataOutputInfo (2.7.2)

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

Further describes this export data's output. Supplements OutputConfig.

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_output_directory str
The full path of the Google Cloud Storage directory created, into which the exported data is written. This field is a member of `oneof`_ ``output_location``.
bigquery_output_dataset str
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the exported data is written. This field is a member of `oneof`_ ``output_location``.

Inheritance

builtins.object > proto.message.Message > ExportDataOutputInfo