public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class GetTopicRequest.
[[["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."],[[["This page provides reference documentation for the `GetTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The `GetTopicRequest` class is used to make requests for the `GetTopic` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the inheritance hierarchy, starting from `object` to `GetTopicRequest`, along with the inherited members from the `object` class."],["It details the constructors of `GetTopicRequest`, including a default constructor and one that takes another `GetTopicRequest` object as a parameter."],["The page also lists and explains the properties `Topic` and `TopicAsTopicName`, which are used to specify the name of the topic to retrieve."]]],[]]