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, used for requesting topic details in Google Cloud Pub/Sub."],["The `GetTopicRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version available for reference is 3.23.0, but there are many older versions available for review, going all the way back to 2.3.0."],["Key properties within the `GetTopicRequest` class include `Topic`, a string representing the topic's name in the format `projects/{project}/topics/{topic}`, and `TopicAsTopicName`, providing a typed view of the topic name."],["There are two constructors available for `GetTopicRequest`: a default constructor and one that accepts another `GetTopicRequest` object for cloning."]]],[]]