Google Cloud Dataform V1beta1 Client - Class MoveRepositoryMetadata (0.10.0)

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

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

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

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.

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

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.

Returns
Type Description
string

setTarget

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

Parameter
Name Description
var string
Returns
Type Description
$this

getState

The state of the move.

Returns
Type Description
int Enum of type State.

setState

The state of the move.

Parameter
Name Description
var int

Enum of type State.

Returns
Type Description
$this

getPercentComplete

Percent complete of the move [0, 100].

Returns
Type Description
int

setPercentComplete

Percent complete of the move [0, 100].

Parameter
Name Description
var int
Returns
Type Description
$this