public
interface
LayerOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getArguments()
public
abstract
String
getArguments
()
The recovered arguments to the Dockerfile directive.
string arguments = 2;
getArgumentsBytes()
public
abstract
ByteString
getArgumentsBytes
()
The recovered arguments to the Dockerfile directive.
string arguments = 2;
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;
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;

