Uses of Class
io.grafeas.v1beta1.image.Layer
-
Packages that use Layer Package Description io.grafeas.v1beta1.image -
-
Uses of Layer in io.grafeas.v1beta1.image
Methods in io.grafeas.v1beta1.image that return Layer Modifier and Type Method Description LayerLayer.Builder. build()LayerLayer.Builder. buildPartial()static LayerLayer. getDefaultInstance()LayerLayer.Builder. getDefaultInstanceForType()LayerLayer. getDefaultInstanceForType()LayerDerived.Builder. getLayerInfo(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.LayerDerived. getLayerInfo(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.LayerDerivedOrBuilder. getLayerInfo(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.static LayerLayer. parseDelimitedFrom(InputStream input)static LayerLayer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LayerLayer. parseFrom(byte[] data)static LayerLayer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LayerLayer. parseFrom(com.google.protobuf.ByteString data)static LayerLayer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LayerLayer. parseFrom(com.google.protobuf.CodedInputStream input)static LayerLayer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LayerLayer. parseFrom(InputStream input)static LayerLayer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LayerLayer. parseFrom(ByteBuffer data)static LayerLayer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1.image that return types with arguments of type Layer Modifier and Type Method Description List<Layer>Derived.Builder. getLayerInfoList()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<Layer>Derived. getLayerInfoList()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<Layer>DerivedOrBuilder. getLayerInfoList()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.com.google.protobuf.Parser<Layer>Layer. getParserForType()static com.google.protobuf.Parser<Layer>Layer. parser()Methods in io.grafeas.v1beta1.image with parameters of type Layer Modifier and Type Method Description Derived.BuilderDerived.Builder. addLayerInfo(int index, Layer value)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.Derived.BuilderDerived.Builder. addLayerInfo(Layer value)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.Layer.BuilderLayer.Builder. mergeFrom(Layer other)static Layer.BuilderLayer. newBuilder(Layer prototype)Derived.BuilderDerived.Builder. setLayerInfo(int index, Layer value)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.Method parameters in io.grafeas.v1beta1.image with type arguments of type Layer Modifier and Type Method Description Derived.BuilderDerived.Builder. addAllLayerInfo(Iterable<? extends Layer> values)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.
-