Grafeas V1 Client - Class FileLocation (0.9.0)

Reference documentation and code samples for the Grafeas V1 Client class FileLocation.

Indicates the location at which a package was found.

Generated from protobuf message grafeas.v1.FileLocation

Namespace

Grafeas \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ 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.

getFilePath

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
TypeDescription
string

setFilePath

For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.

Parameter
NameDescription
var string
Returns
TypeDescription
$this