Class: Google::Cloud::ContainerAnalysis::V1::GetVulnerabilityOccurrencesSummaryRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filter::String

Returns The filter expression.

Returns:

  • (::String)

    The filter expression.



32
33
34
35
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 32

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].

Returns:

  • (::String)

    Required. The name of the project to get a vulnerability summary for in the form of projects/[PROJECT_ID].



32
33
34
35
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 32

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