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 Layer
Layer.Builder. build()
Layer
Layer.Builder. buildPartial()
static Layer
Layer. getDefaultInstance()
Layer
Layer.Builder. getDefaultInstanceForType()
Layer
Layer. getDefaultInstanceForType()
Layer
Derived.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.Layer
Derived. 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.Layer
DerivedOrBuilder. 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 Layer
Layer. parseDelimitedFrom(InputStream input)
static Layer
Layer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Layer
Layer. parseFrom(byte[] data)
static Layer
Layer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Layer
Layer. parseFrom(com.google.protobuf.ByteString data)
static Layer
Layer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Layer
Layer. parseFrom(com.google.protobuf.CodedInputStream input)
static Layer
Layer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Layer
Layer. parseFrom(InputStream input)
static Layer
Layer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Layer
Layer. parseFrom(ByteBuffer data)
static Layer
Layer. 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.Builder
Derived.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.Builder
Derived.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.Builder
Layer.Builder. mergeFrom(Layer other)
static Layer.Builder
Layer. newBuilder(Layer prototype)
Derived.Builder
Derived.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.Builder
Derived.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.
-