google-apis-dns_v1 0.54.0 → 0.55.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 +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0f8f7626db4c7803771f22ad4b411d1ba1a7e731061b6d66662953953820ac6
|
|
4
|
+
data.tar.gz: 404264caf3857eb99b9412629b257e15c4b815d88408346ced5adf70a8006e3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e6ffa118b70e69a1d8842868e930aa1472e7aa9b6673f169b2f0de4f3ab1c500d6b3d75af45e8413cc5fe966840b9c20667a0d8c2cc6553500307cf4ff1d5e9
|
|
7
|
+
data.tar.gz: '09c2284ab81f7f05f48e0607b5aa820ec2f78c7fba7754a0fee1412de53ba80b6c6b17f14e3538a6660e123380e945ed61bb84eeb9cf842976e617eb11e9cdca'
|
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.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260714"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -51,7 +51,10 @@ module Google
|
|
|
51
51
|
@batch_path = 'batch'
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
# Atomically updates the ResourceRecordSet collection.
|
|
54
|
+
# Atomically updates the ResourceRecordSet collection. Note: While `dns.changes.
|
|
55
|
+
# create` is the baseline permission required to invoke this method, additional
|
|
56
|
+
# permissions are checked depending on the specific additions or deletions
|
|
57
|
+
# contained in the payload.
|
|
55
58
|
# @param [String] project
|
|
56
59
|
# Identifies the project addressed by this request.
|
|
57
60
|
# @param [String] managed_zone
|
|
@@ -359,7 +362,9 @@ module Google
|
|
|
359
362
|
execute_or_queue_command(command, &block)
|
|
360
363
|
end
|
|
361
364
|
|
|
362
|
-
# Creates a new ManagedZone.
|
|
365
|
+
# Creates a new ManagedZone. Note: While `dns.managedZones.create` is the
|
|
366
|
+
# baseline permission required to invoke this method, additional permissions are
|
|
367
|
+
# required if the managed zone configuration references other resources.
|
|
363
368
|
# @param [String] project
|
|
364
369
|
# Identifies the project addressed by this request.
|
|
365
370
|
# @param [Google::Apis::DnsV1::ManagedZone] managed_zone_object
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.55.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.55.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|