Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Class and Description |
---|---|
class |
Layer
Layer holds metadata specific to a layer of a Docker image.
|
static class |
Layer.Builder
Layer holds metadata specific to a layer of a Docker image.
|
Modifier and Type | Method and Description |
---|---|
LayerOrBuilder |
ImageOccurrence.getLayerInfoOrBuilder(int index)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
LayerOrBuilder |
ImageOccurrence.Builder.getLayerInfoOrBuilder(int index)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
LayerOrBuilder |
ImageOccurrenceOrBuilder.getLayerInfoOrBuilder(int index)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
Modifier and Type | Method and Description |
---|---|
List<? extends LayerOrBuilder> |
ImageOccurrence.getLayerInfoOrBuilderList()
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
List<? extends LayerOrBuilder> |
ImageOccurrence.Builder.getLayerInfoOrBuilderList()
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
List<? extends LayerOrBuilder> |
ImageOccurrenceOrBuilder.getLayerInfoOrBuilderList()
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
Copyright © 2019 Google LLC. All rights reserved.