google_api_safe_browsing v0.2.0 GoogleApi.SafeBrowsing.V4.Model.ThreatEntrySet View Source

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

Attributes

  • compressionType (String.t): The compression type for the entries in this set. Defaults to nil.
  • rawHashes (GoogleApi.SafeBrowsing.V4.Model.RawHashes.t): The raw SHA256-formatted entries. Defaults to nil.
  • rawIndices (GoogleApi.SafeBrowsing.V4.Model.RawIndices.t): The raw removal indices for a local list. Defaults to nil.
  • riceHashes (GoogleApi.SafeBrowsing.V4.Model.RiceDeltaEncoding.t): 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. Defaults to nil.
  • riceIndices (GoogleApi.SafeBrowsing.V4.Model.RiceDeltaEncoding.t): 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. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.