Google Cloud Dataform V1 Client - Class DeleteFolderTreeMetadata (0.11.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

Output only. The time the operation was created.

↳ end_time Google\Protobuf\Timestamp

Output only. The time the operation finished running.

↳ 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.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

Output only. The time the operation finished running.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The time the operation finished running.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$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}

Returns
Type Description
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}

Parameter
Name Description
var string
Returns
Type Description
$this

getState

Output only. The state of the operation.

Returns
Type Description
int Enum of type State.

setState

Output only. The state of the operation.

Parameter
Name Description
var int

Enum of type State.

Returns
Type Description
$this

getPercentComplete

Output only. Percent complete of the operation [0, 100].

Returns
Type Description
int

setPercentComplete

Output only. Percent complete of the operation [0, 100].

Parameter
Name Description
var int
Returns
Type Description
$this