google_api_safe_browsing v0.0.1 GoogleApi.SafeBrowsing.V4.Model.ListUpdateResponse View Source
An update to an individual list.
Attributes
- additions (List[ThreatEntrySet]): A set of entries to add to a local threat type's list. Repeated to allow for a combination of compressed and raw data to be sent in a single response. Defaults to:
null
. - checksum (Checksum): The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided update. If the client state doesn't match the expected state, the client must disregard this update and retry later. Defaults to:
null
. - newClientState (String): The new client state, in encrypted format. Opaque to clients. Defaults to:
null
. platformType (String): The platform type for which data is returned. Defaults to:
null
.- Enum - one of [PLATFORM_TYPE_UNSPECIFIED, WINDOWS, LINUX, ANDROID, OSX, IOS, ANY_PLATFORM, ALL_PLATFORMS, CHROME]
- removals (List[ThreatEntrySet]): A set of entries to remove from a local threat type's list. In practice, this field is empty or contains exactly one ThreatEntrySet. Defaults to:
null
. responseType (String): The type of response. This may indicate that an action is required by the client when the response is received. Defaults to:
null
.- Enum - one of [RESPONSE_TYPE_UNSPECIFIED, PARTIAL_UPDATE, FULL_UPDATE]
threatEntryType (String): The format of the threats. Defaults to:
null
.- Enum - one of [THREAT_ENTRY_TYPE_UNSPECIFIED, URL, EXECUTABLE, IP_RANGE, CHROME_EXTENSION, FILENAME, CERT]
threatType (String): The threat type for which data is returned. Defaults to:
null
.- Enum - one of [THREAT_TYPE_UNSPECIFIED, MALWARE, SOCIAL_ENGINEERING, UNWANTED_SOFTWARE, POTENTIALLY_HARMFUL_APPLICATION, SOCIAL_ENGINEERING_INTERNAL, API_ABUSE, MALICIOUS_BINARY, CSD_WHITELIST, CSD_DOWNLOAD_WHITELIST, CLIENT_INCIDENT, CLIENT_INCIDENT_WHITELIST, APK_MALWARE_OFFLINE, SUBRESOURCE_FILTER]