Interface LayerOrBuilder (2.42.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
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 Layer.Directive getDirective()

Required. The recovered Dockerfile directive used to construct this layer.

.grafeas.v1beta1.image.Layer.Directive directive = 1;

Returns
TypeDescription
Layer.Directive

The directive.

getDirectiveValue()

public abstract int getDirectiveValue()

Required. The recovered Dockerfile directive used to construct this layer.

.grafeas.v1beta1.image.Layer.Directive directive = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for directive.