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."],[[["This page provides reference documentation for the `UpdateTopicRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the `UpdateTopicRequest` documentation is 3.23.0, with a list of all versions provided ranging from 2.3.0 to the most recent."],["The `UpdateTopicRequest` class, which is part of the `Google.Cloud.PubSub.V1` namespace, is used to send a request to update a topic, implementing multiple interfaces such as `IMessage` and `IEquatable`."],["The `UpdateTopicRequest` class has two constructors: a default constructor and a constructor that takes another `UpdateTopicRequest` object as a parameter."],["The key properties for the `UpdateTopicRequest` class are `Topic`, which represents the updated topic object, and `UpdateMask`, which indicates which fields should be updated in the topic."]]],[]]