Class: Grafeas::V1::SecretLocation
- Inherits:
-
Object
- Object
- Grafeas::V1::SecretLocation
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/secret.rb
Overview
The location of the secret.
Instance Attribute Summary collapse
-
#file_location ⇒ ::Grafeas::V1::FileLocation
The secret is found from a file.
Instance Attribute Details
#file_location ⇒ ::Grafeas::V1::FileLocation
Returns The secret is found from a file.
54 55 56 57 |
# File 'proto_docs/grafeas/v1/secret.rb', line 54 class SecretLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |