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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |