Skip to content

tests: add storagebatchoperations v1 as golden API#16942

Merged
parthea merged 1 commit intomainfrom
add-storagebatchoperations-golden
May 5, 2026
Merged

tests: add storagebatchoperations v1 as golden API#16942
parthea merged 1 commit intomainfrom
add-storagebatchoperations-golden

Conversation

@parthea
Copy link
Copy Markdown
Contributor

@parthea parthea commented May 5, 2026

Towards b/508597813

@parthea parthea requested a review from a team as a code owner May 5, 2026 16:07
@snippet-bot
Copy link
Copy Markdown

snippet-bot Bot commented May 5, 2026

Here is the summary of changes.

You are about to add 14 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

Copy link
Copy Markdown
Contributor

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

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 introduces the 'storagebatchoperations' API integration, including the necessary Bazel build configurations, documentation, and generated client library code. The review identified a redundant import in the documentation configuration file, which should be removed to maintain code cleanliness.

Comment on lines +27 to +31
import logging
import os
import shlex
import sys
import logging
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 import logging statement is redundant. Please remove the duplicate import to keep the codebase clean and avoid redundancy.

Suggested change
import logging
import os
import shlex
import sys
import logging
import logging
import os
import shlex
import sys
References
  1. Remove duplicate lines of code, especially duplicate assertions in tests, to keep the codebase clean and avoid redundancy.

Copy link
Copy Markdown
Contributor

@chalmerlowe chalmerlowe left a comment

Choose a reason for hiding this comment

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

LGTM.

There is an instance of a import logging statement being duplicated. That is prolly in the template somewhere and should ultimately be tracked and fixed, if not here.

@parthea parthea merged commit ce71af0 into main May 5, 2026
88 checks passed
@parthea parthea deleted the add-storagebatchoperations-golden branch May 5, 2026 17:39
parthea added a commit that referenced this pull request May 5, 2026
Update `storagebatchoperations` golden files which were added in
#16942 to include
the fix from
#16943.
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