Class: Google::Cloud::SecretManager::V1::GetSecretRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::GetSecretRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/service.rb
Overview
Request message for SecretManagerService.GetSecret.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the
Secret, in the format
projects/*/secrets/*
or projects/*/locations/*/secrets/*
.
121 122 123 124 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 121 class GetSecretRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |