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-04-09 UTC."],[[["The latest version of the Google.Cloud.PubSub.V1 API is 3.23.0, with version 3.22.0 being the current context, and other previous versions available."],["The GetTopicRequest class is used to request information about a specific topic within the Cloud Pub/Sub service, and it's part of the Google.Cloud.PubSub.V1 namespace."],["This class inherits from 'object' and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The GetTopicRequest class includes properties such as Topic (string) and TopicAsTopicName (TopicName), which are used to specify the target topic, being that the Topic property takes the string format `projects/{project}/topics/{topic}`."],["There are two constructors for the GetTopicRequest class: a default constructor and another one that accepts a GetTopicRequest object as a parameter."]]],[]]