Interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getFixableCount()
      The number of fixable vulnerabilities associated with this resource.
      Resource getResource()
      The affected resource.
      ResourceOrBuilder getResourceOrBuilder()
      The affected resource.
      Severity getSeverity()
      The severity for this count.
      int getSeverityValue()
      The severity for this count.
      long getTotalCount()
      The total number of vulnerabilities associated with this resource.
      boolean hasResource()
      The affected resource.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasResource

        boolean hasResource()
         The affected resource.
         
        .grafeas.v1beta1.Resource resource = 1;
        Returns:
        Whether the resource field is set.
      • getResource

        Resource getResource()
         The affected resource.
         
        .grafeas.v1beta1.Resource resource = 1;
        Returns:
        The resource.
      • getResourceOrBuilder

        ResourceOrBuilder getResourceOrBuilder()
         The affected resource.
         
        .grafeas.v1beta1.Resource resource = 1;
      • getSeverityValue

        int getSeverityValue()
         The severity for this count. SEVERITY_UNSPECIFIED indicates total across
         all severities.
         
        .grafeas.v1beta1.vulnerability.Severity severity = 2;
        Returns:
        The enum numeric value on the wire for severity.
      • getSeverity

        Severity getSeverity()
         The severity for this count. SEVERITY_UNSPECIFIED indicates total across
         all severities.
         
        .grafeas.v1beta1.vulnerability.Severity severity = 2;
        Returns:
        The severity.
      • getFixableCount

        long getFixableCount()
         The number of fixable vulnerabilities associated with this resource.
         
        int64 fixable_count = 3;
        Returns:
        The fixableCount.
      • getTotalCount

        long getTotalCount()
         The total number of vulnerabilities associated with this resource.
         
        int64 total_count = 4;
        Returns:
        The totalCount.