Interface FileLocationOrBuilder (2.68.0)

  public 
  
 interface 
 FileLocationOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getFilePath()

  public 
  
 abstract 
  
 String 
  
 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.

string file_path = 1;

Returns
Type
Description

The filePath.

getFilePathBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getFilePathBytes 
 () 
 

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

string file_path = 1;

Returns
Type
Description

The bytes for filePath.

getLayerDetails()

  public 
  
 abstract 
  
 LayerDetails 
  
 getLayerDetails 
 () 
 

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

.grafeas.v1.LayerDetails layer_details = 2;

Returns
Type
Description

The layerDetails.

getLayerDetailsOrBuilder()

  public 
  
 abstract 
  
 LayerDetailsOrBuilder 
  
 getLayerDetailsOrBuilder 
 () 
 

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

.grafeas.v1.LayerDetails layer_details = 2;

Returns
Type
Description

hasLayerDetails()

  public 
  
 abstract 
  
 boolean 
  
 hasLayerDetails 
 () 
 

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

.grafeas.v1.LayerDetails layer_details = 2;

Returns
Type
Description

Whether the layerDetails field is set.

Create a Mobile Website
View Site in Mobile | Classic
Share by: