Skip to content

Commit

Permalink
feat(dns): update the api
Browse files Browse the repository at this point in the history
#### dns:v1

The following keys were added:
- schemas.Quota.properties.internetHealthChecksPerManagedZone (Total Keys: 2)
- schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1)
- schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2)

#### dns:v1beta2

The following keys were added:
- schemas.Quota.properties.internetHealthChecksPerManagedZone (Total Keys: 2)
- schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1)
- schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jul 30, 2024
1 parent 0187753 commit 7edc7a1
Show file tree
Hide file tree
Showing 10 changed files with 738 additions and 2 deletions.
104 changes: 104 additions & 0 deletions docs/dyn/dns_v1.changes.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/dyn/dns_v1.projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ <h3>Method Details</h3>
&quot;gkeClustersPerManagedZone&quot;: 42, # Maximum allowed number of GKE clusters to which a privately scoped zone can be attached.
&quot;gkeClustersPerPolicy&quot;: 42, # Maximum allowed number of GKE clusters per policy.
&quot;gkeClustersPerResponsePolicy&quot;: 42, # Maximum allowed number of GKE clusters per response policy.
&quot;internetHealthChecksPerManagedZone&quot;: 42,
&quot;itemsPerRoutingPolicy&quot;: 42, # Maximum allowed number of items per routing policy.
&quot;kind&quot;: &quot;dns#quota&quot;,
&quot;managedZones&quot;: 42, # Maximum allowed number of managed zones in the project.
Expand Down
78 changes: 78 additions & 0 deletions docs/dyn/dns_v1.resourceRecordSets.html

Large diffs are not rendered by default.

104 changes: 104 additions & 0 deletions docs/dyn/dns_v1.responsePolicyRules.html

Large diffs are not rendered by default.

152 changes: 152 additions & 0 deletions docs/dyn/dns_v1beta2.changes.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/dyn/dns_v1beta2.projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ <h3>Method Details</h3>
&quot;gkeClustersPerManagedZone&quot;: 42, # Maximum allowed number of GKE clusters to which a privately scoped zone can be attached.
&quot;gkeClustersPerPolicy&quot;: 42, # Maximum allowed number of GKE clusters per policy.
&quot;gkeClustersPerResponsePolicy&quot;: 42, # Maximum allowed number of GKE clusters per response policy.
&quot;internetHealthChecksPerManagedZone&quot;: 42,
&quot;itemsPerRoutingPolicy&quot;: 42, # Maximum allowed number of items per routing policy.
&quot;kind&quot;: &quot;dns#quota&quot;,
&quot;managedZones&quot;: 42, # Maximum allowed number of managed zones in the project.
Expand Down
114 changes: 114 additions & 0 deletions docs/dyn/dns_v1beta2.resourceRecordSets.html

Large diffs are not rendered by default.

152 changes: 152 additions & 0 deletions docs/dyn/dns_v1beta2.responsePolicyRules.html

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion googleapiclient/discovery_cache/documents/dns.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@
}
}
},
"revision": "20240627",
"revision": "20240719",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -2893,6 +2893,10 @@
"format": "int32",
"type": "integer"
},
"internetHealthChecksPerManagedZone": {
"format": "int32",
"type": "integer"
},
"itemsPerRoutingPolicy": {
"description": "Maximum allowed number of items per routing policy.",
"format": "int32",
Expand Down Expand Up @@ -3009,6 +3013,10 @@
"geo": {
"$ref": "RRSetRoutingPolicyGeoPolicy"
},
"healthCheck": {
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
"type": "string"
},
"kind": {
"default": "dns#rRSetRoutingPolicy",
"type": "string"
Expand Down Expand Up @@ -3080,6 +3088,13 @@
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
"id": "RRSetRoutingPolicyHealthCheckTargets",
"properties": {
"externalEndpoints": {
"description": "The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)",
"items": {
"type": "string"
},
"type": "array"
},
"internalLoadBalancers": {
"description": "Configuration for internal load balancers to be health checked.",
"items": {
Expand Down
17 changes: 16 additions & 1 deletion googleapiclient/discovery_cache/documents/dns.v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@
}
}
},
"revision": "20240627",
"revision": "20240719",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -2890,6 +2890,10 @@
"format": "int32",
"type": "integer"
},
"internetHealthChecksPerManagedZone": {
"format": "int32",
"type": "integer"
},
"itemsPerRoutingPolicy": {
"description": "Maximum allowed number of items per routing policy.",
"format": "int32",
Expand Down Expand Up @@ -3010,6 +3014,10 @@
"$ref": "RRSetRoutingPolicyGeoPolicy",
"deprecated": true
},
"healthCheck": {
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
"type": "string"
},
"kind": {
"default": "dns#rRSetRoutingPolicy",
"type": "string"
Expand Down Expand Up @@ -3085,6 +3093,13 @@
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
"id": "RRSetRoutingPolicyHealthCheckTargets",
"properties": {
"externalEndpoints": {
"description": "The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)",
"items": {
"type": "string"
},
"type": "array"
},
"internalLoadBalancers": {
"description": "Configuration for internal load balancers to be health checked.",
"items": {
Expand Down

0 comments on commit 7edc7a1

Please sign in to comment.