Interface LayerOrBuilder (2.36.0)

  public 
  
 interface 
 LayerOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getArguments()

  public 
  
 abstract 
  
 String 
  
 getArguments 
 () 
 

The recovered arguments to the Dockerfile directive.

string arguments = 2;

Returns
Type
Description

The arguments.

getArgumentsBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getArgumentsBytes 
 () 
 

The recovered arguments to the Dockerfile directive.

string arguments = 2;

Returns
Type
Description

The bytes for arguments.

getDirective()

  public 
  
 abstract 
  
 String 
  
 getDirective 
 () 
 

Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.

string directive = 1;

Returns
Type
Description

The directive.

getDirectiveBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getDirectiveBytes 
 () 
 

Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.

string directive = 1;

Returns
Type
Description

The bytes for directive.

Design a Mobile Site
View Site in Mobile | Classic
Share by: