[[["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 document provides a version history and reference for the `Topic` class within the Google Cloud Pub/Sub C++ library, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `Topic` class is used to identify a Cloud Pub/Sub topic, and the application is responsible for verifying that the topic and project IDs provided conform to Cloud Pub/Sub resource name restrictions."],["The `Topic` class has constructors for copying, moving, and creating a topic with `project_id` and `topic_id`."],["It also has operators for assigning `Topic` objects, both for copy and move semantics, which returns a `Topic &`."],["The `Topic` class offers functions such as `project_id()`, `topic_id()`, and `FullName()` to retrieve the project ID, topic ID, and fully qualified topic name, respectively."]]],[]]