Google Cloud Dataform V1beta1 Client - Class DeleteRepositoryLongRunningMetadata (0.12.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class DeleteRepositoryLongRunningMetadata.

Represents metadata about the progress of the DeleteRepository long-running operation.

Generated from protobuf message google.cloud.dataform.v1beta1.DeleteRepositoryLongRunningMetadata

Namespace

Google \ Cloud \ Dataform \ V1beta1

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. Server-defined resource path for the target of the operation. Format: projects/{project}/locations/{location}/repositories/{repository}

↳ state int

Output only. The state of the operation.

↳ percent_complete int

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

↳ child_resources_count int|string

Output only. The total number of child resources (Compilation Results, Workflow Executions) that will be deleted.

↳ remaining_child_resources_count int|string

Output only. The remaining number of child resources to be deleted.

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. Server-defined resource path for the target of the operation.

Format: projects/{project}/locations/{location}/repositories/{repository}

Returns
Type Description
string

setTarget

Output only. Server-defined resource path for the target of the operation.

Format: projects/{project}/locations/{location}/repositories/{repository}

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

getChildResourcesCount

Output only. The total number of child resources (Compilation Results, Workflow Executions) that will be deleted.

Returns
Type Description
int|string

setChildResourcesCount

Output only. The total number of child resources (Compilation Results, Workflow Executions) that will be deleted.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getRemainingChildResourcesCount

Output only. The remaining number of child resources to be deleted.

Returns
Type Description
int|string

setRemainingChildResourcesCount

Output only. The remaining number of child resources to be deleted.

Parameter
Name Description
var int|string
Returns
Type Description
$this