Reference documentation and code samples for the Google Cloud Dataform V1 Client class DeleteFolderTreeMetadata.
Contains metadata about the progress of the DeleteFolderTree Long-running operations.
Generated from protobuf message google.cloud.dataform.v1.DeleteFolderTreeMetadata
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ end_time
↳ target
string
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
int
Output only. The state of the operation.
↳ percent_complete
int
Output only. Percent complete of the operation [0, 100].
getCreateTime
Output only. The time the operation was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
$this
getEndTime
Output only. The time the operation finished running.
hasEndTime
clearEndTime
setEndTime
Output only. The time the operation finished running.
$this
getTarget
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}
string
setTarget
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}
var
string
$this
getState
Output only. The state of the operation.
setState
Output only. The state of the operation.
$this
getPercentComplete
Output only. Percent complete of the operation [0, 100].
int
setPercentComplete
Output only. Percent complete of the operation [0, 100].
var
int
$this

