Class ImportErrorsConfig (1.10.0)

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

Configuration of destination for Import 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 prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded ``google.rpc.Status`` message. This field is a member of `oneof`_ ``destination``.

Inheritance

builtins.object > proto.message.Message > ImportErrorsConfig