Skip to content

Commit

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

### v0.69.0 (2024-10-27)

* Regenerated from discovery document revision 20241011

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

* Regenerated from discovery document revision 20241004
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module SqladminV1
# Version of the google-apis-sqladmin_v1 gem
GEM_VERSION = "0.68.0"
GEM_VERSION = "0.69.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 = "20241004"
REVISION = "20241011"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,9 @@ def list_flags(database_version: nil, fields: nil, quota_user: nil, options: nil
# Lists all versions of server certificates and certificate authorities (CAs)
# for the specified instance. There can be up to three sets of certs listed: the
# certificate that is currently in use, a future that has been added but not yet
# used to sign a certificate, and a certificate that has been rotated out.
# used to sign a certificate, and a certificate that has been rotated out. For
# instances not using Certificate Authority Service (CAS) server CA, use
# ListServerCas instead.
# @param [String] project
# Required. Project ID of the project that contains the instance.
# @param [String] instance
Expand Down

0 comments on commit 2cd1ccb

Please sign in to comment.