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 page details the `GetTopicRequest` class, which is used to request a topic in the Google Cloud Pub/Sub service, specifically within the `Google.Cloud.PubSub.V1` namespace."],["The `GetTopicRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class includes properties like `Topic` (a string representing the topic's name in the format `projects/{project}/topics/{topic}`) and `TopicAsTopicName`, a `TopicName`-typed view of the topic resource name."],["There are several available versions of `GetTopicRequest` in the content, ranging from the latest `3.23.0` down to `2.3.0`, providing version history and documentation for each release, and it shows you are currently on version `2.10.0`."],["The class has two constructors, one with no parameters and the other taking another `GetTopicRequest` as a parameter."]]],[]]