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 `UpdateSecretRequest` class is used to send requests for updating secrets in the Google Cloud Secret Manager."],["This class is part of the `Google.Cloud.SecretManager.V1` namespace, specifically version 1.7.0, and is found within the `Google.Cloud.SecretManager.V1.dll` assembly."],["`UpdateSecretRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSecretRequest` class has two constructors and two properties: `Secret` which holds the updated secret, and `UpdateMask` which specifies the fields to update."],["The latest version available is 2.5.0 and the page contains a list of versions from 1.3.0 to 2.5.0, each hyperlinked to its specific documentation."]]],[]]