Skip to content

Commit 2bd5232

Browse files
feat: Automated regeneration of domains v1beta1 client (googleapis#22016)
Auto-created at 2025-03-09 10:21:08 +0000 using the toys pull request generator.
1 parent 62ff4fa commit 2bd5232

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed

generated/google-apis-domains_v1beta1/CHANGELOG.md

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

3+
### v0.42.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250225
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.41.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241209

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

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@ class GeoPolicyItem
752752

753753
# HealthCheckTargets describes endpoints to health-check when responding to
754754
# Routing Policy queries. Only the healthy endpoints will be included in the
755-
# response.
755+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
756+
# set both.
756757
# Corresponds to the JSON property `healthCheckedTargets`
757758
# @return [Google::Apis::DomainsV1beta1::HealthCheckTargets]
758759
attr_accessor :health_checked_targets
@@ -769,9 +770,9 @@ class GeoPolicyItem
769770
# @return [Array<String>]
770771
attr_accessor :rrdata
771772

772-
# DNSSEC generated signatures for all the `rrdata` within this item. If health
773-
# checked targets are provided for DNSSEC enabled zones, there's a restriction
774-
# of 1 IP address per item.
773+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
774+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
775+
# health-checked IP address per item.
775776
# Corresponds to the JSON property `signatureRrdata`
776777
# @return [Array<String>]
777778
attr_accessor :signature_rrdata
@@ -872,7 +873,8 @@ def update!(**args)
872873

873874
# HealthCheckTargets describes endpoints to health-check when responding to
874875
# Routing Policy queries. Only the healthy endpoints will be included in the
875-
# response.
876+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
877+
# set both.
876878
class HealthCheckTargets
877879
include Google::Apis::Core::Hashable
878880

@@ -1583,7 +1585,8 @@ class PrimaryBackupPolicy
15831585

15841586
# HealthCheckTargets describes endpoints to health-check when responding to
15851587
# Routing Policy queries. Only the healthy endpoints will be included in the
1586-
# response.
1588+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
1589+
# set both.
15871590
# Corresponds to the JSON property `primaryTargets`
15881591
# @return [Google::Apis::DomainsV1beta1::HealthCheckTargets]
15891592
attr_accessor :primary_targets
@@ -1624,9 +1627,10 @@ class RrSetRoutingPolicy
16241627
# @return [Google::Apis::DomainsV1beta1::GeoPolicy]
16251628
attr_accessor :geo_policy
16261629

1627-
# The selfLink attribute of the HealthCheck resource to use for this
1628-
# RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
1629-
# healthChecks
1630+
# The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
1631+
# Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
1632+
# global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
1633+
# reference/rest/v1/healthChecks
16301634
# Corresponds to the JSON property `healthCheck`
16311635
# @return [String]
16321636
attr_accessor :health_check
@@ -2431,7 +2435,8 @@ class WrrPolicyItem
24312435

24322436
# HealthCheckTargets describes endpoints to health-check when responding to
24332437
# Routing Policy queries. Only the healthy endpoints will be included in the
2434-
# response.
2438+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2439+
# set both.
24352440
# Corresponds to the JSON property `healthCheckedTargets`
24362441
# @return [Google::Apis::DomainsV1beta1::HealthCheckTargets]
24372442
attr_accessor :health_checked_targets
@@ -2441,9 +2446,9 @@ class WrrPolicyItem
24412446
# @return [Array<String>]
24422447
attr_accessor :rrdata
24432448

2444-
# DNSSEC generated signatures for all the `rrdata` within this item. Note that
2445-
# if health checked targets are provided for DNSSEC enabled zones, there's a
2446-
# restriction of 1 IP address per item.
2449+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
2450+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
2451+
# health-checked IP address per item.
24472452
# Corresponds to the JSON property `signatureRrdata`
24482453
# @return [Array<String>]
24492454
attr_accessor :signature_rrdata

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DomainsV1beta1
1818
# Version of the google-apis-domains_v1beta1 gem
19-
GEM_VERSION = "0.41.0"
19+
GEM_VERSION = "0.42.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

0 commit comments

Comments
 (0)