Changes
class Changes extends Resource (View source)
The "changes" collection of methods.
Typical usage is:
$dnsService = new Google\Service\Dns(...);
$changes = $dnsService->changes;
Methods
get(string $project, string $managedZone, string $changeId, array $optParams = [])
Fetches the representation of an existing Change. (changes.get)
listChanges(string $project, string $managedZone, array $optParams = [])
Enumerates Changes to a ResourceRecordSet collection. (changes.listChanges)
Details
Change
create(string $project, string $managedZone, Change $postBody, array $optParams = [])
Atomically updates the ResourceRecordSet collection. (changes.create)
Change
get(string $project, string $managedZone, string $changeId, array $optParams = [])
Fetches the representation of an existing Change. (changes.get)
ChangesListResponse
listChanges(string $project, string $managedZone, array $optParams = [])
Enumerates Changes to a ResourceRecordSet collection. (changes.listChanges)