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(bigtable): deprecate DataClient in doxygen #11550

Merged
merged 2 commits into from
May 10, 2023

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented May 9, 2023

This PR marks the class DataClient and Table::Table(std::shared_ptr<DataClient>, ...) ctors as deprecated. This is in doxygen only. There are no compiler warnings emitted.

Also, move these deprecated constructors to the bottom of the header, so that they show up later in our documentation.

(Yes, my PR is doing two things at once. I split it into two commits for the sake of reviewability)


This change is Reviewable

@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label May 9, 2023
@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (00fcbd6) 93.79% compared to head (7943164) 93.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11550      +/-   ##
==========================================
- Coverage   93.79%   93.79%   -0.01%     
==========================================
  Files        1816     1816              
  Lines      163437   163437              
==========================================
- Hits       153292   153290       -2     
- Misses      10145    10147       +2     
Impacted Files Coverage Δ
google/cloud/bigtable/data_client.h 100.00% <ø> (ø)
google/cloud/bigtable/table.h 98.54% <100.00%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dbolduc dbolduc marked this pull request as ready for review May 10, 2023 04:42
@dbolduc dbolduc requested a review from a team as a code owner May 10, 2023 04:42
@dbolduc dbolduc merged commit 0fccce7 into googleapis:main May 10, 2023
@dbolduc dbolduc deleted the bigtable-deprecate-dataclient-dox branch May 10, 2023 04:45
alevenberg pushed a commit to alevenberg/google-cloud-cpp that referenced this pull request May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants