Class GcsImportConfig (0.9.0)

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

Google Cloud Storage configuration for the import.

Attributes

Name Description
contents_uri str
Required. URI prefix of the Cloud Storage DataObjects to import.
error_uri str
Required. URI prefix of the Cloud Storage location to write any errors encountered during the import.
output_uri str
Optional. URI prefix of the Cloud Storage location to write DataObject IDs and etags of DataObjects that were successfully imported. The service will write the successfully imported DataObjects to sharded files under this prefix. If this field is empty, no output will be written.