Uses of Class
com.azure.containers.containerregistry.models.OciDescriptor
Packages that use OciDescriptor
Package
Description
Package containing the data models for AzureContainerRegistry.
-
Uses of OciDescriptor in com.azure.containers.containerregistry.models
Methods in com.azure.containers.containerregistry.models that return OciDescriptorModifier and TypeMethodDescriptionstatic OciDescriptorOciDescriptor.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OciDescriptor from the JsonReader.OciImageManifest.getConfiguration()Get the configuration property: V2 image config descriptor.OciDescriptor.setAnnotations(OciAnnotations annotations) Set the annotations property: Additional information provided through arbitrary metadata.Set the digest property: Layer digest.OciDescriptor.setMediaType(String mediaType) Set the mediaType property: Layer media type.OciDescriptor.setSizeInBytes(Long sizeInBytes) Set the sizeInBytes property: Layer size.Set the urls property: Specifies a list of URIs from which this object may be downloaded.Methods in com.azure.containers.containerregistry.models that return types with arguments of type OciDescriptorModifier and TypeMethodDescriptionOciImageManifest.getLayers()Get the layers property: List of V2 image layer information.Methods in com.azure.containers.containerregistry.models with parameters of type OciDescriptorModifier and TypeMethodDescriptionOciImageManifest.setConfiguration(OciDescriptor configuration) Set the configuration property: V2 image config descriptor.Method parameters in com.azure.containers.containerregistry.models with type arguments of type OciDescriptorModifier and TypeMethodDescriptionOciImageManifest.setLayers(List<OciDescriptor> layers) Set the layers property: List of V2 image layer information.