chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/dns_v1.changes.html b/docs/dyn/dns_v1.changes.html
index ad316b7..5d111f5 100644
--- a/docs/dyn/dns_v1.changes.html
+++ b/docs/dyn/dns_v1.changes.html
@@ -84,7 +84,7 @@
   <code><a href="#get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Fetch the representation of an existing Change.</p>
 <p class="toc_element">
-  <code><a href="#list">list(project, managedZone, sortOrder=None, pageToken=None, maxResults=None, sortBy=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None, sortOrder=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Enumerate Changes to a ResourceRecordSet collection.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -106,120 +106,118 @@
     The object takes the form of:
 
 { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
-  &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+  &quot;additions&quot;: [ # Which ResourceRecordSets to add?
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
       &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
         &quot;geoPolicy&quot;: {
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
           &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
             {
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
               &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
                 &quot;A String&quot;,
               ],
-              &quot;rrdatas&quot;: [
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
                 &quot;A String&quot;,
               ],
             },
           ],
           &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
             {
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
               &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
                 &quot;A String&quot;,
               ],
-              &quot;rrdatas&quot;: [
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
                 &quot;A String&quot;,
               ],
             },
           ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+        },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
         },
       },
-      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
-      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
         &quot;A String&quot;,
       ],
       &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
       &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
     },
   ],
-  &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-  &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
-  &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+  &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
       &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
         &quot;geoPolicy&quot;: {
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
           &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
             {
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
               &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
                 &quot;A String&quot;,
               ],
-              &quot;rrdatas&quot;: [
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
                 &quot;A String&quot;,
               ],
             },
           ],
           &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
             {
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
               &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
                 &quot;A String&quot;,
               ],
-              &quot;rrdatas&quot;: [
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
                 &quot;A String&quot;,
               ],
             },
           ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+        },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
         },
       },
-      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
-      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
         &quot;A String&quot;,
       ],
       &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
@@ -227,8 +225,10 @@
     },
   ],
   &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-  &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
+  &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
   &quot;kind&quot;: &quot;dns#change&quot;,
+  &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+  &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
 }
 
   clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
@@ -241,130 +241,130 @@
   An object of the form:
 
     { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
-    &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
-      { # A unit of data that will be returned by the DNS servers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-        &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-          &quot;wrrPolicy&quot;: {
-            &quot;items&quot;: [
-              {
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-                &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              },
-            ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-          },
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-          &quot;geoPolicy&quot;: {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-            &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-          },
+  &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+    { # A unit of data that will be returned by the DNS servers.
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+      &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+        &quot;geoPolicy&quot;: {
+          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
         },
-        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-          &quot;A String&quot;,
-        ],
-        &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-          &quot;A String&quot;,
-        ],
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-      },
-    ],
-    &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-    &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
-    &quot;additions&quot;: [ # Which ResourceRecordSets to add?
-      { # A unit of data that will be returned by the DNS servers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-        &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-          &quot;wrrPolicy&quot;: {
-            &quot;items&quot;: [
-              {
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-                &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              },
-            ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-          },
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-          &quot;geoPolicy&quot;: {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-            &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-          },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
         },
-        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-          &quot;A String&quot;,
-        ],
-        &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-          &quot;A String&quot;,
-        ],
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
       },
-    ],
-    &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-    &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
-    &quot;kind&quot;: &quot;dns#change&quot;,
-  }</pre>
+      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+        &quot;A String&quot;,
+      ],
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
+      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+      &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+    },
+  ],
+  &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+    { # A unit of data that will be returned by the DNS servers.
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+      &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+        &quot;geoPolicy&quot;: {
+          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+        },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+        },
+      },
+      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+        &quot;A String&quot;,
+      ],
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
+      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+      &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+    },
+  ],
+  &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
+  &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
+  &quot;kind&quot;: &quot;dns#change&quot;,
+  &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+  &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
+}</pre>
 </div>
 
 <div class="method">
@@ -385,145 +385,145 @@
   An object of the form:
 
     { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
-    &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
-      { # A unit of data that will be returned by the DNS servers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-        &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-          &quot;wrrPolicy&quot;: {
-            &quot;items&quot;: [
-              {
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-                &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              },
-            ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-          },
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-          &quot;geoPolicy&quot;: {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-            &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-          },
+  &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+    { # A unit of data that will be returned by the DNS servers.
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+      &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+        &quot;geoPolicy&quot;: {
+          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
         },
-        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-          &quot;A String&quot;,
-        ],
-        &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-          &quot;A String&quot;,
-        ],
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-      },
-    ],
-    &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-    &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
-    &quot;additions&quot;: [ # Which ResourceRecordSets to add?
-      { # A unit of data that will be returned by the DNS servers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-        &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-          &quot;wrrPolicy&quot;: {
-            &quot;items&quot;: [
-              {
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-                &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              },
-            ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-          },
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-          &quot;geoPolicy&quot;: {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-            &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-              {
-                &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                  &quot;A String&quot;,
-                ],
-                &quot;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-          },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
         },
-        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-          &quot;A String&quot;,
-        ],
-        &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-          &quot;A String&quot;,
-        ],
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
       },
-    ],
-    &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-    &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
-    &quot;kind&quot;: &quot;dns#change&quot;,
-  }</pre>
+      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+        &quot;A String&quot;,
+      ],
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
+      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+      &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+    },
+  ],
+  &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+    { # A unit of data that will be returned by the DNS servers.
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+      &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+        &quot;geoPolicy&quot;: {
+          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+        },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+        },
+      },
+      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+        &quot;A String&quot;,
+      ],
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
+      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+      &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+    },
+  ],
+  &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
+  &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
+  &quot;kind&quot;: &quot;dns#change&quot;,
+  &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+  &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
+}</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(project, managedZone, sortOrder=None, pageToken=None, maxResults=None, sortBy=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None, sortOrder=None, x__xgafv=None)</code>
   <pre>Enumerate Changes to a ResourceRecordSet collection.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
   managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
-  sortOrder: string, Sorting order direction: &#x27;ascending&#x27; or &#x27;descending&#x27;.
-  pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
   maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
+  pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
   sortBy: string, Sorting criterion. The only supported value is change sequence.
     Allowed values
       changeSequence - 
+  sortOrder: string, Sorting order direction: &#x27;ascending&#x27; or &#x27;descending&#x27;.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -533,139 +533,139 @@
   An object of the form:
 
     { # The response to a request to enumerate Changes to a ResourceRecordSets collection.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a &quot;snapshot&quot; of collections larger than the maximum page size.
-    &quot;header&quot;: { # Elements common to every response.
-      &quot;operationId&quot;: &quot;A String&quot;, # For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
+  &quot;changes&quot;: [ # The requested changes.
+    { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
+      &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+        { # A unit of data that will be returned by the DNS servers.
+          &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+          &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+          &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+            &quot;geoPolicy&quot;: {
+              &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
+                {
+                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+                  &quot;rrdatas&quot;: [
+                    &quot;A String&quot;,
+                  ],
+                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                    &quot;A String&quot;,
+                  ],
+                },
+              ],
+              &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                {
+                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+                  &quot;rrdatas&quot;: [
+                    &quot;A String&quot;,
+                  ],
+                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                    &quot;A String&quot;,
+                  ],
+                },
+              ],
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+            },
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+            &quot;wrrPolicy&quot;: {
+              &quot;items&quot;: [
+                {
+                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+                  &quot;rrdatas&quot;: [
+                    &quot;A String&quot;,
+                  ],
+                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                    &quot;A String&quot;,
+                  ],
+                  &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+                },
+              ],
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+            },
+          },
+          &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+            &quot;A String&quot;,
+          ],
+          &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+            &quot;A String&quot;,
+          ],
+          &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+          &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+        },
+      ],
+      &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+        { # A unit of data that will be returned by the DNS servers.
+          &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+          &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+          &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+            &quot;geoPolicy&quot;: {
+              &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
+                {
+                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+                  &quot;rrdatas&quot;: [
+                    &quot;A String&quot;,
+                  ],
+                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                    &quot;A String&quot;,
+                  ],
+                },
+              ],
+              &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                {
+                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
+                  &quot;rrdatas&quot;: [
+                    &quot;A String&quot;,
+                  ],
+                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                    &quot;A String&quot;,
+                  ],
+                },
+              ],
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+            },
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+            &quot;wrrPolicy&quot;: {
+              &quot;items&quot;: [
+                {
+                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
+                  &quot;rrdatas&quot;: [
+                    &quot;A String&quot;,
+                  ],
+                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                    &quot;A String&quot;,
+                  ],
+                  &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+                },
+              ],
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+            },
+          },
+          &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+            &quot;A String&quot;,
+          ],
+          &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+            &quot;A String&quot;,
+          ],
+          &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+          &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+        },
+      ],
+      &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
+      &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
+      &quot;kind&quot;: &quot;dns#change&quot;,
+      &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+      &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
     },
