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."],[[["`GetTopicRequest` is a class in the `Google.Cloud.ManagedKafka.V1` namespace, representing a request for the Managed Service for Apache Kafka API v1."],["This class is the request for retrieving topic configuration, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetTopicRequest` includes properties `Name` (a string) and `TopicName` (of type `TopicName`) to specify the topic whose configuration is to be retrieved, which are a required parameter for the request."],["The class has two constructors, one default and one that takes another `GetTopicRequest` object as a parameter."],["The current latest version of the `GetTopicRequest` API is 1.0.0-beta04."]]],[]]