Class GcsDestination (1.8.2)

Stay organized with collections Save and categorize content based on your preferences.
GcsDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Export destination of the data.Only gcs path is allowed in output_uri.

Attributes

NameDescription
output_uri str
Required. The output uri of destination file.
mime_type str
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.