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` in the Google Cloud Pub/Sub v1 API is 3.23.0, with a range of prior versions down to 2.3.0 being available."],["The `UpdateTopicRequest` class is used for requests to the `UpdateTopic` method in the Cloud Pub/Sub v1 API."],["The `UpdateTopicRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities."],["The class has two constructors, one default constructor and another that takes an `UpdateTopicRequest` instance as a parameter for cloning."],["The class features two key properties, `Topic`, representing the updated topic object, and `UpdateMask`, which specifies which fields of the topic should be updated."]]],[]]