google-apis-dns_v1beta2 0.4.0 → 0.9.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: c13a964b7970266fdbbcebd00ee3f1576917ca41ccfc08ab3a789b6a80b22c5b
4
- data.tar.gz: 030c85fce811825154af22fa5895683fc31f707e7f3e9c84c5d788bf6a76d0b3
3
+ metadata.gz: b6fbfe1f9586896b64f1ca70daa1db0acc00fdbdf96002a73280bab9625a2f8c
4
+ data.tar.gz: 771e3c081c8151e7fdaf81ecf0d1977716917d1ba6b09a074d1f19168954b35f
5
5
  SHA512:
6
- metadata.gz: 93340a455ca2e4115035417d9899a01c5d0c2f7f05f6236fcc0ae2c4602aa879c5cd4c535cb33dc574ca0b53ff342e2fbd5dd0016472965848b229c507bf9edf
7
- data.tar.gz: 456a0d4e22f07a51b1b5b18f16c09cccad488f9b76b3d763212e85dae48f473d088019fffc42d7c2beaecf7b5f2933427a61835363c45d0ff3e554dfc091c24f
6
+ metadata.gz: 605a193381ded0c857c49485204530ed31ae433a0824be2dc7817cb5c38a26e89f09ddf1b66ac5e3fc72b6f2e2d45fb98360d4a6e0fdbc7dc298756f8186d6b2
7
+ data.tar.gz: a732eabcb907cf09d1462aa3b9c4ff723bf56d9bda075466242ce12904213e496e5a81223dac9289e8bbeb23726479263cd42c972f189654a6bd2ef2887a9ab5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.9.0 (2021-05-08)
4
+
5
+ * Regenerated from discovery document revision 20210430
6
+
7
+ ### v0.8.0 (2021-03-29)
8
+
9
+ * Regenerated from discovery document revision 20210319
10
+
11
+ ### v0.7.0 (2021-03-22)
12
+
13
+ * Regenerated from discovery document revision 20210314
14
+
15
+ ### v0.6.0 (2021-03-17)
16
+
17
+ * Regenerated from discovery document revision 20210309
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.5.0 (2021-03-04)
21
+
22
+ * Regenerated from discovery document revision 20210227
23
+
3
24
  ### v0.4.0 (2021-02-23)
4
25
 
5
26
  * Regenerated from discovery document revision 20210213
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta2'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View your data across Google Cloud Platform services
@@ -65,7 +65,7 @@ module Google
65
65
  attr_accessor :start_time
66
66
 
67
67
  # Status of the operation (output only). A status of "done" means that the
68
- # request to update the authoritative servers has been sent but the servers
68
+ # request to update the authoritative servers has been sent, but the servers
69
69
  # might not be updated yet.
70
70
  # Corresponds to the JSON property `status`
71
71
  # @return [String]
@@ -109,12 +109,12 @@ module Google
109
109
 
110
110
  # The presence of this field indicates that there exist more results following
111
111
  # your last page of results in pagination order. To fetch them, make another
112
- # list request using this value as your pagination token. In this way you can
113
- # retrieve the complete contents of even very large collections one page at a
114
- # time. However, if the contents of the collection change between the first and
115
- # last paginated list request, the set of all elements returned are an
116
- # inconsistent view of the collection. There is no way to retrieve a "snapshot"
117
- # of collections larger than the maximum page size.
112
+ # list request using this value as your pagination token. This lets you retrieve
113
+ # the complete contents of even very large collections one page at a time.
114
+ # However, if the contents of the collection change between the first and last
115
+ # paginated list request, the set of all elements returned are an inconsistent
116
+ # view of the collection. You cannot retrieve a "snapshot" of collections larger
117
+ # than the maximum page size.
118
118
  # Corresponds to the JSON property `nextPageToken`
119
119
  # @return [String]
120
120
  attr_accessor :next_page_token
@@ -167,14 +167,14 @@ module Google
167
167
  attr_accessor :id
168
168
 
169
169
  # Active keys are used to sign subsequent changes to the ManagedZone. Inactive
170
- # keys will still be present as DNSKEY Resource Records for the use of resolvers
170
+ # keys are still present as DNSKEY Resource Records for the use of resolvers
171
171
  # validating existing signatures.
172
172
  # Corresponds to the JSON property `isActive`
173
173
  # @return [Boolean]
174
174
  attr_accessor :is_active
175
175
  alias_method :is_active?, :is_active
176
176
 
177
- # Length of the key in bits. Specified at creation time, then immutable.
177
+ # Length of the key in bits. Specified at creation time, and then immutable.
178
178
  # Corresponds to the JSON property `keyLength`
179
179
  # @return [Fixnum]
180
180
  attr_accessor :key_length
@@ -201,7 +201,7 @@ module Google
201
201
 
202
202
  # One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the
203
203
  # Secure Entry Point flag set and, when active, are used to sign only resource
204
- # record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared
204
+ # record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared,
205
205
  # and this key is used to sign only resource record sets of other types.
206
206
  # Immutable after creation time.
207
207
  # Corresponds to the JSON property `type`
@@ -399,8 +399,8 @@ module Google
399
399
 
400
400
  # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet
401
401
  # is a set of DNS name servers that all host the same ManagedZones. Most users
402
- # will leave this field unset. If you need to use this field, please reach out
403
- # to your account team.
402
+ # leave this field unset. If you need to use this field, contact your account
403
+ # team.
404
404
  # Corresponds to the JSON property `nameServerSet`
405
405
  # @return [String]
406
406
  attr_accessor :name_server_set
@@ -537,9 +537,10 @@ module Google
537
537
  include Google::Apis::Core::Hashable
538
538
 
539
539
  # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud
540
- # DNS makes forwarding decisions based on address ranges; that is, RFC1918
541
- # addresses go to the VPC, non-RFC1918 addresses go to the internet. When set to
542
- # PRIVATE, Cloud DNS always sends queries through VPC for this target.
540
+ # DNS makes forwarding decisions based on IP address ranges; that is, RFC1918
541
+ # addresses go to the VPC network, non-RFC1918 addresses go to the internet.
542
+ # When set to PRIVATE, Cloud DNS always sends queries through the VPC network
543
+ # for this target.
543
544
  # Corresponds to the JSON property `forwardingPath`
544
545
  # @return [String]
545
546
  attr_accessor :forwarding_path
@@ -582,19 +583,19 @@ module Google
582
583
  # @return [Google::Apis::DnsV1beta2::ResponseHeader]
583
584
  attr_accessor :header
584
585
 
585
- #
586
+ # Type of resource.
586
587
  # Corresponds to the JSON property `kind`
587
588
  # @return [String]
588
589
  attr_accessor :kind
589
590
 
590
591
  # The presence of this field indicates that there exist more results following
591
592
  # your last page of results in pagination order. To fetch them, make another
592
- # list request using this value as your page token. In this way you can retrieve
593
- # the complete contents of even very large collections one page at a time.
594
- # However, if the contents of the collection change between the first and last
595
- # paginated list request, the set of all elements returned are an inconsistent
596
- # view of the collection. There is no way to retrieve a consistent snapshot of a
597
- # collection larger than the maximum page size.
593
+ # list request using this value as your page token. This lets you retrieve the
594
+ # complete contents of even very large collections one page at a time. However,
595
+ # if the contents of the collection change between the first and last paginated
596
+ # list request, the set of all elements returned are an inconsistent view of the
597
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
598
+ # than the maximum page size.
598
599
  # Corresponds to the JSON property `nextPageToken`
599
600
  # @return [String]
600
601
  attr_accessor :next_page_token
@@ -682,6 +683,11 @@ module Google
682
683
  class ManagedZonePrivateVisibilityConfig
683
684
  include Google::Apis::Core::Hashable
684
685
 
686
+ # The list of Google Kubernetes Engine clusters that can see this zone.
687
+ # Corresponds to the JSON property `gkeClusters`
688
+ # @return [Array<Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigGkeCluster>]
689
+ attr_accessor :gke_clusters
690
+
685
691
  #
686
692
  # Corresponds to the JSON property `kind`
687
693
  # @return [String]
@@ -698,11 +704,40 @@ module Google
698
704
 
699
705
  # Update properties of this object
700
706
  def update!(**args)
707
+ @gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
701
708
  @kind = args[:kind] if args.key?(:kind)
702
709
  @networks = args[:networks] if args.key?(:networks)
703
710
  end
704
711
  end
705
712
 
713
+ #
714
+ class ManagedZonePrivateVisibilityConfigGkeCluster
715
+ include Google::Apis::Core::Hashable
716
+
717
+ # The resource name of the cluster to bind this ManagedZone to. This should be
718
+ # specified in the format like: projects/*/locations/*/clusters/*. This is
719
+ # referenced from GKE projects.locations.clusters.get API: https://cloud.google.
720
+ # com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
721
+ # Corresponds to the JSON property `gkeClusterName`
722
+ # @return [String]
723
+ attr_accessor :gke_cluster_name
724
+
725
+ #
726
+ # Corresponds to the JSON property `kind`
727
+ # @return [String]
728
+ attr_accessor :kind
729
+
730
+ def initialize(**args)
731
+ update!(**args)
732
+ end
733
+
734
+ # Update properties of this object
735
+ def update!(**args)
736
+ @gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
737
+ @kind = args[:kind] if args.key?(:kind)
738
+ end
739
+ end
740
+
706
741
  #
707
742
  class ManagedZonePrivateVisibilityConfigNetwork
708
743
  include Google::Apis::Core::Hashable
@@ -712,9 +747,9 @@ module Google
712
747
  # @return [String]
713
748
  attr_accessor :kind
714
749
 
715
- # The fully qualified URL of the VPC network to bind to. This should be
716
- # formatted like https://www.googleapis.com/compute/v1/projects/`project`/global/
717
- # networks/`network`
750
+ # The fully qualified URL of the VPC network to bind to. Format this URL like
751
+ # https://www.googleapis.com/compute/v1/projects/`project`/global/networks/`
752
+ # network`
718
753
  # Corresponds to the JSON property `networkUrl`
719
754
  # @return [String]
720
755
  attr_accessor :network_url
@@ -778,8 +813,8 @@ module Google
778
813
  class ManagedZoneServiceDirectoryConfigNamespace
779
814
  include Google::Apis::Core::Hashable
780
815
 
781
- # The time that the namespace backing this zone was deleted, empty string if it
782
- # still exists. This is in RFC3339 text format. Output only.
816
+ # The time that the namespace backing this zone was deleted; an empty string if
817
+ # it still exists. This is in RFC3339 text format. Output only.
783
818
  # Corresponds to the JSON property `deletionTime`
784
819
  # @return [String]
785
820
  attr_accessor :deletion_time
@@ -789,9 +824,9 @@ module Google
789
824
  # @return [String]
790
825
  attr_accessor :kind
791
826
 
792
- # The fully qualified URL of the namespace associated with the zone. This should
793
- # be formatted like https://servicedirectory.googleapis.com/v1/projects/`project`
794
- # /locations/`location`/namespaces/`namespace`
827
+ # The fully qualified URL of the namespace associated with the zone. Format must
828
+ # be https://servicedirectory.googleapis.com/v1/projects/`project`/locations/`
829
+ # location`/namespaces/`namespace`
795
830
  # Corresponds to the JSON property `namespaceUrl`
796
831
  # @return [String]
797
832
  attr_accessor :namespace_url
@@ -829,12 +864,12 @@ module Google
829
864
 
830
865
  # The presence of this field indicates that there exist more results following
831
866
  # your last page of results in pagination order. To fetch them, make another
832
- # list request using this value as your page token. In this way you can retrieve
833
- # the complete contents of even very large collections one page at a time.
834
- # However, if the contents of the collection change between the first and last
835
- # paginated list request, the set of all elements returned are an inconsistent
836
- # view of the collection. There is no way to retrieve a consistent snapshot of a
837
- # collection larger than the maximum page size.
867
+ # list request using this value as your page token. This lets you the complete
868
+ # contents of even very large collections one page at a time. However, if the
869
+ # contents of the collection change between the first and last paginated list
870
+ # request, the set of all elements returned are an inconsistent view of the
871
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
872
+ # than the maximum page size.
838
873
  # Corresponds to the JSON property `nextPageToken`
839
874
  # @return [String]
840
875
  attr_accessor :next_page_token
@@ -994,12 +1029,12 @@ module Google
994
1029
 
995
1030
  # The presence of this field indicates that there exist more results following
996
1031
  # your last page of results in pagination order. To fetch them, make another
997
- # list request using this value as your page token. In this way you can retrieve
998
- # the complete contents of even very large collections one page at a time.
999
- # However, if the contents of the collection change between the first and last
1000
- # paginated list request, the set of all elements returned are an inconsistent
1001
- # view of the collection. There is no way to retrieve a consistent snapshot of a
1002
- # collection larger than the maximum page size.
1032
+ # list request using this value as your page token. This lets you the complete
1033
+ # contents of even very large collections one page at a time. However, if the
1034
+ # contents of the collection change between the first and last paginated list
1035
+ # request, the set of all elements returned are an inconsistent view of the
1036
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1037
+ # than the maximum page size.
1003
1038
  # Corresponds to the JSON property `nextPageToken`
1004
1039
  # @return [String]
1005
1040
  attr_accessor :next_page_token
@@ -1094,7 +1129,7 @@ module Google
1094
1129
 
1095
1130
  # Allows networks bound to this policy to receive DNS queries sent by VMs or
1096
1131
  # applications over VPN connections. When enabled, a virtual IP address is
1097
- # allocated from each of the sub-networks that are bound to this policy.
1132
+ # allocated from each of the subnetworks that are bound to this policy.
1098
1133
  # Corresponds to the JSON property `enableInboundForwarding`
1099
1134
  # @return [Boolean]
1100
1135
  attr_accessor :enable_inbound_forwarding
@@ -1176,9 +1211,10 @@ module Google
1176
1211
  include Google::Apis::Core::Hashable
1177
1212
 
1178
1213
  # Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud
1179
- # DNS makes forwarding decision based on address ranges; that is, RFC1918
1180
- # addresses go to the VPC, non-RFC1918 addresses go to the internet. When set to
1181
- # PRIVATE, Cloud DNS always sends queries through VPC for this target.
1214
+ # DNS makes forwarding decisions based on address ranges; that is, RFC1918
1215
+ # addresses go to the VPC network, non-RFC1918 addresses go to the internet.
1216
+ # When set to PRIVATE, Cloud DNS always sends queries through the VPC network
1217
+ # for this target.
1182
1218
  # Corresponds to the JSON property `forwardingPath`
1183
1219
  # @return [String]
1184
1220
  attr_accessor :forwarding_path
@@ -1241,7 +1277,7 @@ module Google
1241
1277
 
1242
1278
  # A project resource. The project is a top level container for resources
1243
1279
  # including Cloud DNS ManagedZones. Projects can be created only in the APIs
1244
- # console.
1280
+ # console. Next tag: 7.
1245
1281
  class Project
1246
1282
  include Google::Apis::Core::Hashable
1247
1283
 
@@ -1288,6 +1324,17 @@ module Google
1288
1324
  # @return [Fixnum]
1289
1325
  attr_accessor :dns_keys_per_managed_zone
1290
1326
 
1327
+ # Maximum allowed number of GKE clusters to which a privately scoped zone can be
1328
+ # attached.
1329
+ # Corresponds to the JSON property `gkeClustersPerManagedZone`
1330
+ # @return [Fixnum]
1331
+ attr_accessor :gke_clusters_per_managed_zone
1332
+
1333
+ # Maximum allowed number of GKE clusters per response policy.
1334
+ # Corresponds to the JSON property `gkeClustersPerResponsePolicy`
1335
+ # @return [Fixnum]
1336
+ attr_accessor :gke_clusters_per_response_policy
1337
+
1291
1338
  #
1292
1339
  # Corresponds to the JSON property `kind`
1293
1340
  # @return [String]
@@ -1298,6 +1345,11 @@ module Google
1298
1345
  # @return [Fixnum]
1299
1346
  attr_accessor :managed_zones
1300
1347
 
1348
+ # Maximum allowed number of managed zones which can be attached to a GKE cluster.
1349
+ # Corresponds to the JSON property `managedZonesPerGkeCluster`
1350
+ # @return [Fixnum]
1351
+ attr_accessor :managed_zones_per_gke_cluster
1352
+
1301
1353
  # Maximum allowed number of managed zones which can be attached to a network.
1302
1354
  # Corresponds to the JSON property `managedZonesPerNetwork`
1303
1355
  # @return [Fixnum]
@@ -1372,8 +1424,11 @@ module Google
1372
1424
  # Update properties of this object
1373
1425
  def update!(**args)
1374
1426
  @dns_keys_per_managed_zone = args[:dns_keys_per_managed_zone] if args.key?(:dns_keys_per_managed_zone)
1427
+ @gke_clusters_per_managed_zone = args[:gke_clusters_per_managed_zone] if args.key?(:gke_clusters_per_managed_zone)
1428
+ @gke_clusters_per_response_policy = args[:gke_clusters_per_response_policy] if args.key?(:gke_clusters_per_response_policy)
1375
1429
  @kind = args[:kind] if args.key?(:kind)
1376
1430
  @managed_zones = args[:managed_zones] if args.key?(:managed_zones)
1431
+ @managed_zones_per_gke_cluster = args[:managed_zones_per_gke_cluster] if args.key?(:managed_zones_per_gke_cluster)
1377
1432
  @managed_zones_per_network = args[:managed_zones_per_network] if args.key?(:managed_zones_per_network)
1378
1433
  @networks_per_managed_zone = args[:networks_per_managed_zone] if args.key?(:networks_per_managed_zone)
1379
1434
  @networks_per_policy = args[:networks_per_policy] if args.key?(:networks_per_policy)
@@ -1390,7 +1445,7 @@ module Google
1390
1445
  end
1391
1446
  end
1392
1447
 
1393
- # A unit of data that will be returned by the DNS servers.
1448
+ # A unit of data that is returned by the DNS servers.
1394
1449
  class ResourceRecordSet
1395
1450
  include Google::Apis::Core::Hashable
1396
1451
 
@@ -1517,12 +1572,12 @@ module Google
1517
1572
 
1518
1573
  # The presence of this field indicates that there exist more results following
1519
1574
  # your last page of results in pagination order. To fetch them, make another
1520
- # list request using this value as your page token. In this way you can retrieve
1521
- # the complete contents of even very large collections one page at a time.
1522
- # However, if the contents of the collection change between the first and last
1523
- # paginated list request, the set of all elements returned are an inconsistent
1524
- # view of the collection. There is no way to retrieve a consistent snapshot of a
1525
- # collection larger than the maximum page size.
1575
+ # list request using this value as your page token. This lets you the complete
1576
+ # contents of even very large collections one page at a time. However, if the
1577
+ # contents of the collection change between the first and last paginated list
1578
+ # request, the set of all elements returned are an inconsistent view of the
1579
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1580
+ # than the maximum page size.
1526
1581
  # Corresponds to the JSON property `nextPageToken`
1527
1582
  # @return [String]
1528
1583
  attr_accessor :next_page_token
@@ -1606,6 +1661,12 @@ module Google
1606
1661
  # @return [String]
1607
1662
  attr_accessor :description
1608
1663
 
1664
+ # The list of Google Kubernetes Engine clusters to which this response policy is
1665
+ # applied.
1666
+ # Corresponds to the JSON property `gkeClusters`
1667
+ # @return [Array<Google::Apis::DnsV1beta2::ResponsePolicyGkeCluster>]
1668
+ attr_accessor :gke_clusters
1669
+
1609
1670
  # Unique identifier for the resource; defined by the server (output only).
1610
1671
  # Corresponds to the JSON property `id`
1611
1672
  # @return [Fixnum]
@@ -1633,6 +1694,7 @@ module Google
1633
1694
  # Update properties of this object
1634
1695
  def update!(**args)
1635
1696
  @description = args[:description] if args.key?(:description)
1697
+ @gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
1636
1698
  @id = args[:id] if args.key?(:id)
1637
1699
  @kind = args[:kind] if args.key?(:kind)
1638
1700
  @networks = args[:networks] if args.key?(:networks)
@@ -1640,6 +1702,34 @@ module Google
1640
1702
  end
1641
1703
  end
1642
1704
 
1705
+ #
1706
+ class ResponsePolicyGkeCluster
1707
+ include Google::Apis::Core::Hashable
1708
+
1709
+ # The resource name of the cluster to bind this response policy to. This should
1710
+ # be specified in the format like: projects/*/locations/*/clusters/*. This is
1711
+ # referenced from GKE projects.locations.clusters.get API: https://cloud.google.
1712
+ # com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
1713
+ # Corresponds to the JSON property `gkeClusterName`
1714
+ # @return [String]
1715
+ attr_accessor :gke_cluster_name
1716
+
1717
+ #
1718
+ # Corresponds to the JSON property `kind`
1719
+ # @return [String]
1720
+ attr_accessor :kind
1721
+
1722
+ def initialize(**args)
1723
+ update!(**args)
1724
+ end
1725
+
1726
+ # Update properties of this object
1727
+ def update!(**args)
1728
+ @gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
1729
+ @kind = args[:kind] if args.key?(:kind)
1730
+ end
1731
+ end
1732
+
1643
1733
  #
1644
1734
  class ResponsePolicyNetwork
1645
1735
  include Google::Apis::Core::Hashable
@@ -1749,12 +1839,12 @@ module Google
1749
1839
 
1750
1840
  # The presence of this field indicates that there exist more results following
1751
1841
  # your last page of results in pagination order. To fetch them, make another
1752
- # list request using this value as your page token. In this way you can retrieve
1753
- # the complete contents of even very large collections one page at a time.
1754
- # However, if the contents of the collection change between the first and last
1755
- # paginated list request, the set of all elements returned are an inconsistent
1756
- # view of the collection. There is no way to retrieve a consistent snapshot of a
1757
- # collection larger than the maximum page size.
1842
+ # list request using this value as your page token. This lets you the complete
1843
+ # contents of even very large collections one page at a time. However, if the
1844
+ # contents of the collection change between the first and last paginated list
1845
+ # request, the set of all elements returned are an inconsistent view of the
1846
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1847
+ # than the maximum page size.
1758
1848
  # Corresponds to the JSON property `nextPageToken`
1759
1849
  # @return [String]
1760
1850
  attr_accessor :next_page_token
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210213"
25
+ REVISION = "20210430"
26
26
  end
27
27
  end
28
28
  end
@@ -106,6 +106,12 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
+ class ManagedZonePrivateVisibilityConfigGkeCluster
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
109
115
  class ManagedZonePrivateVisibilityConfigNetwork
110
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
117
 
@@ -250,6 +256,12 @@ module Google
250
256
  include Google::Apis::Core::JsonObjectSupport
251
257
  end
252
258
 
259
+ class ResponsePolicyGkeCluster
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
253
265
  class ResponsePolicyNetwork
254
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
267
 
@@ -452,12 +464,22 @@ module Google
452
464
  class ManagedZonePrivateVisibilityConfig
453
465
  # @private
454
466
  class Representation < Google::Apis::Core::JsonRepresentation
467
+ collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigGkeCluster, decorator: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigGkeCluster::Representation
468
+
455
469
  property :kind, as: 'kind'
456
470
  collection :networks, as: 'networks', class: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigNetwork, decorator: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigNetwork::Representation
457
471
 
458
472
  end
459
473
  end
460
474
 
475
+ class ManagedZonePrivateVisibilityConfigGkeCluster
476
+ # @private
477
+ class Representation < Google::Apis::Core::JsonRepresentation
478
+ property :gke_cluster_name, as: 'gkeClusterName'
479
+ property :kind, as: 'kind'
480
+ end
481
+ end
482
+
461
483
  class ManagedZonePrivateVisibilityConfigNetwork
462
484
  # @private
463
485
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -629,8 +651,11 @@ module Google
629
651
  # @private
630
652
  class Representation < Google::Apis::Core::JsonRepresentation
631
653
  property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
654
+ property :gke_clusters_per_managed_zone, as: 'gkeClustersPerManagedZone'
655
+ property :gke_clusters_per_response_policy, as: 'gkeClustersPerResponsePolicy'
632
656
  property :kind, as: 'kind'
633
657
  property :managed_zones, as: 'managedZones'
658
+ property :managed_zones_per_gke_cluster, as: 'managedZonesPerGkeCluster'
634
659
  property :managed_zones_per_network, as: 'managedZonesPerNetwork'
635
660
  property :networks_per_managed_zone, as: 'networksPerManagedZone'
636
661
  property :networks_per_policy, as: 'networksPerPolicy'
@@ -714,6 +739,8 @@ module Google
714
739
  # @private
715
740
  class Representation < Google::Apis::Core::JsonRepresentation
716
741
  property :description, as: 'description'
742
+ collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1beta2::ResponsePolicyGkeCluster, decorator: Google::Apis::DnsV1beta2::ResponsePolicyGkeCluster::Representation
743
+
717
744
  property :id, :numeric_string => true, as: 'id'
718
745
  property :kind, as: 'kind'
719
746
  collection :networks, as: 'networks', class: Google::Apis::DnsV1beta2::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1beta2::ResponsePolicyNetwork::Representation
@@ -722,6 +749,14 @@ module Google
722
749
  end
723
750
  end
724
751
 
752
+ class ResponsePolicyGkeCluster
753
+ # @private
754
+ class Representation < Google::Apis::Core::JsonRepresentation
755
+ property :gke_cluster_name, as: 'gkeClusterName'
756
+ property :kind, as: 'kind'
757
+ end
758
+ end
759
+
725
760
  class ResponsePolicyNetwork
726
761
  # @private
727
762
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -180,7 +180,7 @@ module Google
180
180
  execute_or_queue_command(command, &block)
181
181
  end
182
182
 
183
- # Fetch the representation of an existing DnsKey.
183
+ # Fetches the representation of an existing DnsKey.
184
184
  # @param [String] project
185
185
  # Identifies the project addressed by this request.
186
186
  # @param [String] managed_zone
@@ -226,7 +226,7 @@ module Google
226
226
  execute_or_queue_command(command, &block)
227
227
  end
228
228
 
229
- # Enumerate DnsKeys to a ResourceRecordSet collection.
229
+ # Enumerates DnsKeys to a ResourceRecordSet collection.
230
230
  # @param [String] project
231
231
  # Identifies the project addressed by this request.
232
232
  # @param [String] managed_zone
@@ -357,7 +357,7 @@ module Google
357
357
  execute_or_queue_command(command, &block)
358
358
  end
359
359
 
360
- # Create a new ManagedZone.
360
+ # Creates a new ManagedZone.
361
361
  # @param [String] project
362
362
  # Identifies the project addressed by this request.
363
363
  # @param [Google::Apis::DnsV1beta2::ManagedZone] managed_zone_object
@@ -394,7 +394,7 @@ module Google
394
394
  execute_or_queue_command(command, &block)
395
395
  end
396
396
 
397
- # Delete a previously created ManagedZone.
397
+ # Deletes a previously created ManagedZone.
398
398
  # @param [String] project
399
399
  # Identifies the project addressed by this request.
400
400
  # @param [String] managed_zone
@@ -430,7 +430,7 @@ module Google
430
430
  execute_or_queue_command(command, &block)
431
431
  end
432
432
 
433
- # Fetch the representation of an existing ManagedZone.
433
+ # Fetches the representation of an existing ManagedZone.
434
434
  # @param [String] project
435
435
  # Identifies the project addressed by this request.
436
436
  # @param [String] managed_zone
@@ -468,7 +468,7 @@ module Google
468
468
  execute_or_queue_command(command, &block)
469
469
  end
470
470
 
471
- # Enumerate ManagedZones that have been created but not yet deleted.
471
+ # Enumerates ManagedZones that have been created but not yet deleted.
472
472
  # @param [String] project
473
473
  # Identifies the project addressed by this request.
474
474
  # @param [String] dns_name
@@ -509,7 +509,7 @@ module Google
509
509
  execute_or_queue_command(command, &block)
510
510
  end
511
511
 
512
- # Apply a partial update to an existing ManagedZone.
512
+ # Applies a partial update to an existing ManagedZone.
513
513
  # @param [String] project
514
514
  # Identifies the project addressed by this request.
515
515
  # @param [String] managed_zone
@@ -550,7 +550,7 @@ module Google
550
550
  execute_or_queue_command(command, &block)
551
551
  end
552
552
 
553
- # Update an existing ManagedZone.
553
+ # Updates an existing ManagedZone.
554
554
  # @param [String] project
555
555
  # Identifies the project addressed by this request.
556
556
  # @param [String] managed_zone
@@ -591,7 +591,7 @@ module Google
591
591
  execute_or_queue_command(command, &block)
592
592
  end
593
593
 
594
- # Creates a new Policy
594
+ # Creates a new Policy.
595
595
  # @param [String] project
596
596
  # Identifies the project addressed by this request.
597
597
  # @param [Google::Apis::DnsV1beta2::Policy] policy_object
@@ -628,7 +628,7 @@ module Google
628
628
  execute_or_queue_command(command, &block)
629
629
  end
630
630
 
631
- # Delete a previously created Policy. Fails if the policy is still being
631
+ # Deletes a previously created Policy. Fails if the policy is still being
632
632
  # referenced by a network.
633
633
  # @param [String] project
634
634
  # Identifies the project addressed by this request.
@@ -739,7 +739,7 @@ module Google
739
739
  execute_or_queue_command(command, &block)
740
740
  end
741
741
 
742
- # Apply a partial update to an existing Policy.
742
+ # Applies a partial update to an existing Policy.
743
743
  # @param [String] project
744
744
  # Identifies the project addressed by this request.
745
745
  # @param [String] policy
@@ -779,7 +779,7 @@ module Google
779
779
  execute_or_queue_command(command, &block)
780
780
  end
781
781
 
782
- # Update an existing Policy.
782
+ # Updates an existing Policy.
783
783
  # @param [String] project
784
784
  # Identifies the project addressed by this request.
785
785
  # @param [String] policy
@@ -819,7 +819,7 @@ module Google
819
819
  execute_or_queue_command(command, &block)
820
820
  end
821
821
 
822
- # Fetch the representation of an existing Project.
822
+ # Fetches the representation of an existing Project.
823
823
  # @param [String] project
824
824
  # Identifies the project addressed by this request.
825
825
  # @param [String] client_operation_id
@@ -853,7 +853,7 @@ module Google
853
853
  execute_or_queue_command(command, &block)
854
854
  end
855
855
 
856
- # Create a new ResourceRecordSet.
856
+ # Creates a new ResourceRecordSet.
857
857
  # @param [String] project
858
858
  # Identifies the project addressed by this request.
859
859
  # @param [String] managed_zone
@@ -894,7 +894,7 @@ module Google
894
894
  execute_or_queue_command(command, &block)
895
895
  end
896
896
 
897
- # Delete a previously created ResourceRecordSet.
897
+ # Deletes a previously created ResourceRecordSet.
898
898
  # @param [String] project
899
899
  # Identifies the project addressed by this request.
900
900
  # @param [String] managed_zone
@@ -936,7 +936,7 @@ module Google
936
936
  execute_or_queue_command(command, &block)
937
937
  end
938
938
 
939
- # Fetch the representation of an existing ResourceRecordSet.
939
+ # Fetches the representation of an existing ResourceRecordSet.
940
940
  # @param [String] project
941
941
  # Identifies the project addressed by this request.
942
942
  # @param [String] managed_zone
@@ -980,7 +980,7 @@ module Google
980
980
  execute_or_queue_command(command, &block)
981
981
  end
982
982
 
983
- # Apply a partial update to an existing ResourceRecordSet.
983
+ # Applies a partial update to an existing ResourceRecordSet.
984
984
  # @param [String] project
985
985
  # Identifies the project addressed by this request.
986
986
  # @param [String] managed_zone
@@ -1027,7 +1027,7 @@ module Google
1027
1027
  execute_or_queue_command(command, &block)
1028
1028
  end
1029
1029
 
1030
- # Enumerate ResourceRecordSets that you have created but not yet deleted.
1030
+ # Enumerates ResourceRecordSets that you have created but not yet deleted.
1031
1031
  # @param [String] project
1032
1032
  # Identifies the project addressed by this request.
1033
1033
  # @param [String] managed_zone
@@ -1114,8 +1114,8 @@ module Google
1114
1114
  execute_or_queue_command(command, &block)
1115
1115
  end
1116
1116
 
1117
- # Delete a previously created Response Policy. Will fail if the response policy
1118
- # is non-empty or still being referenced by a network.
1117
+ # Deletes a previously created Response Policy. Fails if the response policy is
1118
+ # non-empty or still being referenced by a network.
1119
1119
  # @param [String] project
1120
1120
  # Identifies the project addressed by this request.
1121
1121
  # @param [String] response_policy
@@ -1150,7 +1150,7 @@ module Google
1150
1150
  execute_or_queue_command(command, &block)
1151
1151
  end
1152
1152
 
1153
- # Fetch the representation of an existing Response Policy.
1153
+ # Fetches the representation of an existing Response Policy.
1154
1154
  # @param [String] project
1155
1155
  # Identifies the project addressed by this request.
1156
1156
  # @param [String] response_policy
@@ -1187,7 +1187,7 @@ module Google
1187
1187
  execute_or_queue_command(command, &block)
1188
1188
  end
1189
1189
 
1190
- # Enumerate all Response Policies associated with a project.
1190
+ # Enumerates all Response Policies associated with a project.
1191
1191
  # @param [String] project
1192
1192
  # Identifies the project addressed by this request.
1193
1193
  # @param [Fixnum] max_results
@@ -1225,7 +1225,7 @@ module Google
1225
1225
  execute_or_queue_command(command, &block)
1226
1226
  end
1227
1227
 
1228
- # Apply a partial update to an existing Response Policy.
1228
+ # Applies a partial update to an existing Response Policy.
1229
1229
  # @param [String] project
1230
1230
  # Identifies the project addressed by this request.
1231
1231
  # @param [String] response_policy
@@ -1265,7 +1265,7 @@ module Google
1265
1265
  execute_or_queue_command(command, &block)
1266
1266
  end
1267
1267
 
1268
- # Update an existing Response Policy.
1268
+ # Updates an existing Response Policy.
1269
1269
  # @param [String] project
1270
1270
  # Identifies the project addressed by this request.
1271
1271
  # @param [String] response_policy
@@ -1345,7 +1345,7 @@ module Google
1345
1345
  execute_or_queue_command(command, &block)
1346
1346
  end
1347
1347
 
1348
- # Delete a previously created Response Policy Rule.
1348
+ # Deletes a previously created Response Policy Rule.
1349
1349
  # @param [String] project
1350
1350
  # Identifies the project addressed by this request.
1351
1351
  # @param [String] response_policy
@@ -1383,7 +1383,7 @@ module Google
1383
1383
  execute_or_queue_command(command, &block)
1384
1384
  end
1385
1385
 
1386
- # Fetch the representation of an existing Response Policy Rule.
1386
+ # Fetches the representation of an existing Response Policy Rule.
1387
1387
  # @param [String] project
1388
1388
  # Identifies the project addressed by this request.
1389
1389
  # @param [String] response_policy
@@ -1423,7 +1423,7 @@ module Google
1423
1423
  execute_or_queue_command(command, &block)
1424
1424
  end
1425
1425
 
1426
- # Enumerate all Response Policy Rules associated with a project.
1426
+ # Enumerates all Response Policy Rules associated with a project.
1427
1427
  # @param [String] project
1428
1428
  # Identifies the project addressed by this request.
1429
1429
  # @param [String] response_policy
@@ -1464,7 +1464,7 @@ module Google
1464
1464
  execute_or_queue_command(command, &block)
1465
1465
  end
1466
1466
 
1467
- # Apply a partial update to an existing Response Policy Rule.
1467
+ # Applies a partial update to an existing Response Policy Rule.
1468
1468
  # @param [String] project
1469
1469
  # Identifies the project addressed by this request.
1470
1470
  # @param [String] response_policy
@@ -1507,7 +1507,7 @@ module Google
1507
1507
  execute_or_queue_command(command, &block)
1508
1508
  end
1509
1509
 
1510
- # Update an existing Response Policy Rule.
1510
+ # Updates an existing Response Policy Rule.
1511
1511
  # @param [String] project
1512
1512
  # Identifies the project addressed by this request.
1513
1513
  # @param [String] response_policy
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.4.0
4
+ version: 0.9.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-03-01 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.11
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud DNS API V1beta2