Class DeleteFolderTreeMetadata (0.10.0)

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

Contains metadata about the progress of the DeleteFolderTree Long-running operations.

Attributes

Name Description
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation finished running.
target str
Output only. Resource name of the target of the operation. Format: projects/{project}/locations/{location}/folders/{folder} or projects/{project}/locations/{location}/teamFolders/{team_folder}
state google.cloud.dataform_v1.types.DeleteFolderTreeMetadata.State
Output only. The state of the operation.
percent_complete int
Output only. Percent complete of the operation [0, 100].

Classes

State

State(value)

Different states of the DeleteFolderTree operation.