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

doc(spanner): mark obsolete Spanner options classes as deprecated #12256

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

devbww
Copy link
Contributor

@devbww devbww commented Jul 28, 2023

Mark the spanner::${foo}Options classes that are only used in the backwards-compatibility spanner::Client functions as deprecated. List the "Options" types that should be used in their place.

Note: These are still also used when mocking a spanner::Connection.


This change is Reviewable

Mark the `spanner::${foo}Options` classes that are only used in the
backwards-compatibility `spanner::Client` functions as deprecated.
List the "Options" types that should be used in their place.

Note: These are still also used when mocking a `spanner::Connection`.
@devbww devbww temporarily deployed to internal July 28, 2023 16:49 — with GitHub Actions Inactive
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3e44019) 93.62% compared to head (89de9d4) 93.62%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12256   +/-   ##
=======================================
  Coverage   93.62%   93.62%           
=======================================
  Files        2009     2009           
  Lines      177126   177126           
=======================================
  Hits       165837   165837           
  Misses      11289    11289           
Files Changed Coverage Δ
google/cloud/spanner/client_options.h 100.00% <ø> (ø)
google/cloud/spanner/commit_options.h 100.00% <ø> (ø)
google/cloud/spanner/partition_options.h 100.00% <ø> (ø)
google/cloud/spanner/query_options.h 100.00% <ø> (ø)
google/cloud/spanner/read_options.h 100.00% <ø> (ø)
google/cloud/spanner/session_pool_options.h 100.00% <ø> (ø)

... and 3 files with indirect coverage changes

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

@devbww devbww marked this pull request as ready for review July 28, 2023 17:48
@devbww devbww requested a review from a team as a code owner July 28, 2023 17:48
@devbww devbww merged commit e2d3220 into googleapis:main Jul 28, 2023
@devbww devbww deleted the deprecated-options branch July 28, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants