Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class DownloadStats.
Statistics for BulkDownloadFeedbackLabels operation.
Generated from protobuf message google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata.DownloadStats
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ BulkDownloadFeedbackLabelsMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ processed_object_count |
int
The number of objects processed during the download operation. |
↳ successful_download_count |
int
The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error. |
↳ total_files_written |
int
Total number of files written to the provided Cloud Storage bucket. |
↳ file_names |
array
Output only. Full name of the files written to Cloud storage. |
getProcessedObjectCount
The number of objects processed during the download operation.
Returns | |
---|---|
Type | Description |
int |
setProcessedObjectCount
The number of objects processed during the download operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSuccessfulDownloadCount
The number of new feedback labels downloaded during this operation.
Different from "processed" because some labels might not be downloaded because an error.
Returns | |
---|---|
Type | Description |
int |
setSuccessfulDownloadCount
The number of new feedback labels downloaded during this operation.
Different from "processed" because some labels might not be downloaded because an error.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTotalFilesWritten
Total number of files written to the provided Cloud Storage bucket.
Returns | |
---|---|
Type | Description |
int |
setTotalFilesWritten
Total number of files written to the provided Cloud Storage bucket.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFileNames
Output only. Full name of the files written to Cloud storage.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFileNames
Output only. Full name of the files written to Cloud storage.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |