google-apis-privateca_v1 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/privateca_v1/classes.rb +5 -3
- data/lib/google/apis/privateca_v1/gem_version.rb +2 -2
- 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: c88cb76d4d2a083dacb788de948232cb63dfe8e8c19e6a393bd1a13f0fd67f42
|
|
4
|
+
data.tar.gz: db9c2d9dd7d1922ff3440767ec7aee0b66608d9a470aaba8d4326795835d9cd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee65938f344cbaa81fd8e0f810c7ab89321019b39107637e6f2f4effccaa9733b2d76c4b02e9152b3ded8be14b1430c6c2a257265d35d1881a4edf7e2fe2302a
|
|
7
|
+
data.tar.gz: 5d4dd459d836f5e5bd2ec826f516dfac810a23cbe9d34074a4c0b2b945148366eda710e0a4221ea3b140176833ab016bc7f4cc2b28985d9e3c4b18911687d4a9
|
data/CHANGELOG.md
CHANGED
|
@@ -2431,13 +2431,15 @@ module Google
|
|
|
2431
2431
|
# @return [String]
|
|
2432
2432
|
attr_accessor :hex_serial_number
|
|
2433
2433
|
|
|
2434
|
-
# For convenience, the actual lifetime of an issued certificate.
|
|
2435
|
-
# not_after_time' - 'not_before_time'.
|
|
2434
|
+
# For convenience, the actual lifetime of an issued certificate.
|
|
2436
2435
|
# Corresponds to the JSON property `lifetime`
|
|
2437
2436
|
# @return [String]
|
|
2438
2437
|
attr_accessor :lifetime
|
|
2439
2438
|
|
|
2440
|
-
# The time
|
|
2439
|
+
# The time after which the certificate is expired. Per RFC 5280, the validity
|
|
2440
|
+
# period for a certificate is the period of time from not_before_time through
|
|
2441
|
+
# not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1
|
|
2442
|
+
# second.
|
|
2441
2443
|
# Corresponds to the JSON property `notAfterTime`
|
|
2442
2444
|
# @return [String]
|
|
2443
2445
|
attr_accessor :not_after_time
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PrivatecaV1
|
|
18
18
|
# Version of the google-apis-privateca_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.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210614"
|
|
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-privateca_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: 2021-06-
|
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.2.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|