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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from 'object' and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe 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 \u003ccode\u003eprojects/{project}/topics/{topic}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the GetTopicRequest class: a default constructor and another one that accepts a GetTopicRequest object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]