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-04-09 UTC."],[[["The webpage provides documentation for the `UpdateTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage and structure across multiple versions."],["The latest version documented for `UpdateTopicRequest` is 3.23.0, with the page also listing versions dating back to 2.3.0."],["`UpdateTopicRequest` is used to update a topic and requires specifying the updated topic object as well as a field mask indicating which fields to modify."],["The class `UpdateTopicRequest` implements multiple interfaces, including `IMessage`, `IEquatable\u003cUpdateTopicRequest\u003e`, `IDeepCloneable\u003cUpdateTopicRequest\u003e`, and `IBufferMessage`, which add various functionality."],["The class has two constructors `UpdateTopicRequest()` which takes no parameter, and `UpdateTopicRequest(UpdateTopicRequest other)` that takes another `UpdateTopicRequest` object."]]],[]]