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."],[[["This webpage provides documentation for the `GetTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its structure and functionality."],["The `GetTopicRequest` class, a component of the .NET library, is used to create requests for the `GetTopic` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes an overview of the class's constructors, `GetTopicRequest()`, and `GetTopicRequest(GetTopicRequest)`, along with details on its properties, `Topic`, and `TopicAsTopicName`."],["There are multiple versions of this documentation provided on this page, starting from version 2.3.0 up to the most recent version, 3.23.0, for users working with different versions."],["The `GetTopicRequest` class uses the format `projects/{project}/topics/{topic}` to identify the requested topic, with the `TopicAsTopicName` property providing a typed view of the topic resource."]]],[]]