GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryRemovals (google_api_web_risk v0.2.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1ThreatEntryRemovals{ rawIndices: GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RawIndices.t() | nil, riceIndices: GoogleApi.WebRisk.V1.Model.GoogleCloudWebriskV1RiceDeltaEncoding.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.