Class: Google::Cloud::Metastore::V1::Secret
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::Secret
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
A securely stored value.
Instance Attribute Summary collapse
-
#cloud_secret ⇒ ::String
The relative resource name of a Secret Manager secret version, in the following form:.
Instance Attribute Details
#cloud_secret ⇒ ::String
Returns The relative resource name of a Secret Manager secret version, in the following form:
projects/{project_number}/secrets/{secret_id}/versions/{version_id}
.
300 301 302 303 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 300 class Secret include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |