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 \ V1Methods
__construct
Constructor.
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.
int|string
setTotalObjectCount
Output only. Number of objects listed.
var
int|string
$this
getSucceededObjectCount
Output only. Number of objects completed.
int|string
setSucceededObjectCount
Output only. Number of objects completed.
var
int|string
$this
getFailedObjectCount
Output only. Number of objects failed.
int|string
setFailedObjectCount
Output only. Number of objects failed.
var
int|string
$this