[[["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-03-14 UTC."],[[["This document provides reference information for the `Subscription` class within the Google Cloud Pub/Sub C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `Subscription` class represents a Cloud Pub/Sub subscription and is used to manage and identify subscriptions."],["The `Subscription` class includes constructors for creating subscription objects, including copy and move constructors, a default constructor, and a constructor that takes a project ID and a subscription ID as strings."],["The class offers functions to retrieve the project ID, subscription ID, and the full subscription name using `project_id()`, `subscription_id()`, and `FullName()` methods respectively."],["The document emphasizes the importance of application-side validation of IDs to ensure they conform to Cloud Pub/Sub resource name restrictions."]]],[]]