Class: Grafeas::V1::FileLocation
- Inherits:
-
Object
- Object
- Grafeas::V1::FileLocation
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/common.rb
Overview
Indicates the location at which a package was found.
Instance Attribute Summary collapse
-
#file_path ⇒ ::String
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
Instance Attribute Details
#file_path ⇒ ::String
Returns For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
116 117 118 119 |
# File 'proto_docs/grafeas/v1/common.rb', line 116 class FileLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |