Reference documentation and code samples for the Google Cloud Dataform V1 Client class MoveFolderMetadata.
Contains metadata about the progress of the MoveFolder Long-running operations.
Generated from protobuf message google.cloud.dataform.v1.MoveFolderMetadata
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ end_time
↳ target
string
Output only. Server-defined resource path for the target of the operation.
↳ state
int
The state of the move.
↳ percent_complete
int
Percent complete of the move [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. Server-defined resource path for the target of the operation.
string
setTarget
Output only. Server-defined resource path for the target of the operation.
var
string
$this
getState
The state of the move.
setState
The state of the move.
$this
getPercentComplete
Percent complete of the move [0, 100].
int
setPercentComplete
Percent complete of the move [0, 100].
var
int
$this

