Skip to content

Commit c45c953

Browse files
feat: Automated regeneration of dns v1beta2 client (googleapis#22037)
Auto-created at 2025-03-09 10:39:25 +0000 using the toys pull request generator.
1 parent 937c78a commit c45c953

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

generated/google-apis-dns_v1beta2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dns_v1beta2
22

3+
### v0.50.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250227
6+
37
### v0.49.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250102

generated/google-apis-dns_v1beta2/lib/google/apis/dns_v1beta2/classes.rb

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,9 +2015,10 @@ class RrSetRoutingPolicy
20152015
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
20162016
attr_accessor :geo_policy
20172017

2018-
# The selfLink attribute of the HealthCheck resource to use for this
2019-
# RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
2020-
# healthChecks
2018+
# The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
2019+
# Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
2020+
# global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
2021+
# reference/rest/v1/healthChecks
20212022
# Corresponds to the JSON property `healthCheck`
20222023
# @return [String]
20232024
attr_accessor :health_check
@@ -2105,7 +2106,8 @@ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
21052106

21062107
# HealthCheckTargets describes endpoints to health-check when responding to
21072108
# Routing Policy queries. Only the healthy endpoints will be included in the
2108-
# response.
2109+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2110+
# set both.
21092111
# Corresponds to the JSON property `healthCheckedTargets`
21102112
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
21112113
attr_accessor :health_checked_targets
@@ -2127,9 +2129,9 @@ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
21272129
# @return [Array<String>]
21282130
attr_accessor :rrdatas
21292131

2130-
# DNSSEC generated signatures for all the `rrdata` within this item. If health
2131-
# checked targets are provided for DNSSEC enabled zones, there's a restriction
2132-
# of 1 IP address per item.
2132+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
2133+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
2134+
# health-checked IP address per item.
21332135
# Corresponds to the JSON property `signatureRrdatas`
21342136
# @return [Array<String>]
21352137
attr_accessor :signature_rrdatas
@@ -2150,7 +2152,8 @@ def update!(**args)
21502152

21512153
# HealthCheckTargets describes endpoints to health-check when responding to
21522154
# Routing Policy queries. Only the healthy endpoints will be included in the
2153-
# response.
2155+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2156+
# set both.
21542157
class RrSetRoutingPolicyHealthCheckTargets
21552158
include Google::Apis::Core::Hashable
21562159

@@ -2264,7 +2267,8 @@ class RrSetRoutingPolicyPrimaryBackupPolicy
22642267

22652268
# HealthCheckTargets describes endpoints to health-check when responding to
22662269
# Routing Policy queries. Only the healthy endpoints will be included in the
2267-
# response.
2270+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2271+
# set both.
22682272
# Corresponds to the JSON property `primaryTargets`
22692273
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
22702274
attr_accessor :primary_targets
@@ -2319,7 +2323,8 @@ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
23192323

23202324
# HealthCheckTargets describes endpoints to health-check when responding to
23212325
# Routing Policy queries. Only the healthy endpoints will be included in the
2322-
# response.
2326+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2327+
# set both.
23232328
# Corresponds to the JSON property `healthCheckedTargets`
23242329
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
23252330
attr_accessor :health_checked_targets
@@ -2334,9 +2339,9 @@ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
23342339
# @return [Array<String>]
23352340
attr_accessor :rrdatas
23362341

2337-
# DNSSEC generated signatures for all the `rrdata` within this item. Note that
2338-
# if health checked targets are provided for DNSSEC enabled zones, there's a
2339-
# restriction of 1 IP address per item.
2342+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
2343+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
2344+
# health-checked IP address per item.
23402345
# Corresponds to the JSON property `signatureRrdatas`
23412346
# @return [Array<String>]
23422347
attr_accessor :signature_rrdatas

generated/google-apis-dns_v1beta2/lib/google/apis/dns_v1beta2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DnsV1beta2
1818
# Version of the google-apis-dns_v1beta2 gem
19-
GEM_VERSION = "0.49.0"
19+
GEM_VERSION = "0.50.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250102"
25+
REVISION = "20250227"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)