Class GcsSource (1.2.4)

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

Source of the Cloud Storage file to be imported. .. attribute:: input_uri

Required. The input URI of source file. This must be a Cloud Storage path (gs://...).

:type: str

Attribute

NameDescription
mime_type str
Required. The format of the source file. Only "text/csv" is supported.