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.projects.managedZones.rrsets.html b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
index 914435e..4c098ef 100644
--- a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
+++ b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
@@ -108,51 +108,6 @@
{ # A unit of data that will be returned by the DNS servers.
"kind": "dns#resourceRecordSet",
"name": "A String", # For example, www.example.com.
- "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.
- {
- "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",
- "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 a decimal in the range [0,1].
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
- },
"rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
"A String",
],
@@ -175,51 +130,6 @@
{ # A unit of data that will be returned by the DNS servers.
"kind": "dns#resourceRecordSet",
"name": "A String", # For example, www.example.com.
- "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.
- {
- "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",
- "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 a decimal in the range [0,1].
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
- },
"rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
"A String",
],
@@ -245,12 +155,7 @@
Allowed values
1 - v1 error format
2 - v2 error format
-
-Returns:
- An object of the form:
-
- {
-}</pre>
+</pre>
</div>
<div class="method">
@@ -274,51 +179,6 @@
{ # A unit of data that will be returned by the DNS servers.
"kind": "dns#resourceRecordSet",
"name": "A String", # For example, www.example.com.
- "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.
- {
- "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",
- "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 a decimal in the range [0,1].
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
- },
"rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
"A String",
],
@@ -345,51 +205,6 @@
{ # A unit of data that will be returned by the DNS servers.
"kind": "dns#resourceRecordSet",
"name": "A String", # For example, www.example.com.
- "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.
- {
- "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",
- "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 a decimal in the range [0,1].
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
- },
"rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
"A String",
],
@@ -412,51 +227,6 @@
{ # A unit of data that will be returned by the DNS servers.
"kind": "dns#resourceRecordSet",
"name": "A String", # For example, www.example.com.
- "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.
- {
- "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",
- "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 a decimal in the range [0,1].
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
- },
"rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
"A String",
],