chore(spanner): add generated data client#4828
Merged
Conversation
Adds a generated client for google/spanner/v1. This is the data API for Spanner. This change was created by: 1. Adding configuration for generating google-cloud-spanner to librarian.yaml 2. Running the code generator The code generator must be executed from source, as the latest release of librarian does not yet allow-list google/spanner/v1.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4828 +/- ##
=======================================
Coverage 94.96% 94.96%
=======================================
Files 205 205
Lines 8059 8059
=======================================
Hits 7653 7653
Misses 406 406 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fd3f958 to
962064d
Compare
coryan
approved these changes
Feb 26, 2026
Collaborator
coryan
left a comment
There was a problem hiding this comment.
One nit and one idea for improvement / better testing. If this is blocking more work, feel free to merge and we can fix these in follow up PRs.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds a generated client for google/spanner/v1.
This is the data API for Spanner.
This change was created by:
The code generator must be executed from source, as the latest release of librarian does not yet allow-list google/spanner/v1.