Class CloudStoragePath (3.2.4)

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

Message representing a single file or path in Cloud Storage. .. attribute:: path

A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt

:type: str