Container Analysis V1 API - Class Google::Cloud::ContainerAnalysis::V1::GetVulnerabilityOccurrencesSummaryRequest (v0.10.0)

Reference documentation and code samples for the Container Analysis V1 API class Google::Cloud::ContainerAnalysis::V1::GetVulnerabilityOccurrencesSummaryRequest.

Request to get a vulnerability summary for some set of occurrences.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — The filter expression.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — The filter expression.
Returns
  • (::String) — The filter expression.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project to get a vulnerability summary for in the form of projects/[PROJECT_ID].

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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].