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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
↳ 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 | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of the project to get a vulnerability summary for in the
form of projects/[PROJECT_ID].
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
The filter expression.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
The filter expression.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The name of the project to get a vulnerability summary for in the
form of |
filter |
string
The filter expression. |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest |
|