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."],[[["This webpage details the `UpdateSecretRequest` class, which is used to send update requests to the `SecretManagerService` in version 1.6.0 and other versions."],["The `UpdateSecretRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It provides two constructors: a default constructor and one that accepts another `UpdateSecretRequest` object as a parameter."],["The class includes two properties: `Secret`, to hold the updated `Secret` data, and `UpdateMask`, which specifies the fields to be updated."],["The documentation shows various previous versions of the same `UpdateSecretRequest` class, with version 2.5.0 being the latest."]]],[]]