Skip to content

Commit 35ef810

Browse files
feat(dns): update the api
#### dns:v1 The following keys were added: - schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1) - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2) #### dns:v1beta2 The following keys were added: - schemas.RRSetRoutingPolicy.properties.healthCheck.type (Total Keys: 1) - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints (Total Keys: 2)
1 parent 0c5d813 commit 35ef810

File tree

8 files changed

+1172
-444
lines changed

8 files changed

+1172
-444
lines changed

docs/dyn/dns_v1.changes.html

Lines changed: 168 additions & 64 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1.resourceRecordSets.html

Lines changed: 126 additions & 48 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1.responsePolicyRules.html

Lines changed: 168 additions & 64 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1beta2.changes.html

Lines changed: 248 additions & 96 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1beta2.resourceRecordSets.html

Lines changed: 186 additions & 72 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1beta2.responsePolicyRules.html

Lines changed: 248 additions & 96 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/dns.v1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@
18241824
}
18251825
}
18261826
},
1827-
"revision": "20231110",
1827+
"revision": "20231209",
18281828
"rootUrl": "https://dns.googleapis.com/",
18291829
"schemas": {
18301830
"Change": {
@@ -3025,6 +3025,10 @@
30253025
"geo": {
30263026
"$ref": "RRSetRoutingPolicyGeoPolicy"
30273027
},
3028+
"healthCheck": {
3029+
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
3030+
"type": "string"
3031+
},
30283032
"kind": {
30293033
"default": "dns#rRSetRoutingPolicy",
30303034
"type": "string"
@@ -3093,10 +3097,18 @@
30933097
"type": "object"
30943098
},
30953099
"RRSetRoutingPolicyHealthCheckTargets": {
3096-
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
3100+
"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.",
30973101
"id": "RRSetRoutingPolicyHealthCheckTargets",
30983102
"properties": {
3103+
"externalEndpoints": {
3104+
"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)",
3105+
"items": {
3106+
"type": "string"
3107+
},
3108+
"type": "array"
3109+
},
30993110
"internalLoadBalancers": {
3111+
"description": "Configuration for internal load balancers to be health checked.",
31003112
"items": {
31013113
"$ref": "RRSetRoutingPolicyLoadBalancerTarget"
31023114
},

googleapiclient/discovery_cache/documents/dns.v1beta2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@
18211821
}
18221822
}
18231823
},
1824-
"revision": "20231110",
1824+
"revision": "20231209",
18251825
"rootUrl": "https://dns.googleapis.com/",
18261826
"schemas": {
18271827
"Change": {
@@ -3026,6 +3026,10 @@
30263026
"$ref": "RRSetRoutingPolicyGeoPolicy",
30273027
"deprecated": true
30283028
},
3029+
"healthCheck": {
3030+
"description": "The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks",
3031+
"type": "string"
3032+
},
30293033
"kind": {
30303034
"default": "dns#rRSetRoutingPolicy",
30313035
"type": "string"
@@ -3098,10 +3102,18 @@
30983102
"type": "object"
30993103
},
31003104
"RRSetRoutingPolicyHealthCheckTargets": {
3101-
"description": "HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.",
3105+
"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.",
31023106
"id": "RRSetRoutingPolicyHealthCheckTargets",
31033107
"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+
},
31043115
"internalLoadBalancers": {
3116+
"description": "Configuration for internal load balancers to be health checked.",
31053117
"items": {
31063118
"$ref": "RRSetRoutingPolicyLoadBalancerTarget"
31073119
},

0 commit comments

Comments
 (0)