-    &quot;kind&quot;: &quot;dns#changesListResponse&quot;, # Type of resource.
-    &quot;changes&quot;: [ # The requested changes.
-      { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
-        &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
-          { # A unit of data that will be returned by the DNS servers.
-            &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-            &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-            &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-              &quot;wrrPolicy&quot;: {
-                &quot;items&quot;: [
-                  {
-                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                      &quot;A String&quot;,
-                    ],
-                    &quot;rrdatas&quot;: [
-                      &quot;A String&quot;,
-                    ],
-                    &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                  },
-                ],
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-              },
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-              &quot;geoPolicy&quot;: {
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-                &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-                  {
-                    &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                      &quot;A String&quot;,
-                    ],
-                    &quot;rrdatas&quot;: [
-                      &quot;A String&quot;,
-                    ],
-                  },
-                ],
-                &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-                  {
-                    &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                      &quot;A String&quot;,
-                    ],
-                    &quot;rrdatas&quot;: [
-                      &quot;A String&quot;,
-                    ],
-                  },
-                ],
-              },
-            },
-            &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-              &quot;A String&quot;,
-            ],
-            &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-              &quot;A String&quot;,
-            ],
-            &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-            &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-          },
-        ],
-        &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-        &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
-        &quot;additions&quot;: [ # Which ResourceRecordSets to add?
-          { # A unit of data that will be returned by the DNS servers.
-            &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-            &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-            &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-              &quot;wrrPolicy&quot;: {
-                &quot;items&quot;: [
-                  {
-                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                      &quot;A String&quot;,
-                    ],
-                    &quot;rrdatas&quot;: [
-                      &quot;A String&quot;,
-                    ],
-                    &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                  },
-                ],
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-              },
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-              &quot;geoPolicy&quot;: {
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-                &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-                  {
-                    &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                      &quot;A String&quot;,
-                    ],
-                    &quot;rrdatas&quot;: [
-                      &quot;A String&quot;,
-                    ],
-                  },
-                ],
-                &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-                  {
-                    &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                      &quot;A String&quot;,
-                    ],
-                    &quot;rrdatas&quot;: [
-                      &quot;A String&quot;,
-                    ],
-                  },
-                ],
-              },
-            },
-            &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-              &quot;A String&quot;,
-            ],
-            &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-              &quot;A String&quot;,
-            ],
-            &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-            &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-          },
-        ],
-        &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-        &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
-        &quot;kind&quot;: &quot;dns#change&quot;,
-      },
-    ],
-  }</pre>
+  ],
+  &quot;header&quot;: { # Elements common to every response.
+    &quot;operationId&quot;: &quot;A String&quot;, # For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
+  },
+  &quot;kind&quot;: &quot;dns#changesListResponse&quot;, # Type of resource.
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a &quot;snapshot&quot; of collections larger than the maximum page size.
+}</pre>
 </div>
 
 <div class="method">