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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b0cbef2794c2642c88f165944db6c1528639fe1e04c32cf1d88a547ecb99c70
4
- data.tar.gz: 860ec03537f5ddfa20eb23f8afd2bf1d473747dc80b2cfca91abdc49a82336cc
3
+ metadata.gz: 2fac52e45260e5c7e1ff8289e42deb362bcd6e70bd9feb31d8399d0482aa8274
4
+ data.tar.gz: ca230b675cde8f6cc9e54fc21980240dc5b2c6817d62bc4448bd2d2212c54794
5
5
  SHA512:
6
- metadata.gz: 01f464ea9dd87e5ca0d25c373225011b1057e16ffbae8a57358878af80f0fd3b9f34a97d8a682742eabce19fe0c83ebe31f19129a3ba5dafeedf261ba914093f
7
- data.tar.gz: b212925903c4b94cc0f82c1803b8ccbaeff0a5d9520bee81f054a49b0a14d3460d90c2c6578e9f08e5ca8624d121bb1f3e463ad43241f8678dcaf2862d8a03c4
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 above geo_rrdata.
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 above wrr_rrdata.
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.17.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.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220106"
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.17.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-10 00:00:00.000000000 Z
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.17.0
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.4
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