Class: Google::Cloud::SecretManager::V1beta1::DestroySecretVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::DestroySecretVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/service.rb
Overview
Request message for SecretManagerService.DestroySecretVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the SecretVersion to destroy in the format
projects/*/secrets/*/versions/*
.
221 222 223 224 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 221 class DestroySecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |