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