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

docs(pubsub): add doxygen comment to deprecate handwritten apis #13585

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

alevenberg
Copy link
Member

@alevenberg alevenberg commented Feb 12, 2024

Part of #12987

This change is Reviewable

@alevenberg alevenberg requested a review from a team as a code owner February 12, 2024 16:32
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Feb 12, 2024
google/cloud/pubsub/subscription_admin_client.h Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (40b6ef0) 93.27% compared to head (c12f1d9) 93.27%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13585   +/-   ##
=======================================
  Coverage   93.27%   93.27%           
=======================================
  Files        2197     2197           
  Lines      191984   191984           
=======================================
+ Hits       179076   179082    +6     
+ Misses      12908    12902    -6     

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

@alevenberg alevenberg enabled auto-merge (squash) February 12, 2024 17:31
@alevenberg alevenberg merged commit 9076ccf into googleapis:main Feb 12, 2024
60 checks passed
@alevenberg alevenberg deleted the deprecate branch February 12, 2024 17:32
@@ -31,6 +31,10 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
/**
* Performs subscription administrative operations in Cloud Pub/Sub.
*
* @deprecated Please use \ref
* google::cloud::pubsub_admin::SubscriptionAdminClient and \ref
* google::cloud::pubsub_admin::SubscriptionAdminClient instead.
Copy link
Member

Choose a reason for hiding this comment

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

s/Client/Connection/

@@ -63,6 +63,10 @@ using ListSnapshotsRange =
* A connection to Cloud Pub/Sub for subscription-related administrative
* operations.
*
* @deprecated Please use \ref
* google::cloud::pubsub_admin::SubscriptionAdminClient and \ref
* google::cloud::pubsub_admin::SubscriptionAdminClient instead.
Copy link
Member

Choose a reason for hiding this comment

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

s/Client/Connection/

@@ -30,6 +30,9 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
/**
* Performs topic admin operations in Cloud Pub/Sub.
*
* @deprecated Please use \ref google::cloud::pubsub_admin::TopicAdminClient
* and \ref google::cloud::pubsub_admin::TopicAdminClient instead.
Copy link
Member

Choose a reason for hiding this comment

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

s/Client/Connection/

@@ -73,6 +73,9 @@ using ListTopicSnapshotsRange =
/**
* A connection to Cloud Pub/Sub for topic-related administrative operations.
*
* @deprecated Please use #google::cloud::pubsub_admin::SubscriptionAdminClient
Copy link
Member

Choose a reason for hiding this comment

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

s/Subscription/Topic/

and switch # to \ref just to be consistent?

@@ -73,6 +73,9 @@ using ListTopicSnapshotsRange =
/**
* A connection to Cloud Pub/Sub for topic-related administrative operations.
*
* @deprecated Please use #google::cloud::pubsub_admin::SubscriptionAdminClient
* and #google::cloud::pubsub_admin::SubscriptionAdminClient instead.
Copy link
Member

Choose a reason for hiding this comment

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

s/Subscription/Topic/

s/Client/Connection/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants