public sealed class EnableSecretVersionRequest : IMessage<EnableSecretVersionRequest>, IEquatable<EnableSecretVersionRequest>, IDeepCloneable<EnableSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.EnableSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.EnableSecretVersion].
Optional. Etag of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. The request succeeds if it matches
the etag of the currently stored secret version object. If the etag is
omitted, the request succeeds.
Required. The resource name of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] to enable in the format
projects/*/secrets/*/versions/*.
[[["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 webpage details the `EnableSecretVersionRequest` class, which is used to request the enabling of a secret version within the Google Cloud Secret Manager service."],["The `EnableSecretVersionRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities and data handling."],["The `EnableSecretVersionRequest` class contains properties like `Etag`, `Name`, and `SecretVersionName`, which are used to define the specific version of the secret to be enabled and ensure the request's validity."],["The webpage provides a list of different versions of the Google Cloud Secret Manager V1, with version 2.5.0 being the latest and version 1.3.0 the oldest, and the current displayed version being 2.0.0."],["The `EnableSecretVersionRequest` has two constructors: one default constructor and one that accepts another `EnableSecretVersionRequest` instance for copying."]]],[]]