Google Cloud Container Analysis V1 Client - Class GetVulnerabilityOccurrencesSummaryRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Container Analysis V1 Client class GetVulnerabilityOccurrencesSummaryRequest.

Request to get a vulnerability summary for some set of occurrences.

Generated from protobuf message google.devtools.containeranalysis.v1.GetVulnerabilityOccurrencesSummaryRequest

Namespace

Google \ Cloud \ ContainerAnalysis \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the project to get a vulnerability summary for in the form of projects/[PROJECT_ID].

↳ filter string

The filter expression.

getParent

Required. The name of the project to get a vulnerability summary for in the form of projects/[PROJECT_ID].

Returns
TypeDescription
string

setParent

Required. The name of the project to get a vulnerability summary for in the form of projects/[PROJECT_ID].

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

The filter expression.

Returns
TypeDescription
string

setFilter

The filter expression.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The name of the project to get a vulnerability summary for in the form of projects/[PROJECT_ID]. Please see Google\Cloud\ContainerAnalysis\V1\ContainerAnalysisClient::projectName() for help formatting this field.

filter string

The filter expression.

Returns
TypeDescription
Google\Cloud\ContainerAnalysis\V1\GetVulnerabilityOccurrencesSummaryRequest