public sealed class UpdateTopicRequest : IMessage<UpdateTopicRequest>, IEquatable<UpdateTopicRequest>, IDeepCloneable<UpdateTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class UpdateTopicRequest.
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 latest version available for the `UpdateTopicRequest` class is 3.23.0, while the current page is version 3.8.0."],["The `UpdateTopicRequest` class is used for updating topic configurations within the Cloud Pub/Sub v1 API."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTopicRequest` class contains properties for `Topic` (the updated topic object) and `UpdateMask` (specifies which topic fields to update)."],["The page lists various versions of the UpdateTopicRequest, from the current version 3.8.0 up to the newest version of 3.23.0, and down to version 2.3.0, allowing users to access the specific documentation they require."]]],[]]