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 latest version available for `GetTopicRequest` within the `Google.Cloud.PubSub.V1` namespace is 3.23.0, with multiple previous versions ranging from 3.22.0 down to 2.3.0 also accessible."],["`GetTopicRequest` is a request object used for the `GetTopic` method within the Google Cloud Pub/Sub API, implementing several interfaces for message handling and object operations."],["The primary purpose of the `GetTopicRequest` is to retrieve information about a specific topic, which is identified by its name using the format `projects/{project}/topics/{topic}`."],["`GetTopicRequest` contains two publically available properties: the first is `Topic`, which is a string containing the topic name, the second is `TopicAsTopicName`, which provides a typed view of the `Topic` property."]]],[]]