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. The number of objects that failed due to user errors or service errors.
↳ total_bytes_found
int|string
Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
↳ object_custom_contexts_created
int|string
Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
↳ object_custom_contexts_deleted
int|string
Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
↳ object_custom_contexts_updated
int|string
Output only. Number of object custom contexts updated. This counter tracks custom contexts where the key already existed, but the payload was modified. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
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. The number of objects that failed due to user errors or service errors.
int|string
setFailedObjectCount
Output only. The number of objects that failed due to user errors or service errors.
var
int|string
$this
getTotalBytesFound
Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
int|string
hasTotalBytesFound
clearTotalBytesFound
setTotalBytesFound
Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
var
int|string
$this
getObjectCustomContextsCreated
Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
int|string
hasObjectCustomContextsCreated
clearObjectCustomContextsCreated
setObjectCustomContextsCreated
Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
var
int|string
$this
getObjectCustomContextsDeleted
Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
int|string
hasObjectCustomContextsDeleted
clearObjectCustomContextsDeleted
setObjectCustomContextsDeleted
Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
var
int|string
$this
getObjectCustomContextsUpdated
Output only. Number of object custom contexts updated. This counter tracks custom contexts where the key already existed, but the payload was modified. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
int|string
hasObjectCustomContextsUpdated
clearObjectCustomContextsUpdated
setObjectCustomContextsUpdated
Output only. Number of object custom contexts updated. This counter tracks custom contexts where the key already existed, but the payload was modified. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
var
int|string
$this

