google-apis-privateca_v1 0.58.0 → 0.59.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: 4b8f6bdd30f1ae41964ea716e9035fb077ff967d3f571f7b2f1cc3a739be0145
4
- data.tar.gz: 7743504217b933d5a3d1525a09120168025b6a6a8de241e8191788397d65deaf
3
+ metadata.gz: c97f8f2bcbd412b86b7d95f66588d0bfe50900780b44e2d425dd90aecb677754
4
+ data.tar.gz: e6d362951dca385fd65c489670671ffde99f4d737183a8c8bb19c9cabd045340
5
5
  SHA512:
6
- metadata.gz: bc4689bf941b9606d29f8dc4a7f127e82a30787af44bd8b075dde23590b6b654f7dceed6685d8f91ebb9ae0aca1c58e2ccf60041b2e4e8329de2387eec97fcd4
7
- data.tar.gz: 643ecce2a8263287a44d853d18886fc6f5b30fa79bad24f7594459160f5369df1f1c2dbf43d9172b1c04b349239086ffda6b17ae2baf444104d71a079aef0e16
6
+ metadata.gz: 2fed92c61fab1f90fc0400b9d357126f4188d799c738d7174a8f2a52853e298313b40e3d110a30b42d42aafcf1d44fda8641b82b3e0ff875c2e41890752c948f
7
+ data.tar.gz: 5b80c365a4f3f58b73a294f4d1369e5d8f31f94e72f445d6bfe3f5cfbf8dc7453dfb6ec7491decbdf279edbba5ee65184c368af9fbd7ab1c8f8d15332ff5b72b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.59.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260121
6
+
3
7
  ### v0.58.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20251229
@@ -1452,12 +1452,12 @@ module Google
1452
1452
  # @return [Array<Google::Apis::PrivatecaV1::AllowedKeyType>]
1453
1453
  attr_accessor :allowed_key_types
1454
1454
 
1455
- # Optional. The duration to backdate all certificates issued from this CaPool.
1456
- # If not set, the certificates will be issued with a not_before_time of the
1457
- # issuance time (i.e. the current time). If set, the certificates will be issued
1458
- # with a not_before_time of the issuance time minus the backdate_duration. The
1459
- # not_after_time will be adjusted to preserve the requested lifetime. The
1460
- # backdate_duration must be less than or equal to 48 hours.
1455
+ # Optional. If set, all certificates issued from this CaPool will be backdated
1456
+ # by this duration. The 'not_before_time' will be the issuance time minus this
1457
+ # backdate_duration, and the 'not_after_time' will be adjusted to preserve the
1458
+ # requested lifetime. The maximum duration that a certificate can be backdated
1459
+ # with these options is 48 hours in the past. This option cannot be set if
1460
+ # allow_requester_specified_not_before_time is set.
1461
1461
  # Corresponds to the JSON property `backdateDuration`
1462
1462
  # @return [String]
1463
1463
  attr_accessor :backdate_duration
@@ -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.58.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251229"
25
+ REVISION = "20260121"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.58.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.59.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
62
62
  rdoc_options: []
63
63
  require_paths: