Class GcsDestination (2.2.2)

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

A Cloud Storage location.

Attribute

NameDescription
uri str
Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Quickstart: Using the gsutil tool] (https://cloud.google.com/storage/docs/quickstart-gsutil) for examples.