google-apis-dns_v1beta2 0.13.0 → 0.17.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: 0cb1de55de286f3ecea155e4353901a5a4e1b1ae622577f342b2477e35ce1eb7
4
- data.tar.gz: fe2e4d229bdbe141624f1119d26a726cbdf1c82139395e168643987650705f72
3
+ metadata.gz: 0cb5a64d1ebd17ba27fa32e9a4f708b89e4829bee73593a0c30854f247b3c8bb
4
+ data.tar.gz: a7db24ebdebdbc67e9f8be118b36c183a9b7e60e650a2b879e90f9a525c76837
5
5
  SHA512:
6
- metadata.gz: 8f9a8a3c8a91df7f04334724fb4e8e9f19c363c4e6ee246ba6c7d93b0e1859914ff9494df3dc8cc8687f18a4730ec3239612f7e6954d5d5f8a4e1a0f8548c6ed
7
- data.tar.gz: 6b4e5fcdb8fa3970df22dd221e2818e93bebd8143b8abb874b1df97753ad8cab2b22423797fb9979f25cc379ce1094d1379c15e2ba2625c50818202d9913e895
6
+ metadata.gz: 3ffe0f36d455ac738292288e1a77984174ef51dabd9a0b30b4a7656ca6ee02950637390f9eb6dbff05d88900296b50b5fabbd0a7dac6e581754345ae8039c912
7
+ data.tar.gz: 0011db8a92f6ea150be6d30cb85bd73bfdf844ee205bfee622279645448fd3c6d2d197cbafab6308c53a326d5443b4414306a050818051c6dcff22b8908d5538
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.17.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
7
+ ### v0.16.0 (2021-10-21)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.15.0 (2021-10-12)
12
+
13
+ * Regenerated from discovery document revision 20211006
14
+
15
+ ### v0.14.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210809
18
+
3
19
  ### v0.13.0 (2021-07-20)
4
20
 
5
21
  * Regenerated from discovery document revision 20210712
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Dns service in particular.)
67
67
 
@@ -346,6 +346,11 @@ module Google
346
346
  class ManagedZone
347
347
  include Google::Apis::Core::Hashable
348
348
 
349
+ # Cloud Logging configurations for publicly visible zones.
350
+ # Corresponds to the JSON property `cloudLoggingConfig`
351
+ # @return [Google::Apis::DnsV1beta2::ManagedZoneCloudLoggingConfig]
352
+ attr_accessor :cloud_logging_config
353
+
349
354
  # The time that this resource was created on the server. This is in RFC3339 text
350
355
  # format. Output only.
351
356
  # Corresponds to the JSON property `creationTime`
@@ -448,6 +453,7 @@ module Google
448
453
 
449
454
  # Update properties of this object
450
455
  def update!(**args)
456
+ @cloud_logging_config = args[:cloud_logging_config] if args.key?(:cloud_logging_config)
451
457
  @creation_time = args[:creation_time] if args.key?(:creation_time)
452
458
  @description = args[:description] if args.key?(:description)
453
459
  @dns_name = args[:dns_name] if args.key?(:dns_name)
@@ -467,6 +473,33 @@ module Google
467
473
  end
468
474
  end
469
475
 
476
+ # Cloud Logging configurations for publicly visible zones.
477
+ class ManagedZoneCloudLoggingConfig
478
+ include Google::Apis::Core::Hashable
479
+
480
+ # If set, enable query logging for this ManagedZone. False by default, making
481
+ # logging opt-in.
482
+ # Corresponds to the JSON property `enableLogging`
483
+ # @return [Boolean]
484
+ attr_accessor :enable_logging
485
+ alias_method :enable_logging?, :enable_logging
486
+
487
+ #
488
+ # Corresponds to the JSON property `kind`
489
+ # @return [String]
490
+ attr_accessor :kind
491
+
492
+ def initialize(**args)
493
+ update!(**args)
494
+ end
495
+
496
+ # Update properties of this object
497
+ def update!(**args)
498
+ @enable_logging = args[:enable_logging] if args.key?(:enable_logging)
499
+ @kind = args[:kind] if args.key?(:kind)
500
+ end
501
+ end
502
+
470
503
  #
471
504
  class ManagedZoneDnsSecConfig
472
505
  include Google::Apis::Core::Hashable
@@ -1335,6 +1368,11 @@ module Google
1335
1368
  # @return [Fixnum]
1336
1369
  attr_accessor :gke_clusters_per_response_policy
1337
1370
 
1371
+ # Maximum allowed number of items per routing policy.
1372
+ # Corresponds to the JSON property `itemsPerRoutingPolicy`
1373
+ # @return [Fixnum]
1374
+ attr_accessor :items_per_routing_policy
1375
+
1338
1376
  #
