Class OutputConfig (1.20.0)

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

The output configuration setting.

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.retail_v2alpha.types.OutputConfig.GcsDestination
The Google Cloud Storage location where the output is to be written to. This field is a member of oneof_ destination.
bigquery_destination google.cloud.retail_v2alpha.types.OutputConfig.BigQueryDestination
The BigQuery location where the output is to be written to. This field is a member of oneof_ destination.

Classes

BigQueryDestination

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

The BigQuery output destination configuration.

GcsDestination

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

The Google Cloud Storage output destination configuration.