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/*.
254 255 256 257 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 254 class DestroySecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |