Google Cloud Parallelstore V1beta Client - Class TransferCounters (0.3.1)

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

A collection of counters that report the progress of a transfer operation.

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

Namespace

Google \ Cloud \ Parallelstore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ objects_found int|string

Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

↳ bytes_found int|string

Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

↳ objects_skipped int|string

Objects in the data source that are not transferred because they already exist in the data destination.

↳ bytes_skipped int|string

Bytes in the data source that are not transferred because they already exist in the data destination.

↳ objects_copied int|string

Objects that are copied to the data destination.

↳ bytes_copied int|string

Bytes that are copied to the data destination.

getObjectsFound

Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

Returns
Type Description
int|string

setObjectsFound

Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

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

getBytesFound

Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

Returns
Type Description
int|string

setBytesFound

Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

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

getObjectsSkipped

Objects in the data source that are not transferred because they already exist in the data destination.

Returns
Type Description
int|string

setObjectsSkipped

Objects in the data source that are not transferred because they already exist in the data destination.

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

getBytesSkipped

Bytes in the data source that are not transferred because they already exist in the data destination.

Returns
Type Description
int|string

setBytesSkipped

Bytes in the data source that are not transferred because they already exist in the data destination.

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

getObjectsCopied

Objects that are copied to the data destination.

Returns
Type Description
int|string

setObjectsCopied

Objects that are copied to the data destination.

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

getBytesCopied

Bytes that are copied to the data destination.

Returns
Type Description
int|string

setBytesCopied

Bytes that are copied to the data destination.

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