Class VirusScanFilterResult (0.5.0)

VirusScanFilterResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
execution_state google.cloud.modelarmor_v1.types.FilterExecutionState
Output only. Reports whether Virus Scan was successfully executed or not.
message_items MutableSequence[google.cloud.modelarmor_v1.types.MessageItem]
Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution status is skipped then this field provides related reason/explanation.
match_state google.cloud.modelarmor_v1.types.FilterMatchState
Output only. Match status for Virus. Value is MATCH_FOUND if the data is infected with a virus.
scanned_content_type google.cloud.modelarmor_v1.types.VirusScanFilterResult.ScannedContentType
Type of content scanned.
scanned_size int
Size of scanned content in bytes. This field is a member of oneof_ _scanned_size.
virus_details MutableSequence[google.cloud.modelarmor_v1.types.VirusDetail]
List of Viruses identified. This field will be empty if no virus was detected.

Classes

ScannedContentType

ScannedContentType(value)

Type of content scanned.