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."],[[["This webpage provides documentation for the `GetTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `GetTopicRequest` class is used to request details about a specific topic and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.23.0, and the page details all versions of `GetTopicRequest` spanning from 2.3.0 to the latest, where `GetTopicRequest` has had multiple changes."],["The `GetTopicRequest` class has two constructors: a default one and one that takes another `GetTopicRequest` instance as a parameter, with two properties: `Topic` (string) and `TopicAsTopicName` (TopicName)."],["The `Topic` property is a required field that specifies the name of the topic to retrieve, following the format `projects/{project}/topics/{topic}`."]]],[]]