Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ListVulnerabilityReportsResponse.
A response message for listing vulnerability reports for all VM instances in the specified location.
Generated from protobuf message google.cloud.osconfig.v1.ListVulnerabilityReportsResponse
Namespace
Google \ Cloud \ OsConfig \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vulnerability_reports |
array<Google\Cloud\OsConfig\V1\VulnerabilityReport>
List of vulnerabilityReport objects. |
↳ next_page_token |
string
The pagination token to retrieve the next page of vulnerabilityReports object. |
getVulnerabilityReports
List of vulnerabilityReport objects.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVulnerabilityReports
List of vulnerabilityReport objects.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\OsConfig\V1\VulnerabilityReport>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The pagination token to retrieve the next page of vulnerabilityReports object.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The pagination token to retrieve the next page of vulnerabilityReports object.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |