public interface LayerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArguments()
public abstract String getArguments()The recovered arguments to the Dockerfile directive.
string arguments = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The arguments. |
getArgumentsBytes()
public abstract ByteString getArgumentsBytes()The recovered arguments to the Dockerfile directive.
string arguments = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for directive. |