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 the .NET environment."],["The `GetTopicRequest` class is used to structure requests for the `GetTopic` method, with information on inheritance and interface implementations such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions of the API, ranging from 2.3.0 up to the latest version 3.23.0, with specific links to each version's documentation for `GetTopicRequest`."],["Key properties of the `GetTopicRequest` class are `Topic` (a string representing the topic name) and `TopicAsTopicName` (a `TopicName`-typed view of the `Topic` resource name), which are essential for specifying which topic to retrieve."],["The available constructors for the `GetTopicRequest` class are also listed, including a default constructor and one that takes another `GetTopicRequest` object as input."]]],[]]