Reference documentation and code samples for the Google Cloud Document Ai V1 Client class CommonOperationMetadata.
The common metadata for long running operations.
Generated from protobuf message google.cloud.documentai.v1.CommonOperationMetadata
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
The state of the operation.
↳ state_message
string
A message providing more details about the current state of processing.
↳ resource
string
A related resource to this operation.
↳ create_time
↳ update_time
getState
The state of the operation.
int
setState
The state of the operation.
var
int
$this
getStateMessage
A message providing more details about the current state of processing.
string
setStateMessage
A message providing more details about the current state of processing.
var
string
$this
getResource
A related resource to this operation.
string
setResource
A related resource to this operation.
var
string
$this
getCreateTime
The creation time of the operation.
hasCreateTime
clearCreateTime
setCreateTime
The creation time of the operation.
$this
getUpdateTime
The last update time of the operation.
hasUpdateTime
clearUpdateTime
setUpdateTime
The last update time of the operation.
$this