google-apis-dns_v1beta2 0.49.0 → 0.51.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 245d21e78f84ee25587de3b78693d1698172839e5b254ff4e82e458a4b573a57
|
4
|
+
data.tar.gz: 4742491009a1e3bb235644f55aa3fa8842e530ee75df8a58ac28dc2c60ba5f73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15952a66c40452fce55faecf58e6a877e43d3b3b70456f6bc6ac1f5378e931de06f0b410ba2612e06a3ceb94f52f473d5eff905089b9fa18664f8af66002f5da
|
7
|
+
data.tar.gz: e7b9b142ebacf0c0dfa76bb64b7e22932a7ce34a92fc4a0e2fb1713f10d42d71afac15d4f29bb1286a031a3c91218398bb6a85b65825458d1ce0d6b77d8ca8b1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dns_v1beta2
|
2
2
|
|
3
|
+
### v0.51.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250411
|
6
|
+
|
7
|
+
### v0.50.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250227
|
10
|
+
|
3
11
|
### v0.49.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)
|
@@ -2015,9 +2021,10 @@ module Google
|
|
2015
2021
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
|
2016
2022
|
attr_accessor :geo_policy
|
2017
2023
|
|
2018
|
-
# The
|
2019
|
-
#
|
2020
|
-
# healthChecks
|
2024
|
+
# The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
|
2025
|
+
# Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
|
2026
|
+
# global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
|
2027
|
+
# reference/rest/v1/healthChecks
|
2021
2028
|
# Corresponds to the JSON property `healthCheck`
|
2022
2029
|
# @return [String]
|
2023
2030
|
attr_accessor :health_check
|
@@ -2105,7 +2112,8 @@ module Google
|
|
2105
2112
|
|
2106
2113
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2107
2114
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2108
|
-
# response.
|
2115
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2116
|
+
# set both.
|
2109
2117
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2110
2118
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2111
2119
|
attr_accessor :health_checked_targets
|
@@ -2127,9 +2135,9 @@ module Google
|
|
2127
2135
|
# @return [Array<String>]
|
2128
2136
|
attr_accessor :rrdatas
|
2129
2137
|
|
2130
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2131
|
-
# checked targets
|
2132
|
-
#
|
2138
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
|
2139
|
+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
|
2140
|
+
# health-checked IP address per item.
|
2133
2141
|
# Corresponds to the JSON property `signatureRrdatas`
|
2134
2142
|
# @return [Array<String>]
|
2135
2143
|
attr_accessor :signature_rrdatas
|
@@ -2150,7 +2158,8 @@ module Google
|
|
2150
2158
|
|
2151
2159
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2152
2160
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2153
|
-
# response.
|
2161
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2162
|
+
# set both.
|
2154
2163
|
class RrSetRoutingPolicyHealthCheckTargets
|
2155
2164
|
include Google::Apis::Core::Hashable
|
2156
2165
|
|
@@ -2264,7 +2273,8 @@ module Google
|
|
2264
2273
|
|
2265
2274
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2266
2275
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2267
|
-
# response.
|
2276
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2277
|
+
# set both.
|
2268
2278
|
# Corresponds to the JSON property `primaryTargets`
|
2269
2279
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2270
2280
|
attr_accessor :primary_targets
|
@@ -2319,7 +2329,8 @@ module Google
|
|
2319
2329
|
|
2320
2330
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2321
2331
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2322
|
-
# response.
|
2332
|
+
# response. Set either `internal_load_balancer` or `external_endpoints`. Do not
|
2333
|
+
# set both.
|
2323
2334
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2324
2335
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2325
2336
|
attr_accessor :health_checked_targets
|
@@ -2334,9 +2345,9 @@ module Google
|
|
2334
2345
|
# @return [Array<String>]
|
2335
2346
|
attr_accessor :rrdatas
|
2336
2347
|
|
2337
|
-
# DNSSEC generated signatures for all the `rrdata` within this item.
|
2338
|
-
#
|
2339
|
-
#
|
2348
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. When using
|
2349
|
+
# health-checked targets for DNSSEC-enabled zones, you can only use at most one
|
2350
|
+
# health-checked IP address per item.
|
2340
2351
|
# Corresponds to the JSON property `signatureRrdatas`
|
2341
2352
|
# @return [Array<String>]
|
2342
2353
|
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.51.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
|
@@ -637,6 +637,7 @@ module Google
|
|
637
637
|
class ManagedZoneForwardingConfigNameServerTarget
|
638
638
|
# @private
|
639
639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
640
|
+
property :domain_name, as: 'domainName'
|
640
641
|
property :forwarding_path, as: 'forwardingPath'
|
641
642
|
property :ipv4_address, as: 'ipv4Address'
|
642
643
|
property :ipv6_address, as: 'ipv6Address'
|
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.51.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_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.51.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: []
|