Class: Google::Cloud::ApiHub::V1::LintResponse::SummaryEntry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

Count of issues with a given severity.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns Required. Count of issues with the given severity.

Returns:

  • (::Integer)

    Required. Count of issues with the given severity.



1040
1041
1042
1043
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1040

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

#severity::Google::Cloud::ApiHub::V1::Severity

Returns Required. Severity of the issue.

Returns:



1040
1041
1042
1043
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1040

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