1339
1377
  # Corresponds to the JSON property `kind`
1340
1378
  # @return [String]
@@ -1426,6 +1464,7 @@ module Google
1426
1464
  @dns_keys_per_managed_zone = args[:dns_keys_per_managed_zone] if args.key?(:dns_keys_per_managed_zone)
1427
1465
  @gke_clusters_per_managed_zone = args[:gke_clusters_per_managed_zone] if args.key?(:gke_clusters_per_managed_zone)
1428
1466
  @gke_clusters_per_response_policy = args[:gke_clusters_per_response_policy] if args.key?(:gke_clusters_per_response_policy)
1467
+ @items_per_routing_policy = args[:items_per_routing_policy] if args.key?(:items_per_routing_policy)
1429
1468
  @kind = args[:kind] if args.key?(:kind)
1430
1469
  @managed_zones = args[:managed_zones] if args.key?(:managed_zones)
1431
1470
  @managed_zones_per_gke_cluster = args[:managed_zones_per_gke_cluster] if args.key?(:managed_zones_per_gke_cluster)
@@ -1445,6 +1484,181 @@ module Google
1445
1484
  end
1446
1485
  end
1447
1486
 
1487
+ # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned
1488
+ # dynamically with the response varying based on configured properties such as
1489
+ # geolocation or by weighted random selection.
1490
+ class RrSetRoutingPolicy
1491
+ include Google::Apis::Core::Hashable
1492
+
1493
+ #
1494
+ # Corresponds to the JSON property `geo`
1495
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
1496
+ attr_accessor :geo
1497
+
1498
+ #
1499
+ # Corresponds to the JSON property `geoPolicy`
1500
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
1501
+ attr_accessor :geo_policy
1502
+
1503
+ #
1504
+ # Corresponds to the JSON property `kind`
1505
+ # @return [String]
1506
+ attr_accessor :kind
1507
+
1508
+ #
1509
+ # Corresponds to the JSON property `wrr`
1510
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy]
1511
+ attr_accessor :wrr
1512
+
1513
+ #
1514
+ # Corresponds to the JSON property `wrrPolicy`
1515
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy]
1516
+ attr_accessor :wrr_policy
1517
+
1518
+ def initialize(**args)
1519
+ update!(**args)
1520
+ end
1521
+
1522
+ # Update properties of this object
1523
+ def update!(**args)
1524
+ @geo = args[:geo] if args.key?(:geo)
1525
+ @geo_policy = args[:geo_policy] if args.key?(:geo_policy)
1526
+ @kind = args[:kind] if args.key?(:kind)
1527
+ @wrr = args[:wrr] if args.key?(:wrr)
1528
+ @wrr_policy = args[:wrr_policy] if args.key?(:wrr_policy)
1529
+ end
1530
+ end
1531
+
1532
+ #
1533
+ class RrSetRoutingPolicyGeoPolicy
1534
+ include Google::Apis::Core::Hashable
1535
+
1536
+ # The primary geo routing configuration. If there are multiple items with the
1537
+ # same location, an error is returned instead.
1538
+ # Corresponds to the JSON property `items`
1539
+ # @return [Array<Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem>]
1540
+ attr_accessor :items
1541
+
1542
+ #
1543
+ # Corresponds to the JSON property `kind`
1544
+ # @return [String]
1545
+ attr_accessor :kind
1546
+
1547
+ def initialize(**args)
1548
+ update!(**args)
1549
+ end
1550
+
1551
+ # Update properties of this object
1552
+ def update!(**args)
1553
+ @items = args[:items] if args.key?(:items)
1554
+ @kind = args[:kind] if args.key?(:kind)
1555
+ end
1556
+ end
1557
+
1558
+ #
1559
+ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
1560
+ include Google::Apis::Core::Hashable
1561
+
1562
+ #
1563
+ # Corresponds to the JSON property `kind`
1564
+ # @return [String]
1565
+ attr_accessor :kind
1566
+
1567
+ # The geo-location granularity is a GCP region. This location string should
1568
+ # correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1"
1569
+ # , etc.
1570
+ # Corresponds to the JSON property `location`
1571
+ # @return [String]
1572
+ attr_accessor :location
1573
+
1574
+ #
1575
+ # Corresponds to the JSON property `rrdatas`
1576
+ # @return [Array<String>]
1577
+ attr_accessor :rrdatas
1578
+
1579
+ # DNSSEC generated signatures for the above geo_rrdata.
1580
+ # Corresponds to the JSON property `signatureRrdatas`
1581
+ # @return [Array<String>]
1582
+ attr_accessor :signature_rrdatas
1583
+
1584
+ def initialize(**args)
1585
+ update!(**args)
1586
+ end
1587
+
1588
+ # Update properties of this object
1589
+ def update!(**args)
1590
+ @kind = args[:kind] if args.key?(:kind)
1591
+ @location = args[:location] if args.key?(:location)
1592
+ @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
1593
+ @signature_rrdatas = args[:signature_rrdatas] if args.key?(:signature_rrdatas)
1594
+ end
1595
+ end
1596
+
1597
+ #
1598
+ class RrSetRoutingPolicyWrrPolicy
1599
+ include Google::Apis::Core::Hashable
1600
+
1601
+ #
1602
+ # Corresponds to the JSON property `items`
1603
+ # @return [Array<Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicyWrrPolicyItem>]
1604
+ attr_accessor :items
1605
+
1606
+ #
1607
+ # Corresponds to the JSON property `kind`
1608
+ # @return [String]
1609
+ attr_accessor :kind
1610
+
1611
+ def initialize(**args)
1612
+ update!(**args)
1613
+ end
1614
+
1615
+ # Update properties of this object
1616
+ def update!(**args)
1617
+ @items = args[:items] if args.key?(:items)
1618
+ @kind = args[:kind] if args.key?(:kind)
1619
+ end
1620
+ end
1621
+
1622
+ #
1623
+ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
1624
+ include Google::Apis::Core::Hashable
1625
+
1626
+ #
1627
+ # Corresponds to the JSON property `kind`
1628
+ # @return [String]
1629
+ attr_accessor :kind
1630
+
1631
+ #
1632
+ # Corresponds to the JSON property `rrdatas`
1633
+ # @return [Array<String>]
1634
+ attr_accessor :rrdatas
1635
+
1636
+ # DNSSEC generated signatures for the above wrr_rrdata.
1637
+ # Corresponds to the JSON property `signatureRrdatas`
1638
+ # @return [Array<String>]
1639
+ attr_accessor :signature_rrdatas
1640
+
1641
+ # The weight corresponding to this subset of rrdata. When multiple
1642
+ # WeightedRoundRobinPolicyItems are configured, the probability of returning an
1643
+ # rrset is proportional to its weight relative to the sum of weights configured
1644
+ # for all items. This weight should be non-negative.
1645
+ # Corresponds to the JSON property `weight`
1646
+ # @return [Float]
1647
+ attr_accessor :weight
1648
+
1649
+ def initialize(**args)
1650
+ update!(**args)
1651
+ end
1652
+
1653
+ # Update properties of this object
1654
+ def update!(**args)
1655
+ @kind = args[:kind] if args.key?(:kind)
1656
+ @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
1657
+ @signature_rrdatas = args[:signature_rrdatas] if args.key?(:signature_rrdatas)
1658
+ @weight = args[:weight] if args.key?(:weight)
1659
+ end
1660
+ end
1661
+
1448
1662
  # A unit of data that is returned by the DNS servers.
1449
1663
  class ResourceRecordSet
1450
1664
  include Google::Apis::Core::Hashable
@@ -1459,6 +1673,13 @@ module Google
1459
1673
  # @return [String]
1460
1674
  attr_accessor :name
1461
1675
 
1676
+ # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned
1677
+ # dynamically with the response varying based on configured properties such as
1678
+ # geolocation or by weighted random selection.
1679
+ # Corresponds to the JSON property `routingPolicy`
1680
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicy]
1681
+ attr_accessor :routing_policy
1682
+
1462
1683
  # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see
1463
1684
  # examples.
1464
1685
  # Corresponds to the JSON property `rrdatas`
@@ -1489,6 +1710,7 @@ module Google
1489
1710
  def update!(**args)
1490
1711
  @kind = args[:kind] if args.key?(:kind)
1491
1712
  @name = args[:name] if args.key?(:name)
1713
+ @routing_policy = args[:routing_policy] if args.key?(:routing_policy)
1492
1714
  @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
1493
1715
  @signature_rrdatas = args[:signature_rrdatas] if args.key?(:signature_rrdatas)
1494
1716
  @ttl = args[:ttl] if args.key?(:ttl)
@@ -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.13.0"
19
+ GEM_VERSION = "0.17.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 = "20210712"
25
+ REVISION = "20211103"
26
26
  end
27
27
  end
28
28
  end
@@ -64,6 +64,12 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class ManagedZoneCloudLoggingConfig
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
67
73
  class ManagedZoneDnsSecConfig
68
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
75
 
@@ -214,6 +220,36 @@ module Google
214
220
  include Google::Apis::Core::JsonObjectSupport
215
221
  end
216
222
 
223
+ class RrSetRoutingPolicy
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class RrSetRoutingPolicyGeoPolicy
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class RrSetRoutingPolicyWrrPolicy
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
217
253
  class ResourceRecordSet
218
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
255
 
@@ -376,6 +412,8 @@ module Google
376
412
  class ManagedZone
377
413
  # @private
378
414
  class Representation < Google::Apis::Core::JsonRepresentation
415
+ property :cloud_logging_config, as: 'cloudLoggingConfig', class: Google::Apis::DnsV1beta2::ManagedZoneCloudLoggingConfig, decorator: Google::Apis::DnsV1beta2::ManagedZoneCloudLoggingConfig::Representation
416
+
379
417
  property :creation_time, as: 'creationTime'
380
418
  property :description, as: 'description'
381
419
  property :dns_name, as: 'dnsName'
@@ -401,6 +439,14 @@ module Google
401
439
  end
402
440
  end
403
441
 
442
+ class ManagedZoneCloudLoggingConfig
443
+ # @private
444
+ class Representation < Google::Apis::Core::JsonRepresentation
445
+ property :enable_logging, as: 'enableLogging'
446
+ property :kind, as: 'kind'
447
+ end
448
+ end
449
+
404
450
  class ManagedZoneDnsSecConfig
405
451
  # @private
406
452
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -653,6 +699,7 @@ module Google
653
699
  property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
654
700
  property :gke_clusters_per_managed_zone, as: 'gkeClustersPerManagedZone'
655
701
  property :gke_clusters_per_response_policy, as: 'gkeClustersPerResponsePolicy'
702
+ property :items_per_routing_policy, as: 'itemsPerRoutingPolicy'
656
703
  property :kind, as: 'kind'
657
704
  property :managed_zones, as: 'managedZones'
658
705
  property :managed_zones_per_gke_cluster, as: 'managedZonesPerGkeCluster'
@@ -673,11 +720,66 @@ module Google
673
720
  end
674
721
  end
675
722
 
723
+ class RrSetRoutingPolicy
724
+ # @private
725
+ class Representation < Google::Apis::Core::JsonRepresentation
726
+ property :geo, as: 'geo', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy::Representation
727
+
728
+ property :geo_policy, as: 'geoPolicy', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy::Representation
729
+
730
+ property :kind, as: 'kind'
731
+ property :wrr, as: 'wrr', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy::Representation
732
+
733
+ property :wrr_policy, as: 'wrrPolicy', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy::Representation
734
+
735
+ end
736
+ end
737
+
738
+ class RrSetRoutingPolicyGeoPolicy
739
+ # @private
740
+ class Representation < Google::Apis::Core::JsonRepresentation
741
+ collection :items, as: 'items', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem::Representation
742
+
743
+ property :kind, as: 'kind'
744
+ end
745
+ end
746
+
747
+ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
748
+ # @private
749
+ class Representation < Google::Apis::Core::JsonRepresentation
750
+ property :kind, as: 'kind'
751
+ property :location, as: 'location'
752
+ collection :rrdatas, as: 'rrdatas'
753
+ collection :signature_rrdatas, as: 'signatureRrdatas'
754
+ end
755
+ end
756
+
757
+ class RrSetRoutingPolicyWrrPolicy
758
+ # @private
759
+ class Representation < Google::Apis::Core::JsonRepresentation
760
+ collection :items, as: 'items', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicyWrrPolicyItem, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicyWrrPolicyItem::Representation
761
+
762
+ property :kind, as: 'kind'
763
+ end
764
+ end
765
+
766
+ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
767
+ # @private
768
+ class Representation < Google::Apis::Core::JsonRepresentation
769
+ property :kind, as: 'kind'
770
+ collection :rrdatas, as: 'rrdatas'
771
+ collection :signature_rrdatas, as: 'signatureRrdatas'
772
+ property :weight, as: 'weight'
773
+ end
774
+ end
775
+
676
776
  class ResourceRecordSet
677
777
  # @private
678
778
  class Representation < Google::Apis::Core::JsonRepresentation
679
779
  property :kind, as: 'kind'
680
780
  property :name, as: 'name'
781
+ property :routing_policy, as: 'routingPolicy', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicy::Representation
782
+
681
783
  collection :rrdatas, as: 'rrdatas'
682
784
  collection :signature_rrdatas, as: 'signatureRrdatas'
683
785
  property :ttl, as: 'ttl'
@@ -29,10 +29,10 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta2'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
- # View your data across Google Cloud Platform services
35
+ # View your data across Google Cloud services and see the email address of your Google Account
36
36
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
37
37
 
38
38
  # View your DNS records hosted by Google Cloud DNS
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.13.0
4
+ version: 0.17.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-07-26 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.13.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2
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.17.0
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: []
65
65
  require_paths: