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-04-09 UTC."],[[["The webpage provides documentation for the `GetTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["It lists a range of version-specific links for `GetTopicRequest`, spanning from version 3.23.0 (latest) down to 2.3.0 for accessing documentation of different releases."],["The `GetTopicRequest` class is part of the Google Cloud Pub/Sub .NET library and is used to request information about a specific topic, as indicated by its function and the format of the topic name property."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetTopicRequest\u003e`, `IDeepCloneable\u003cGetTopicRequest\u003e`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class has two constructors, a parameterless constructor, and one that takes another `GetTopicRequest` object, and two properties `Topic` which is a string containing the topic name and `TopicAsTopicName` which is the topic name as `TopicName` object."]]],[]]