public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class GetTopicRequest.
Required. The name of the topic whose configuration to return. Structured
like:
projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.
[[["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-24 UTC."],[[["This documentation covers the `GetTopicRequest` class within the Managed Service for Apache Kafka API v1, specifically version 1.0.0-beta03."],["The `GetTopicRequest` class is used to request details about a specific topic and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`GetTopicRequest` includes properties `Name` (a string) which requires the fully formed topic resource name, and `TopicName`, which is a typed view over the `Name` property."],["The class `GetTopicRequest` has two constructors: a parameterless constructor and one that takes another `GetTopicRequest` object."]]],[]]