chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
index c241c07..0ac2f2b 100644
--- a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
+++ b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
@@ -106,61 +106,61 @@
     The object takes the form of:
 
 { # A unit of data that will be returned by the DNS servers.
-  "name": "A String", # For example, www.example.com.
-  "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-    "A String",
-  ],
+  "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
   "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
     "A String",
   ],
-  "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+  "name": "A String", # For example, www.example.com.
+  "kind": "dns#resourceRecordSet",
+  "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+    "A String",
+  ],
   "routingPolicy": { # 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.
-    "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 - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+    "wrrPolicy": {
+      "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+      "items": [
         {
+          "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 a decimal in the range [0,1].
           "rrdatas": [
             "A String",
           ],
-          "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.
-          "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+          "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
             "A String",
           ],
+          "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
         },
       ],
+    },
+    "geoPolicy": {
+      "kind": "dns#rRSetRoutingPolicyGeoPolicy",
       "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
         {
           "rrdatas": [
             "A String",
           ],
-          "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.
           "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
             "A String",
           ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
         },
       ],
-      "kind": "dns#rRSetRoutingPolicyGeoPolicy",
-    },
-    "kind": "dns#rRSetRoutingPolicy",
-    "wrrPolicy": {
-      "kind": "dns#rRSetRoutingPolicyWrrPolicy",
-      "items": [
+      "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 - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
         {
-          "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
-            "A String",
-          ],
           "rrdatas": [
             "A String",
           ],
-          "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
-          "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 a decimal in the range [0,1].
+          "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.
+          "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+            "A String",
+          ],
+          "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
         },
       ],
     },
+    "kind": "dns#rRSetRoutingPolicy",
   },
-  "kind": "dns#resourceRecordSet",
-  "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+  "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
 }
 
   clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
@@ -173,61 +173,61 @@
   An object of the form:
 
     { # A unit of data that will be returned by the DNS servers.
-    "name": "A String", # For example, www.example.com.
-    "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-      "A String",
-    ],
+    "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
     "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
       "A String",
     ],
-    "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+    "name": "A String", # For example, www.example.com.
+    "kind": "dns#resourceRecordSet",
+    "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+      "A String",
+    ],
     "routingPolicy": { # 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.
-      "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 - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+      "wrrPolicy": {
+        "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+        "items": [
           {
+            "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 a decimal in the range [0,1].
             "rrdatas": [
               "A String",
             ],
-            "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.
-            "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+            "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
               "A String",
             ],
+            "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
           },
         ],
+      },
+      "geoPolicy": {
+        "kind": "dns#rRSetRoutingPolicyGeoPolicy",
         "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
           {
             "rrdatas": [
               "A String",
             ],
-            "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.
             "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
               "A String",
             ],
+            "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
           },
         ],
-        "kind": "dns#rRSetRoutingPolicyGeoPolicy",
-      },
-      "kind": "dns#rRSetRoutingPolicy",
-      "wrrPolicy": {
-        "kind": "dns#rRSetRoutingPolicyWrrPolicy",
-        "items": [
+        "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 - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
           {
-            "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
-              "A String",
-            ],
             "rrdatas": [
               "A String",
             ],
-            "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
-            "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 a decimal in the range [0,1].
+            "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.
+            "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+              "A String",
+            ],
+            "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
           },
         ],
       },
+      "kind": "dns#rRSetRoutingPolicy",
     },
-    "kind": "dns#resourceRecordSet",
-    "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+    "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   }</pre>
 </div>
 
@@ -272,61 +272,61 @@
   An object of the form:
 
     { # A unit of data that will be returned by the DNS servers.
-    &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-    &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-      &quot;A String&quot;,
-    ],
+    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
     &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
       &quot;A String&quot;,
     ],
-    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+    &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+    &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;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;wrrPolicy&quot;: {
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
               &quot;A String&quot;,
             ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
               &quot;A String&quot;,
             ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
           },
         ],
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-      },
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-      &quot;wrrPolicy&quot;: {
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        &quot;items&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 wrr_rrdata.
-              &quot;A String&quot;,
-            ],
             &quot;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-            &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            &quot;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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
           },
         ],
       },
+      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
     },
-    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   }</pre>
 </div>
 
@@ -343,61 +343,61 @@
     The object takes the form of:
 
 { # A unit of data that will be returned by the DNS servers.
-  &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-  &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-    &quot;A String&quot;,
-  ],
+  &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
   &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
     &quot;A String&quot;,
   ],
-  &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+  &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+  &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;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;wrrPolicy&quot;: {
+      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;rrdatas&quot;: [
             &quot;A String&quot;,
           ],
-          &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+          &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
             &quot;A String&quot;,
           ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
             &quot;A String&quot;,
           ],
-          &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
             &quot;A String&quot;,
           ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
         },
       ],
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-    },
-    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-    &quot;wrrPolicy&quot;: {
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-      &quot;items&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 wrr_rrdata.
-            &quot;A String&quot;,
-          ],
           &quot;rrdatas&quot;: [
             &quot;A String&quot;,
           ],
-          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-          &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+          &quot;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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+            &quot;A String&quot;,
+          ],
+          &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
         },
       ],
     },
+    &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
   },
-  &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-  &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+  &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
 }
 
   clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
@@ -410,61 +410,61 @@
   An object of the form:
 
     { # A unit of data that will be returned by the DNS servers.
-    &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
-    &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
-      &quot;A String&quot;,
-    ],
+    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
     &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
       &quot;A String&quot;,
     ],
-    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+    &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
+    &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;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;wrrPolicy&quot;: {
+        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&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;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+            &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
               &quot;A String&quot;,
             ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&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;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
               &quot;A String&quot;,
             ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
           },
         ],
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
-      },
-      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
-      &quot;wrrPolicy&quot;: {
-        &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
-        &quot;items&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 wrr_rrdata.
-              &quot;A String&quot;,
-            ],
             &quot;rrdatas&quot;: [
               &quot;A String&quot;,
             ],
-            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
-            &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+            &quot;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;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
+              &quot;A String&quot;,
+            ],
+            &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
           },
         ],
       },
+      &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
     },
-    &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
-    &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
+    &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
   }</pre>
 </div>