google-apis-acmedns_v1 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/acmedns_v1/gem_version.rb +2 -2
- data/lib/google/apis/acmedns_v1/service.rb +6 -4
- 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: 774f811a78909f52bf6d7e98d386b91e5b95b281b8ded1687075357ebf18eae0
|
4
|
+
data.tar.gz: 156a76a6ce1f5eea1fadbce65b56fefe37e95d02135ecb3e38bbd0cfb437e587
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9a4b2b576db6baba3b3455ab18fb45c28e1b3bfb9d9e2277f642afc7697abeb3ac8dbe9db30c40dc2e80da565c105ff1922ab73165767e83d9f56c8a1a10124
|
7
|
+
data.tar.gz: 44eb2b3ca5b511c804e6185a7959cbcd964c578ce6428fa1430cdba230b7c17b6767b5fdf12a671bd0ccb7169e1db3a7fd360030734b2d54a229bef429084772
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AcmednsV1
|
18
18
|
# Version of the google-apis-acmedns_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230301"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -53,8 +53,9 @@ module Google
|
|
53
53
|
# Gets the ACME challenge set for a given domain name. Domain names must be
|
54
54
|
# provided in Punycode.
|
55
55
|
# @param [String] root_domain
|
56
|
-
# Required. SLD + TLD domain name to list challenges.
|
57
|
-
#
|
56
|
+
# Required. SLD + TLD domain name to list challenges. For example, this would be
|
57
|
+
# "google.com" for any FQDN under "google.com". That includes challenges for "
|
58
|
+
# subdomain.google.com". This MAY be Unicode or Punycode.
|
58
59
|
# @param [String] fields
|
59
60
|
# Selector specifying which fields to include in a partial response.
|
60
61
|
# @param [String] quota_user
|
@@ -86,8 +87,9 @@ module Google
|
|
86
87
|
# challenges that are older than 30 days. Domain names must be provided in
|
87
88
|
# Punycode.
|
88
89
|
# @param [String] root_domain
|
89
|
-
# Required. SLD + TLD domain name to update records for.
|
90
|
-
#
|
90
|
+
# Required. SLD + TLD domain name to update records for. For example, this would
|
91
|
+
# be "google.com" for any FQDN under "google.com". That includes challenges for "
|
92
|
+
# subdomain.google.com". This MAY be Unicode or Punycode.
|
91
93
|
# @param [Google::Apis::AcmednsV1::RotateChallengesRequest] rotate_challenges_request_object
|
92
94
|
# @param [String] fields
|
93
95
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-acmedns_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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: 2023-
|
11
|
+
date: 2023-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-acmedns_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-acmedns_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-acmedns_v1/v0.2.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-acmedns_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|