Class ExportDataOutputInfo

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

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

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

Attribute

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``.

Inheritance

builtins.object > proto.message.Message > ExportDataOutputInfo