Class: Google::Cloud::ContainerAnalysis::V1::GetVulnerabilityOccurrencesSummaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContainerAnalysis::V1::GetVulnerabilityOccurrencesSummaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb
Overview
Request to get a vulnerability summary for some set of occurrences.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter expression.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns The filter expression.
65 66 67 68 |
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 65 class GetVulnerabilityOccurrencesSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the project to get a vulnerability summary for in the
form of projects/[PROJECT_ID]
.
65 66 67 68 |
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 65 class GetVulnerabilityOccurrencesSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |