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: 8fe6248c6f45ab3e896d03d0a8876ed576485dcbb89b84ed89bf175e4035bb52
4
- data.tar.gz: da45809ef624c64754dcf5344cbc25c519929f200e738653a0fab3e830677ae9
3
+ metadata.gz: adf8adeac8d7416d2aa53f6a6fe954d3f79d6267683777bdefad0c0a90d1d22a
4
+ data.tar.gz: 5008120875d6db8c1973ec65c8a569a3fa80504dea09efc71053e2d2cd275eed
5
5
  SHA512:
6
- metadata.gz: 4e08d684a65630834c8cacd4c5e3ef59cb41048124258c94ce57240dcf48fe99baa6b3d7f2c114db7d46b90de397f0696d865cf954db010f4e41ffcf2b048790
7
- data.tar.gz: 66d6a7fb78536c8ce3355fa79c24f37f5b3b6ee711e10188ae67fb805eb6e33139015d8c21788d8827ffcb775add2573f3e761dee3eb530bb54eebb134923d4a
6
+ metadata.gz: be218720c0baca29da1cc672d95529fe898acd000c46a718a7ccdadb831b7c73db5252b5a6c92fdd3090b1f52aca71c319d2afc52b7cdcd3ef43f36fdbb98b14
7
+ data.tar.gz: aedf7c10f799a24306488a912c9e8b2eebbcbbf755641cbd9f5c4f083824384cc2ffd55e9413f1ea23643cf09971fe1af18e9c8d21c0c5063cfbee33f3865c08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.3.0 (2022-03-08)
4
+
5
+ * Regenerated from discovery document revision 20220223
6
+
3
7
  ### v0.2.0 (2022-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220202
@@ -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" can be used to issue certificates for "example.com" and "*.
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. "_acme-
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.2.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 = "20220202"
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.2.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-02-14 00:00:00.000000000 Z
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.2.0
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: []