| Package | Description |
|---|---|
| io.grafeas.v1beta1.image |
| Modifier and Type | Method and Description |
|---|---|
static Layer.Directive |
Layer.Directive.forNumber(int value) |
Layer.Directive |
Layer.getDirective()
The recovered Dockerfile directive used to construct this layer.
|
Layer.Directive |
Layer.Builder.getDirective()
The recovered Dockerfile directive used to construct this layer.
|
Layer.Directive |
LayerOrBuilder.getDirective()
The recovered Dockerfile directive used to construct this layer.
|
static Layer.Directive |
Layer.Directive.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Layer.Directive |
Layer.Directive.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Layer.Directive |
Layer.Directive.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Layer.Directive[] |
Layer.Directive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Layer.Directive> |
Layer.Directive.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Builder |
Layer.Builder.setDirective(Layer.Directive value)
The recovered Dockerfile directive used to construct this layer.
|
Copyright © 2019 Google LLC. All rights reserved.