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-24 UTC."],[[["This documentation details the `UpdateTopicRequest` class within the Google Cloud Managed Kafka API v1, specifically for version 1.0.0-beta03."],["`UpdateTopicRequest` is a class used to request an update to a Kafka topic and is part of the `Google.Cloud.ManagedKafka.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["It has two constructors: a default constructor and one that takes another `UpdateTopicRequest` object as a parameter, allowing for copying or cloning of the request."],["The class features two key properties, `Topic` and `UpdateMask`, which are used to define the topic to be updated and the fields within the topic that will be overwritten, respectively."]]],[]]