Google Cloud Parallelstore V1beta Client - Class TransferOperationMetadata (0.2.0)

Reference documentation and code samples for the Google Cloud Parallelstore V1beta Client class TransferOperationMetadata.

Represents the metadata of the long-running operation.

Generated from protobuf message google.cloud.parallelstore.v1beta.TransferOperationMetadata

Namespace

Google \ Cloud \ Parallelstore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

Output only. CCFE supplied fields BEGIN The time the operation was created.

↳ end_time Google\Protobuf\Timestamp

Output only. The time the operation finished running.

↳ counters Google\Cloud\Parallelstore\V1beta\TransferCounters

Information about the progress of the transfer operation.

↳ source string

Required. The origin of the data transfer.

↳ destination string

Required. The destination of the data transfer.

↳ transfer_type int

The type of transfer occurring.

getCreateTime

Output only. CCFE supplied fields BEGIN The time the operation was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. CCFE supplied fields BEGIN 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

getCounters

Information about the progress of the transfer operation.

Returns
Type Description
Google\Cloud\Parallelstore\V1beta\TransferCounters|null

hasCounters

clearCounters

setCounters

Information about the progress of the transfer operation.

Parameter
Name Description
var Google\Cloud\Parallelstore\V1beta\TransferCounters
Returns
Type Description
$this

getSource

Required. The origin of the data transfer.

Returns
Type Description
string

setSource

Required. The origin of the data transfer.

Parameter
Name Description
var string
Returns
Type Description
$this

getDestination

Required. The destination of the data transfer.

Returns
Type Description
string

setDestination

Required. The destination of the data transfer.

Parameter
Name Description
var string
Returns
Type Description
$this

getTransferType

The type of transfer occurring.

Returns
Type Description
int

setTransferType

The type of transfer occurring.

Parameter
Name Description
var int
Returns
Type Description
$this