Class: Google::Cloud::OsConfig::V1alpha::ListVulnerabilityReportsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb

Overview

A response message for listing vulnerability reports for all VM instances in the specified location.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The pagination token to retrieve the next page of vulnerabilityReports object.

Returns:

  • (::String)

    The pagination token to retrieve the next page of vulnerabilityReports object.



203
204
205
206
# File 'proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb', line 203

class ListVulnerabilityReportsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vulnerability_reports::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>

Returns List of vulnerabilityReport objects.

Returns:



203
204
205
206
# File 'proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb', line 203

class ListVulnerabilityReportsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end