Skip to content

Commit 8dc5b21

Browse files
feat: Automated regeneration of privateca v1 client (googleapis#25549)
Auto-created at 2026-02-01 10:39:06 +0000 using the toys pull request generator.
1 parent 9f800d0 commit 8dc5b21

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

generated/google-apis-privateca_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-privateca_v1
22

3+
### v0.59.0 (2026-02-01)
4+
5+
* Regenerated from discovery document revision 20260121
6+
37
### v0.58.0 (2026-01-11)
48

59
* Regenerated from discovery document revision 20251229

generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/classes.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,12 +1452,12 @@ class IssuancePolicy
14521452
# @return [Array<Google::Apis::PrivatecaV1::AllowedKeyType>]
14531453
attr_accessor :allowed_key_types
14541454

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.
14611461
# Corresponds to the JSON property `backdateDuration`
14621462
# @return [String]
14631463
attr_accessor :backdate_duration

generated/google-apis-privateca_v1/lib/google/apis/privateca_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module PrivatecaV1
1818
# Version of the google-apis-privateca_v1 gem
19-
GEM_VERSION = "0.58.0"
19+
GEM_VERSION = "0.59.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251229"
25+
REVISION = "20260121"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)