GoogleSecuritySafebrowsingV4ThreatEntrySet class
A set of threats that should be added or removed from a client's local database.
Constructors
- GoogleSecuritySafebrowsingV4ThreatEntrySet({String? compressionType, GoogleSecuritySafebrowsingV4RawHashes? rawHashes, GoogleSecuritySafebrowsingV4RawIndices? rawIndices, GoogleSecuritySafebrowsingV4RiceDeltaEncoding? riceHashes, GoogleSecuritySafebrowsingV4RiceDeltaEncoding? riceIndices})
- GoogleSecuritySafebrowsingV4ThreatEntrySet.fromJson(Map json_)
Properties
- compressionType ↔ String?
-
The compression type for the entries in this set.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawHashes ↔ GoogleSecuritySafebrowsingV4RawHashes?
-
The raw SHA256-formatted entries.
getter/setter pair
- rawIndices ↔ GoogleSecuritySafebrowsingV4RawIndices?
-
The raw removal indices for a local list.
getter/setter pair
- riceHashes ↔ GoogleSecuritySafebrowsingV4RiceDeltaEncoding?
-
The encoded 4-byte prefixes of SHA256-formatted entries, using a
Golomb-Rice encoding.
getter/setter pair
- riceIndices ↔ GoogleSecuritySafebrowsingV4RiceDeltaEncoding?
-
The encoded local, lexicographically-sorted list indices, using a
Golomb-Rice encoding.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited