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 document provides reference information for the `UpdateSecretRequest` class within the Google Cloud Secret Manager v1beta1 API, specifically version 3.0.0-beta04."],["`UpdateSecretRequest` is a request message used for updating a secret via `SecretManagerService.UpdateSecret`, inheriting from object and implementing several interfaces."],["The class has two constructors, one default and one that takes another `UpdateSecretRequest` as a parameter, allowing for object copying."],["It has two key properties: `Secret`, which represents the secret to be updated, and `UpdateMask`, which defines which fields of the secret should be modified."],["The `UpdateSecretRequest` is found within the `Google.Cloud.SecretManager.V1Beta1` namespace and the `Google.Cloud.SecretManager.V1Beta1.dll` assembly."]]],[]]