Output only. The time the operation finished running.
↳ target
string
Output only. Server-defined resource path for the target of the operation.
↳ verb
string
Output only. Name of the verb executed by the operation.
↳ status_message
string
Output only. Human-readable status of the operation, if any.
↳ requested_cancellation
bool
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully haveOperation.errorvalue with agoogle.rpc.Status.codeof 1, corresponding toCode.CANCELLED.
↳ api_version
string
Output only. API version used to start the operation.
Output only. Server-defined resource path for the target of the operation.
Returns
Type
Description
string
setTarget
Output only. Server-defined resource path for the target of the operation.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getVerb
Output only. Name of the verb executed by the operation.
Returns
Type
Description
string
setVerb
Output only. Name of the verb executed by the operation.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getStatusMessage
Output only. Human-readable status of the operation, if any.
Returns
Type
Description
string
setStatusMessage
Output only. Human-readable status of the operation, if any.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getRequestedCancellation
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have been cancelled successfully
haveOperation.errorvalue with agoogle.rpc.Status.codeof 1, corresponding toCode.CANCELLED.
Returns
Type
Description
bool
setRequestedCancellation
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have been cancelled successfully
haveOperation.errorvalue with agoogle.rpc.Status.codeof 1, corresponding toCode.CANCELLED.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getApiVersion
Output only. API version used to start the operation.
Returns
Type
Description
string
setApiVersion
Output only. API version used to start the operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Telco Automation V1 Client - Class OperationMetadata (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-telcoautomation/latest/V1.OperationMetadata)\n- [1.1.0](/php/docs/reference/cloud-telcoautomation/1.1.0/V1.OperationMetadata)\n- [1.0.3](/php/docs/reference/cloud-telcoautomation/1.0.3/V1.OperationMetadata)\n- [0.2.5](/php/docs/reference/cloud-telcoautomation/0.2.5/V1.OperationMetadata)\n- [0.1.0](/php/docs/reference/cloud-telcoautomation/0.1.0/V1.OperationMetadata) \nReference documentation and code samples for the Google Cloud Telco Automation V1 Client class OperationMetadata.\n\nRepresents the metadata of the long-running operation.\n\nGenerated from protobuf message `google.cloud.telcoautomation.v1.OperationMetadata`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ TelcoAutomation \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getCreateTime\n\nOutput only. The time the operation was created.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nOutput only. The time the operation was created.\n\n### getEndTime\n\nOutput only. The time the operation finished running.\n\n### hasEndTime\n\n### clearEndTime\n\n### setEndTime\n\nOutput only. The time the operation finished running.\n\n### getTarget\n\nOutput only. Server-defined resource path for the target of the operation.\n\n### setTarget\n\nOutput only. Server-defined resource path for the target of the operation.\n\n### getVerb\n\nOutput only. Name of the verb executed by the operation.\n\n### setVerb\n\nOutput only. Name of the verb executed by the operation.\n\n### getStatusMessage\n\nOutput only. Human-readable status of the operation, if any.\n\n### setStatusMessage\n\nOutput only. Human-readable status of the operation, if any.\n\n### getRequestedCancellation\n\nOutput only. Identifies whether the user has requested cancellation\nof the operation. Operations that have been cancelled successfully\nhave Operation.error value with a\n[google.rpc.Status.code](https://cloud.google.com/php/docs/reference/common-protos/latest/Rpc.Status.html#_Google_Rpc_Status__getCode__) of 1, corresponding to\n`Code.CANCELLED`.\n\n### setRequestedCancellation\n\nOutput only. Identifies whether the user has requested cancellation\nof the operation. Operations that have been cancelled successfully\nhave Operation.error value with a\n[google.rpc.Status.code](https://cloud.google.com/php/docs/reference/common-protos/latest/Rpc.Status.html#_Google_Rpc_Status__getCode__) of 1, corresponding to\n`Code.CANCELLED`.\n\n### getApiVersion\n\nOutput only. API version used to start the operation.\n\n### setApiVersion\n\nOutput only. API version used to start the operation."]]