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

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

Metadata for deploying an issue model.

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

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\DeployIssueModelRequest

The original request for deployment.

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

The original request for deployment.

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

hasRequest

clearRequest

setRequest

The original request for deployment.

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