Class GcsSource (1.5.1)

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

Source of the Cloud Storage file to be imported.

Attributes

NameDescription
input_uri str
Required. The input URI of source file. This must be a Cloud Storage path (``gs://...``).
mime_type str
Required. The format of the source file. Only "text/csv" is supported.

Inheritance

builtins.object > proto.message.Message > GcsSource