Reference documentation and code samples for the Google Cloud Redis V1 Client class OperationMetadata.
Represents the v1 metadata of the long-running operation.
Generated from protobuf message google.cloud.redis.v1.OperationMetadata
Namespace
Google \ Cloud \ Redis \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ end_time
↳ target
string
Operation target.
↳ verb
string
Operation verb.
↳ status_detail
string
Operation status details.
↳ cancel_requested
bool
Specifies if cancellation was requested for the operation.
↳ api_version
string
API version.
getCreateTime
Creation timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Creation timestamp.
$this
getEndTime
End timestamp.
hasEndTime
clearEndTime
setEndTime
End timestamp.
$this
getTarget
Operation target.
string
setTarget
Operation target.
var
string
$this
getVerb
Operation verb.
string
setVerb
Operation verb.
var
string
$this
getStatusDetail
Operation status details.
string
setStatusDetail
Operation status details.
var
string
$this
getCancelRequested
Specifies if cancellation was requested for the operation.
bool
setCancelRequested
Specifies if cancellation was requested for the operation.
var
bool
$this
getApiVersion
API version.
string
setApiVersion
API version.
var
string
$this