Unique identifier for the resource. This is the clientOperationId if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only)
startTime
string
The time that this operation was started by the server. This is in RFC3339 text format (output only).
Status of the operation. Can be one of the following: "PENDING" or "DONE" (output only). A status of "DONE" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
user
string
User who requested the operation, for example: user@example.com. cloud-dns-system for operations automatically done by the system. (output only)
type
string
Type of the operation. Operations include insert, update, and delete (output only).
[[["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-05-19 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eManagedZoneOperationsGetResponse\u003c/code\u003e resource provides information about an operation performed on a Cloud DNS resource, specifically including the operation details.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eOperation\u003c/code\u003e resource details a successful mutation on a Cloud DNS resource, serving as an audit log and a mechanism for recovering API calls.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperation\u003c/code\u003e resource includes key details like \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003estartTime\u003c/code\u003e, \u003ccode\u003estatus\u003c/code\u003e, \u003ccode\u003euser\u003c/code\u003e, \u003ccode\u003etype\u003c/code\u003e, \u003ccode\u003ezoneContext\u003c/code\u003e, \u003ccode\u003ednsKeyContext\u003c/code\u003e, and \u003ccode\u003ekind\u003c/code\u003e to describe the operation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eManagedZoneContext\u003c/code\u003e contains the pre- and post-operation \u003ccode\u003eManagedZone\u003c/code\u003e resources, and \u003ccode\u003eDnsKeyContext\u003c/code\u003e contains the pre- and post-operation \u003ccode\u003eDnsKey\u003c/code\u003e resources.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation describes \u003ccode\u003eget\u003c/code\u003e and \u003ccode\u003elist\u003c/code\u003e methods for fetching or listing operations, allowing you to obtain the representation of an existing operation, or enumerate operations for a specific \u003ccode\u003eManagedZone\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# REST Resource: managedZoneOperations\n\n- [Resource: ManagedZoneOperationsGetResponse](#ManagedZoneOperationsGetResponse)\n - [JSON representation](#ManagedZoneOperationsGetResponse.SCHEMA_REPRESENTATION)\n- [Operation](#Operation)\n - [JSON representation](#Operation.SCHEMA_REPRESENTATION)\n- [ManagedZoneContext](#ManagedZoneContext)\n - [JSON representation](#ManagedZoneContext.SCHEMA_REPRESENTATION)\n- [DnsKeyContext](#DnsKeyContext)\n - [JSON representation](#DnsKeyContext.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ManagedZoneOperationsGetResponse\n------------------------------------------\n\nOperation\n---------\n\nAn operation represents a successful mutation performed on a Cloud DNS resource. Operations provide:\n\n- An audit log of server resource mutations.\n\n- A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified clientOperationId.\n\nManagedZoneContext\n------------------\n\nDnsKeyContext\n-------------"]]