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 content provides a version history and documentation for `UpdateTopicRequest` within the Google.Cloud.PubSub.V1 namespace, spanning from version 2.3.0 to 3.23.0, with 3.23.0 being the latest."],["`UpdateTopicRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, used to update a topic within Google Cloud Pub/Sub."],["This class has two constructors: a default constructor and one that takes another `UpdateTopicRequest` as a parameter for copying its properties."],["Key properties of the `UpdateTopicRequest` class include `Topic`, which represents the updated topic object, and `UpdateMask`, which indicates which fields within the topic should be updated."],["The documentation provides details on the inheritance, inherited members, constructors, properties, namespace, and assembly associated with the `UpdateTopicRequest` class, to assist users in understanding its functionalities."]]],[]]