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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ create_time | Google\Protobuf\TimestampThe time the operation was created. | 
| ↳ end_time | Google\Protobuf\TimestampThe time the operation finished running. | 
| ↳ request | BulkDeleteConversationsRequestThe 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 | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasCreateTime
clearCreateTime
setCreateTime
The time the operation was created.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getEndTime
The time the operation finished running.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Timestamp|null | |
hasEndTime
clearEndTime
setEndTime
The time the operation finished running.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getRequest
The original request for bulk delete.
| Returns | |
|---|---|
| Type | Description | 
| BulkDeleteConversationsRequest|null | |
hasRequest
clearRequest
setRequest
The original request for bulk delete.
| Parameter | |
|---|---|
| Name | Description | 
| var | BulkDeleteConversationsRequest | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getPartialErrors
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setPartialErrors
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Rpc\Status> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |