google-apis-dns_v1 0.45.0 → 0.47.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 +8 -0
- data/lib/google/apis/dns_v1/classes.rb +24 -13
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/representations.rb +1 -0
- 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: 5dfac2de1c5743c9111ef040cb49b8b436b3ab6ad0bb710f2a1d7aab901b4fc6
|
4
|
+
data.tar.gz: 5beb2c51c2c9db06f6efad8b5c924e049f394c17bbf23a992463e2a89aa3d039
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b6d527322adf89ac19710c6ba685a47ca6b7da7befb2c5168b9a239f97932d8be9fc0d95d0417598db1be9a51d5f0f6c6e292b4002bfc15fb17c1d10075eda3
|
7
|
+
data.tar.gz: '08aeff52b594fd8b96e5c2d30a79401dc81c19d36c6b823c8ca23a7d394479d119eaf2831d654229cb863227ec58302803c77bb3350977cef233c0d1c2134bd1'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dns_v1
|
2
2
|
|
3
|
+
### v0.47.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250411
|
6
|
+
|
7
|
+
### v0.46.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250227
|
10
|
+
|
3
11
|
### v0.45.0 (2025-01-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250102
|
@@ -1018,6 +1018,11 @@ module Google
|
|
1018
1018
|
class ManagedZoneForwardingConfigNameServerTarget
|
1019
1019
|
include Google::Apis::Core::Hashable
|
1020
1020
|
|
1021
|
+
# Fully qualified domain name for the forwarding target.
|
1022
|
+
# Corresponds to the JSON property `domainName`
|
1023
|
+
# @return [String]
|
1024
|
+
attr_accessor :domain_name
|
1025
|
+
|
1021
1026
|
# Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud
|
1022
1027
|
# DNS makes forwarding decisions based on IP address ranges; that is, RFC1918
|
1023
1028
|
# addresses go to the VPC network, non-RFC1918 addresses go to the internet.
|
@@ -1049,6 +1054,7 @@ module Google
|
|
1049
1054
|
|
1050
1055
|
# Update properties of this object
|
1051
1056
|
def update!(**args)
|
1057
|
+
@domain_name = args[:domain_name] if args.key?(:domain_name)
|
1052
1058
|
@forwarding_path = args[:forwarding_path] if args.key?(:forwarding_path)
|
1053
1059
|
@ipv4_address = args[:ipv4_address] if args.key?(:ipv4_address)
|
1054
1060
|
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
@@ -2009,9 +2015,10 @@ module Google
|
|
2009
2015
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
|
2010
2016
|
attr_accessor :geo
|
2011
2017
|
|
2012
|
-
# The
|
2013
|
-
#
|
2014
|
-
# 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
|
2015
2022
|
# Corresponds to the JSON property `healthCheck`
|
2016
2023
|
# @return [String]
|
2017
2024
|
attr_accessor :health_check
|
@@ -2092,7 +2099,8 @@ module Google
|
|
2092
2099
|
|
2093
2100
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2094
2101
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2095
|
-
# response.
|
2102
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2103
|
+
# set both.
|
2096
2104
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2097
2105
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2098
2106
|
attr_accessor :health_checked_targets
|
@@ -2114,9 +2122,9 @@ module Google
|
|
2114
2122
|
# @return [Array<String>]
|
2115
2123
|
attr_accessor :rrdatas
|
2116
2124
|
|
2117
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2118
|
-
# checked targets
|
2119
|
-
#
|
2125
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
|
2126
|
+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
|
2127
|
+
# health-checked IP address per item.
|
2120
2128
|
# Corresponds to the JSON property `signatureRrdatas`
|
2121
2129
|
# @return [Array<String>]
|
2122
2130
|
attr_accessor :signature_rrdatas
|
@@ -2137,7 +2145,8 @@ module Google
|
|
2137
2145
|
|
2138
2146
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2139
2147
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2140
|
-
# response.
|
2148
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2149
|
+
# set both.
|
2141
2150
|
class RrSetRoutingPolicyHealthCheckTargets
|
2142
2151
|
include Google::Apis::Core::Hashable
|
2143
2152
|
|
@@ -2251,7 +2260,8 @@ module Google
|
|
2251
2260
|
|
2252
2261
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2253
2262
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2254
|
-
# response.
|
2263
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2264
|
+
# set both.
|
2255
2265
|
# Corresponds to the JSON property `primaryTargets`
|
2256
2266
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2257
2267
|
attr_accessor :primary_targets
|
@@ -2306,7 +2316,8 @@ module Google
|
|
2306
2316
|
|
2307
2317
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2308
2318
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2309
|
-
# response.
|
2319
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2320
|
+
# set both.
|
2310
2321
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2311
2322
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2312
2323
|
attr_accessor :health_checked_targets
|
@@ -2321,9 +2332,9 @@ module Google
|
|
2321
2332
|
# @return [Array<String>]
|
2322
2333
|
attr_accessor :rrdatas
|
2323
2334
|
|
2324
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2325
|
-
#
|
2326
|
-
#
|
2335
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
|
2336
|
+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
|
2337
|
+
# health-checked IP address per item.
|
2327
2338
|
# Corresponds to the JSON property `signatureRrdatas`
|
2328
2339
|
# @return [Array<String>]
|
2329
2340
|
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.47.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 = "20250411"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -643,6 +643,7 @@ module Google
|
|
643
643
|
class ManagedZoneForwardingConfigNameServerTarget
|
644
644
|
# @private
|
645
645
|
class Representation < Google::Apis::Core::JsonRepresentation
|
646
|
+
property :domain_name, as: 'domainName'
|
646
647
|
property :forwarding_path, as: 'forwardingPath'
|
647
648
|
property :ipv4_address, as: 'ipv4Address'
|
648
649
|
property :ipv6_address, as: 'ipv6Address'
|
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.47.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-04-20 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.47.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: []
|