Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class OperationMetadata.
The metadata for the long-running operation.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.OperationMetadata
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ end_time
↳ target
string
Output only. The server-defined resource path for the target of the operation.
↳ verb
string
Output only. The name of the verb that was executed by the operation.
↳ status_message
string
Output only. The human-readable status of the operation, if any.
↳ requested_cancellation
bool
Output only. Identifies whether the user has requested that the operation be cancelled. If an operation was cancelled successfully, then the field google.longrunning.Operation.error contains the value google.rpc.Code.CANCELLED .
↳ api_version
string
Output only. The API version that was used to start 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
getTarget
Output only. The server-defined resource path for the target of the operation.
string
setTarget
Output only. The server-defined resource path for the target of the operation.
var
string
$this
getVerb
Output only. The name of the verb that was executed by the operation.
string
setVerb
Output only. The name of the verb that was executed by the operation.
var
string
$this
getStatusMessage
Output only. The human-readable status of the operation, if any.
string
setStatusMessage
Output only. The human-readable status of the operation, if any.
var
string
$this
getRequestedCancellation
Output only. Identifies whether the user has requested that the operation be cancelled. If an operation was cancelled successfully, then the field google.longrunning.Operation.error contains the value google.rpc.Code.CANCELLED .
bool
setRequestedCancellation
Output only. Identifies whether the user has requested that the operation be cancelled. If an operation was cancelled successfully, then the field google.longrunning.Operation.error contains the value google.rpc.Code.CANCELLED .
var
bool
$this
getApiVersion
Output only. The API version that was used to start the operation.
string
setApiVersion
Output only. The API version that was used to start the operation.
var
string
$this

