Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::FindingTypeStats.
A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#finding_count
def finding_count() -> ::Integer
    Returns
    
  - (::Integer) — The count of findings belonging to this finding type.
#finding_count=
def finding_count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The count of findings belonging to this finding type.
    Returns
    
  - (::Integer) — The count of findings belonging to this finding type.
#finding_type
def finding_type() -> ::String
    Returns
    
  - (::String) — The finding type associated with the stats.
#finding_type=
def finding_type=(value) -> ::String
    Parameter
    
  - value (::String) — The finding type associated with the stats.
    Returns
    
- (::String) — The finding type associated with the stats.