public sealed class UpdateTopicRequest : IMessage<UpdateTopicRequest>, IEquatable<UpdateTopicRequest>, IDeepCloneable<UpdateTopicRequest>, IBufferMessage, IMessage
Required. Indicates which fields in the provided topic to update. Must be
specified and non-empty. Note that if update_mask contains
"message_storage_policy" but the message_storage_policy is not set in
the topic provided above, then the updated value is determined by the
policy configured at the project or organization level.
[[["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-31 UTC."],[[["This page details the `UpdateTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.9.0, which is used for updating topic information."],["The `UpdateTopicRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and communication."],["The class offers two constructors: a default one and another that takes an `UpdateTopicRequest` object for cloning."],["Key properties of `UpdateTopicRequest` include `Topic`, which represents the updated topic object, and `UpdateMask`, which specifies which fields within the topic should be updated."],["There are multiple versions of the API available, ranging from 3.23.0 to 2.3.0."]]],[]]