chore: update docs/dyn (#1106)

diff --git a/docs/dyn/dns_v1.changes.html b/docs/dyn/dns_v1.changes.html
index f4941af..b6be520 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, sortBy=None, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(project, managedZone, maxResults=None, sortBy=None, pageToken=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,130 +106,130 @@
     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;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;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-    &quot;kind&quot;: &quot;dns#change&quot;,
-    &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;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;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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-          &quot;geoPolicy&quot;: {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                  &quot;A String&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;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;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-          },
-          &quot;wrrPolicy&quot;: {
-            &quot;items&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;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              },
-            ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-          },
+  &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+    { # A unit of data that will be returned by the DNS servers.
+      &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;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-          &quot;A String&quot;,
-        ],
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-      },
-    ],
-    &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;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-        &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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-          &quot;geoPolicy&quot;: {
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                  &quot;A String&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;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;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-              },
-            ],
-          },
-          &quot;wrrPolicy&quot;: {
-            &quot;items&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;rrdatas&quot;: [
-                  &quot;A String&quot;,
-                ],
-                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              },
-            ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-          },
+        &quot;geoPolicy&quot;: {
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&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;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-          &quot;A String&quot;,
-        ],
-        &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
       },
-    ],
-    &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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&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;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+    },
+  ],
+  &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;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;wrrPolicy&quot;: {
+          &quot;items&quot;: [
+            {
+              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+            },
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+        },
+        &quot;geoPolicy&quot;: {
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                &quot;A String&quot;,
+              ],
+              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                &quot;A String&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;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#rRSetRoutingPolicy&quot;,
+      },
+      &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+        &quot;A String&quot;,
+      ],
+      &quot;kind&quot;: &quot;dns#resourceRecordSet&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;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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
+  &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;kind&quot;: &quot;dns#change&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.
+}
 
   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.
@@ -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;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;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-      &quot;kind&quot;: &quot;dns#change&quot;,
-      &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;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;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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-            &quot;geoPolicy&quot;: {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                    &quot;A String&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;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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-            },
-            &quot;wrrPolicy&quot;: {
-              &quot;items&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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-            },
+    &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+      { # A unit of data that will be returned by the DNS servers.
+        &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;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-            &quot;A String&quot;,
-          ],
-          &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-        },
-      ],
-      &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;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-          &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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-            &quot;geoPolicy&quot;: {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                    &quot;A String&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;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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-            },
-            &quot;wrrPolicy&quot;: {
-              &quot;items&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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-            },
+          &quot;geoPolicy&quot;: {
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-            &quot;A String&quot;,
-          ],
-          &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
         },
-      ],
-      &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.
-    }</pre>
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      },
+    ],
+    &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;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;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+          },
+          &quot;geoPolicy&quot;: {
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&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;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#rRSetRoutingPolicy&quot;,
+        },
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
+    &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;kind&quot;: &quot;dns#change&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.
+  }</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;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;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-      &quot;kind&quot;: &quot;dns#change&quot;,
-      &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;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;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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-            &quot;geoPolicy&quot;: {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                    &quot;A String&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;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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-            },
-            &quot;wrrPolicy&quot;: {
-              &quot;items&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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-            },
+    &quot;additions&quot;: [ # Which ResourceRecordSets to add?
+      { # A unit of data that will be returned by the DNS servers.
+        &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;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-            &quot;A String&quot;,
-          ],
-          &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-        },
-      ],
-      &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;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-          &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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-            &quot;geoPolicy&quot;: {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                    &quot;A String&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;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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-            },
-            &quot;wrrPolicy&quot;: {
-              &quot;items&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;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-            },
+          &quot;geoPolicy&quot;: {
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-            &quot;A String&quot;,
-          ],
-          &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
         },
-      ],
-      &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.
-    }</pre>
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+      },
+    ],
+    &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;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;wrrPolicy&quot;: {
+            &quot;items&quot;: [
+              {
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+              },
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+          },
+          &quot;geoPolicy&quot;: {
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                  &quot;A String&quot;,
+                ],
+                &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                  &quot;A String&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;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#rRSetRoutingPolicy&quot;,
+        },
+        &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+          &quot;A String&quot;,
+        ],
+        &quot;kind&quot;: &quot;dns#resourceRecordSet&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;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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
+    &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;kind&quot;: &quot;dns#change&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.
+  }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(project, managedZone, sortOrder=None, sortBy=None, pageToken=None, maxResults=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(project, managedZone, maxResults=None, sortBy=None, pageToken=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;.
+  maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
   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
@@ -533,138 +533,138 @@
   An object of the form:
 
     { # The response to a request to enumerate Changes to a ResourceRecordSets collection.
+    &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;additions&quot;: [ # Which ResourceRecordSets to add?
+          { # A unit of data that will be returned by the DNS servers.
+            &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;wrrPolicy&quot;: {
+                &quot;items&quot;: [
+                  {
+                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                      &quot;A String&quot;,
+                    ],
+                  },
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+              },
+              &quot;geoPolicy&quot;: {
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                      &quot;A String&quot;,
+                    ],
+                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                      &quot;A String&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;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#rRSetRoutingPolicy&quot;,
+            },
+            &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#resourceRecordSet&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;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+          },
+        ],
+        &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;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;wrrPolicy&quot;: {
+                &quot;items&quot;: [
+                  {
+                    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
+                      &quot;A String&quot;,
+                    ],
+                  },
+                ],
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
+              },
+              &quot;geoPolicy&quot;: {
+                &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;rrdatas&quot;: [
+                      &quot;A String&quot;,
+                    ],
+                    &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+                      &quot;A String&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;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#rRSetRoutingPolicy&quot;,
+            },
+            &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#resourceRecordSet&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;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;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
+        &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;kind&quot;: &quot;dns#change&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;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;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;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;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
-          &quot;kind&quot;: &quot;dns#change&quot;,
-          &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;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;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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-                &quot;geoPolicy&quot;: {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                        &quot;A String&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;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;rrdatas&quot;: [
-                        &quot;A String&quot;,
-                      ],
-                    },
-                  ],
-                },
-                &quot;wrrPolicy&quot;: {
-                  &quot;items&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;rrdatas&quot;: [
-                        &quot;A String&quot;,
-                      ],
-                      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                    },
-                  ],
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-                &quot;A String&quot;,
-              ],
-              &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-            },
-          ],
-          &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;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
-              &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;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-                &quot;geoPolicy&quot;: {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&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;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;rrdatas&quot;: [
-                        &quot;A String&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;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;rrdatas&quot;: [
-                        &quot;A String&quot;,
-                      ],
-                    },
-                  ],
-                },
-                &quot;wrrPolicy&quot;: {
-                  &quot;items&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;rrdatas&quot;: [
-                        &quot;A String&quot;,
-                      ],
-                      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                    },
-                  ],
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
-                &quot;A String&quot;,
-              ],
-              &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-            },
-          ],
-          &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#changesListResponse&quot;, # Type of resource.
   }</pre>
 </div>