Grafeas v1 API - Class ComplianceOccurrence (3.11.0)

public sealed class ComplianceOccurrence : IMessage<ComplianceOccurrence>, IEquatable<ComplianceOccurrence>, IDeepCloneable<ComplianceOccurrence>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class ComplianceOccurrence.

An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.

Inheritance

object > ComplianceOccurrence

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ComplianceOccurrence()

public ComplianceOccurrence()

ComplianceOccurrence(ComplianceOccurrence)

public ComplianceOccurrence(ComplianceOccurrence other)
Parameter
Name Description
other ComplianceOccurrence

Properties

NonComplianceReason

public string NonComplianceReason { get; set; }
Property Value
Type Description
string

NonCompliantFiles

public RepeatedField<NonCompliantFile> NonCompliantFiles { get; }
Property Value
Type Description
RepeatedField NonCompliantFile

Version

public ComplianceVersion Version { get; set; }

The OS and config version the benchmark was run on.

Property Value
Type Description
ComplianceVersion

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.