Skip to content

Commit

Permalink
feat: Automated regeneration of privateca v1 client (#20360)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-13 09:11:35 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 13, 2024
1 parent 3cb7360 commit 11e6bb1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-privateca_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-privateca_v1

### v0.46.0 (2024-10-13)

* Regenerated from discovery document revision 20241002

### v0.45.0 (2024-09-29)

* Regenerated from discovery document revision 20240918
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ class CertificateAuthority
# @return [String]
attr_accessor :lifetime

# Output only. The resource name for this CertificateAuthority in the format `
# projects/*/locations/*/caPools/*/certificateAuthorities/*`.
# Output only. Identifier. The resource name for this CertificateAuthority in
# the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module PrivatecaV1
# Version of the google-apis-privateca_v1 gem
GEM_VERSION = "0.45.0"
GEM_VERSION = "0.46.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240918"
REVISION = "20241002"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,8 @@ def list_project_location_ca_pool_certificate_authorities(parent, filter: nil, o

# Update a CertificateAuthority.
# @param [String] name
# Output only. The resource name for this CertificateAuthority in the format `
# projects/*/locations/*/caPools/*/certificateAuthorities/*`.
# Output only. Identifier. The resource name for this CertificateAuthority in
# the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
# @param [Google::Apis::PrivatecaV1::CertificateAuthority] certificate_authority_object
# @param [String] request_id
# Optional. An ID to identify requests. Specify a unique request ID so that if
Expand Down

0 comments on commit 11e6bb1

Please sign in to comment.