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 requests to update a secret within the Google Cloud Secret Manager."],["The `UpdateSecretRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It offers two constructors, a default one and another that accepts an `UpdateSecretRequest` object as an argument for cloning purposes."],["The class includes two essential properties: `Secret`, representing the updated secret data, and `UpdateMask`, which specifies the fields to be modified within the secret."],["The provided content includes a list of different version of `UpdateSecretRequest`, with the latest version being 2.5.0."]]],[]]