Reference documentation and code samples for the Google Cloud Network Management V1 Client class OperationMetadata.
Metadata describing an Operation
Generated from protobuf message google.cloud.networkmanagement.v1.OperationMetadata
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ end_time
↳ target
string
Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1
↳ verb
string
Name of the verb executed by the operation.
↳ status_detail
string
Human-readable status of the operation, if any.
↳ cancel_requested
bool
Specifies if cancellation was requested for the operation.
↳ api_version
string
API version.
getCreateTime
The time the operation was created.
hasCreateTime
clearCreateTime
setCreateTime
The time the operation was created.
$this
getEndTime
The time the operation finished running.
hasEndTime
clearEndTime
setEndTime
The time the operation finished running.
$this
getTarget
Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1
string
setTarget
Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1
var
string
$this
getVerb
Name of the verb executed by the operation.
string
setVerb
Name of the verb executed by the operation.
var
string
$this
getStatusDetail
Human-readable status of the operation, if any.
string
setStatusDetail
Human-readable status of the operation, if any.
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