Class GcsFileSpec (3.9.2)

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

Specification of a single file in Cloud Storage.

Attributes

NameDescription
file_path str
Required. Full file path. Example: ``gs://bucket_name/a/b.txt``.
gcs_timestamps google.cloud.datacatalog_v1.types.SystemTimestamps
Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.
size_bytes int
Output only. File size in bytes.

Inheritance

builtins.object > proto.message.Message > GcsFileSpec