Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class OperationMetadata.
Represents the metadata of the long-running operation.
Generated from protobuf message google.cloud.storagebatchoperations.v1.OperationMetadata
Namespace
Google \ Cloud \ StorageBatchOperations \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ operation
string
Output only. The unique operation resource name. Format: projects/{project}/locations/global/operations/{operation}.
↳ create_time
↳ end_time
↳ requested_cancellation
bool
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error
value with a google.rpc.Status.code
of 1, corresponding to <xref uid="\Google\Rpc\Code::CANCELLED">Code.CANCELLED</xref>
.
↳ api_version
string
Output only. API version used to start the operation.
↳ job
getOperation
Output only. The unique operation resource name.
Format: projects/{project}/locations/global/operations/{operation}.
string
setOperation
Output only. The unique operation resource name.
Format: projects/{project}/locations/global/operations/{operation}.
var
string
$this
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
getRequestedCancellation
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have been cancelled successfully
have google.longrunning.Operation.error
value with a google.rpc.Status.code
of 1,
corresponding to <xref uid="\Google\Rpc\Code::CANCELLED">Code.CANCELLED</xref>
.
bool
setRequestedCancellation
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have been cancelled successfully
have google.longrunning.Operation.error
value with a google.rpc.Status.code
of 1,
corresponding to <xref uid="\Google\Rpc\Code::CANCELLED">Code.CANCELLED</xref>
.
var
bool
$this
getApiVersion
Output only. API version used to start the operation.
string
setApiVersion
Output only. API version used to start the operation.
var
string
$this
getJob
Output only. The Job associated with the operation.
hasJob
clearJob
setJob
Output only. The Job associated with the operation.
$this