public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage
[[["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."],[[["The page provides documentation for the `GetTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its structure and functionality."],["This page lists the available versions of `GetTopicRequest`, with version 3.23.0 being the most recent, and multiple older versions going as low as 2.3.0 being linked."],["`GetTopicRequest` is a class used to request a topic, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and one that accepts another `GetTopicRequest` instance as a parameter, which can be used to copy properties."],["The properties `Topic` and `TopicAsTopicName` are available, allowing for retrieval of the topic's name in string format and in the specific `TopicName` type, respectively."]]],[]]