google-apis-dns_v1 0.45.0 → 0.46.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_v1/classes.rb +18 -13
- data/lib/google/apis/dns_v1/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: 7c16f0e5717421611b1ad189d4e7a2f60f8420875c15b8ddb4d4c122b8e84c9d
|
4
|
+
data.tar.gz: 3db83cdd2933fb7c07ab8e463550fd0ac339b480f7d40163e27452064422cfb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 070d0e8fed3ee2b6369c4ad4bd70349f6138876dd59a2cc705fa8d95b4b3465a01078ded55cdfaa1d47f9e2509b9869066c92784821804d4b7dcf385fb0ceda4
|
7
|
+
data.tar.gz: 590b1855ddf049e0b97b2f6acff40759f5cbd5ea1400b1d429e00f2a6d24eed2f39d439d795c4483dddef90cd9df4a789f3db6b8df2f7acce3705ec2dbc406ba
|
data/CHANGELOG.md
CHANGED
@@ -2009,9 +2009,10 @@ module Google
|
|
2009
2009
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
|
2010
2010
|
attr_accessor :geo
|
2011
2011
|
|
2012
|
-
# The
|
2013
|
-
#
|
2014
|
-
# healthChecks
|
2012
|
+
# The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
|
2013
|
+
# Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
|
2014
|
+
# global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
|
2015
|
+
# reference/rest/v1/healthChecks
|
2015
2016
|
# Corresponds to the JSON property `healthCheck`
|
2016
2017
|
# @return [String]
|
2017
2018
|
attr_accessor :health_check
|
@@ -2092,7 +2093,8 @@ module Google
|
|
2092
2093
|
|
2093
2094
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2094
2095
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2095
|
-
# response.
|
2096
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2097
|
+
# set both.
|
2096
2098
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2097
2099
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2098
2100
|
attr_accessor :health_checked_targets
|
@@ -2114,9 +2116,9 @@ module Google
|
|
2114
2116
|
# @return [Array<String>]
|
2115
2117
|
attr_accessor :rrdatas
|
2116
2118
|
|
2117
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2118
|
-
# checked targets
|
2119
|
-
#
|
2119
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
|
2120
|
+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
|
2121
|
+
# health-checked IP address per item.
|
2120
2122
|
# Corresponds to the JSON property `signatureRrdatas`
|
2121
2123
|
# @return [Array<String>]
|
2122
2124
|
attr_accessor :signature_rrdatas
|
@@ -2137,7 +2139,8 @@ module Google
|
|
2137
2139
|
|
2138
2140
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2139
2141
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2140
|
-
# response.
|
2142
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2143
|
+
# set both.
|
2141
2144
|
class RrSetRoutingPolicyHealthCheckTargets
|
2142
2145
|
include Google::Apis::Core::Hashable
|
2143
2146
|
|
@@ -2251,7 +2254,8 @@ module Google
|
|
2251
2254
|
|
2252
2255
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2253
2256
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2254
|
-
# response.
|
2257
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2258
|
+
# set both.
|
2255
2259
|
# Corresponds to the JSON property `primaryTargets`
|
2256
2260
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2257
2261
|
attr_accessor :primary_targets
|
@@ -2306,7 +2310,8 @@ module Google
|
|
2306
2310
|
|
2307
2311
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2308
2312
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2309
|
-
# response.
|
2313
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2314
|
+
# set both.
|
2310
2315
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2311
2316
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2312
2317
|
attr_accessor :health_checked_targets
|
@@ -2321,9 +2326,9 @@ module Google
|
|
2321
2326
|
# @return [Array<String>]
|
2322
2327
|
attr_accessor :rrdatas
|
2323
2328
|
|
2324
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2325
|
-
#
|
2326
|
-
#
|
2329
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
|
2330
|
+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
|
2331
|
+
# health-checked IP address per item.
|
2327
2332
|
# Corresponds to the JSON property `signatureRrdatas`
|
2328
2333
|
# @return [Array<String>]
|
2329
2334
|
attr_accessor :signature_rrdatas
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DnsV1
|
18
18
|
# Version of the google-apis-dns_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.46.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
|
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 V1
|
79
79
|
test_files: []
|