Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::ListVulnerabilityReportsResponse.
A response message for listing vulnerability reports for all VM instances in the specified location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token to retrieve the next page of vulnerabilityReports object.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token to retrieve the next page of vulnerabilityReports object.
Returns
- (::String) — The pagination token to retrieve the next page of vulnerabilityReports object.
#vulnerability_reports
def vulnerability_reports() -> ::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>
Returns
- (::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>) — List of vulnerabilityReport objects.
#vulnerability_reports=
def vulnerability_reports=(value) -> ::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>
Parameter
- value (::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>) — List of vulnerabilityReport objects.
Returns
- (::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>) — List of vulnerabilityReport objects.