google-apis-dns_v1 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 +4 -0
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/service.rb +14 -14
- 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: 68b269c26728f08e385836532e133da561a3c74d8c76b9f5ea9160f80626d1bc
|
|
4
|
+
data.tar.gz: f7bad9e81b2056ea942cd3229270a76ad90c0870c0210dd66de4b043a4239670
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5c8c40e33fb457eb0db79baf08a9b3eefa0abce560526f63ab7101b1d4b88fe3d52838751bc6a95cc127b73135628e55e004b78bcb3f0b79e3ae13ea8b1dd5f
|
|
7
|
+
data.tar.gz: b5fa50855d0f3a6ff531e3b05bf4a8eff225c068a5dbc76b29cd45fb66c100136b3e31f7071365faaf8c46a35f8ef092079dce59ff4b67379af9afe2f5779022
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DnsV1
|
|
18
18
|
# Version of the google-apis-dns_v1 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
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::DnsV1::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
|
|
@@ -938,7 +938,7 @@ module Google
|
|
|
938
938
|
execute_or_queue_command(command, &block)
|
|
939
939
|
end
|
|
940
940
|
|
|
941
|
-
#
|
|
941
|
+
# Fetches the representation of an existing ResourceRecordSet.
|
|
942
942
|
# @param [String] project
|
|
943
943
|
# Identifies the project addressed by this request.
|
|
944
944
|
# @param [String] managed_zone
|
|
@@ -982,7 +982,7 @@ module Google
|
|
|
982
982
|
execute_or_queue_command(command, &block)
|
|
983
983
|
end
|
|
984
984
|
|
|
985
|
-
#
|
|
985
|
+
# Applies a partial update to an existing ResourceRecordSet.
|
|
986
986
|
# @param [String] project
|
|
987
987
|
# Identifies the project addressed by this request.
|
|
988
988
|
# @param [String] managed_zone
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dns_v1
|
|
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_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.6.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|