Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl(storage): internal::RawClient gains options() #9192

Merged

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Jun 7, 2022

To support per-operation options we need to get the
google::cloud::Options of a RawClient. This is analogous to the
options() accessor in the *Connection classes for other libraries.

Part of the work for #7691


This change is Reviewable

To support per-operation options we need to get the
`google::cloud::Options` of a `RawClient`.  This is analogous to the
`options()` accessor in the `*Connection` classes for other libraries.
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jun 7, 2022
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 2ef8893d88f256c1d64c0d2f3e302d759ff182de

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #9192 (2ef8893) into main (b4ef1ca) will decrease coverage by 0.00%.
The diff coverage is 12.50%.

@@            Coverage Diff             @@
##             main    #9192      +/-   ##
==========================================
- Coverage   94.55%   94.54%   -0.01%     
==========================================
  Files        1449     1449              
  Lines      129689   129696       +7     
==========================================
- Hits       122621   122620       -1     
- Misses       7068     7076       +8     
Impacted Files Coverage Δ
google/cloud/storage/internal/curl_client.cc 92.48% <0.00%> (-0.11%) ⬇️
google/cloud/storage/internal/curl_client.h 100.00% <ø> (ø)
google/cloud/storage/internal/grpc_client.h 100.00% <ø> (ø)
google/cloud/storage/internal/hybrid_client.cc 93.10% <0.00%> (-0.81%) ⬇️
google/cloud/storage/internal/hybrid_client.h 100.00% <ø> (ø)
google/cloud/storage/internal/logging_client.cc 98.51% <0.00%> (-0.74%) ⬇️
google/cloud/storage/internal/logging_client.h 100.00% <ø> (ø)
google/cloud/storage/internal/raw_client.h 50.00% <0.00%> (-50.00%) ⬇️
google/cloud/storage/internal/rest_client.cc 97.92% <0.00%> (-0.21%) ⬇️
google/cloud/storage/internal/rest_client.h 100.00% <ø> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4ef1ca...2ef8893. Read the comment docs.

@coryan coryan marked this pull request as ready for review June 7, 2022 18:16
@coryan coryan requested a review from a team as a code owner June 7, 2022 18:16
@coryan coryan merged commit 8742011 into googleapis:main Jun 7, 2022
@coryan coryan deleted the feat-storage-per-operation-options-pr2 branch June 7, 2022 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants