Class: Google::Cloud::SecretManager::V1beta1::GetSecretRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::GetSecretRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/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/*
.
97 98 99 100 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 97 class GetSecretRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |