Class: Google::Cloud::ApiHub::V1::LintResponse::SummaryEntry
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::LintResponse::SummaryEntry
- 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
-
#count ⇒ ::Integer
Required.
-
#severity ⇒ ::Google::Cloud::ApiHub::V1::Severity
Required.
Instance Attribute Details
#count ⇒ ::Integer
Returns 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.
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 |