google-apis-dns_v1beta2 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dns_v1beta2/gem_version.rb +3 -3
- data/lib/google/apis/dns_v1beta2/service.rb +24 -24
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ebb56888a2bd1d49fb830da4557a293368a9dfa78a4e6cf0b44313eb1a1781a
|
|
4
|
+
data.tar.gz: bb509890120493a08987c6380c31d3b4f3d9ecb11c6776005c68084a0a6d3e4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20e47faf5d4d041229d0505411109263272e432fafefce2df9b090e04092c73900438909d7bd3f1131c5004dcb63cce949004fc8947c4bc25797c84027e96bd3
|
|
7
|
+
data.tar.gz: c0f075d638f262ee5d6fbdc9d76a974c57da367a48de148c3b6a8acd652347cf91fef6974a5c74621779020c1975ff6c95dee63979dca7c6c146bb7a95b5c23c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dns_v1beta2
|
|
2
2
|
|
|
3
|
+
### v0.6.0 (2021-03-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210309
|
|
6
|
+
* Regenerated using generator version 0.2.0
|
|
7
|
+
|
|
3
8
|
### v0.5.0 (2021-03-04)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20210227
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210309"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -180,7 +180,7 @@ module Google
|
|
|
180
180
|
execute_or_queue_command(command, &block)
|
|
181
181
|
end
|
|
182
182
|
|
|
183
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
|
@@ -739,7 +739,7 @@ module Google
|
|
|
739
739
|
execute_or_queue_command(command, &block)
|
|
740
740
|
end
|
|
741
741
|
|
|
742
|
-
#
|
|
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
|
-
#
|
|
782
|
+
# Updates an existing Policy.
|
|
783
783
|
# @param [String] project
|
|
784
784
|
# Identifies the project addressed by this request.
|
|
785
785
|
# @param [String] policy
|
|
@@ -853,7 +853,7 @@ module Google
|
|
|
853
853
|
execute_or_queue_command(command, &block)
|
|
854
854
|
end
|
|
855
855
|
|
|
856
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
|
@@ -1114,7 +1114,7 @@ module Google
|
|
|
1114
1114
|
execute_or_queue_command(command, &block)
|
|
1115
1115
|
end
|
|
1116
1116
|
|
|
1117
|
-
#
|
|
1117
|
+
# Deletes a previously created Response Policy. Fails if the response policy is
|
|
1118
1118
|
# non-empty or still being referenced by a network.
|
|
1119
1119
|
# @param [String] project
|
|
1120
1120
|
# Identifies the project addressed by this request.
|
|
@@ -1150,7 +1150,7 @@ module Google
|
|
|
1150
1150
|
execute_or_queue_command(command, &block)
|
|
1151
1151
|
end
|
|
1152
1152
|
|
|
1153
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
+
version: 0.6.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-
|
|
11
|
+
date: 2021-03-22 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.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.6.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: []
|