View Source GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryRemovals (google_api_web_risk v0.3.0)
Contains the set of entries to remove from a local database.
Attributes
-
rawIndices
(type:GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RawIndices.t
, default:nil
) - The raw removal indices for a local list. -
riceIndices
(type:GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RiceDeltaEncoding.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
@type t() :: %GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryRemovals{ rawIndices: GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RawIndices.t() | nil, riceIndices: GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RiceDeltaEncoding.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.