Skip to content

Conversation

@coryan
Copy link
Collaborator

@coryan coryan commented Aug 18, 2025

In all the GAPICs we use set_*() to set fields in the request and
with_*() to set options (like retry policies) for the request. We
believe that making the storage client consistent will pay off in the
long term.

Fixes #2891

In all the GAPICs we use `set_*()` to set fields in the request and
`with_*()` to set options (like retry policies) for the request. We
believe that making the storage client consistent will pay off in the
long term.
@codecov
Copy link

codecov bot commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.16%. Comparing base (66519b4) to head (b065d46).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2913   +/-   ##
=======================================
  Coverage   96.16%   96.16%           
=======================================
  Files         105      105           
  Lines        4384     4384           
=======================================
  Hits         4216     4216           
  Misses        168      168           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coryan coryan marked this pull request as ready for review August 18, 2025 13:16
@coryan coryan requested a review from a team as a code owner August 18, 2025 13:16
@coryan coryan merged commit af83753 into googleapis:main Aug 18, 2025
23 checks passed
@coryan coryan deleted the cleanup-storage-bang-rename-request-builder-setters branch August 18, 2025 14:17
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.

Rename most with_* setters to set_* for consistency with other clients.

2 participants