Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::FileLocation.
Indicates the location at which a package was found.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_path
def
file_path
()
-
>
::
String
Returns
- (::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.
#file_path=
def
file_path=
(
value
)
-
>
::
String
Parameter
- value(::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.
Returns
- (::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.
#layer_details
def
layer_details
()
-
>
::
Grafeas
::
V1
::
LayerDetails
Returns
- ( ::Grafeas::V1::LayerDetails ) — Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
#layer_details=
def
layer_details=
(
value
)
-
>
::
Grafeas
::
V1
::
LayerDetails
Parameter
- value( ::Grafeas::V1::LayerDetails ) — Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
Returns
- ( ::Grafeas::V1::LayerDetails ) — Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).

