Class ExportErrorsConfig (1.20.0)

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

Configuration of destination for Export related errors.

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

Attribute

NameDescription
gcs_prefix str
Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Export errors will be written to a file in this bucket, one per line, as a JSON-encoded google.rpc.Status message. This field is a member of oneof_ destination.