google-apis-dns_v1beta2 0.3.0 → 0.4.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: c13a964b7970266fdbbcebd00ee3f1576917ca41ccfc08ab3a789b6a80b22c5b
4
+ data.tar.gz: 030c85fce811825154af22fa5895683fc31f707e7f3e9c84c5d788bf6a76d0b3
5
5
  SHA512:
6
- metadata.gz: 95baf43ce51c896e5e5f6c2b110f30b61c8d080d2b7571edf550657f43202656f78d78a0ae59d29335ca93f98b22d3ffab3d178b2c8ed4fd3bfcd5cdfb4b60b2
7
- data.tar.gz: 6e222b70c38c887a122a90ab6c43002c0fd541c964723130fe195d8c9550ff3951150c8ec7af5e81ee767846a19d6cf73662d2947d8e2b5edebc0a44201eef97
6
+ metadata.gz: 93340a455ca2e4115035417d9899a01c5d0c2f7f05f6236fcc0ae2c4602aa879c5cd4c535cb33dc574ca0b53ff342e2fbd5dd0016472965848b229c507bf9edf
7
+ data.tar.gz: 456a0d4e22f07a51b1b5b18f16c09cccad488f9b76b3d763212e85dae48f473d088019fffc42d7c2beaecf7b5f2933427a61835363c45d0ff3e554dfc091c24f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.4.0 (2021-02-23)
4
+
5
+ * Regenerated from discovery document revision 20210213
6
+
3
7
  ### v0.3.0 (2021-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20210204
@@ -112,7 +112,7 @@ module Google
112
112
  # list request using this value as your pagination token. In this way you can
113
113
  # retrieve the complete contents of even very large collections one page at a
114
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
115
+ # last paginated list request, the set of all elements returned are an
116
116
  # inconsistent view of the collection. There is no way to retrieve a "snapshot"
117
117
  # of collections larger than the maximum page size.
118
118
  # Corresponds to the JSON property `nextPageToken`
@@ -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 will still be 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, 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
+ # will leave this field unset. If you need to use this field, please reach out
403
+ # to your account 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,9 @@ 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 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.
542
543
  # Corresponds to the JSON property `forwardingPath`
543
544
  # @return [String]
544
545
  attr_accessor :forwarding_path
@@ -548,7 +549,7 @@ module Google
548
549
  # @return [String]
549
550
  attr_accessor :ipv4_address
550
551
 
551
- # IPv6 address of a target name server. Will not accept both fields (ipv4 & ipv6)
552
+ # IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6)
552
553
  # being populated.
553
554
  # Corresponds to the JSON property `ipv6Address`
554
555
  # @return [String]
@@ -591,9 +592,9 @@ module Google
591
592
  # list request using this value as your page token. In this way you can retrieve
592
593
  # the complete contents of even very large collections one page at a time.
593
594
  # 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.
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.
597
598
  # Corresponds to the JSON property `nextPageToken`
598
599
  # @return [String]
599
600
  attr_accessor :next_page_token
@@ -831,9 +832,9 @@ module Google
831
832
  # list request using this value as your page token. In this way you can retrieve
832
833
  # the complete contents of even very large collections one page at a time.
833
834
  # 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.
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.
837
838
  # Corresponds to the JSON property `nextPageToken`
838
839
  # @return [String]
839
840
  attr_accessor :next_page_token
@@ -996,9 +997,9 @@ module Google
996
997
  # list request using this value as your page token. In this way you can retrieve
997
998
  # the complete contents of even very large collections one page at a time.
998
999
  # 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.
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.
1002
1003
  # Corresponds to the JSON property `nextPageToken`
1003
1004
  # @return [String]
1004
1005
  attr_accessor :next_page_token
@@ -1092,7 +1093,7 @@ module Google
1092
1093
  attr_accessor :description
1093
1094
 
1094
1095
  # 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
+ # applications over VPN connections. When enabled, a virtual IP address is
1096
1097
  # allocated from each of the sub-networks that are bound to this policy.
1097
1098
  # Corresponds to the JSON property `enableInboundForwarding`
1098
1099
  # @return [Boolean]
@@ -1116,7 +1117,7 @@ module Google
1116
1117
  # @return [String]
1117
1118
  attr_accessor :kind
1118
1119
 
1119
- # User assigned name for this policy.
1120
+ # User-assigned name for this policy.
1120
1121
  # Corresponds to the JSON property `name`
1121
1122
  # @return [String]
1122
1123
  attr_accessor :name
@@ -1175,9 +1176,9 @@ module Google
1175
1176
  include Google::Apis::Core::Hashable
1176
1177
 
1177
1178
  # 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.
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.
1181
1182
  # Corresponds to the JSON property `forwardingPath`
1182
1183
  # @return [String]
1183
1184
  attr_accessor :forwarding_path
@@ -1187,7 +1188,7 @@ module Google
1187
1188
  # @return [String]
1188
1189
  attr_accessor :ipv4_address
1189
1190
 
1190
- # IPv6 address to forward to. Will not accept both fields (ipv4 & ipv6) being
1191
+ # IPv6 address to forward to. Does not accept both fields (ipv4 & ipv6) being
1191
1192
  # populated.
1192
1193
  # Corresponds to the JSON property `ipv6Address`
1193
1194
  # @return [String]
@@ -1456,12 +1457,12 @@ module Google
1456
1457
 
1457
1458
  # The presence of this field indicates that there exist more results following
1458
1459
  # 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.
1460
+ # list request using this value as your pagination token. This lets you retrieve
1461
+ # complete contents of even larger collections, one page at a time. However, if
1462
+ # the contents of the collection change between the first and last paginated
1463
+ # list request, the set of elements returned are an inconsistent view of the
1464
+ # collection. You cannot retrieve a consistent snapshot of a collection larger
1465
+ # than the maximum page size.
1465
1466
  # Corresponds to the JSON property `nextPageToken`
1466
1467
  # @return [String]
1467
1468
  attr_accessor :next_page_token
@@ -1519,9 +1520,9 @@ module Google
1519
1520
  # list request using this value as your page token. In this way you can retrieve
1520
1521
  # the complete contents of even very large collections one page at a time.
1521
1522
  # 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.
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.
1525
1526
  # Corresponds to the JSON property `nextPageToken`
1526
1527
  # @return [String]
1527
1528
  attr_accessor :next_page_token
@@ -1751,9 +1752,9 @@ module Google
1751
1752
  # list request using this value as your page token. In this way you can retrieve
1752
1753
  # the complete contents of even very large collections one page at a time.
1753
1754
  # 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.
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.
1757
1758
  # Corresponds to the JSON property `nextPageToken`
1758
1759
  # @return [String]
1759
1760
  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.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210204"
25
+ REVISION = "20210213"
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.
@@ -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.
@@ -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.
@@ -475,7 +475,7 @@ module Google
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.
@@ -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
+ # Delete 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.
@@ -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
+ # Enumerate 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
@@ -1192,7 +1192,7 @@ module Google
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.
@@ -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
@@ -1430,7 +1430,7 @@ module Google
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.
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.4.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-03-01 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.4.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud DNS API V1beta2