public sealed class UpdateSecretRequest : IMessage<UpdateSecretRequest>, IEquatable<UpdateSecretRequest>, IDeepCloneable<UpdateSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta2 API class UpdateSecretRequest.
Request message for
[SecretManagerService.UpdateSecret][google.cloud.secretmanager.v1beta2.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 within the Secret Manager v1beta2 API, version 1.0.0-beta02, used for updating secret information."],["The `UpdateSecretRequest` class, which inherits from `object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["This class includes two constructors, one default and one for copying an existing `UpdateSecretRequest` object."],["The `UpdateSecretRequest` class contains properties `Secret` and `UpdateMask`, which specify the secret to be updated and the fields that should be modified, respectively."],["This documentation pertains to the `Google.Cloud.SecretManager.V1Beta2` namespace and is found within the `Google.Cloud.SecretManager.V1Beta2.dll` assembly."]]],[]]