Skip to content

Commit fe49fd7

Browse files
feat(dns): update the api
#### dns:v1 The following keys were deleted: - schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1) - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2) #### dns:v1beta2 The following keys were deleted: - schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1) - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2)
1 parent 987da0b commit fe49fd7

File tree

8 files changed

+2
-728
lines changed

8 files changed

+2
-728
lines changed

docs/dyn/dns_v1.changes.html

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

docs/dyn/dns_v1.resourceRecordSets.html

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

docs/dyn/dns_v1.responsePolicyRules.html

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

docs/dyn/dns_v1beta2.changes.html

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

docs/dyn/dns_v1beta2.resourceRecordSets.html

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

docs/dyn/dns_v1beta2.responsePolicyRules.html

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

googleapiclient/discovery_cache/documents/dns.v1.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@
18241824
}
18251825
}
18261826
},
1827-
"revision": "20240413",
1827+
"revision": "20240428",
18281828
"rootUrl": "https://dns.googleapis.com/",
18291829
"schemas": {
18301830
"Change": {
@@ -3030,10 +3030,6 @@
30303030
"geo": {
30313031
"$ref": "RRSetRoutingPolicyGeoPolicy"
30323032
},
3033-
"healthCheck": {
3034-
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
3035-
"type": "string"
3036-
},
30373033
"kind": {
30383034
"default": "dns#rRSetRoutingPolicy",
30393035
"type": "string"
@@ -3105,13 +3101,6 @@
31053101
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Only one of internal_load_balancer and external_endpoints should be set.",
31063102
"id": "RRSetRoutingPolicyHealthCheckTargets",
31073103
"properties": {
3108-
"externalEndpoints": {
3109-
"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)",
3110-
"items": {
3111-
"type": "string"
3112-
},
3113-
"type": "array"
3114-
},
31153104
"internalLoadBalancers": {
31163105
"description": "Configuration for internal load balancers to be health checked.",
31173106
"items": {

googleapiclient/discovery_cache/documents/dns.v1beta2.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@
18211821
}
18221822
}
18231823
},
1824-
"revision": "20240413",
1824+
"revision": "20240428",
18251825
"rootUrl": "https://dns.googleapis.com/",
18261826
"schemas": {
18271827
"Change": {
@@ -3031,10 +3031,6 @@
30313031
"$ref": "RRSetRoutingPolicyGeoPolicy",
30323032
"deprecated": true
30333033
},
3034-
"healthCheck": {
3035-
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
3036-
"type": "string"
3037-
},
30383034
"kind": {
30393035
"default": "dns#rRSetRoutingPolicy",
30403036
"type": "string"
@@ -3110,13 +3106,6 @@
31103106
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Only one of internal_load_balancer and external_endpoints should be set.",
31113107
"id": "RRSetRoutingPolicyHealthCheckTargets",
31123108
"properties": {
3113-
"externalEndpoints": {
3114-
"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)",
3115-
"items": {
3116-
"type": "string"
3117-
},
3118-
"type": "array"
3119-
},
31203109
"internalLoadBalancers": {
31213110
"description": "Configuration for internal load balancers to be health checked.",
31223111
"items": {

0 commit comments

Comments
 (0)