Class: Google::Cloud::OsConfig::V1::ListVulnerabilityReportsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListVulnerabilityReportsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/vulnerability.rb
Overview
A request message for listing vulnerability reports for all VM instances in the specified location.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
If provided, this field specifies the criteria that must be met by a
vulnerabilityReport
API resource to be included in the response. -
#page_size ⇒ ::Integer
The maximum number of results to return.
-
#page_token ⇒ ::String
A pagination token returned from a previous call to
ListVulnerabilityReports
that indicates where this listing should continue from. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns If provided, this field specifies the criteria that must be met by a
vulnerabilityReport
API resource to be included in the response.
189 190 191 192 |
# File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 189 class ListVulnerabilityReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of results to return.
189 190 191 192 |
# File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 189 class ListVulnerabilityReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A pagination token returned from a previous call to
ListVulnerabilityReports
that indicates where this listing
should continue from.
189 190 191 192 |
# File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 189 class ListVulnerabilityReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name.
Format: projects/{project}/locations/{location}/instances/-
For {project}
, either project-number
or project-id
can be provided.
189 190 191 192 |
# File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 189 class ListVulnerabilityReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |