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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22e0d9079e6bdad82bf914f90df40c46ce778d8556c73ac7d6563aeaa4fef1bc
4
- data.tar.gz: c447a3907806da5b8623689601e9148132b0e56902dc1c338380f36c0ac7a969
3
+ metadata.gz: c88cb76d4d2a083dacb788de948232cb63dfe8e8c19e6a393bd1a13f0fd67f42
4
+ data.tar.gz: db9c2d9dd7d1922ff3440767ec7aee0b66608d9a470aaba8d4326795835d9cd9
5
5
  SHA512:
6
- metadata.gz: 9cdf98deb96e2c49a5cf324aef0203e1d51790c386dca7ac72a016859c0fca6cddaee2581cce58a1a9c16c1f5aef903abd449774b65c02b5443ff5b7b19b035d
7
- data.tar.gz: a0bb5426c7d00e0842e10189c22fabb0a658d407c2eaf8726512d64c7e475817d259b504e7dfe4b4f354d79a3b29219aa6b58619735da73672a9b3a370fe1d12
6
+ metadata.gz: ee65938f344cbaa81fd8e0f810c7ab89321019b39107637e6f2f4effccaa9733b2d76c4b02e9152b3ded8be14b1430c6c2a257265d35d1881a4edf7e2fe2302a
7
+ data.tar.gz: 5d4dd459d836f5e5bd2ec826f516dfac810a23cbe9d34074a4c0b2b945148366eda710e0a4221ea3b140176833ab016bc7f4cc2b28985d9e3c4b18911687d4a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.2.0 (2021-06-16)
4
+
5
+ * Regenerated from discovery document revision 20210614
6
+
3
7
  ### v0.1.0 (2021-06-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210601
@@ -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. Corresponds to '
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 at which the certificate expires.
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.1.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 = "20210601"
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.1.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-07 00:00:00.000000000 Z
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.1.0
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: []