Skip to content

Commit 7edc7a1

Browse files
feat(dns): update the api
#### 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)
1 parent 0187753 commit 7edc7a1

10 files changed

+738
-2
lines changed

docs/dyn/dns_v1.changes.html

Lines changed: 104 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1.projects.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ <h3>Method Details</h3>
110110
&quot;gkeClustersPerManagedZone&quot;: 42, # Maximum allowed number of GKE clusters to which a privately scoped zone can be attached.
111111
&quot;gkeClustersPerPolicy&quot;: 42, # Maximum allowed number of GKE clusters per policy.
112112
&quot;gkeClustersPerResponsePolicy&quot;: 42, # Maximum allowed number of GKE clusters per response policy.
113+
&quot;internetHealthChecksPerManagedZone&quot;: 42,
113114
&quot;itemsPerRoutingPolicy&quot;: 42, # Maximum allowed number of items per routing policy.
114115
&quot;kind&quot;: &quot;dns#quota&quot;,
115116
&quot;managedZones&quot;: 42, # Maximum allowed number of managed zones in the project.

docs/dyn/dns_v1.resourceRecordSets.html

Lines changed: 78 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1.responsePolicyRules.html

Lines changed: 104 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1beta2.changes.html

Lines changed: 152 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1beta2.projects.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ <h3>Method Details</h3>
110110
&quot;gkeClustersPerManagedZone&quot;: 42, # Maximum allowed number of GKE clusters to which a privately scoped zone can be attached.
111111
&quot;gkeClustersPerPolicy&quot;: 42, # Maximum allowed number of GKE clusters per policy.
112112
&quot;gkeClustersPerResponsePolicy&quot;: 42, # Maximum allowed number of GKE clusters per response policy.
113+
&quot;internetHealthChecksPerManagedZone&quot;: 42,
113114
&quot;itemsPerRoutingPolicy&quot;: 42, # Maximum allowed number of items per routing policy.
114115
&quot;kind&quot;: &quot;dns#quota&quot;,
115116
&quot;managedZones&quot;: 42, # Maximum allowed number of managed zones in the project.

docs/dyn/dns_v1beta2.resourceRecordSets.html

Lines changed: 114 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1beta2.responsePolicyRules.html

Lines changed: 152 additions & 0 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/dns.v1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@
18241824
}
18251825
}
18261826
},
1827-
"revision": "20240627",
1827+
"revision": "20240719",
18281828
"rootUrl": "https://dns.googleapis.com/",
18291829
"schemas": {
18301830
"Change": {
@@ -2893,6 +2893,10 @@
28932893
"format": "int32",
28942894
"type": "integer"
28952895
},
2896+
"internetHealthChecksPerManagedZone": {
2897+
"format": "int32",
2898+
"type": "integer"
2899+
},
28962900
"itemsPerRoutingPolicy": {
28972901
"description": "Maximum allowed number of items per routing policy.",
28982902
"format": "int32",
@@ -3009,6 +3013,10 @@
30093013
"geo": {
30103014
"$ref": "RRSetRoutingPolicyGeoPolicy"
30113015
},
3016+
"healthCheck": {
3017+
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
3018+
"type": "string"
3019+
},
30123020
"kind": {
30133021
"default": "dns#rRSetRoutingPolicy",
30143022
"type": "string"
@@ -3080,6 +3088,13 @@
30803088
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
30813089
"id": "RRSetRoutingPolicyHealthCheckTargets",
30823090
"properties": {
3091+
"externalEndpoints": {
3092+
"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)",
3093+
"items": {
3094+
"type": "string"
3095+
},
3096+
"type": "array"
3097+
},
30833098
"internalLoadBalancers": {
30843099
"description": "Configuration for internal load balancers to be health checked.",
30853100
"items": {

googleapiclient/discovery_cache/documents/dns.v1beta2.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@
18211821
}
18221822
}
18231823
},
1824-
"revision": "20240627",
1824+
"revision": "20240719",
18251825
"rootUrl": "https://dns.googleapis.com/",
18261826
"schemas": {
18271827
"Change": {
@@ -2890,6 +2890,10 @@
28902890
"format": "int32",
28912891
"type": "integer"
28922892
},
2893+
"internetHealthChecksPerManagedZone": {
2894+
"format": "int32",
2895+
"type": "integer"
2896+
},
28932897
"itemsPerRoutingPolicy": {
28942898
"description": "Maximum allowed number of items per routing policy.",
28952899
"format": "int32",
@@ -3010,6 +3014,10 @@
30103014
"$ref": "RRSetRoutingPolicyGeoPolicy",
30113015
"deprecated": true
30123016
},
3017+
"healthCheck": {
3018+
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
3019+
"type": "string"
3020+
},
30133021
"kind": {
30143022
"default": "dns#rRSetRoutingPolicy",
30153023
"type": "string"
@@ -3085,6 +3093,13 @@
30853093
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
30863094
"id": "RRSetRoutingPolicyHealthCheckTargets",
30873095
"properties": {
3096+
"externalEndpoints": {
3097+
"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)",
3098+
"items": {
3099+
"type": "string"
3100+
},
3101+
"type": "array"
3102+
},
30883103
"internalLoadBalancers": {
30893104
"description": "Configuration for internal load balancers to be health checked.",
30903105
"items": {

0 commit comments

Comments
 (0)