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 properties, methods, and constructors."],["The `GetTopicRequest` class is used to request information about a specific topic in Google Cloud Pub/Sub, and it implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes version history for `GetTopicRequest`, with version 3.23.0 being the latest and also offers access to previous versions dating back to 2.3.0."],["The `GetTopicRequest` class contains two main properties: `Topic` (a string representing the topic's name) and `TopicAsTopicName` (a `TopicName`-typed view of the topic resource name)."],["The only two constructors for the `GetTopicRequest` class is the one with no parameters, and one that takes in another instance of `GetTopicRequest`."]]],[]]