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 webpage provides documentation for the `GetTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically referencing version 3.2.0."],["This class is used to create requests for the `GetTopic` method, with the main requirement being the topic name, which follows the `projects/{project}/topics/{topic}` format."],["The `GetTopicRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions, ranging from 2.3.0 to 3.23.0, each with its own corresponding documentation page for the `GetTopicRequest`."],["The `GetTopicRequest` class has properties `Topic` which is a string, and `TopicAsTopicName`, which is a `TopicName`."]]],[]]