google-apis-certificatemanager_v1 0.1.0 → 0.4.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 +12 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/certificatemanager_v1/classes.rb +11 -10
- data/lib/google/apis/certificatemanager_v1/gem_version.rb +2 -2
- data/lib/google/apis/certificatemanager_v1/service.rb +1 -1
- data/lib/google/apis/certificatemanager_v1.rb +1 -1
- 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: 53ba4d38ea99a6e08ecb2d4a4499b4376e0776fc984e5a7645e558878fe6fd3c
|
4
|
+
data.tar.gz: a7ba61248be6eb97ee7dbd53534462c947553ac709d970be12d58d8626ac0ca0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2db226bb7a85d9af9588c3c88758c1c056de8ccc25dd92d1596191d6988a11658de9c73f97348f74e5dbabcd07a2c5f2ea0bd7f1bce2b140331aa42688ae16f9
|
7
|
+
data.tar.gz: fa4cabb2043aefe34527d60d022ee72410e0adbabffbe99ee5173bfb93b35cac3b9c61f438e7d45d81877b226a2418fcabd04b6ebf5e17470aa501d3f4f49327
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-certificatemanager_v1
|
2
2
|
|
3
|
+
### v0.4.0 (2022-04-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220324
|
6
|
+
|
7
|
+
### v0.3.0 (2022-03-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220223
|
10
|
+
|
11
|
+
### v0.2.0 (2022-02-08)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220202
|
14
|
+
|
3
15
|
### v0.1.0 (2022-02-04)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220119
|
data/OVERVIEW.md
CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://cloud.google.com/) may provide guidance regarding the preferred client library to use.
|
82
|
+
The [product documentation](https://cloud.google.com/certificate-manager) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
@@ -117,7 +117,9 @@ module Google
|
|
117
117
|
attr_accessor :pem_certificate
|
118
118
|
|
119
119
|
# Output only. The list of Subject Alternative Names of dnsName type defined in
|
120
|
-
# the certificate (see RFC 5280 4.2.1.6)
|
120
|
+
# the certificate (see RFC 5280 4.2.1.6). Managed certificates that haven't been
|
121
|
+
# provisioned yet have this field populated with a value of the managed.domains
|
122
|
+
# field.
|
121
123
|
# Corresponds to the JSON property `sanDnsnames`
|
122
124
|
# @return [Array<String>]
|
123
125
|
attr_accessor :san_dnsnames
|
@@ -230,8 +232,8 @@ module Google
|
|
230
232
|
# @return [String]
|
231
233
|
attr_accessor :description
|
232
234
|
|
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
|
+
# A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.
|
236
|
+
# example.com`) for a set of hostnames with common suffix. Used as Server Name
|
235
237
|
# Indication (SNI) for selecting a proper certificate.
|
236
238
|
# Corresponds to the JSON property `hostname`
|
237
239
|
# @return [String]
|
@@ -304,9 +306,9 @@ module Google
|
|
304
306
|
attr_accessor :dns_resource_record
|
305
307
|
|
306
308
|
# 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
|
309
|
+
# resource covers a single domain and its wildcard, e.g. authorization for `
|
310
|
+
# example.com` can be used to issue certificates for `example.com` and `*.
|
311
|
+
# example.com`.
|
310
312
|
# Corresponds to the JSON property `domain`
|
311
313
|
# @return [String]
|
312
314
|
attr_accessor :domain
|
@@ -353,8 +355,8 @@ module Google
|
|
353
355
|
# @return [String]
|
354
356
|
attr_accessor :data
|
355
357
|
|
356
|
-
# Output only. Fully qualified name of the DNS Resource Record. e.g.
|
357
|
-
# challenge.example.com
|
358
|
+
# Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-
|
359
|
+
# challenge.example.com`
|
358
360
|
# Corresponds to the JSON property `name`
|
359
361
|
# @return [String]
|
360
362
|
attr_accessor :name
|
@@ -379,8 +381,7 @@ module Google
|
|
379
381
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
380
382
|
# messages in your APIs. A typical example is to use it as the request or the
|
381
383
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
382
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
383
|
-
# `Empty` is empty JSON object ````.
|
384
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
384
385
|
class Empty
|
385
386
|
include Google::Apis::Core::Hashable
|
386
387
|
|
@@ -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.4.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 = "20220324"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# Certificatemanager = Google::Apis::CertificatemanagerV1 # Alias the module
|
31
31
|
# service = Certificatemanager::CertificateManagerService.new
|
32
32
|
#
|
33
|
-
# @see https://cloud.google.com/
|
33
|
+
# @see https://cloud.google.com/certificate-manager
|
34
34
|
class CertificateManagerService < Google::Apis::Core::BaseService
|
35
35
|
# @return [String]
|
36
36
|
# API key. Your API key identifies your project and provides you with API access,
|
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.4.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-04-04 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.4.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: []
|