public sealed class GetVulnerabilityOccurrencesSummaryRequest : IMessage<GetVulnerabilityOccurrencesSummaryRequest>, IEquatable<GetVulnerabilityOccurrencesSummaryRequest>, IDeepCloneable<GetVulnerabilityOccurrencesSummaryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Container Analysis v1 API class GetVulnerabilityOccurrencesSummaryRequest.
Request to get a vulnerability summary for some set of occurrences.
Implements
IMessageGetVulnerabilityOccurrencesSummaryRequest, IEquatableGetVulnerabilityOccurrencesSummaryRequest, IDeepCloneableGetVulnerabilityOccurrencesSummaryRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.DevToolsGoogle.Cloud.DevTools.ContainerAnalysisV1Assembly
Google.Cloud.DevTools.ContainerAnalysis.V1.dll
Constructors
GetVulnerabilityOccurrencesSummaryRequest()
public GetVulnerabilityOccurrencesSummaryRequest()
GetVulnerabilityOccurrencesSummaryRequest(GetVulnerabilityOccurrencesSummaryRequest)
public GetVulnerabilityOccurrencesSummaryRequest(GetVulnerabilityOccurrencesSummaryRequest other)
Parameter | |
---|---|
Name | Description |
other | GetVulnerabilityOccurrencesSummaryRequest |
Properties
Filter
public string Filter { get; set; }
The filter expression.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the project to get a vulnerability summary for in the form of
projects/[PROJECT_ID]
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |