View Source GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatEntrySet (google_api_safe_browsing v0.25.0)

A set of threats that should be added or removed from a client's local database.

Attributes

  • compressionType (type: String.t, default: nil) - The compression type for the entries in this set.
  • rawHashes (type: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RawHashes.t, default: nil) - The raw SHA256-formatted entries.
  • rawIndices (type: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RawIndices.t, default: nil) - The raw removal indices for a local list.
  • riceHashes (type: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RiceDeltaEncoding.t, default: nil) - The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding. The hashes are converted to uint32, sorted in ascending order, then delta encoded and stored as encoded_data.
  • riceIndices (type: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RiceDeltaEncoding.t, default: nil) - The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding. Used for sending compressed removal indices. The removal indices (uint32) are sorted in ascending order, then delta encoded and stored as encoded_data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.