Class Folder (0.10.0)

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

Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
name str
Identifier. The Folder's name.
display_name str
Required. The Folder's user-friendly name.
containing_folder str
Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
team_folder_name str
Output only. The resource name of the TeamFolder that this Folder is associated with. This should take the format: projects/{project}/locations/{location}/teamFolders/{teamFolder}. If this is not set, the Folder is not associated with a TeamFolder and is a UserFolder.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of when the Folder was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of when the Folder was last updated.
internal_metadata str
Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string. This field is a member of oneof_ _internal_metadata.
creator_iam_principal str
Output only. The IAM principal identifier of the creator of the Folder. This field is a member of oneof_ _creator_iam_principal.