google-apis-certificatemanager_v1 0.2.0 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adf8adeac8d7416d2aa53f6a6fe954d3f79d6267683777bdefad0c0a90d1d22a
|
4
|
+
data.tar.gz: 5008120875d6db8c1973ec65c8a569a3fa80504dea09efc71053e2d2cd275eed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be218720c0baca29da1cc672d95529fe898acd000c46a718a7ccdadb831b7c73db5252b5a6c92fdd3090b1f52aca71c319d2afc52b7cdcd3ef43f36fdbb98b14
|
7
|
+
data.tar.gz: aedf7c10f799a24306488a912c9e8b2eebbcbbf755641cbd9f5c4f083824384cc2ffd55e9413f1ea23643cf09971fe1af18e9c8d21c0c5063cfbee33f3865c08
|
data/CHANGELOG.md
CHANGED
@@ -230,8 +230,8 @@ module Google
|
|
230
230
|
# @return [String]
|
231
231
|
attr_accessor :description
|
232
232
|
|
233
|
-
# A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (
|
234
|
-
# example.com) for a set of hostnames with common suffix. Used as Server Name
|
233
|
+
# A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.
|
234
|
+
# example.com`) for a set of hostnames with common suffix. Used as Server Name
|
235
235
|
# Indication (SNI) for selecting a proper certificate.
|
236
236
|
# Corresponds to the JSON property `hostname`
|
237
237
|
# @return [String]
|
@@ -304,9 +304,9 @@ module Google
|
|
304
304
|
attr_accessor :dns_resource_record
|
305
305
|
|
306
306
|
# Required. Immutable. A domain which is being authorized. A DnsAuthorization
|
307
|
-
# resource covers a single domain and its wildcard, e.g. authorization for
|
308
|
-
# example.com
|
309
|
-
# example.com
|
307
|
+
# resource covers a single domain and its wildcard, e.g. authorization for `
|
308
|
+
# example.com` can be used to issue certificates for `example.com` and `*.
|
309
|
+
# example.com`.
|
310
310
|
# Corresponds to the JSON property `domain`
|
311
311
|
# @return [String]
|
312
312
|
attr_accessor :domain
|
@@ -353,8 +353,8 @@ module Google
|
|
353
353
|
# @return [String]
|
354
354
|
attr_accessor :data
|
355
355
|
|
356
|
-
# Output only. Fully qualified name of the DNS Resource Record. e.g.
|
357
|
-
# challenge.example.com
|
356
|
+
# Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-
|
357
|
+
# challenge.example.com`
|
358
358
|
# Corresponds to the JSON property `name`
|
359
359
|
# @return [String]
|
360
360
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CertificatemanagerV1
|
18
18
|
# Version of the google-apis-certificatemanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220223"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-certificatemanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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: 2022-
|
11
|
+
date: 2022-03-14 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-certificatemanager_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.3.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|