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 classLayerLayer holds metadata specific to a layer of a Docker image.static classLayer.BuilderLayer holds metadata specific to a layer of a Docker image.Methods in io.grafeas.v1beta1.image that return LayerOrBuilder Modifier and Type Method Description LayerOrBuilderDerived.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.LayerOrBuilderDerived. 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.LayerOrBuilderDerivedOrBuilder. 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.
-