google-apis-dns_v1beta2 0.18.0 → 0.19.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: ae8fbacaa900570c44cd0a5f114969a1f936205f402a09d393bc51a85e8446a7
4
- data.tar.gz: 92003615b83f7a3df4a1ad4175eec1852fcc9e5c6db40bd5780852b4c4159f97
3
+ metadata.gz: 9845ef65fbfd1eeb6c2344ebcdbdc447de23e1226b439dc6b6dbf81a1eebda26
4
+ data.tar.gz: c26519022f2baed666684d737f3339ae46d753d0e37868b2aa72af73ce9ff3be
5
5
  SHA512:
6
- metadata.gz: 5700a3ff70b77aafcae18d080a6dd6f5fef099cd130e1d2813da539656914274836bdc4bc4b9c180812fca1ee995cdb7b7b86b8d3f82fe785d2e0a579b0d4b9a
7
- data.tar.gz: c5f1946435503d0de7c8bd1c91d3fbde911dbac80fcd482e8562b09b90de805bae5c1363d479600ec436b79dc89b4b2bbfd725607f6702b16c8e7430b12fbc13
6
+ metadata.gz: 7cf0329442286e37a8ca08024f1699e6a2da0a32b8e7d64293d58ab640c12e9e38ddfa86d9d258fb1e565419e90f83ba94779457532b95915ba112b21286f3e0
7
+ data.tar.gz: a1110f18ee68e95c95b1e96f5f842e042ca9acec54f8beba519cf0a72c34267addc9d2abe7758f233f3ad395cff3740f51a71270281a13b4751135b7582c28d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.19.0 (2022-01-13)
4
+
5
+ * Regenerated from discovery document revision 20220105
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.18.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -1490,12 +1490,14 @@ module Google
1490
1490
  class RrSetRoutingPolicy
1491
1491
  include Google::Apis::Core::Hashable
1492
1492
 
1493
- #
1493
+ # Configures a RRSetRoutingPolicy that routes based on the geo location of the
1494
+ # querying user.
1494
1495
  # Corresponds to the JSON property `geo`
1495
1496
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
1496
1497
  attr_accessor :geo
1497
1498
 
1498
- #
1499
+ # Configures a RRSetRoutingPolicy that routes based on the geo location of the
1500
+ # querying user.
1499
1501
  # Corresponds to the JSON property `geoPolicy`
1500
1502
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
1501
1503
  attr_accessor :geo_policy
@@ -1505,12 +1507,12 @@ module Google
1505
1507
  # @return [String]
1506
1508
  attr_accessor :kind
1507
1509
 
1508
- #
1510
+ # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
1509
1511
  # Corresponds to the JSON property `wrr`
1510
1512
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy]
1511
1513
  attr_accessor :wrr
1512
1514
 
1513
- #
1515
+ # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
1514
1516
  # Corresponds to the JSON property `wrrPolicy`
1515
1517
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy]
1516
1518
  attr_accessor :wrr_policy
@@ -1529,7 +1531,8 @@ module Google
1529
1531
  end
1530
1532
  end
1531
1533
 
1532
- #
1534
+ # Configures a RRSetRoutingPolicy that routes based on the geo location of the
1535
+ # querying user.
1533
1536
  class RrSetRoutingPolicyGeoPolicy
1534
1537
  include Google::Apis::Core::Hashable
1535
1538
 
@@ -1555,7 +1558,7 @@ module Google
1555
1558
  end
1556
1559
  end
1557
1560
 
1558
- #
1561
+ # ResourceRecordSet data for one geo location.
1559
1562
  class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
1560
1563
  include Google::Apis::Core::Hashable
1561
1564
 
@@ -1576,7 +1579,9 @@ module Google
1576
1579
  # @return [Array<String>]
1577
1580
  attr_accessor :rrdatas
1578
1581
 
1579
- # DNSSEC generated signatures for the above geo_rrdata.
1582
+ # DNSSEC generated signatures for all the rrdata within this item. Note that if
1583
+ # health checked targets are provided for DNSSEC enabled zones, there's a
1584
+ # restriction of 1 ip per item. .
1580
1585
  # Corresponds to the JSON property `signatureRrdatas`
1581
1586
  # @return [Array<String>]
1582
1587
  attr_accessor :signature_rrdatas
@@ -1594,7 +1599,7 @@ module Google
1594
1599
  end
1595
1600
  end
1596
1601
 
1597
- #
1602
+ # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
1598
1603
  class RrSetRoutingPolicyWrrPolicy
1599
1604
  include Google::Apis::Core::Hashable
1600
1605
 
@@ -1619,7 +1624,7 @@ module Google
1619
1624
  end
1620
1625
  end
1621
1626
 
1622
- #
1627
+ # A routing block which contains the routing information for one WRR item.
1623
1628
  class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
1624
1629
  include Google::Apis::Core::Hashable
1625
1630
 
@@ -1633,7 +1638,9 @@ module Google
1633
1638
  # @return [Array<String>]
1634
1639
  attr_accessor :rrdatas
1635
1640
 
1636
- # DNSSEC generated signatures for the above wrr_rrdata.
1641
+ # DNSSEC generated signatures for all the rrdata within this item. Note that if
1642
+ # health checked targets are provided for DNSSEC enabled zones, there's a
1643
+ # restriction of 1 ip per item. .
1637
1644
  # Corresponds to the JSON property `signatureRrdatas`
1638
1645
  # @return [Array<String>]
1639
1646
  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.18.0"
19
+ GEM_VERSION = "0.19.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 = "20211103"
25
+ REVISION = "20220105"
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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-17 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
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 V1beta2