public sealed class UpdateTopicRequest : IMessage<UpdateTopicRequest>, IEquatable<UpdateTopicRequest>, IDeepCloneable<UpdateTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class UpdateTopicRequest.
Required. Field mask is used to specify the fields to be overwritten in the
Topic resource by the update. The fields specified in the update_mask are
relative to the resource, not the full request. A field will be overwritten
if it is in the mask. The mask is required and a value of * will update all
fields.
[[["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-21 UTC."],[[["The `UpdateTopicRequest` class is used to send requests for updating a topic within the Managed Service for Apache Kafka API v1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a comprehensive set of functionalities."],["It includes two constructors: a default constructor and another that takes an existing `UpdateTopicRequest` object for copying."],["The `UpdateTopicRequest` class requires two properties: `Topic`, which specifies the topic to update, and `UpdateMask`, which defines which fields of the topic should be overwritten."],["The latest version of the `UpdateTopicRequest` class is 1.0.0-beta04, and previous version 1.0.0-beta03 is also available."]]],[]]