Class: Google::Cloud::SecretManager::V1beta1::AddSecretVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::AddSecretVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/service.rb
Overview
Request message for SecretManagerService.AddSecretVersion.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#payload ⇒ ::Google::Cloud::SecretManager::V1beta1::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/*
.
88 89 90 91 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 88 class AddSecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::Google::Cloud::SecretManager::V1beta1::SecretPayload
Returns Required. The secret payload of the SecretVersion.
88 89 90 91 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 88 class AddSecretVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |