feat(google/datastore/v1): onboard a new library#8856
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the auto-generated @google-cloud/datastore-api package, onboarding client libraries, protobuf definitions, samples, and tests for both the main Datastore and Datastore Admin APIs. However, a critical issue was identified where sequential generation runs caused the admin API generation to overwrite several shared files. As a result, DatastoreClient is completely missing from the package exports, which breaks the test suite. Additionally, the package description, README links, and webpack configuration are incorrect because they only reference the admin client instead of the entire Datastore API. The generation orchestrator or configuration needs to be updated to ensure both clients are generated and exported together.
c270c15 to
d65d7a6
Compare
48ba81c to
ab154cf
Compare
ab154cf to
48c33be
Compare
48c33be to
d65b345
Compare
No description provided.