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-02 UTC."],[[["This webpage provides documentation for the `UpdateTopicRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically in the context of .NET development."],["The `UpdateTopicRequest` class is used to send requests for updating a topic in the Google Cloud Pub/Sub service, with the current page showing version 2.3.0 and offering access to documentation for numerous previous versions."],["The documentation for `UpdateTopicRequest` includes details on its constructors, properties such as `Topic` and `UpdateMask`, its inheritance from `System.Object`, and the interfaces it implements."],["The documentation allows the user to view versions of `UpdateTopicRequest` from version 3.23.0 (latest) all the way down to 2.3.0."]]],[]]