public sealed class UpdateSecretRequest : IMessage<UpdateSecretRequest>, IEquatable<UpdateSecretRequest>, IDeepCloneable<UpdateSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.UpdateSecret][google.cloud.secretmanager.v1.SecretManagerService.UpdateSecret].
[[["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 latest version of the `UpdateSecretRequest` is 2.5.0, with versions back to 1.3.0 listed."],["`UpdateSecretRequest` is a request message used by `SecretManagerService.UpdateSecret` to update secret data."],["This class inherits from `Object` and implements `IMessage\u003cUpdateSecretRequest\u003e`, `IEquatable\u003cUpdateSecretRequest\u003e`, `IDeepCloneable\u003cUpdateSecretRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes two constructors: a parameterless one, and one that takes another `UpdateSecretRequest` object."],["The `UpdateSecretRequest` class has properties for `Secret`, representing the updated secret data, and `UpdateMask`, specifying which fields are to be updated."]]],[]]