google_api_safe_browsing v0.0.1 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): The compression type for the entries in this set. Defaults to: null.

    • Enum - one of [COMPRESSION_TYPE_UNSPECIFIED, RAW, RICE]
  • rawHashes (RawHashes): The raw SHA256-formatted entries. Defaults to: null.
  • rawIndices (RawIndices): The raw removal indices for a local list. Defaults to: null.
  • riceHashes (RiceDeltaEncoding): 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: null.
  • riceIndices (RiceDeltaEncoding): 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: null.