public sealed class CreateTopicRequest : IMessage<CreateTopicRequest>, IEquatable<CreateTopicRequest>, IDeepCloneable<CreateTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class CreateTopicRequest.
[[["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."],[[["The `CreateTopicRequest` class is used to create a request for creating a new topic within the Managed Service for Apache Kafka API v1."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, equality checks, deep cloning, and buffer management."],["It includes properties like `Parent`, `ParentAsClusterName`, `Topic`, and `TopicId`, which are used to specify the parent cluster, the topic's configuration, and the desired topic ID."],["The `Parent` property is required and represents the cluster in which the topic will be created, structured as `projects/{project}/locations/{location}/clusters/{cluster}`."],["There are two versions available, `1.0.0-beta04 (latest)` and `1.0.0-beta03` with full documentation available through the provided links."]]],[]]