public interface LayerOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getArguments()
The recovered arguments to the Dockerfile directive.
|
ByteString |
getArgumentsBytes()
The recovered arguments to the Dockerfile directive.
|
String |
getDirective()
Required.
|
ByteString |
getDirectiveBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
String getArguments()
The recovered arguments to the Dockerfile directive.
string arguments = 2;
ByteString getArgumentsBytes()
The recovered arguments to the Dockerfile directive.
string arguments = 2;
Copyright © 2019 Google LLC. All rights reserved.