google-apis-dns_v1beta2 0.3.0 → 0.8.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: 83a43eafb417cbcabdc749a1c855d1b18d6f52d771ab366f8166cdd92a534bef
4
- data.tar.gz: 7d67834a57dc582a8f0956e42f47e12d1461aba5aa27b6ef37f37b35ba5a80b7
3
+ metadata.gz: f92b8862a6a6a02e00438a62d671fc258a4ed7124aa000c31b4fb49a5f62c6a9
4
+ data.tar.gz: eacd90d012766202279cb0ff850b3d17c4a66c6a42ad59c5c99938cd56e4e9c7
5
5
  SHA512:
6
- metadata.gz: 95baf43ce51c896e5e5f6c2b110f30b61c8d080d2b7571edf550657f43202656f78d78a0ae59d29335ca93f98b22d3ffab3d178b2c8ed4fd3bfcd5cdfb4b60b2
7
- data.tar.gz: 6e222b70c38c887a122a90ab6c43002c0fd541c964723130fe195d8c9550ff3951150c8ec7af5e81ee767846a19d6cf73662d2947d8e2b5edebc0a44201eef97
6
+ metadata.gz: 0bd6491b3ef0164955904acec1262041301b7d218f26aaadc573003ee2cf251285c92a8d22cff69ee327d7ca1918ff04033eb42f7358eaefb39c02b13605843e
7
+ data.tar.gz: 5cbcc0fe69bbbce667e7c32886621df3040f2da9fcf6bcfb4f1655b175107d0afa79da46937b25b1aefccc7d296ef84d6646a0f867bc95f365b715c845dbfcbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.8.0 (2021-03-29)
4
+
5
+ * Regenerated from discovery document revision 20210319
6
+
7
+ ### v0.7.0 (2021-03-22)
8
+
9
+ * Regenerated from discovery document revision 20210314
10
+
11
+ ### v0.6.0 (2021-03-17)
12
+
13
+ * Regenerated from discovery document revision 20210309
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.5.0 (2021-03-04)
17
+
18
+ * Regenerated from discovery document revision 20210227
19
+
20
+ ### v0.4.0 (2021-02-23)
21
+
22
+ * Regenerated from discovery document revision 20210213
23
+
3
24
  ### v0.3.0 (2021-02-11)
4
25
 
5
26
  * Regenerated from discovery document revision 20210204
@@ -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 will be 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
@@ -166,15 +166,15 @@ module Google
166
166
  # @return [String]
167
167
  attr_accessor :id
168
168
 
169
- # Active keys will be used to sign subsequent changes to the ManagedZone.
170
- # Inactive keys will still be present as DNSKEY Resource Records for the use of
171
- # resolvers validating existing signatures.
169
+ # Active keys are used to sign subsequent changes to the ManagedZone. Inactive
170
+ # keys are still present as DNSKEY Resource Records for the use of resolvers
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
@@ -200,10 +200,10 @@ module Google
200
200
  attr_accessor :public_key
201
201
 
202
202
  # One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the
203
- # Secure Entry Point flag set and, when active, will be used to sign only
204
- # resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag
205
- # will be cleared and this key will be used to sign only resource record sets of
206
- # other types. Immutable after creation time.
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,
205
+ # and this key is used to sign only resource record sets of other types.
206
+ # Immutable after creation time.
207
207
  # Corresponds to the JSON property `type`
208
208
  # @return [String]
209
209
  attr_accessor :type
@@ -270,10 +270,10 @@ module Google
270
270
  attr_accessor :key_length
271
271
 
272
272
  # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK).
273
- # Key signing keys have the Secure Entry Point flag set and, when active, will
274
- # only be used to sign resource record sets of type DNSKEY. Zone signing keys do
275
- # not have the Secure Entry Point flag set and will be used to sign all other
276
- # types of resource record sets.
273
+ # Key signing keys have the Secure Entry Point flag set and, when active, are
274
+ # only used to sign resource record sets of type DNSKEY. Zone signing keys do
275
+ # not have the Secure Entry Point flag set and are used to sign all other types
276
+ # of resource record sets.
277
277
  # Corresponds to the JSON property `keyType`
278
278
  # @return [String]
279
279
  attr_accessor :key_type
@@ -320,7 +320,7 @@ module Google
320
320
  # list request using this value as your pagination token. In this way you can
321
321
  # retrieve the complete contents of even very large collections one page at a
322
322
  # time. However, if the contents of the collection change between the first and
323
- # last paginated list request, the set of all elements returned will be an
323
+ # last paginated list request, the set of all elements returned are an
324
324
  # inconsistent view of the collection. There is no way to retrieve a "snapshot"
325
325
  # of collections larger than the maximum page size.
326
326
  # Corresponds to the JSON property `nextPageToken`
@@ -399,7 +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.
402
+ # leave this field unset. If you need to use this field, contact your account
403
+ # team.
403
404
  # Corresponds to the JSON property `nameServerSet`
404
405
  # @return [String]
405
406
  attr_accessor :name_server_set
@@ -423,7 +424,7 @@ module Google
423
424
  attr_accessor :private_visibility_config
424
425
 
425
426
  # The presence of this field indicates that this is a managed reverse lookup
426
- # zone and Cloud DNS will resolve reverse lookup queries using automatically
427
+ # zone and Cloud DNS resolves reverse lookup queries using automatically
427
428
  # configured records for VPC resources. This only applies to networks listed
428
429
  # under private_visibility_config.
429
430
  # Corresponds to the JSON property `reverseLookupConfig`
@@ -514,7 +515,7 @@ module Google
514
515
  # @return [String]
515
516
  attr_accessor :kind
516
517
 
517
- # List of target name servers to forward to. Cloud DNS will select the best
518
+ # List of target name servers to forward to. Cloud DNS selects the best
518
519
  # available name server if more than one target is given.
519
520
  # Corresponds to the JSON property `targetNameServers`
520
521
  # @return [Array<Google::Apis::DnsV1beta2::ManagedZoneForwardingConfigNameServerTarget>]
@@ -536,9 +537,10 @@ module Google
536
537
  include Google::Apis::Core::Hashable
537
538
 
538
539
  # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud
539
- # DNS will make forwarding decision based on address ranges, i.e. RFC1918
540
- # addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to
541
- # PRIVATE, Cloud DNS will always send 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.
542
544
  # Corresponds to the JSON property `forwardingPath`
543
545
  # @return [String]
544
546
  attr_accessor :forwarding_path
@@ -548,7 +550,7 @@ module Google
548
550
  # @return [String]
549
551
  attr_accessor :ipv4_address
550
552
 
551
- # IPv6 address of a target name server. Will not accept both fields (ipv4 & ipv6)
553
+ # IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6)
552
554
  # being populated.
553
555
  # Corresponds to the JSON property `ipv6Address`
554
556
  # @return [String]
@@ -588,12 +590,12 @@ module Google
588
590
 
589
591
  # The presence of this field indicates that there exist more results following
590
592
  # your last page of results in pagination order. To fetch them, make another
591
- # list request using this value as your page token. In this way you can retrieve
592
- # the complete contents of even very large collections one page at a time.
593
- # However, if the contents of the collection change between the first and last
594
- # paginated list request, the set of all elements returned will be an
595
- # inconsistent view of the collection. There is no way to retrieve a consistent
596
- # snapshot of a 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.
597
599
  # Corresponds to the JSON property `nextPageToken`
598
600
  # @return [String]
599
601
  attr_accessor :next_page_token
@@ -711,9 +713,9 @@ module Google
711
713
  # @return [String]
712
714
  attr_accessor :kind
713
715
 
714
- # The fully qualified URL of the VPC network to bind to. This should be
715
- # formatted like https://www.googleapis.com/compute/v1/projects/`project`/global/
716
- # networks/`network`
716
+ # The fully qualified URL of the VPC network to bind to. Format this URL like
717
+ # https://www.googleapis.com/compute/v1/projects/`project`/global/networks/`
718
+ # network`
717
719
  # Corresponds to the JSON property `networkUrl`
718
720
  # @return [String]
719
721
  attr_accessor :network_url
@@ -777,8 +779,8 @@ module Google
777
779
  class ManagedZoneServiceDirectoryConfigNamespace
778
780
  include Google::Apis::Core::Hashable
779
781
 
780
- # The time that the namespace backing this zone was deleted, empty string if it
781
- # still exists. This is in RFC3339 text format. Output only.
782
+ # The time that the namespace backing this zone was deleted; an empty string if
783
+ # it still exists. This is in RFC3339 text format. Output only.
782
784
  # Corresponds to the JSON property `deletionTime`
783
785
  # @return [String]
784
786
  attr_accessor :deletion_time
@@ -788,9 +790,9 @@ module Google
788
790
  # @return [String]
789
791
  attr_accessor :kind
790
792
 
791
- # The fully qualified URL of the namespace associated with the zone. This should
792
- # be formatted like https://servicedirectory.googleapis.com/v1/projects/`project`
793
- # /locations/`location`/namespaces/`namespace`
793
+ # The fully qualified URL of the namespace associated with the zone. Format must
794
+ # be https://servicedirectory.googleapis.com/v1/projects/`project`/locations/`
795
+ # location`/namespaces/`namespace`
794
796
  # Corresponds to the JSON property `namespaceUrl`
795
797
  # @return [String]
796
798
  attr_accessor :namespace_url
@@ -828,12 +830,12 @@ module Google
828
830
 
829
831
  # The presence of this field indicates that there exist more results following
830
832
  # your last page of results in pagination order. To fetch them, make another
831
- # list request using this value as your page token. In this way you can retrieve
832
- # the complete contents of even very large collections one page at a time.
833
- # However, if the contents of the collection change between the first and last
834
- # paginated list request, the set of all elements returned will be an
835
- # inconsistent view of the collection. There is no way to retrieve a consistent
836
- # snapshot of a collection larger than the maximum page size.
833
+ # list request using this value as your page token. This lets you the complete
834
+ # contents of even very large collections one page at a time. However, if the
835
+ # contents of the collection change between the first and last paginated list
836
+ # request, the set of all elements returned are an inconsistent view of the
837
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
838
+ # than the maximum page size.
837
839
  # Corresponds to the JSON property `nextPageToken`
838
840
  # @return [String]
839
841
  attr_accessor :next_page_token
@@ -993,12 +995,12 @@ module Google
993
995
 
994
996
  # The presence of this field indicates that there exist more results following
995
997
  # your last page of results in pagination order. To fetch them, make another
996
- # list request using this value as your page token. In this way you can retrieve
997
- # the complete contents of even very large collections one page at a time.
998
- # However, if the contents of the collection change between the first and last
999
- # paginated list request, the set of all elements returned will be an
1000
- # inconsistent view of the collection. There is no way to retrieve a consistent
1001
- # snapshot of a collection larger than the maximum page size.
998
+ # list request using this value as your page token. This lets you the complete
999
+ # contents of even very large collections one page at a time. However, if the
1000
+ # contents of the collection change between the first and last paginated list
1001
+ # request, the set of all elements returned are an inconsistent view of the
1002
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1003
+ # than the maximum page size.
1002
1004
  # Corresponds to the JSON property `nextPageToken`
1003
1005
  # @return [String]
1004
1006
  attr_accessor :next_page_token
@@ -1092,8 +1094,8 @@ module Google
1092
1094
  attr_accessor :description
1093
1095
 
1094
1096
  # Allows networks bound to this policy to receive DNS queries sent by VMs or
1095
- # applications over VPN connections. When enabled, a virtual IP address will be
1096
- # allocated from each of the sub-networks that are bound to this policy.
1097
+ # applications over VPN connections. When enabled, a virtual IP address is
1098
+ # allocated from each of the subnetworks that are bound to this policy.
1097
1099
  # Corresponds to the JSON property `enableInboundForwarding`
1098
1100
  # @return [Boolean]
1099
1101
  attr_accessor :enable_inbound_forwarding
@@ -1116,7 +1118,7 @@ module Google
1116
1118
  # @return [String]
1117
1119
  attr_accessor :kind
1118
1120
 
1119
- # User assigned name for this policy.
1121
+ # User-assigned name for this policy.
1120
1122
  # Corresponds to the JSON property `name`
1121
1123
  # @return [String]
1122
1124
  attr_accessor :name
@@ -1175,9 +1177,10 @@ module Google
1175
1177
  include Google::Apis::Core::Hashable
1176
1178
 
1177
1179
  # Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud
1178
- # DNS will make forwarding decision based on address ranges, i.e. RFC1918
1179
- # addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to
1180
- # PRIVATE, Cloud DNS will always send queries through VPC for this target.
1180
+ # DNS makes forwarding decisions based on address ranges; that is, RFC1918
1181
+ # addresses go to the VPC network, non-RFC1918 addresses go to the internet.
1182
+ # When set to PRIVATE, Cloud DNS always sends queries through the VPC network
1183
+ # for this target.
1181
1184
  # Corresponds to the JSON property `forwardingPath`
1182
1185
  # @return [String]
1183
1186
  attr_accessor :forwarding_path
@@ -1187,7 +1190,7 @@ module Google
1187
1190
  # @return [String]
1188
1191
  attr_accessor :ipv4_address
1189
1192
 
1190
- # IPv6 address to forward to. Will not accept both fields (ipv4 & ipv6) being
1193
+ # IPv6 address to forward to. Does not accept both fields (ipv4 & ipv6) being
1191
1194
  # populated.
1192
1195
  # Corresponds to the JSON property `ipv6Address`
1193
1196
  # @return [String]
@@ -1240,7 +1243,7 @@ module Google
1240
1243
 
1241
1244
  # A project resource. The project is a top level container for resources
1242
1245
  # including Cloud DNS ManagedZones. Projects can be created only in the APIs
1243
- # console.
1246
+ # console. Next tag: 7.
1244
1247
  class Project
1245
1248
  include Google::Apis::Core::Hashable
1246
1249
 
@@ -1389,7 +1392,7 @@ module Google
1389
1392
  end
1390
1393
  end
1391
1394
 
1392
- # A unit of data that will be returned by the DNS servers.
1395
+ # A unit of data that is returned by the DNS servers.
1393
1396
  class ResourceRecordSet
1394
1397
  include Google::Apis::Core::Hashable
1395
1398
 
@@ -1456,12 +1459,12 @@ module Google
1456
1459
 
1457
1460
  # The presence of this field indicates that there exist more results following
1458
1461
  # your last page of results in pagination order. To fetch them, make another
1459
- # list request using this value as your pagination token. In this way you can
1460
- # retrieve the complete contents of even very large collections one page at a
1461
- # time. However, if the contents of the collection change between the first and
1462
- # last paginated list request, the set of all elements returned will be an
1463
- # inconsistent view of the collection. There is no way to retrieve a consistent
1464
- # snapshot of a collection larger than the maximum page size.
1462
+ # list request using this value as your pagination token. This lets you retrieve
1463
+ # complete contents of even larger collections, one page at a time. However, if
1464
+ # the contents of the collection change between the first and last paginated
1465
+ # list request, the set of elements returned are an inconsistent view of the
1466
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1467
+ # than the maximum page size.
1465
1468
  # Corresponds to the JSON property `nextPageToken`
1466
1469
  # @return [String]
1467
1470
  attr_accessor :next_page_token
@@ -1516,12 +1519,12 @@ module Google
1516
1519
 
1517
1520
  # The presence of this field indicates that there exist more results following
1518
1521
  # your last page of results in pagination order. To fetch them, make another
1519
- # list request using this value as your page token. In this way you can retrieve
1520
- # the complete contents of even very large collections one page at a time.
1521
- # However, if the contents of the collection change between the first and last
1522
- # paginated list request, the set of all elements returned will be an
1523
- # inconsistent view of the collection. There is no way to retrieve a consistent
1524
- # snapshot of a collection larger than the maximum page size.
1522
+ # list request using this value as your page token. This lets you the complete
1523
+ # contents of even very large collections one page at a time. However, if the
1524
+ # contents of the collection change between the first and last paginated list
1525
+ # request, the set of all elements returned are an inconsistent view of the
1526
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1527
+ # than the maximum page size.
1525
1528
  # Corresponds to the JSON property `nextPageToken`
1526
1529
  # @return [String]
1527
1530
  attr_accessor :next_page_token
@@ -1748,12 +1751,12 @@ module Google
1748
1751
 
1749
1752
  # The presence of this field indicates that there exist more results following
1750
1753
  # your last page of results in pagination order. To fetch them, make another
1751
- # list request using this value as your page token. In this way you can retrieve
1752
- # the complete contents of even very large collections one page at a time.
1753
- # However, if the contents of the collection change between the first and last
1754
- # paginated list request, the set of all elements returned will be an
1755
- # inconsistent view of the collection. There is no way to retrieve a consistent
1756
- # snapshot of a collection larger than the maximum page size.
1754
+ # list request using this value as your page token. This lets you the complete
1755
+ # contents of even very large collections one page at a time. However, if the
1756
+ # contents of the collection change between the first and last paginated list
1757
+ # request, the set of all elements returned are an inconsistent view of the
1758
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1759
+ # than the maximum page size.
1757
1760
  # Corresponds to the JSON property `nextPageToken`
1758
1761
  # @return [String]
1759
1762
  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.3.0"
19
+ GEM_VERSION = "0.8.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 = "20210204"
25
+ REVISION = "20210319"
26
26
  end
27
27
  end
28
28
  end
@@ -49,7 +49,7 @@ module Google
49
49
  @batch_path = 'batch'
50
50
  end
51
51
 
52
- # Atomically update the ResourceRecordSet collection.
52
+ # Atomically updates the ResourceRecordSet collection.
53
53
  # @param [String] project
54
54
  # Identifies the project addressed by this request.
55
55
  # @param [String] managed_zone
@@ -90,7 +90,7 @@ module Google
90
90
  execute_or_queue_command(command, &block)
91
91
  end
92
92
 
93
- # Fetch the representation of an existing Change.
93
+ # Fetches the representation of an existing Change.
94
94
  # @param [String] project
95
95
  # Identifies the project addressed by this request.
96
96
  # @param [String] managed_zone
@@ -132,7 +132,7 @@ module Google
132
132
  execute_or_queue_command(command, &block)
133
133
  end
134
134
 
135
- # Enumerate Changes to a ResourceRecordSet collection.
135
+ # Enumerates Changes to a ResourceRecordSet collection.
136
136
  # @param [String] project
137
137
  # Identifies the project addressed by this request.
138
138
  # @param [String] managed_zone
@@ -140,7 +140,7 @@ module Google
140
140
  # name or ID.
141
141
  # @param [Fixnum] max_results
142
142
  # Optional. Maximum number of results to be returned. If unspecified, the server
143
- # will decide how many results to return.
143
+ # decides how many results to return.
144
144
  # @param [String] page_token
145
145
  # Optional. A tag returned by a previous list request that was truncated. Use
146
146
  # this parameter to continue a previous list request.
@@ -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
@@ -193,7 +193,7 @@ module Google
193
193
  # client. Must be unique for operation resources in the Operations collection.
194
194
  # @param [String] digest_type
195
195
  # An optional comma-separated list of digest types to compute and display for
196
- # key signing keys. If omitted, the recommended digest type will be computed and
196
+ # key signing keys. If omitted, the recommended digest type is computed and
197
197
  # displayed.
198
198
  # @param [String] fields
199
199
  # Selector specifying which fields to include in a partial response.
@@ -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
@@ -234,11 +234,11 @@ module Google
234
234
  # name or ID.
235
235
  # @param [String] digest_type
236
236
  # An optional comma-separated list of digest types to compute and display for
237
- # key signing keys. If omitted, the recommended digest type will be computed and
237
+ # key signing keys. If omitted, the recommended digest type is computed and
238
238
  # displayed.
239
239
  # @param [Fixnum] max_results
240
240
  # Optional. Maximum number of results to be returned. If unspecified, the server
241
- # will decide how many results to return.
241
+ # decides how many results to return.
242
242
  # @param [String] page_token
243
243
  # Optional. A tag returned by a previous list request that was truncated. Use
244
244
  # this parameter to continue a previous list request.
@@ -273,13 +273,13 @@ module Google
273
273
  execute_or_queue_command(command, &block)
274
274
  end
275
275
 
276
- # Fetch the representation of an existing Operation.
276
+ # Fetches the representation of an existing Operation.
277
277
  # @param [String] project
278
278
  # Identifies the project addressed by this request.
279
279
  # @param [String] managed_zone
280
280
  # Identifies the managed zone addressed by this request.
281
281
  # @param [String] operation
282
- # Identifies the operation addressed by this request.
282
+ # Identifies the operation addressed by this request (ID of the operation).
283
283
  # @param [String] client_operation_id
284
284
  # For mutating operation requests only. An optional identifier specified by the
285
285
  # client. Must be unique for operation resources in the Operations collection.
@@ -313,14 +313,14 @@ module Google
313
313
  execute_or_queue_command(command, &block)
314
314
  end
315
315
 
316
- # Enumerate Operations for the given ManagedZone.
316
+ # Enumerates Operations for the given ManagedZone.
317
317
  # @param [String] project
318
318
  # Identifies the project addressed by this request.
319
319
  # @param [String] managed_zone
320
320
  # Identifies the managed zone addressed by this request.
321
321
  # @param [Fixnum] max_results
322
322
  # Optional. Maximum number of results to be returned. If unspecified, the server
323
- # will decide how many results to return.
323
+ # decides how many results to return.
324
324
  # @param [String] page_token
325
325
  # Optional. A tag returned by a previous list request that was truncated. Use
326
326
  # this parameter to continue a previous list request.
@@ -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,14 +468,14 @@ 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
475
475
  # Restricts the list to return only zones with this domain name.
476
476
  # @param [Fixnum] max_results
477
477
  # Optional. Maximum number of results to be returned. If unspecified, the server
478
- # will decide how many results to return.
478
+ # decides how many results to return.
479
479
  # @param [String] page_token
480
480
  # Optional. A tag returned by a previous list request that was truncated. Use
481
481
  # this parameter to continue a previous list request.
@@ -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
- # Create 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. Will fail 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.
@@ -664,7 +664,7 @@ module Google
664
664
  execute_or_queue_command(command, &block)
665
665
  end
666
666
 
667
- # Fetch the representation of an existing Policy.
667
+ # Fetches the representation of an existing Policy.
668
668
  # @param [String] project
669
669
  # Identifies the project addressed by this request.
670
670
  # @param [String] policy
@@ -701,12 +701,12 @@ module Google
701
701
  execute_or_queue_command(command, &block)
702
702
  end
703
703
 
704
- # Enumerate all Policies associated with a project.
704
+ # Enumerates all Policies associated with a project.
705
705
  # @param [String] project
706
706
  # Identifies the project addressed by this request.
707
707
  # @param [Fixnum] max_results
708
708
  # Optional. Maximum number of results to be returned. If unspecified, the server
709
- # will decide how many results to return.
709
+ # decides how many results to return.
710
710
  # @param [String] page_token
711
711
  # Optional. A tag returned by a previous list request that was truncated. Use
712
712
  # this parameter to continue a previous list 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 have been 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
@@ -1035,7 +1035,7 @@ module Google
1035
1035
  # name or ID.
1036
1036
  # @param [Fixnum] max_results
1037
1037
  # Optional. Maximum number of results to be returned. If unspecified, the server
1038
- # will decide how many results to return.
1038
+ # decides how many results to return.
1039
1039
  # @param [String] name
1040
1040
  # Restricts the list to return only records with this fully qualified domain
1041
1041
  # name.
@@ -1077,7 +1077,7 @@ module Google
1077
1077
  execute_or_queue_command(command, &block)
1078
1078
  end
1079
1079
 
1080
- # Create a new Response Policy
1080
+ # Creates a new Response Policy
1081
1081
  # @param [String] project
1082
1082
  # Identifies the project addressed by this request.
1083
1083
  # @param [Google::Apis::DnsV1beta2::ResponsePolicy] response_policy_object
@@ -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,12 +1187,12 @@ 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
1194
1194
  # Optional. Maximum number of results to be returned. If unspecified, the server
1195
- # will decide how many results to return.
1195
+ # decides how many results to return.
1196
1196
  # @param [String] page_token
1197
1197
  # Optional. A tag returned by a previous list request that was truncated. Use
1198
1198
  # this parameter to continue a previous list request.
@@ -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
@@ -1305,7 +1305,7 @@ module Google
1305
1305
  execute_or_queue_command(command, &block)
1306
1306
  end
1307
1307
 
1308
- # Create a new Response Policy Rule.
1308
+ # Creates a new Response Policy Rule.
1309
1309
  # @param [String] project
1310
1310
  # Identifies the project addressed by this request.
1311
1311
  # @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,14 +1423,14 @@ 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
1430
1430
  # User assigned name of the Response Policy to list.
1431
1431
  # @param [Fixnum] max_results
1432
1432
  # Optional. Maximum number of results to be returned. If unspecified, the server
1433
- # will decide how many results to return.
1433
+ # decides how many results to return.
1434
1434
  # @param [String] page_token
1435
1435
  # Optional. A tag returned by a previous list request that was truncated. Use
1436
1436
  # this parameter to continue a previous list request.
@@ -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.3.0
4
+ version: 0.8.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-02-15 00:00:00.000000000 Z
11
+ date: 2021-04-05 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.8.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.6
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud DNS API V1beta2