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 latest version available for the `GetTopicRequest` in the Google Cloud Pub/Sub v1 API is 3.23.0."],["This document provides reference material for the `GetTopicRequest` class, which is used to request information about a specific topic, across numerous versions."],["The `GetTopicRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Topic`, which specifies the name of the topic to retrieve, and `TopicAsTopicName`, providing a typed view of the topic name."],["There are two constructors, a parameterless constructor and one that takes another `GetTopicRequest` instance as an argument."]]],[]]