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."],[[["The latest version of the `UpdateTopicRequest` is 3.23.0, as seen at the top of the version list, with a total of 30 versions being listed."],["The `UpdateTopicRequest` class is used for updating topic information in Google Cloud Pub/Sub and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that takes another `UpdateTopicRequest` object as a parameter."],["The `UpdateTopicRequest` class includes two key properties, `Topic` which represents the updated topic object, and `UpdateMask`, that indicates which fields should be updated."],["The class `UpdateTopicRequest` belongs to the `Google.Cloud.PubSub.V1` namespace and is part of the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]