public sealed class UpdateSecretRequest : IMessage<UpdateSecretRequest>, IEquatable<UpdateSecretRequest>, IDeepCloneable<UpdateSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class UpdateSecretRequest.
Request message for [SecretManagerService.UpdateSecret][google.cloud.secrets.v1beta1.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 provides reference documentation for the `UpdateSecretRequest` class within the Google Cloud Secret Manager v1beta1 API."],["`UpdateSecretRequest` is a request message used for updating a secret via `SecretManagerService.UpdateSecret`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality in data handling and object comparison."],["`UpdateSecretRequest` has two key properties: `Secret`, which represents the updated secret, and `UpdateMask`, which specifies the fields to be updated."],["The latest version of this class is found in version 3.0.0-beta05 of the library, but older versions 3.0.0-beta04, and 2.0.0-beta05 are available in the page."]]],[]]