Google Cloud Contact Center Insights V1 Client - Class IngestConversationsMetadata (1.8.0)

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

The metadata for an IngestConversations operation.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\ContactCenterInsights\V1\IngestConversationsRequest

Output only. The original request for ingest.

↳ partial_errors array<Google\Rpc\Status>

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

↳ ingest_conversations_stats Google\Cloud\ContactCenterInsights\V1\IngestConversationsMetadata\IngestConversationsStats

Output only. Statistics for IngestConversations operation.

getCreateTime

Output only. The time the operation was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

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

getEndTime

Output only. The time the operation finished running.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The time the operation finished running.

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

getRequest

Output only. The original request for ingest.

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

hasRequest

clearRequest

setRequest

Output only. The original request for ingest.

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

getPartialErrors

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPartialErrors

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

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

getIngestConversationsStats

Output only. Statistics for IngestConversations operation.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\IngestConversationsMetadata\IngestConversationsStats|null

hasIngestConversationsStats

clearIngestConversationsStats

setIngestConversationsStats

Output only. Statistics for IngestConversations operation.

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