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 page details the `UpdateSecretRequest` class, which is used to send requests to update secrets in Google Cloud Secret Manager."],["The `UpdateSecretRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility."],["The latest version of the `UpdateSecretRequest` is 2.5.0, and this page shows all the available versions, from 1.3.0 to 2.5.0."],["The class includes properties such as `Secret` for the updated secret data and `UpdateMask` to specify which fields should be modified."],["There are 2 constructors for creating the `UpdateSecretRequest` class, one being a parameterless constructor and the other for creating a copy of an existing object."]]],[]]