Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::LintResponse::SummaryEntry.
Count of issues with a given severity.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
    Returns
    
  - (::Integer) — Required. Count of issues with the given severity.
#count=
def count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Required. Count of issues with the given severity.
    Returns
    
  - (::Integer) — Required. Count of issues with the given severity.
#severity
def severity() -> ::Google::Cloud::ApiHub::V1::Severity
    Returns
    
  - (::Google::Cloud::ApiHub::V1::Severity) — Required. Severity of the issue.
#severity=
def severity=(value) -> ::Google::Cloud::ApiHub::V1::Severity
    Parameter
    
  - value (::Google::Cloud::ApiHub::V1::Severity) — Required. Severity of the issue.
    Returns
    
- (::Google::Cloud::ApiHub::V1::Severity) — Required. Severity of the issue.