Uses of Interface
io.grafeas.v1beta1.image.LayerOrBuilder
-
Packages that use LayerOrBuilder Package Description io.grafeas.v1beta1.image -
-
Uses of LayerOrBuilder in io.grafeas.v1beta1.image
Classes in io.grafeas.v1beta1.image that implement LayerOrBuilder Modifier and Type Class 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.Methods in io.grafeas.v1beta1.image that return LayerOrBuilder Modifier and Type Method Description LayerOrBuilder
Derived.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
Derived. 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
DerivedOrBuilder. 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.Methods in io.grafeas.v1beta1.image that return types with arguments of type LayerOrBuilder Modifier and Type Method Description List<? extends LayerOrBuilder>
Derived.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>
Derived. 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>
DerivedOrBuilder. 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.
-