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 page provides reference documentation for the `GetTopicRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the API is 3.23.0, but the current page focuses on version 3.11.0 which is not the latest, and provides a comprehensive list of previous versions dating back to 2.3.0."],["`GetTopicRequest` is used to get a topic, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTopicRequest` class has two constructors and two properties: `Topic`, a string that holds the topic name, and `TopicAsTopicName`, a strongly-typed view of the topic name."],["The `GetTopicRequest` class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]