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-03-31 UTC."],[[["This webpage provides reference documentation for the `UpdateTopicRequest` class within the Google Cloud Pub/Sub v1 API for .NET, with versions ranging from 2.3.0 to the latest 3.23.0."],["The `UpdateTopicRequest` class is used to make requests for updating a topic, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Topic`, representing the updated topic object, and `UpdateMask`, which specifies which fields to update."],["There are two constructors available for creating instances of the `UpdateTopicRequest` class, a default constructor, and one that takes another `UpdateTopicRequest` instance as an argument."],["The content listed provides links to the documentation of this class throughout all of the versions, allowing users to navigate to their version, or see previous versions."]]],[]]