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-03-31 UTC."],[[["The document provides reference documentation for the `GetTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["`GetTopicRequest` is used to request information about a specific topic, and the class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the constructors available for the `GetTopicRequest` class, including a default constructor and one that accepts another `GetTopicRequest` object."],["Key properties of `GetTopicRequest` include `Topic`, a string representing the name of the topic, and `TopicAsTopicName`, a `TopicName`-typed view over the resource name."],["The document also includes a list of available versions for the API, ranging from 2.3.0 up to the latest version, 3.23.0, and each linked to the GetTopicRequest documentation for that specific version."]]],[]]