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, detailing its usage in .NET."],["`GetTopicRequest` is used to make requests for the `GetTopic` method and is an implementation of the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The page lists various versions of the `GetTopicRequest`, ranging from version 2.3.0 up to the latest version 3.23.0."],["The `GetTopicRequest` class has properties such as `Topic` (string) and `TopicAsTopicName` to define the request, as well as constructors to create new instances."],["This class inherits members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]