Reference documentation and code samples for the Google Cloud Ces V1 Client class OmnichannelOperationMetadata.
Represents the metadata of the long-running operation.
Generated from protobuf message google.cloud.ces.v1.OmnichannelOperationMetadata
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ end_time
↳ status_message
string
Output only. Human-readable status of the operation, if any.
↳ requested_cancellation
bool
Output only. Identifies whether the user has requested cancellation of the operation.
getCreateTime
Output only. The time the operation was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
$this
getEndTime
Output only. The time the operation finished running.
hasEndTime
clearEndTime
setEndTime
Output only. The time the operation finished running.
$this
getStatusMessage
Output only. Human-readable status of the operation, if any.
string
setStatusMessage
Output only. Human-readable status of the operation, if any.
var
string
$this
getRequestedCancellation
Output only. Identifies whether the user has requested cancellation of the operation.
bool
setRequestedCancellation
Output only. Identifies whether the user has requested cancellation of the operation.
var
bool
$this

