google-apis-dns_v1beta2 0.49.0 → 0.50.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1beta2/classes.rb +18 -13
- data/lib/google/apis/dns_v1beta2/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86aa8779e86200f6b235f36b234466b720d262495494afa5d64c8e862ac5b838
|
4
|
+
data.tar.gz: e6cfd679d3f374a6d3dcf518fb4bf9f3225092cc019d88fb9379af378b94454a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71af52c6468fe30cc5c37fa660bc57fc492c2123ffce796849033cbf56858226ab0990e2923fdf1ccc6972722be9f2718b0cef53545d3f68de97ebd6a67767b8
|
7
|
+
data.tar.gz: 9dd0103de811077a72e0c11e41f3d052f88e7495c54a13c342100b750015bc28c594056cd521e4e36909b1592b69c248ba3dae11d405cac1ff305f2a190e3d5b
|
data/CHANGELOG.md
CHANGED
@@ -2015,9 +2015,10 @@ module Google
|
|
2015
2015
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
|
2016
2016
|
attr_accessor :geo_policy
|
2017
2017
|
|
2018
|
-
# The
|
2019
|
-
#
|
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
|
2021
2022
|
# Corresponds to the JSON property `healthCheck`
|
2022
2023
|
# @return [String]
|
2023
2024
|
attr_accessor :health_check
|
@@ -2105,7 +2106,8 @@ module Google
|
|
2105
2106
|
|
2106
2107
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2107
2108
|
# 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.
|
2109
2111
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2110
2112
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2111
2113
|
attr_accessor :health_checked_targets
|
@@ -2127,9 +2129,9 @@ module Google
|
|
2127
2129
|
# @return [Array<String>]
|
2128
2130
|
attr_accessor :rrdatas
|
2129
2131
|
|
2130
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2131
|
-
# checked targets
|
2132
|
-
#
|
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.
|
2133
2135
|
# Corresponds to the JSON property `signatureRrdatas`
|
2134
2136
|
# @return [Array<String>]
|
2135
2137
|
attr_accessor :signature_rrdatas
|
@@ -2150,7 +2152,8 @@ module Google
|
|
2150
2152
|
|
2151
2153
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2152
2154
|
# 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.
|
2154
2157
|
class RrSetRoutingPolicyHealthCheckTargets
|
2155
2158
|
include Google::Apis::Core::Hashable
|
2156
2159
|
|
@@ -2264,7 +2267,8 @@ module Google
|
|
2264
2267
|
|
2265
2268
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2266
2269
|
# 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.
|
2268
2272
|
# Corresponds to the JSON property `primaryTargets`
|
2269
2273
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2270
2274
|
attr_accessor :primary_targets
|
@@ -2319,7 +2323,8 @@ module Google
|
|
2319
2323
|
|
2320
2324
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2321
2325
|
# 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.
|
2323
2328
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2324
2329
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2325
2330
|
attr_accessor :health_checked_targets
|
@@ -2334,9 +2339,9 @@ module Google
|
|
2334
2339
|
# @return [Array<String>]
|
2335
2340
|
attr_accessor :rrdatas
|
2336
2341
|
|
2337
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2338
|
-
#
|
2339
|
-
#
|
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.
|
2340
2345
|
# Corresponds to the JSON property `signatureRrdatas`
|
2341
2346
|
# @return [Array<String>]
|
2342
2347
|
attr_accessor :signature_rrdatas
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DnsV1beta2
|
18
18
|
# Version of the google-apis-dns_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dns_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.50.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud DNS API V1beta2
|
79
79
|
test_files: []
|