Class FileLocation
Indicates the location at which a package was found.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class FileLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilePath
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LayerDetails
Declaration
[JsonProperty("layerDetails")]
public virtual LayerDetails LayerDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| LayerDetails |
LineNumber
Line number in the file where the package is found. Applies only to source repository scanning. Note: this
field is marked as optional in other corresponding protos, but in edition 2023, the "optional" keyword is
redundant.
Declaration
[JsonProperty("lineNumber")]
public virtual int? LineNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |