google-apis-privateca_v1 0.42.0 → 0.43.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: a4d202080557d596cff6eee3522e98ebd7883e2142aec16ff7ba1f8e891e5892
4
- data.tar.gz: 12ed17567e470e3f021c10fae9ad5938c2bf3156f01b287ce4aafb97e5996dc4
3
+ metadata.gz: b92fb2c9ddbb4a4061dbf90bb51e8c6aa7ae0594578fef189536784bd71f973b
4
+ data.tar.gz: d9338b8bd7504588c02b0137fcc0e0fa33b15db92da057697838ad3543f4f358
5
5
  SHA512:
6
- metadata.gz: c8dd84c3de35918499dd38ca7ed2f79ebcbe6b7a71c21e33e35bd336eb68bbdc3d250e4d995933428bd46f3e0aab5c18efd13bf0690fcd348700819a65f776ce
7
- data.tar.gz: '046978e51feb9ae65a1e948eb7d01f199af75f773b7acb0da5c1ae268efb9662c2e0472ce8a9f15c9c7cb128e8f96d5763e3dd4172cd8864bccb2a88e67a3e98'
6
+ metadata.gz: f27e98ed86604881dd744de9e446ee557b15e1f6c2047165113efcdc1bfae152eb8caef183b7d062063ad4d4b5a5a8ca7984b561d0319e7f0d8848c66282338d
7
+ data.tar.gz: 90be6650bd93cfceaee93b07839f1bb0a24caa95bbc2bc346317afacb781fa5570d714e9774037a1524e6462d6daba95abed7b89f4739f0279949a5d9ed91448
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.43.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240529
6
+
3
7
  ### v0.42.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -292,21 +292,24 @@ module Google
292
292
  end
293
293
  end
294
294
 
295
- # Describes values that are relevant in a CA certificate.
295
+ # Describes the X.509 basic constraints extension, per [RFC 5280 section 4.2.1.9]
296
+ # (https://tools.ietf.org/html/rfc5280#section-4.2.1.9)
296
297
  class CaOptions
297
298
  include Google::Apis::Core::Hashable
298
299
 
299
- # Optional. Refers to the "CA" X.509 extension, which is a boolean value. When
300
- # this value is missing, the extension will be omitted from the CA certificate.
300
+ # Optional. Refers to the "CA" boolean field in the X.509 extension. When this
301
+ # value is missing, the basic constraints extension will be omitted from the
302
+ # certificate.
301
303
  # Corresponds to the JSON property `isCa`
302
304
  # @return [Boolean]
303
305
  attr_accessor :is_ca
304
306
  alias_method :is_ca?, :is_ca
305
307
 
306
- # Optional. Refers to the path length restriction X.509 extension. For a CA
307
- # certificate, this value describes the depth of subordinate CA certificates
308
- # that are allowed. If this value is less than 0, the request will fail. If this
309
- # value is missing, the max path length will be omitted from the CA certificate.
308
+ # Optional. Refers to the path length constraint field in the X.509 extension.
309
+ # For a CA certificate, this value describes the depth of subordinate CA
310
+ # certificates that are allowed. If this value is less than 0, the request will
311
+ # fail. If this value is missing, the max path length will be omitted from the
312
+ # certificate.
310
313
  # Corresponds to the JSON property `maxIssuerPathLength`
311
314
  # @return [Fixnum]
312
315
  attr_accessor :max_issuer_path_length
@@ -2842,7 +2845,8 @@ module Google
2842
2845
  # @return [Array<String>]
2843
2846
  attr_accessor :aia_ocsp_servers
2844
2847
 
2845
- # Describes values that are relevant in a CA certificate.
2848
+ # Describes the X.509 basic constraints extension, per [RFC 5280 section 4.2.1.9]
2849
+ # (https://tools.ietf.org/html/rfc5280#section-4.2.1.9)
2846
2850
  # Corresponds to the JSON property `caOptions`
2847
2851
  # @return [Google::Apis::PrivatecaV1::CaOptions]
2848
2852
  attr_accessor :ca_options
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240424"
25
+ REVISION = "20240529"
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.42.0
4
+ version: 0.43.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-09 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-privateca_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
63
63
  post_install_message:
64
64
  rdoc_options: []