google-apis-domains_v1alpha2 0.41.0 → 0.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dade622b8b9dbb91d8b742d366864b2327283fd651f042d82f30811a8c2abc8
4
- data.tar.gz: 7412c6185eb15d66f81ddeb794d894a49025353bb69941c45ea51e31194450c1
3
+ metadata.gz: 7d916f2b0665c1ba180886c153539d07a3cfe783d6159d5c18bc038b60a11d54
4
+ data.tar.gz: a1263d0362ac771f0e11b9f9fb2658e58e74f9a3b07fcd2caef549ebc48c5a39
5
5
  SHA512:
6
- metadata.gz: b507ac5ca3a10814eb943b8a86c0e0895af3e69b577a4403d3def5fb5b008d5c7452de0b19c71398e55570d845cf37fd28f2ccbdec085bb308346aac0b1c015c
7
- data.tar.gz: 3faa860ee4bd2aa60caf2179603cfddde525c20d92333d09f4a3e92dacd6e146ad4f5bb2fee11d02d0248d80272aaadbe7bb75c3d3de76fef293b4d15dcd436c
6
+ metadata.gz: 95a6926d4eaf02b7515c09f34b4a828022c891e78c72c2832c9d3f02f5aecba1ff64829cc6a077f280df6062efea1c9328413aae9497e641b838ff57cf87e654
7
+ data.tar.gz: 3dfdec0d90ab86456d3f6cdd6ecd99b3df7bd43ec9ca626a66ac8dc8d7fafe106f7809cc20f10d81dde454f55aa73bb91e6152e13196f01bc9c2cbdc378c42ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-domains_v1alpha2
2
2
 
3
+ ### v0.42.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250225
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.41.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241209
@@ -752,7 +752,8 @@ module Google
752
752
 
753
753
  # HealthCheckTargets describes endpoints to health-check when responding to
754
754
  # 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.
756
757
  # Corresponds to the JSON property `healthCheckedTargets`
757
758
  # @return [Google::Apis::DomainsV1alpha2::HealthCheckTargets]
758
759
  attr_accessor :health_checked_targets
@@ -769,9 +770,9 @@ module Google
769
770
  # @return [Array<String>]
770
771
  attr_accessor :rrdata
771
772
 
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.
775
776
  # Corresponds to the JSON property `signatureRrdata`
776
777
  # @return [Array<String>]
777
778
  attr_accessor :signature_rrdata
@@ -872,7 +873,8 @@ module Google
872
873
 
873
874
  # HealthCheckTargets describes endpoints to health-check when responding to
874
875
  # 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.
876
878
  class HealthCheckTargets
877
879
  include Google::Apis::Core::Hashable
878
880
 
@@ -1583,7 +1585,8 @@ module Google
1583
1585
 
1584
1586
  # HealthCheckTargets describes endpoints to health-check when responding to
1585
1587
  # 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.
1587
1590
  # Corresponds to the JSON property `primaryTargets`
1588
1591
  # @return [Google::Apis::DomainsV1alpha2::HealthCheckTargets]
1589
1592
  attr_accessor :primary_targets
@@ -1624,9 +1627,10 @@ module Google
1624
1627
  # @return [Google::Apis::DomainsV1alpha2::GeoPolicy]
1625
1628
  attr_accessor :geo_policy
1626
1629
 
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
1630
1634
  # Corresponds to the JSON property `healthCheck`
1631
1635
  # @return [String]
1632
1636
  attr_accessor :health_check
@@ -2437,7 +2441,8 @@ module Google
2437
2441
 
2438
2442
  # HealthCheckTargets describes endpoints to health-check when responding to
2439
2443
  # Routing Policy queries. Only the healthy endpoints will be included in the
2440
- # response.
2444
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2445
+ # set both.
2441
2446
  # Corresponds to the JSON property `healthCheckedTargets`
2442
2447
  # @return [Google::Apis::DomainsV1alpha2::HealthCheckTargets]
2443
2448
  attr_accessor :health_checked_targets
@@ -2447,9 +2452,9 @@ module Google
2447
2452
  # @return [Array<String>]
2448
2453
  attr_accessor :rrdata
2449
2454
 
2450
- # DNSSEC generated signatures for all the `rrdata` within this item. Note that
2451
- # if health checked targets are provided for DNSSEC enabled zones, there's a
2452
- # restriction of 1 IP address per item.
2455
+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
2456
+ # health-checked targets for DNSSEC-enabled zones, you can only use at most one
2457
+ # health-checked IP address per item.
2453
2458
  # Corresponds to the JSON property `signatureRrdata`
2454
2459
  # @return [Array<String>]
2455
2460
  attr_accessor :signature_rrdata
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DomainsV1alpha2
18
18
  # Version of the google-apis-domains_v1alpha2 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241209"
25
+ REVISION = "20250225"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-domains_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.42.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1alpha2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Domains API V1alpha2
82
79
  test_files: []