Google Cloud Bare Metal Solution V2 Client - Class OperationMetadata (0.2.8)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class OperationMetadata.

Represents the metadata from a long-running operation.

Generated from protobuf message google.cloud.baremetalsolution.v2.OperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

The time the operation was created.

↳ end_time Google\Protobuf\Timestamp

The time the operation finished running.

↳ target string

Server-defined resource path for the target of the operation.

↳ verb string

Name of the action executed by the operation.

↳ status_message string

Human-readable status of the operation, if any.

↳ requested_cancellation bool

Identifies whether the user requested the cancellation of the operation. Operations that have been successfully cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

↳ api_version string

API version used with the operation.

getCreateTime

The time the operation was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time the operation was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The time the operation finished running.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time the operation finished running.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getTarget

Server-defined resource path for the target of the operation.

Returns
TypeDescription
string

setTarget

Server-defined resource path for the target of the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVerb

Name of the action executed by the operation.

Returns
TypeDescription
string

setVerb

Name of the action executed by the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStatusMessage

Human-readable status of the operation, if any.

Returns
TypeDescription
string

setStatusMessage

Human-readable status of the operation, if any.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequestedCancellation

Identifies whether the user requested the cancellation of the operation. Operations that have been successfully cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

Returns
TypeDescription
bool

setRequestedCancellation

Identifies whether the user requested the cancellation of the operation. Operations that have been successfully cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getApiVersion

API version used with the operation.

Returns
TypeDescription
string

setApiVersion

API version used with the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this