Skip to main content

changes

Overview

Namechanges
TypeResource
Idgoogle.dns.changes

Fields

NameDatatypeDescription
idstringUnique identifier for the resource; defined by the server (output only).
deletionsarrayWhich ResourceRecordSets to remove? Must match existing data exactly.
isServingbooleanIf the DNS queries for the zone will be served.
kindstring
startTimestringThe time that this operation was started by the server (output only). This is in RFC3339 text format.
statusstringStatus of the operation (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.
additionsarrayWhich ResourceRecordSets to add?

Methods

NameAccessible byRequired ParamsDescription
getSELECTchangeId, managedZone, projectFetches the representation of an existing Change.
listSELECTmanagedZone, projectEnumerates Changes to a ResourceRecordSet collection.
createINSERTmanagedZone, projectAtomically updates the ResourceRecordSet collection.
_listEXECmanagedZone, projectEnumerates Changes to a ResourceRecordSet collection.