Class: Google::Cloud::SecretManager::V1::AccessSecretVersionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::AccessSecretVersionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/service.rb
Overview
Response message for SecretManagerService.AccessSecretVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name of the SecretVersion in the format
projects/*/secrets/*/versions/*
orprojects/*/locations/*/secrets/*/versions/*
. -
#payload ⇒ ::Google::Cloud::SecretManager::V1::SecretPayload
Secret payload.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name of the
SecretVersion in the format
projects/*/secrets/*/versions/*
or
projects/*/locations/*/secrets/*/versions/*
.
239 240 241 242 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 239 class AccessSecretVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::Google::Cloud::SecretManager::V1::SecretPayload
Returns Secret payload.
239 240 241 242 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 239 class AccessSecretVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |