public sealed class AddSecretVersionRequest : IMessage<AddSecretVersionRequest>, IEquatable<AddSecretVersionRequest>, IDeepCloneable<AddSecretVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class AddSecretVersionRequest.
Request message for [SecretManagerService.AddSecretVersion][google.cloud.secrets.v1beta1.SecretManagerService.AddSecretVersion].
Required. The resource name of the [Secret][google.cloud.secrets.v1beta1.Secret] to associate with the
[SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] in the format projects/*/secrets/*.
[[["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 `AddSecretVersionRequest` class within the Google Cloud Secret Manager v1beta1 API, specifically version 3.0.0-beta04."],["The `AddSecretVersionRequest` class is used to create requests for adding a new secret version in the Secret Manager service and it inherits from the object class, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Parent` (the resource name of the secret) and `Payload` (the secret payload), both of which are required for adding a secret version."],["The `AddSecretVersionRequest` class has available constructor options including an empty constructor and one accepting another `AddSecretVersionRequest` as a parameter, and is part of the `Google.Cloud.SecretManager.V1Beta1` namespace."],["This page includes version history for this class, including version 3.0.0-beta05 which is the latest, along with 3.0.0-beta04, and 2.0.0-beta05."]]],[]]