Class: Grafeas::V1::SecretLocation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#file_location::Grafeas::V1::FileLocation

Returns The secret is found from a file.

Returns:



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