Class: Google::Cloud::SecretManager::V1::AddSecretVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::AddSecretVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/service.rb
Overview
Request message for SecretManagerService.AddSecretVersion.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#payload ⇒ ::Google::Cloud::SecretManager::V1::SecretPayload
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the
Secret to associate with the
SecretVersion in the format
projects/*/secrets/*
or projects/*/locations/*/secrets/*
.
109 110 111 112 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 109 class AddSecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::Google::Cloud::SecretManager::V1::SecretPayload
Returns Required. The secret payload of the SecretVersion.
109 110 111 112 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 109 class AddSecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |