chore: Update discovery artifacts (#1195)

* chore(accesscontextmanager): update the api
* chore(adexchangebuyer2): update the api
* chore(admin): update the api
* chore(alertcenter): update the api
* chore(analyticsadmin): update the api
* chore(analyticsdata): update the api
* chore(androidmanagement): update the api
* chore(apigateway): update the api
* chore(apigee): update the api
* chore(appengine): update the api
* chore(area120tables): update the api
* chore(artifactregistry): update the api
* chore(bigquery): update the api
* chore(bigqueryconnection): update the api
* chore(bigqueryreservation): update the api
* chore(billingbudgets): update the api
* chore(binaryauthorization): update the api
* chore(blogger): update the api
* chore(calendar): update the api
* chore(chat): update the api
* chore(cloudasset): update the api
* chore(cloudbuild): update the api
* chore(cloudfunctions): update the api
* chore(cloudidentity): update the api
* chore(cloudkms): update the api
* chore(cloudresourcemanager): update the api
* chore(cloudscheduler): update the api
* chore(cloudtasks): update the api
* chore(composer): update the api
* chore(compute): update the api
* chore(container): update the api
* chore(containeranalysis): update the api
* chore(content): update the api
* chore(datacatalog): update the api
* chore(dataflow): update the api
* chore(datafusion): update the api
* chore(datamigration): update the api
* chore(dataproc): update the api
* chore(deploymentmanager): update the api
* chore(dialogflow): update the api
* chore(displayvideo): update the api
* chore(dlp): update the api
* chore(dns): update the api
* chore(documentai): update the api
* chore(eventarc): update the api
* chore(file): update the api
* chore(firebaseml): update the api
* chore(games): update the api
* chore(gameservices): update the api
* chore(genomics): update the api
* chore(healthcare): update the api
* chore(homegraph): update the api
* chore(iam): update the api
* chore(iap): update the api
* chore(jobs): update the api
* chore(lifesciences): update the api
* chore(localservices): update the api
* chore(managedidentities): update the api
* chore(manufacturers): update the api
* chore(memcache): update the api
* chore(ml): update the api
* chore(monitoring): update the api
* chore(notebooks): update the api
* chore(osconfig): update the api
* chore(pagespeedonline): update the api
* chore(people): update the api
* chore(privateca): update the api
* chore(prod_tt_sasportal): update the api
* chore(pubsub): update the api
* chore(pubsublite): update the api
* chore(recommender): update the api
* chore(remotebuildexecution): update the api
* chore(reseller): update the api
* chore(run): update the api
* chore(safebrowsing): update the api
* chore(sasportal): update the api
* chore(searchconsole): update the api
* chore(secretmanager): update the api
* chore(securitycenter): update the api
* chore(serviceconsumermanagement): update the api
* chore(servicecontrol): update the api
* chore(servicenetworking): update the api
* chore(serviceusage): update the api
* chore(sheets): update the api
* chore(slides): update the api
* chore(spanner): update the api
* chore(speech): update the api
* chore(sqladmin): update the api
* chore(storage): update the api
* chore(storagetransfer): update the api
* chore(sts): update the api
* chore(tagmanager): update the api
* chore(testing): update the api
* chore(toolresults): update the api
* chore(transcoder): update the api
* chore(vectortile): update the api
* chore(videointelligence): update the api
* chore(vision): update the api
* chore(webmasters): update the api
* chore(workflowexecutions): update the api
* chore(youtube): update the api
diff --git a/docs/dyn/dns_v1beta2.changes.html b/docs/dyn/dns_v1beta2.changes.html
index 5250afd..cef00bc 100644
--- a/docs/dyn/dns_v1beta2.changes.html
+++ b/docs/dyn/dns_v1beta2.changes.html
@@ -79,13 +79,13 @@
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
   <code><a href="#create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Atomically update the ResourceRecordSet collection.</p>
+<p class="firstline">Atomically updates the ResourceRecordSet collection.</p>
 <p class="toc_element">
   <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="firstline">Fetches the representation of an existing Change.</p>
 <p class="toc_element">
   <code><a href="#list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None, sortOrder=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Enumerate Changes to a ResourceRecordSet collection.</p>
+<p class="firstline">Enumerates Changes to a ResourceRecordSet collection.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</p>
@@ -97,7 +97,7 @@
 
 <div class="method">
     <code class="details" id="create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Atomically update the ResourceRecordSet collection.
+  <pre>Atomically updates the ResourceRecordSet collection.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -110,51 +110,6 @@
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;geoPolicy&quot;: {
-          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-      },
       &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
@@ -169,51 +124,6 @@
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;geoPolicy&quot;: {
-          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-      },
       &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
@@ -245,51 +155,6 @@
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;geoPolicy&quot;: {
-          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-      },
       &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
@@ -304,51 +169,6 @@
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;geoPolicy&quot;: {
-          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-      },
       &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
@@ -369,7 +189,7 @@
 
 <div class="method">
     <code class="details" id="get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Fetch the representation of an existing Change.
+  <pre>Fetches the representation of an existing Change.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -389,51 +209,6 @@
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;geoPolicy&quot;: {
-          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-      },
       &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
@@ -448,51 +223,6 @@
     { # A unit of data that will be returned by the DNS servers.
       &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
       &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-      &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-        &quot;geoPolicy&quot;: {
-          &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-              &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                &quot;A String&quot;,
-              ],
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-        },
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-        &quot;wrrPolicy&quot;: {
-          &quot;items&quot;: [
-            {
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-              &quot;rrdatas&quot;: [
-                &quot;A String&quot;,
-              ],
-              &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                &quot;A String&quot;,
-              ],
-              &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-            },
-          ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        },
-      },
       &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         &quot;A String&quot;,
       ],
@@ -513,12 +243,12 @@
 
 <div class="method">
     <code class="details" id="list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None, sortOrder=None, x__xgafv=None)</code>
-  <pre>Enumerate Changes to a ResourceRecordSet collection.
+  <pre>Enumerates 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)
-  maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
+  maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return.
   pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
   sortBy: string, Sorting criterion. The only supported value is change sequence.
     Allowed values
@@ -539,51 +269,6 @@
         { # A unit of data that will be returned by the DNS servers.
           &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
           &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-          &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-            &quot;geoPolicy&quot;: {
-              &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-                {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                  &quot;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-              &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-                {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                  &quot;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-            },
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-            &quot;wrrPolicy&quot;: {
-              &quot;items&quot;: [
-                {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                  &quot;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-            },
-          },
           &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
             &quot;A String&quot;,
           ],
@@ -598,51 +283,6 @@
         { # A unit of data that will be returned by the DNS servers.
           &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
           &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-          &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
-            &quot;geoPolicy&quot;: {
-              &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked - we&#x27;ll return the primarily configured rrdata irrespective of whether it is healthy or not.
-                {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                  &quot;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-              &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
-                {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
-                  &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
-                  &quot;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
-                    &quot;A String&quot;,
-                  ],
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-            },
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-            &quot;wrrPolicy&quot;: {
-              &quot;items&quot;: [
-                {
-                  &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-                  &quot;rrdatas&quot;: [
-                    &quot;A String&quot;,
-                  ],
-                  &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
-                },
-              ],
-              &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-            },
-          },
           &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
             &quot;A String&quot;,
           ],
@@ -664,7 +304,7 @@
     &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.
+  &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 are an inconsistent view of the collection. There is no way to retrieve a &quot;snapshot&quot; of collections larger than the maximum page size.
 }</pre>
 </div>