GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatEntrySet (google_api_safe_browsing v0.23.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatEntrySet{
compressionType: String.t(),
rawHashes:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RawHashes.t(),
rawIndices:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RawIndices.t(),
riceHashes:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RiceDeltaEncoding.t(),
riceIndices:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4RiceDeltaEncoding.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.