Interface LayerOrBuilder (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface LayerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArguments()

public abstract String getArguments()

The recovered arguments to the Dockerfile directive.

string arguments = 2;

Returns
TypeDescription
String

The arguments.

getArgumentsBytes()

public abstract ByteString getArgumentsBytes()

The recovered arguments to the Dockerfile directive.

string arguments = 2;

Returns
TypeDescription
ByteString

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
TypeDescription
String

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
TypeDescription
ByteString

The bytes for directive.