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 content provides documentation for the `GetTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["This class is part of the `Google.Cloud.PubSub.V1` namespace and is used to request information about a specific topic."],["The documentation lists multiple versions of the API, ranging from version 2.3.0 up to the latest version 3.23.0, in which version 3.5.1 is being viewed."],["The `GetTopicRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all found within the Protobuf library."],["The `GetTopicRequest` class has properties `Topic` and `TopicAsTopicName` where the Topic property is required and represents the name of the topic being requested, and `TopicAsTopicName` provides a typed view of the resource."]]],[]]