Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::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) — Output only. The count of findings belonging to this finding type.
#finding_count=
def finding_count=(value) -> ::Integer
Parameter
- value (::Integer) — Output only. The count of findings belonging to this finding type.
Returns
- (::Integer) — Output only. The count of findings belonging to this finding type.
#finding_type
def finding_type() -> ::String
Returns
- (::String) — Output only. The finding type associated with the stats.
#finding_type=
def finding_type=(value) -> ::String
Parameter
- value (::String) — Output only. The finding type associated with the stats.
Returns
- (::String) — Output only. The finding type associated with the stats.