Class Folder (0.1.2)

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

A folder.

Attributes

NameDescription
name str
Identifier. The name of this folder. Format: projects/{project}/buckets/{bucket}/folders/{folder}
metageneration int
Output only. The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of the folder.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The modification time of the folder.
pending_rename_info google.cloud.storage_control_v2.types.PendingRenameInfo
Output only. Only present if the folder is part of an ongoing RenameFolder operation. Contains information which can be used to query the operation status. The presence of this field also indicates all write operations are blocked for this folder, including folder, managed folder, and object operations.