Output only. Identifies whether the user has requested
cancellation of the operation. Operations that have
successfully been cancelled have [Operation.error][] value
with a [google.rpc.Status.code][] of 1, corresponding to
Code.CANCELLED.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["Version latestkeyboard_arrow_down\n\n- [1.5.2 (latest)](/python/docs/reference/common/latest/types_)\n- [1.5.1](/python/docs/reference/common/1.5.1/types_)\n- [1.4.0](/python/docs/reference/common/1.4.0/types_)\n- [1.3.5](/python/docs/reference/common/1.3.5/types_)\n- [1.2.0](/python/docs/reference/common/1.2.0/types_)\n- [1.1.0](/python/docs/reference/common/1.1.0/types_)\n- [1.0.6](/python/docs/reference/common/1.0.6/types_)\n- [0.2.0](/python/docs/reference/common/0.2.0/types_)\n- [0.1.0](/python/docs/reference/common/0.1.0/types_) \n\nTypes for Google Cloud Common API\n=================================\n\n### *class* google.cloud.common.types.OperationMetadata(mapping=None, \\*, ignore_unknown_fields=False, \\*\\*kwargs)\n\nBases: [`proto.message.Message`](https://proto-plus-python.readthedocs.io/en/latest/reference/message.html#proto.message.Message)\n\nRepresents the metadata of the long-running operation.\n\n#### create_time()\n\nOutput only. The time the operation was\ncreated.\n\n- **Type**\n\n [google.protobuf.timestamp_pb2.Timestamp](https://googleapis.dev/python/protobuf/latest/google/protobuf/timestamp_pb2.html#google.protobuf.timestamp_pb2.Timestamp)\n\n#### end_time()\n\nOutput only. The time the operation finished\nrunning.\n\n- **Type**\n\n [google.protobuf.timestamp_pb2.Timestamp](https://googleapis.dev/python/protobuf/latest/google/protobuf/timestamp_pb2.html#google.protobuf.timestamp_pb2.Timestamp)\n\n#### target()\n\nOutput only. Server-defined resource path for\nthe target of the operation.\n\n- **Type**\n\n [str](https://docs.python.org/3/library/stdtypes.html#str)\n\n#### verb()\n\nOutput only. Name of the verb executed by the\noperation.\n\n- **Type**\n\n [str](https://docs.python.org/3/library/stdtypes.html#str)\n\n#### status_detail()\n\nOutput only. Human-readable status of the\noperation, if any.\n\n- **Type**\n\n [str](https://docs.python.org/3/library/stdtypes.html#str)\n\n#### cancel_requested()\n\nOutput only. Identifies whether the user has requested\ncancellation of the operation. Operations that have\nsuccessfully been cancelled have \\[Operation.error\\]\\[\\] value\nwith a \\[google.rpc.Status.code\\]\\[\\] of 1, corresponding to\n`Code.CANCELLED`.\n\n- **Type**\n\n [bool](https://docs.python.org/3/library/functions.html#bool)\n\n#### api_version()\n\nOutput only. API version used to start the\noperation.\n\n- **Type**\n\n [str](https://docs.python.org/3/library/stdtypes.html#str)"]]