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-21 UTC."],[[["The latest version available for `UpdateTopicRequest` within the `Google.Cloud.PubSub.V1` namespace is 3.23.0."],["This page provides documentation for `UpdateTopicRequest`, a class used for updating topics in Google Cloud Pub/Sub, covering versions from 2.3.0 up to 3.23.0."],["The `UpdateTopicRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTopicRequest` class has properties for the `Topic` to be updated, and a `UpdateMask` that indicates which topic fields are being updated."],["This class provides two constructors, `UpdateTopicRequest()` for creating a new instance, and `UpdateTopicRequest(UpdateTopicRequest other)` for creating a copy."]]],[]]