public sealed class UpdateSecretRequest : IMessage<UpdateSecretRequest>, IEquatable<UpdateSecretRequest>, IDeepCloneable<UpdateSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1 API class UpdateSecretRequest.
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 provides documentation for the `UpdateSecretRequest` class within the Google Cloud Secret Manager v1 API, specifically for version 2.2.0, with links to other versions as well."],["`UpdateSecretRequest` is used to send requests to update a secret, using the `SecretManagerService.UpdateSecret` function."],["The `UpdateSecretRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its support for different capabilities."],["The class has two constructors, a default constructor and a copy constructor to create a new instance from another `UpdateSecretRequest`."],["The class includes properties like `Secret` to specify the secret with updated fields and `UpdateMask` to specify which fields should be updated."]]],[]]