build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/dns_v1.changes.html b/docs/dyn/dns_v1.changes.html
index 40de0a4..7f08127 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, sortBy=None, pageToken=None, maxResults=None, sortOrder=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(project, managedZone, sortOrder=None, pageToken=None, sortBy=None, maxResults=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>
@@ -101,41 +101,131 @@
 
 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)
+  managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
   body: object, The request body.
     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;additions&quot;: [ # Which ResourceRecordSets to add?
-    { # A unit of data that will be returned by the DNS servers.
-      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-      &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-      &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-    },
-  ],
-  &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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-  &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;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
     { # A unit of data that will be returned by the DNS servers.
-      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-      &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+      &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;rrdatas&quot;: [
+                &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            },
+          ],
+          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;rrdatas&quot;: [
+                &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+        },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+        },
+      },
+      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
+    },
+  ],
+  &quot;kind&quot;: &quot;dns#change&quot;,
+  &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
+  &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+    { # A unit of data that will be returned by the DNS servers.
+      &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+        &quot;A String&quot;,
+      ],
+      &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+      &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;rrdatas&quot;: [
+                &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            },
+          ],
+          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&quot;,
+              ],
+              &quot;rrdatas&quot;: [
+                &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+        },
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+        &quot;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+        },
+      },
+      &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+      &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
     },
   ],
   &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.
@@ -151,36 +241,126 @@
   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;additions&quot;: [ # Which ResourceRecordSets to add?
-      { # A unit of data that will be returned by the DNS servers.
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      },
-    ],
-    &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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-    &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;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
       { # A unit of data that will be returned by the DNS servers.
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+        &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+              {
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+          },
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+          &quot;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+          },
+        },
+        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
         &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
+      },
+    ],
+    &quot;kind&quot;: &quot;dns#change&quot;,
+    &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
+    &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+      { # A unit of data that will be returned by the DNS servers.
+        &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+          &quot;A String&quot;,
+        ],
+        &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+        &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+              {
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+          },
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+          &quot;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+          },
+        },
+        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
       },
     ],
     &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.
@@ -193,7 +373,7 @@
 
 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)
+  managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
   changeId: string, The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse. (required)
   clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
   x__xgafv: string, V1 error format.
@@ -205,36 +385,126 @@
   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;additions&quot;: [ # Which ResourceRecordSets to add?
-      { # A unit of data that will be returned by the DNS servers.
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      },
-    ],
-    &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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-    &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;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
       { # A unit of data that will be returned by the DNS servers.
-        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+        &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+              {
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+          },
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+          &quot;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+          },
+        },
+        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
         &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
+      },
+    ],
+    &quot;kind&quot;: &quot;dns#change&quot;,
+    &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
+    &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+      { # A unit of data that will be returned by the DNS servers.
+        &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+          &quot;A String&quot;,
+        ],
+        &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+        &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+              {
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&quot;,
+                ],
+                &quot;rrdatas&quot;: [
+                  &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+          },
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+          &quot;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+          },
+        },
+        &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+        &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
       },
     ],
     &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.
@@ -242,18 +512,18 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(project, managedZone, sortBy=None, pageToken=None, maxResults=None, sortOrder=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(project, managedZone, sortOrder=None, pageToken=None, sortBy=None, maxResults=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)
+  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.
   sortBy: string, Sorting criterion. The only supported value is change sequence.
     Allowed values
       changeSequence - 
-  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.
-  sortOrder: string, Sorting order direction: &#x27;ascending&#x27; or &#x27;descending&#x27;.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -263,46 +533,136 @@
   An object of the form:
 
     { # The response to a request to enumerate Changes to a ResourceRecordSets collection.
+    &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;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-            &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
-            &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-          },
-        ],
-        &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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
-        &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;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
           { # A unit of data that will be returned by the DNS servers.
-            &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-            &quot;kind&quot;: &quot;dns#resourceRecordSet&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;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+            &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                      &quot;A String&quot;,
+                    ],
+                    &quot;rrdatas&quot;: [
+                      &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  },
+                ],
+                &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                  {
+                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                      &quot;A String&quot;,
+                    ],
+                    &quot;rrdatas&quot;: [
+                      &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  },
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+              },
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+              &quot;wrrPolicy&quot;: {
+                &quot;items&quot;: [
+                  {
+                    &quot;rrdatas&quot;: [
+                      &quot;A String&quot;,
+                    ],
+                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                      &quot;A String&quot;,
+                    ],
+                  },
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+              },
+            },
+            &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
             &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+            &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+            &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+              &quot;A String&quot;,
+            ],
+          },
+        ],
+        &quot;kind&quot;: &quot;dns#change&quot;,
+        &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
+        &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+          { # A unit of data that will be returned by the DNS servers.
+            &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+              &quot;A String&quot;,
+            ],
+            &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+            &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                      &quot;A String&quot;,
+                    ],
+                    &quot;rrdatas&quot;: [
+                      &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  },
+                ],
+                &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                  {
+                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                      &quot;A String&quot;,
+                    ],
+                    &quot;rrdatas&quot;: [
+                      &quot;A String&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;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
+                  },
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
+              },
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
+              &quot;wrrPolicy&quot;: {
+                &quot;items&quot;: [
+                  {
+                    &quot;rrdatas&quot;: [
+                      &quot;A String&quot;,
+                    ],
+                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
+                      &quot;A String&quot;,
+                    ],
+                  },
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+              },
+            },
+            &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+            &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+            &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+            &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+              &quot;A String&quot;,
+            ],
           },
         ],
         &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;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>