Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class TransferCounters.
A collection of counters that report the progress of a transfer operation.
Generated from protobuf message google.cloud.parallelstore.v1.TransferCounters
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
__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. |
↳ objects_failed |
int|string
Objects that are failed to write to the data destination. |
↳ bytes_failed |
int|string
Bytes that are failed to write 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 |
|
getObjectsFailed
Objects that are failed to write to the data destination.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setObjectsFailed
Objects that are failed to write to the data destination.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBytesFailed
Bytes that are failed to write to the data destination.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setBytesFailed
Bytes that are failed to write to the data destination.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|