public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class GetTopicRequest.
[[["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-31 UTC."],[[["This page provides reference documentation for the `GetTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.16.0, and a full list of previous versions."],["`GetTopicRequest` is a class used to request details about a specific topic, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `Topic` which is a string representing the topic name in the format `projects/{project}/topics/{topic}`, and `TopicAsTopicName` that provides a typed view of the topic name."],["The page also details the `GetTopicRequest` class's constructors, including a default constructor and a copy constructor, and it also shows its inheritance and implemented members."]]],[]]