google-apis-privateca_v1 0.1.0 → 0.5.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: 22e0d9079e6bdad82bf914f90df40c46ce778d8556c73ac7d6563aeaa4fef1bc
4
- data.tar.gz: c447a3907806da5b8623689601e9148132b0e56902dc1c338380f36c0ac7a969
3
+ metadata.gz: f1b1b14f58f77b3c2638b88cf49fc163fff0c5414a47c7ff6d794ce9a25e59ce
4
+ data.tar.gz: 2d2fcc24211bfc30cd7b3fb3dcf2d87388b10437a7d11d9e78462a0157c0b994
5
5
  SHA512:
6
- metadata.gz: 9cdf98deb96e2c49a5cf324aef0203e1d51790c386dca7ac72a016859c0fca6cddaee2581cce58a1a9c16c1f5aef903abd449774b65c02b5443ff5b7b19b035d
7
- data.tar.gz: a0bb5426c7d00e0842e10189c22fabb0a658d407c2eaf8726512d64c7e475817d259b504e7dfe4b4f354d79a3b29219aa6b58619735da73672a9b3a370fe1d12
6
+ metadata.gz: e10d0878b9ef15751cf2b53c5d1de67d39034a86437c1b93943332488ab18bd3fdba8c894fa02151567e9fd98c15a82c5a0ddb637711b9dd34be35626a755741
7
+ data.tar.gz: 5306b5b4ad7f5a5459c3ddfe0bffca38acff25ec1b084a74f7f82a10573e2b84b9774853ad3985c8edac5eb269efee376c86463aae48638b14c695e8b71a1878
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.5.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210721
6
+
7
+ ### v0.4.0 (2021-07-20)
8
+
9
+ * Regenerated from discovery document revision 20210714
10
+
11
+ ### v0.3.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+ * Unspecified changes
15
+
16
+ ### v0.2.0 (2021-06-16)
17
+
18
+ * Regenerated from discovery document revision 20210614
19
+
3
20
  ### v0.1.0 (2021-06-03)
4
21
 
5
22
  * 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
@@ -2480,10 +2482,10 @@ module Google
2480
2482
  class SubordinateConfig
2481
2483
  include Google::Apis::Core::Hashable
2482
2484
 
2483
- # Required. This can refer to a CertificateAuthority in the same project that
2484
- # was used to create a subordinate CertificateAuthority. This field is used for
2485
- # information and usability purposes only. The resource name is in the format `
2486
- # projects/*/locations/*/caPools/*/certificateAuthorities/*`.
2485
+ # Required. This can refer to a CertificateAuthority that was used to create a
2486
+ # subordinate CertificateAuthority. This field is used for information and
2487
+ # usability purposes only. The resource name is in the format `projects/*/
2488
+ # locations/*/caPools/*/certificateAuthorities/*`.
2487
2489
  # Corresponds to the JSON property `certificateAuthority`
2488
2490
  # @return [String]
2489
2491
  attr_accessor :certificate_authority
@@ -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.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210601"
25
+ REVISION = "20210721"
26
26
  end
27
27
  end
28
28
  end
@@ -1162,7 +1162,7 @@ module Google
1162
1162
  # you must retry your request, the server will know to ignore the request if it
1163
1163
  # has already been completed. The server will guarantee that for at least 60
1164
1164
  # minutes since the first request. For example, consider a situation where you
1165
- # make an initial request and t he request times out. If you make the request
1165
+ # make an initial request and the request times out. If you make the request
1166
1166
  # again with the same request ID, the server can check if original operation
1167
1167
  # with the same request ID was received, and if so, will ignore the second
1168
1168
  # request. This prevents clients from accidentally creating duplicate
metadata CHANGED
@@ -1,29 +1,35 @@
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.5.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-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Certificate Authority API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.5.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1
57
63
  post_install_message:
58
64
  rdoc_options: []