google-apis-certificatemanager_v1 0.3.0 → 0.4.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: 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
@@ -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
|
@@ -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
|
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: []
|