Google Cloud Contact Center Insights V1 Client - Class BulkUploadFeedbackLabelsMetadata (2.2.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class BulkUploadFeedbackLabelsMetadata.

Metadata for the Bulk Upload Feedback Labels API.

Generated from protobuf message google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsMetadata

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__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 BulkUploadFeedbackLabelsRequest

Output only. The original request for ingest.

↳ partial_errors array<Google\Rpc\Status>

Partial errors during ingest operation that might cause the operation output to be incomplete.

↳ upload_stats BulkUploadFeedbackLabelsMetadata\UploadStats

Output only. Statistics for BulkUploadFeedbackLabels 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 ingest.

Returns
Type Description
BulkUploadFeedbackLabelsRequest|null

hasRequest

clearRequest

setRequest

Output only. The original request for ingest.

Parameter
Name Description
var BulkUploadFeedbackLabelsRequest
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

getUploadStats

Output only. Statistics for BulkUploadFeedbackLabels operation.

Returns
Type Description
BulkUploadFeedbackLabelsMetadata\UploadStats|null

hasUploadStats

clearUploadStats

setUploadStats

Output only. Statistics for BulkUploadFeedbackLabels operation.

Parameter
Name Description
var BulkUploadFeedbackLabelsMetadata\UploadStats
Returns
Type Description
$this