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 a JSON representation of an operation performed on a Cloud DNS resource.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eOperation\u003c/code\u003e resource represents a successful mutation on a Cloud DNS resource, offering an audit log and recovery options, including fields 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eManagedZoneContext\u003c/code\u003e details the state of a ManagedZone before and after an operation, containing \u003ccode\u003eoldValue\u003c/code\u003e and \u003ccode\u003enewValue\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDnsKeyContext\u003c/code\u003e outlines the state of a DnsKey resource before and after an operation, with \u003ccode\u003eoldValue\u003c/code\u003e and \u003ccode\u003enewValue\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003eThe two available methods for interacting with this resource are \u003ccode\u003eget\u003c/code\u003e, for fetching a specific operation and \u003ccode\u003elist\u003c/code\u003e, for enumerating operations for a specific ManagedZone.\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-------------"]]