-
Notifications
You must be signed in to change notification settings - Fork 687
chore: migrate google-cloud-sql to librarian #8780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
JoeWang1127
merged 26 commits into
googleapis:main
from
JoeWang1127:chore/migrate-google-cloud-sql
Jul 1, 2026
+13,213
−7,944
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
066389d
chore: update library config
JoeWang1127 5b5c3dc
regenerate
JoeWang1127 5c8c3a6
update librarian.js
JoeWang1127 8d35882
update librarian.js
JoeWang1127 b5a77cc
fix index.ts
JoeWang1127 3d47a7c
Merge branch 'main' into chore/migrate-google-cloud-sql
JoeWang1127 1315e80
update librarian.js
JoeWang1127 e18a219
update
JoeWang1127 67bc05d
update librarian.js
JoeWang1127 cf4754a
update
JoeWang1127 406527a
update librarian.js
JoeWang1127 b52f416
update
JoeWang1127 93aa448
update librarian.js
JoeWang1127 47a1f69
update
JoeWang1127 dffa8ee
update librarian.js
JoeWang1127 c11f60d
update
JoeWang1127 8c9b8ca
update librarian.js
JoeWang1127 c6b0d37
update
JoeWang1127 7767fbe
update librarian.js
JoeWang1127 ba52915
update
JoeWang1127 05bfc10
update librarian.js
JoeWang1127 b51d9c1
update
JoeWang1127 c0d6e51
update librarian.js
JoeWang1127 a44c253
update
JoeWang1127 4789743
update librarian.js
JoeWang1127 7a36279
update
JoeWang1127 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,14 @@ | ||
| { | ||
| "name": "sql", | ||
| "name_pretty": "Cloud SQL Admin API", | ||
| "product_documentation": "", | ||
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/sql/latest", | ||
| "issue_tracker": "https://github.com/googleapis/google-cloud-node/issues", | ||
| "release_level": "stable", | ||
| "language": "nodejs", | ||
| "repo": "googleapis/google-cloud-node", | ||
| "distribution_name": "@google-cloud/sql", | ||
| "api_id": "sqladmin.googleapis.com", | ||
| "default_version": "v1", | ||
| "requires_billing": true, | ||
| "library_type": "GAPIC_AUTO", | ||
| "api_shortname": "sql" | ||
| } | ||
|
|
||
| "api_description": "API for Cloud SQL database instance management", | ||
| "api_id": "sqladmin.googleapis.com", | ||
| "api_shortname": "sqladmin", | ||
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/sql/latest", | ||
| "default_version": "v1", | ||
| "distribution_name": "@google-cloud/sql", | ||
| "language": "nodejs", | ||
| "library_type": "GAPIC_AUTO", | ||
| "name": "sqladmin", | ||
| "name_pretty": "Cloud SQL Admin", | ||
| "release_level": "preview", | ||
| "repo": "googleapis/google-cloud-node" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
release_levelfor@google-cloud/sqlis changed fromstabletopreview. Since this package is already stable, changing it to preview is likely a mistake and could affect automated release processes and documentation badges. Please revert this tostable.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic to determine this value is if the version is below
1.0.0, then returnspreview.