google-apis-dns_v1 0.17.0 → 0.18.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 +5 -0
- data/lib/google/apis/dns_v1/classes.rb +14 -8
- data/lib/google/apis/dns_v1/gem_version.rb +3 -3
- 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: 2fac52e45260e5c7e1ff8289e42deb362bcd6e70bd9feb31d8399d0482aa8274
|
|
4
|
+
data.tar.gz: ca230b675cde8f6cc9e54fc21980240dc5b2c6817d62bc4448bd2d2212c54794
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4b7649ad48021983dc2605ab34909db22dad0a960e54e0295b83d23a89bd81ca17094bb9df1619f6c3126bd76b4aa9ffff6cc8f6a4585ab25b6a12ef242974a
|
|
7
|
+
data.tar.gz: 919cf7ad508ee2a2154035c7767cf0edf694dcd86573d12134471177690651d7d2ebc7a65ea258ad5b135bbc3190219b0c0d882fc32a674aa6f8cc92cf80ccfe
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dns_v1
|
|
2
2
|
|
|
3
|
+
### v0.18.0 (2022-01-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220114
|
|
6
|
+
* Regenerated using generator version 0.4.1
|
|
7
|
+
|
|
3
8
|
### v0.17.0 (2022-01-08)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220106
|
|
@@ -1417,7 +1417,8 @@ module Google
|
|
|
1417
1417
|
class RrSetRoutingPolicy
|
|
1418
1418
|
include Google::Apis::Core::Hashable
|
|
1419
1419
|
|
|
1420
|
-
#
|
|
1420
|
+
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
|
1421
|
+
# querying user.
|
|
1421
1422
|
# Corresponds to the JSON property `geo`
|
|
1422
1423
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
|
|
1423
1424
|
attr_accessor :geo
|
|
@@ -1427,7 +1428,7 @@ module Google
|
|
|
1427
1428
|
# @return [String]
|
|
1428
1429
|
attr_accessor :kind
|
|
1429
1430
|
|
|
1430
|
-
#
|
|
1431
|
+
# Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
|
|
1431
1432
|
# Corresponds to the JSON property `wrr`
|
|
1432
1433
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy]
|
|
1433
1434
|
attr_accessor :wrr
|
|
@@ -1444,7 +1445,8 @@ module Google
|
|
|
1444
1445
|
end
|
|
1445
1446
|
end
|
|
1446
1447
|
|
|
1447
|
-
#
|
|
1448
|
+
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
|
1449
|
+
# querying user.
|
|
1448
1450
|
class RrSetRoutingPolicyGeoPolicy
|
|
1449
1451
|
include Google::Apis::Core::Hashable
|
|
1450
1452
|
|
|
@@ -1470,7 +1472,7 @@ module Google
|
|
|
1470
1472
|
end
|
|
1471
1473
|
end
|
|
1472
1474
|
|
|
1473
|
-
#
|
|
1475
|
+
# ResourceRecordSet data for one geo location.
|
|
1474
1476
|
class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
|
|
1475
1477
|
include Google::Apis::Core::Hashable
|
|
1476
1478
|
|
|
@@ -1491,7 +1493,9 @@ module Google
|
|
|
1491
1493
|
# @return [Array<String>]
|
|
1492
1494
|
attr_accessor :rrdatas
|
|
1493
1495
|
|
|
1494
|
-
# DNSSEC generated signatures for the
|
|
1496
|
+
# DNSSEC generated signatures for all the rrdata within this item. Note that if
|
|
1497
|
+
# health checked targets are provided for DNSSEC enabled zones, there's a
|
|
1498
|
+
# restriction of 1 ip per item. .
|
|
1495
1499
|
# Corresponds to the JSON property `signatureRrdatas`
|
|
1496
1500
|
# @return [Array<String>]
|
|
1497
1501
|
attr_accessor :signature_rrdatas
|
|
@@ -1509,7 +1513,7 @@ module Google
|
|
|
1509
1513
|
end
|
|
1510
1514
|
end
|
|
1511
1515
|
|
|
1512
|
-
#
|
|
1516
|
+
# Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
|
|
1513
1517
|
class RrSetRoutingPolicyWrrPolicy
|
|
1514
1518
|
include Google::Apis::Core::Hashable
|
|
1515
1519
|
|
|
@@ -1534,7 +1538,7 @@ module Google
|
|
|
1534
1538
|
end
|
|
1535
1539
|
end
|
|
1536
1540
|
|
|
1537
|
-
#
|
|
1541
|
+
# A routing block which contains the routing information for one WRR item.
|
|
1538
1542
|
class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
|
|
1539
1543
|
include Google::Apis::Core::Hashable
|
|
1540
1544
|
|
|
@@ -1548,7 +1552,9 @@ module Google
|
|
|
1548
1552
|
# @return [Array<String>]
|
|
1549
1553
|
attr_accessor :rrdatas
|
|
1550
1554
|
|
|
1551
|
-
# DNSSEC generated signatures for the
|
|
1555
|
+
# DNSSEC generated signatures for all the rrdata within this item. Note that if
|
|
1556
|
+
# health checked targets are provided for DNSSEC enabled zones, there's a
|
|
1557
|
+
# restriction of 1 ip per item. .
|
|
1552
1558
|
# Corresponds to the JSON property `signatureRrdatas`
|
|
1553
1559
|
# @return [Array<String>]
|
|
1554
1560
|
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.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01-
|
|
11
|
+
date: 2022-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud DNS API V1
|