google-apis-dns_v1beta2 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d86e18eb854c90691a795d26e483a3bb3a2185620963a4d27d0295e6ef9b89db
4
- data.tar.gz: e220466f88f65ecadb2b0f9f7e988ceae457eae9c424df569af63b4133bba731
3
+ metadata.gz: 89fab4d7a30c596c54496b854a4334d283bdaddd0dad62f9376d45ea01c2bb17
4
+ data.tar.gz: 1b866dc5784f1f67fd1acefef3be26d7f05cc536a4ac9d5ae2baf6354018d832
5
5
  SHA512:
6
- metadata.gz: 160e0a1efe1cebb17ce1ecab60ef7a00295ed1dfed5278ffa015daffbf62e318990cc0d813f4064190ab744a51dbc14d62eed85523dad6c32f2b9eb205cee751
7
- data.tar.gz: eab4177ec6816280a3fa2cfb7e3040f72cbbf7d5b4dc49b44ffc6dc6cb2c9136439ee7399b39475ef762e39b9dfa5688c58ea2120bf6012bc9512d1a2e4c50ce
6
+ metadata.gz: c0791552eb3f71f0c409bdb7e066acef16a59e685e744d188f83ec2bbdb7c4cb959c2dbd29cd9a8da1eb8a348037b447b6392b6070dd12ade38d9f34bf335b3a
7
+ data.tar.gz: f1d67ee7e43821df23853624245fb0335bca8d648906e01364b68e0dab69e59f3ba287dd8c01f6fe57f9c73f9d0d6dabf7ecce57a9379e90a2a6bdaea01a85e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.15.0 (2021-10-12)
4
+
5
+ * Regenerated from discovery document revision 20211006
6
+
3
7
  ### v0.14.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210809
@@ -1500,15 +1500,6 @@ module Google
1500
1500
  class RrSetRoutingPolicyGeoPolicy
1501
1501
  include Google::Apis::Core::Hashable
1502
1502
 
1503
- # If the health check for the primary target for a geo location returns an
1504
- # unhealthy status, the failover target is returned instead. This failover
1505
- # configuration is not mandatory. If a failover is not provided, the primary
1506
- # target won't be healthchecked, and it returns the primarily configured rrdata
1507
- # irrespective of whether it is healthy or not.
1508
- # Corresponds to the JSON property `failovers`
1509
- # @return [Array<Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem>]
1510
- attr_accessor :failovers
1511
-
1512
1503
  # The primary geo routing configuration. If there are multiple items with the
1513
1504
  # same location, an error is returned instead.
1514
1505
  # Corresponds to the JSON property `items`
@@ -1526,7 +1517,6 @@ module Google
1526
1517
 
1527
1518
  # Update properties of this object
1528
1519
  def update!(**args)
1529
- @failovers = args[:failovers] if args.key?(:failovers)
1530
1520
  @items = args[:items] if args.key?(:items)
1531
1521
  @kind = args[:kind] if args.key?(:kind)
1532
1522
  end
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210809"
25
+ REVISION = "20211006"
26
26
  end
27
27
  end
28
28
  end
@@ -722,8 +722,6 @@ module Google
722
722
  class RrSetRoutingPolicyGeoPolicy
723
723
  # @private
724
724
  class Representation < Google::Apis::Core::JsonRepresentation
725
- collection :failovers, as: 'failovers', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem::Representation
726
-
727
725
  collection :items, as: 'items', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem::Representation
728
726
 
729
727
  property :kind, as: 'kind'
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.14.0
4
+ version: 0.15.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-18 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/master/generated/google-apis-dns_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []