Skip to content

Commit 2cd1ccb

Browse files
feat: Automated regeneration of sqladmin v1 client (googleapis#20461)
Auto-created at 2024-10-27 09:37:53 +0000 using the toys pull request generator.
1 parent a9ac6ef commit 2cd1ccb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

generated/google-apis-sqladmin_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-sqladmin_v1
22

3+
### v0.69.0 (2024-10-27)
4+
5+
* Regenerated from discovery document revision 20241011
6+
37
### v0.68.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241004

generated/google-apis-sqladmin_v1/lib/google/apis/sqladmin_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 SqladminV1
1818
# Version of the google-apis-sqladmin_v1 gem
19-
GEM_VERSION = "0.68.0"
19+
GEM_VERSION = "0.69.0"
2020

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

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

generated/google-apis-sqladmin_v1/lib/google/apis/sqladmin_v1/service.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,9 @@ def list_flags(database_version: nil, fields: nil, quota_user: nil, options: nil
534534
# Lists all versions of server certificates and certificate authorities (CAs)
535535
# for the specified instance. There can be up to three sets of certs listed: the
536536
# certificate that is currently in use, a future that has been added but not yet
537-
# used to sign a certificate, and a certificate that has been rotated out.
537+
# used to sign a certificate, and a certificate that has been rotated out. For
538+
# instances not using Certificate Authority Service (CAS) server CA, use
539+
# ListServerCas instead.
538540
# @param [String] project
539541
# Required. Project ID of the project that contains the instance.
540542
# @param [String] instance

0 commit comments

Comments
 (0)