Gets an item from the ApiSdk.v2.registry.item.repositories.item.digests.item collection
The manifest digest of a container registry repository tag.
To list all manifests in your container registry repository, send a GETrequest to /v2/registry/$REGISTRY_NAME/repositories/$REPOSITORY_NAME/digests.Note that if your repository name contains / characters, it must beURL-encoded in the request URL. For example, to list manifests forregistry.digitalocean.com/example/my/repo, the path would be/v2/registry/example/repositories/my%2Frepo/digests.
OptionalrequestConfiguration: RequestConfiguration<DigestsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To list all manifests in your container registry repository, send a GETrequest to /v2/registry/$REGISTRY_NAME/repositories/$REPOSITORY_NAME/digests.Note that if your repository name contains / characters, it must beURL-encoded in the request URL. For example, to list manifests forregistry.digitalocean.com/example/my/repo, the path would be/v2/registry/example/repositories/my%2Frepo/digests.
OptionalrequestConfiguration: RequestConfiguration<DigestsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/registry/{registry_name}/repositories/{repository_name}/digests