Package Classes (2.19.0)

Summary of entries of Classes for containeranalysis.

Classes

ContainerAnalysisAsyncClient

Retrieves analysis results of Cloud components such as Dockercontainer images. The Container Analysis API is an implementation oftheGrafeas <https://grafeas.io>__ API.

Analysis results are stored as a series of occurrences. AnOccurrence contains information about a specific analysisinstance on a resource. An occurrence refers to aNote. A notecontains details describing the analysis and is generally stored ina separate project, called aProvider. Multiple occurrences canrefer to the same note.

For example, an SSL vulnerability could affect multiple images. Inthis case, there would be one note for the vulnerability and anoccurrence for each image with the vulnerability referring to thatnote.

ContainerAnalysisClient

Retrieves analysis results of Cloud components such as Dockercontainer images. The Container Analysis API is an implementation oftheGrafeas <https://grafeas.io>__ API.

Analysis results are stored as a series of occurrences. AnOccurrence contains information about a specific analysisinstance on a resource. An occurrence refers to aNote. A notecontains details describing the analysis and is generally stored ina separate project, called aProvider. Multiple occurrences canrefer to the same note.

For example, an SSL vulnerability could affect multiple images. Inthis case, there would be one note for the vulnerability and anoccurrence for each image with the vulnerability referring to thatnote.

ExportSBOMRequest

The request to generate and export SBOM. Target must bespecified for the request.

.. _oneof:https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

CloudStorageLocation

Empty placeholder to denote that this is a Google CloudStorage export request.

ExportSBOMResponse

The response from a call to ExportSBOM.

GetVulnerabilityOccurrencesSummaryRequest

Request to get a vulnerability summary for some set ofoccurrences.

VulnerabilityOccurrencesSummary

A summary of how many vulnerability occurrences there are perresource and severity type.

FixableTotalByDigest

Per resource and severity counts of fixable and totalvulnerabilities.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-11-13 UTC.