[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page provides documentation for the `Subscription` class in the Google Cloud Pub/Sub C++ library, covering versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `Subscription` class is used to represent a Cloud Pub/Sub subscription and does not validate provided IDs, which should conform to Cloud Pub/Sub resource name restrictions."],["The class offers multiple constructors, including copy, move, default, and one that takes project and subscription IDs as strings, allowing for various ways to instantiate a `Subscription` object."],["It includes functions like `project_id()`, `subscription_id()`, and `FullName()` to retrieve information about the project, subscription ID, and the fully qualified subscription name respectively."],["Copy and move operations are supported through the `operator=` functions, that will return the modified `Subscription` object."]]],[]]