You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
💡 Note: Please merge or close this PR so that the daily update workflow can continue to run successfully the next day. Alternatively, you can manually trigger the workflow once this PR is merged or closed.
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds the IngestAdEvents RPC and its associated messages, such as AdEvent and ViewabilityInfo, to the java-datamanager library, complete with client methods, settings, and tests. It also introduces AgentGateway management to the java-networkservices library and updates existing route path patterns from global to wildcard. The review feedback points out several copy-paste errors and inaccuracies in the newly added protobuf comments (e.g., for ad_format_oneof, view_type, and account_type requirements) and suggests corrections to ensure the documentation is accurate.
The reason will be displayed to describe this comment to others. Learn more.
Since account_type is now strictly REQUIRED, the statement "Either account_type or the deprecated product is required" is no longer accurate. It is better to simplify the comment to reflect that account_type is required and must match product if both are set.
Suggested change
// Either `account_type` or the deprecated `product` is required.
// If both are set, the values must match.
// If the deprecated `product` is also set, the values must match.
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
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.
Updated googleapis commitish in librarian.yaml and generation_config.yaml to googleapis/googleapis@b282a4f
💡 Note: Please merge or close this PR so that the daily update workflow can continue to run successfully the next day. Alternatively, you can manually trigger the workflow once this PR is merged or closed.