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, specifically for .NET developers."],["The documentation covers versions of the API from 2.3.0 up to the latest version, 3.23.0, with various minor releases in between, all referencing the GetTopicRequest."],["The `GetTopicRequest` class is used to request details about a specific topic within Google Cloud Pub/Sub and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Topic` (a string representing the topic name) and `TopicAsTopicName` (a `TopicName`-typed view of the topic resource name)."],["The class has two constructors, one default, and one that takes in a GetTopicRequest object as an argument, to duplicate it."]]],[]]