[[["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,["# Class Changes (0.35.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.35.1 (latest)](/python/docs/reference/dns/latest/google.cloud.dns.changes.Changes)\n- [0.35.0](/python/docs/reference/dns/0.35.0/google.cloud.dns.changes.Changes)\n- [0.34.2](/python/docs/reference/dns/0.34.2/google.cloud.dns.changes.Changes)\n- [0.33.1](/python/docs/reference/dns/0.33.1/google.cloud.dns.changes.Changes)\n- [0.32.3](/python/docs/reference/dns/0.32.3/google.cloud.dns.changes.Changes)\n- [0.31.0](/python/docs/reference/dns/0.31.0/google.cloud.dns.changes.Changes)\n- [0.30.2](/python/docs/reference/dns/0.30.2/google.cloud.dns.changes.Changes) \n\n Changes(zone)\n\nChanges are bundled additions / deletions of DNS resource records.\n\nChanges are owned by a xref_ManagedZone instance.\n\nSee\n\u003chttps://cloud.google.com/dns/api/v1/changes\u003e\n\nProperties\n----------\n\n### additions\n\nResource record sets to be added to the zone.\n\n### deletions\n\nResource record sets to be deleted from the zone.\n\n### name\n\nName of the change set.\n\n### path\n\nURL path for change set APIs.\n\n### started\n\nTime when the change set was started.\n\n### status\n\nStatus of the change set.\n\nMethods\n-------\n\n### add_record_set\n\n add_record_set(record_set)\n\nAppend a record set to the 'additions' for the change set.\n\n### create\n\n create(client=None)\n\nAPI call: create the change set via a POST request.\n\nSee\n\u003chttps://cloud.google.com/dns/api/v1/changes/create\u003e\n\n### delete_record_set\n\n delete_record_set(record_set)\n\nAppend a record set to the 'deletions' for the change set.\n\n### exists\n\n exists(client=None)\n\nAPI call: test for the existence of the change set via a GET request.\n\nSee\n\u003chttps://cloud.google.com/dns/api/v1/changes/get\u003e\n\n### from_api_repr\n\n from_api_repr(resource, zone)\n\nFactory: construct a change set given its API representation\n\n### reload\n\n reload(client=None)\n\nAPI call: refresh zone properties via a GET request.\n\nSee\n\u003chttps://cloud.google.com/dns/api/v1/changes/get\u003e"]]