chore: Update discovery artifacts (#1462)

## Deleted keys were detected in the following stable discovery artifacts:
sqladmin v1 https://github.com/googleapis/google-api-python-client/commit/cef24d829ab5be71563a2b668b8f6cf5dda2c8e4

## Deleted keys were detected in the following pre-stable discovery artifacts:
alertcenter v1beta1 https://github.com/googleapis/google-api-python-client/commit/70810a52c85c6d0d6f00d7afb41c8608261eaebc

## Discovery Artifact Change Summary:
feat(alertcenter): update the api https://github.com/googleapis/google-api-python-client/commit/70810a52c85c6d0d6f00d7afb41c8608261eaebc
feat(chat): update the api https://github.com/googleapis/google-api-python-client/commit/a577cd0b71951176bbf849c1f7f139127205da54
feat(cloudbuild): update the api https://github.com/googleapis/google-api-python-client/commit/9066056a8b106d441fb7686fe84359484d0d58bc
feat(content): update the api https://github.com/googleapis/google-api-python-client/commit/b123349da33c11c0172a8efb3fadef685a30e6e1
feat(displayvideo): update the api https://github.com/googleapis/google-api-python-client/commit/c525d726ee6cffdd4bc7afd69080d5e52bae83a0
feat(dns): update the api https://github.com/googleapis/google-api-python-client/commit/13436ccd2b835fda5cb86952ac4ea991ee8651d8
feat(eventarc): update the api https://github.com/googleapis/google-api-python-client/commit/6be3394a64a5eb509f68ef779680fd36837708ee
feat(file): update the api https://github.com/googleapis/google-api-python-client/commit/817a0e636771445a988ef479bd52740f754b901a
feat(monitoring): update the api https://github.com/googleapis/google-api-python-client/commit/bd32149f308467f0f659119587afc77dcec65b14
feat(people): update the api https://github.com/googleapis/google-api-python-client/commit/aa6b47df40c5289f33aef6fb6aa007df2d038e20
feat(retail): update the api https://github.com/googleapis/google-api-python-client/commit/d39f06e2d77034bc837604a41dd52c577f158bf2
feat(securitycenter): update the api https://github.com/googleapis/google-api-python-client/commit/999fab5178208639c9eef289f9f441052ed832fc
feat(speech): update the api https://github.com/googleapis/google-api-python-client/commit/3b2c0fa62b2a0c86bba1e97f1b18f93250dbd551
feat(sqladmin): update the api https://github.com/googleapis/google-api-python-client/commit/cef24d829ab5be71563a2b668b8f6cf5dda2c8e4
diff --git a/docs/dyn/dns_v1beta2.changes.html b/docs/dyn/dns_v1beta2.changes.html
index b64cfd1..088925e 100644
--- a/docs/dyn/dns_v1beta2.changes.html
+++ b/docs/dyn/dns_v1beta2.changes.html
@@ -110,6 +110,93 @@
     { # A unit of data that is returned by the DNS servers.
       "kind": "dns#resourceRecordSet",
       "name": "A String", # For example, www.example.com.
+      "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+        "geo": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "geoPolicy": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "kind": "dns#rRSetRoutingPolicy",
+        "wrr": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+        "wrrPolicy": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+      },
       "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         "A String",
       ],
@@ -124,6 +211,93 @@
     { # A unit of data that is returned by the DNS servers.
       "kind": "dns#resourceRecordSet",
       "name": "A String", # For example, www.example.com.
+      "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+        "geo": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "geoPolicy": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "kind": "dns#rRSetRoutingPolicy",
+        "wrr": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+        "wrrPolicy": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+      },
       "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         "A String",
       ],
@@ -155,6 +329,93 @@
     { # A unit of data that is returned by the DNS servers.
       "kind": "dns#resourceRecordSet",
       "name": "A String", # For example, www.example.com.
+      "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+        "geo": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "geoPolicy": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "kind": "dns#rRSetRoutingPolicy",
+        "wrr": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+        "wrrPolicy": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+      },
       "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         "A String",
       ],
@@ -169,6 +430,93 @@
     { # A unit of data that is returned by the DNS servers.
       "kind": "dns#resourceRecordSet",
       "name": "A String", # For example, www.example.com.
+      "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+        "geo": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "geoPolicy": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "kind": "dns#rRSetRoutingPolicy",
+        "wrr": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+        "wrrPolicy": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+      },
       "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         "A String",
       ],
@@ -209,6 +557,93 @@
     { # A unit of data that is returned by the DNS servers.
       "kind": "dns#resourceRecordSet",
       "name": "A String", # For example, www.example.com.
+      "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+        "geo": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "geoPolicy": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "kind": "dns#rRSetRoutingPolicy",
+        "wrr": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+        "wrrPolicy": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+      },
       "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         "A String",
       ],
@@ -223,6 +658,93 @@
     { # A unit of data that is returned by the DNS servers.
       "kind": "dns#resourceRecordSet",
       "name": "A String", # For example, www.example.com.
+      "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+        "geo": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "geoPolicy": {
+          "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+            {
+              "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+              "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                "A String",
+              ],
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+        },
+        "kind": "dns#rRSetRoutingPolicy",
+        "wrr": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+        "wrrPolicy": {
+          "items": [
+            {
+              "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+              "rrdatas": [
+                "A String",
+              ],
+              "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                "A String",
+              ],
+              "weight": 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 non-negative.
+            },
+          ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        },
+      },
       "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
         "A String",
       ],
@@ -269,6 +791,93 @@
         { # A unit of data that is returned by the DNS servers.
           "kind": "dns#resourceRecordSet",
           "name": "A String", # For example, www.example.com.
+          "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+            "geo": {
+              "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+            },
+            "geoPolicy": {
+              "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+            },
+            "kind": "dns#rRSetRoutingPolicy",
+            "wrr": {
+              "items": [
+                {
+                  "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                    "A String",
+                  ],
+                  "weight": 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 non-negative.
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+            },
+            "wrrPolicy": {
+              "items": [
+                {
+                  "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                    "A String",
+                  ],
+                  "weight": 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 non-negative.
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+            },
+          },
           "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
             "A String",
           ],
@@ -283,6 +892,93 @@
         { # A unit of data that is returned by the DNS servers.
           "kind": "dns#resourceRecordSet",
           "name": "A String", # For example, www.example.com.
+          "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that is 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.
+            "geo": {
+              "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+            },
+            "geoPolicy": {
+              "failovers": [ # 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't be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+                {
+                  "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+                  "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+                    "A String",
+                  ],
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+            },
+            "kind": "dns#rRSetRoutingPolicy",
+            "wrr": {
+              "items": [
+                {
+                  "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                    "A String",
+                  ],
+                  "weight": 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 non-negative.
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+            },
+            "wrrPolicy": {
+              "items": [
+                {
+                  "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+                  "rrdatas": [
+                    "A String",
+                  ],
+                  "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+                    "A String",
+                  ],
+                  "weight": 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 non-negative.
+                },
+              ],
+              "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+            },
+          },
           "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
             "A String",
           ],