Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the DaiSessionService to the google-ads-admanager package, along with its associated proto definitions, client library generation, samples, and tests. It also adds new fields (start_time, publisher_floor_exempt, archived) and filtering capabilities to the PrivateAuctionDeal service. In google-analytics-data, support for describing data truncation reasons has been added via the new DataTruncationReason message. In google-cloud-apigateway, streaming modes have been introduced to the Gateway resource. Additionally, the PR updates .gitignore files to ignore package-lock.json and configures .nycrc to include text coverage reports across multiple packages. I have no feedback to provide as there are no review comments.
feat: update API sources and regenerate.
Debug Info
System Details
Commands Executed
go run github.com/googleapis/librarian/cmd/librarian@v0.43.0 update sources.googleapisgo run github.com/googleapis/librarian/cmd/librarian@v0.43.0 installgo run github.com/googleapis/librarian/cmd/librarian@v0.43.0 generate --allgit add .git commit -m "feat: update API sources and regenerate"