Skip to content

chore: update googleapis commitish to b282a4f#13449

Closed
cloud-java-bot wants to merge 2 commits into
mainfrom
update-librarian-googleapis-main
Closed

chore: update googleapis commitish to b282a4f#13449
cloud-java-bot wants to merge 2 commits into
mainfrom
update-librarian-googleapis-main

Conversation

@cloud-java-bot

Copy link
Copy Markdown
Collaborator

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.

@cloud-java-bot cloud-java-bot requested review from a team as code owners June 12, 2026 05:57
@snippet-bot

snippet-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 25 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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.

// String value for ad type.
string ad_type_string = 15;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment for ad_format_oneof appears to be a copy-paste error from ad_type_oneof. It should describe the format of the ad rather than its type.

Suggested change
// Optional. The format of the ad served.

UNSUPPORTED_LINKED_ACCOUNT_FOR_DATA_PARTNER = 38;

// Events data contains no user identifiers or ad identifiers.
// For Floodlight Event ingestion this error indicates requests contains no ad

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a grammatical typo in the comment: "requests contains" should be "requests contain" or "the request contains".

Suggested change
// For Floodlight Event ingestion this error indicates requests contains no ad
// For Floodlight Event ingestion this error indicates the request contains no ad


// Details of the viewability of the ad served.
message ViewabilityInfo {
// Required. The type of the event.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment for view_type appears to be a copy-paste error from event_type. It should describe the viewability type rather than the event type.

Suggested change
// Required. The type of the event.
// Required. The viewability type.

google.protobuf.Duration playback_duration = 8
[(google.api.field_behavior) = OPTIONAL];
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment for ViewType appears to be a copy-paste error from EventType. It should describe the viewability type rather than the event type.

Suggested change
// The viewability type.

Comment on lines 108 to 109
// Either `account_type` or the deprecated `product` is required.
// If both are set, the values must match.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

@zhumin8

zhumin8 commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

gapic-libraries-bom/pom.xml update is expected to generate, but should not bump during partial release. See googleapis/librarian#6411

Closing this one.

@zhumin8 zhumin8 closed this Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants