Show / Hide Table of Contents

Class GrafeasV1FileLocation

Indicates the location at which a package was found.

Inheritance
object
GrafeasV1FileLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class GrafeasV1FileLocation : 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

Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).

Declaration
[JsonProperty("layerDetails")]
public virtual LayerDetails LayerDetails { get; set; }
Property Value
Type Description
LayerDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX