Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class BulkDownloadFeedbackLabelsMetadata.
Metadata for the BulkDownloadFeedbackLabel endpoint.
Generated from protobuf message google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time the operation was created. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. The time the operation finished running. |
↳ request |
BulkDownloadFeedbackLabelsRequest
Output only. The original request for download. |
↳ partial_errors |
array<Google\Rpc\Status>
Partial errors during ingest operation that might cause the operation output to be incomplete. |
↳ download_stats |
BulkDownloadFeedbackLabelsMetadata\DownloadStats
Output only. Statistics for BulkDownloadFeedbackLabels operation. |
getCreateTime
Output only. The time the operation was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. The time the operation finished running.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. The time the operation finished running.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getRequest
Output only. The original request for download.
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsRequest|null |
hasRequest
clearRequest
setRequest
Output only. The original request for download.
Parameter | |
---|---|
Name | Description |
var |
BulkDownloadFeedbackLabelsRequest
|
Returns | |
---|---|
Type | Description |
$this |
getPartialErrors
Partial errors during ingest operation that might cause the operation output to be incomplete.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPartialErrors
Partial errors during ingest operation that might cause the operation output to be incomplete.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Rpc\Status>
|
Returns | |
---|---|
Type | Description |
$this |
getDownloadStats
Output only. Statistics for BulkDownloadFeedbackLabels operation.
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata\DownloadStats|null |
hasDownloadStats
clearDownloadStats
setDownloadStats
Output only. Statistics for BulkDownloadFeedbackLabels operation.
Parameter | |
---|---|
Name | Description |
var |
BulkDownloadFeedbackLabelsMetadata\DownloadStats
|
Returns | |
---|---|
Type | Description |
$this |