Reference documentation and code samples for the Google Cloud Optimization V1 Client class AsyncModelMetadata.
The long running operation metadata for async model related methods.
Generated from protobuf message google.cloud.optimization.v1.AsyncModelMetadata
Namespace
Google \ Cloud \ Optimization \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
The state of the current operation.
↳ state_message
string
A message providing more details about the current state of the operation. For example, the error message if the operation is failed.
↳ create_time
↳ update_time
getState
The state of the current operation.
int
setState
The state of the current operation.
var
int
$this
getStateMessage
A message providing more details about the current state of the operation.
For example, the error message if the operation is failed.
string
setStateMessage
A message providing more details about the current state of the operation.
For example, the error message if the operation is failed.
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