Google Cloud Storage Batch Operations V1 Client - Class Counters (0.1.1)

Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class Counters.

Describes details about the progress of the job.

Generated from protobuf message google.cloud.storagebatchoperations.v1.Counters

Namespace

Google \ Cloud \ StorageBatchOperations \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ total_object_count int|string

Output only. Number of objects listed.

↳ succeeded_object_count int|string

Output only. Number of objects completed.

↳ failed_object_count int|string

Output only. Number of objects failed.

getTotalObjectCount

Output only. Number of objects listed.

Returns
Type Description
int|string

setTotalObjectCount

Output only. Number of objects listed.

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

getSucceededObjectCount

Output only. Number of objects completed.

Returns
Type Description
int|string

setSucceededObjectCount

Output only. Number of objects completed.

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

getFailedObjectCount

Output only. Number of objects failed.

Returns
Type Description
int|string

setFailedObjectCount

Output only. Number of objects failed.

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