public interface LayerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments()
The recovered arguments to the Dockerfile directive.
|
com.google.protobuf.ByteString |
getArgumentsBytes()
The recovered arguments to the Dockerfile directive.
|
Layer.Directive |
getDirective()
The recovered Dockerfile directive used to construct this layer.
|
int |
getDirectiveValue()
The recovered Dockerfile directive used to construct this layer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDirectiveValue()
The recovered Dockerfile directive used to construct this layer.
.grafeas.v1beta1.image.Layer.Directive directive = 1;Layer.Directive getDirective()
The recovered Dockerfile directive used to construct this layer.
.grafeas.v1beta1.image.Layer.Directive directive = 1;String getArguments()
The recovered arguments to the Dockerfile directive.
string arguments = 2;com.google.protobuf.ByteString getArgumentsBytes()
The recovered arguments to the Dockerfile directive.
string arguments = 2;Copyright © 2019 Google LLC. All rights reserved.