Google Cloud Contact Center Insights V1 Client - Class BulkDeleteConversationsMetadata (1.7.1)

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

The metadata for a bulk delete conversations operation.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

The time the operation was created.

↳ end_time Google\Protobuf\Timestamp

The time the operation finished running.

↳ request Google\Cloud\ContactCenterInsights\V1\BulkDeleteConversationsRequest

The original request for bulk delete.

↳ partial_errors array<Google\Rpc\Status>

Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.

getCreateTime

The time the operation was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time the operation was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The time the operation finished running.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time the operation finished running.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getRequest

The original request for bulk delete.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\BulkDeleteConversationsRequest|null

hasRequest

clearRequest

setRequest

The original request for bulk delete.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\BulkDeleteConversationsRequest
Returns
TypeDescription
$this

getPartialErrors

Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPartialErrors

Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this