Class: Grafeas::V1::ComplianceOccurrence

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/compliance.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#non_compliance_reason::String

Returns:

  • (::String)


82
83
84
85
# File 'proto_docs/grafeas/v1/compliance.rb', line 82

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

#non_compliant_files::Array<::Grafeas::V1::NonCompliantFile>

Returns:



82
83
84
85
# File 'proto_docs/grafeas/v1/compliance.rb', line 82

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