Class GcsDestination (0.1.0)

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

A Cloud Storage location.

Attributes

Name Description
uri str
Optional. The path to the file in Cloud Storage where the export will be stored. The URI is in the form gs://bucketName/fileName. If the file already exists, the request succeeds, but the operation fails.
bucket str
Required. The bucket name to which the export will be stored.
object_ str
Required. The object name to which the export will be stored.
force bool
Optional. Flag to indicate overwrite in case file already exists.