SafebrowsingApi class

Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources.

The Safe Browsing APIs are for non-commercial use only. If you need to use APIs to detect malicious URLs for commercial purposes – meaning “for sale or revenue-generating purposes” – please refer to the Web Risk API.

Constructors

SafebrowsingApi(Client client, {String rootUrl = 'https://safebrowsing.googleapis.com/', String servicePath = ''})

Properties

encodedFullHashes EncodedFullHashesResource
no setter
encodedUpdates EncodedUpdatesResource
no setter
fullHashes FullHashesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threatHits ThreatHitsResource
no setter
threatLists ThreatListsResource
no setter
threatListUpdates ThreatListUpdatesResource
no setter
threatMatches ThreatMatchesResource
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited