Grafeas v1 API - Class ComplianceOccurrence (3.3.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

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

ComplianceOccurrence()

public ComplianceOccurrence()

ComplianceOccurrence(ComplianceOccurrence)

public ComplianceOccurrence(ComplianceOccurrence other)
Parameter
NameDescription
otherComplianceOccurrence

Properties

NonComplianceReason

public string NonComplianceReason { get; set; }
Property Value
TypeDescription
string

NonCompliantFiles

public RepeatedField<NonCompliantFile> NonCompliantFiles { get; }
Property Value
TypeDescription
RepeatedFieldNonCompliantFile