Get desktop application:
View/edit binary Protocol Buffers messages
Referrer Store plugin interface
Query all the referrers that are linked to a subject.
The request object for ListReferrers.
The subject.
The specific types of artifacts to query and return. If empty, all artifacts regardless of type are returned.
Optional. Custom to the store plugin. Can be used to modify the query performed or results returned, e.g: paging.
The response object for ListReferrers.
The subject.
The collection of results.
If paging is supported and more results were found, this value can be provided in a follow up to get the next set.
Fetch the contents of a blob for a given artifact.
The request for GetBlobContent.
The artifact for which blobs have been requested.
Optional. Custom to the store plugin. Can be used to modify the query performed or results returned.
The response for GetBlobContent.
The artifact for which blobs have been requested.
The collection of blob contents.
Fetch additional metadata for a subject.
The request for GetSubjectDescriptor.
The provided path for the subject.
Optional. Custom to the store plugin. Can be used to modify the query performed or results returned.
The response for GetSubjectDescriptor.
The retrieved properties for the provided subject (path).
Fetch the contents of a reference manifest.
The request for GetReferenceManifest.
The path of the subject.
The referrer for which the manifest is being requested.
Optional. Custom to the store plugin. Can be used to modify the query performed or results returned.
The response for GetReferenceManifest.
The fully realized Manifest object for the requested referrer.