google-cloud-webrisk - Class Google::Cloud::Webrisk::V1beta1::ThreatEntryRemovals (v0.6.1)

Reference documentation and code samples for the google-cloud-webrisk class Google::Cloud::Webrisk::V1beta1::ThreatEntryRemovals.

Contains the set of entries to remove from a local database.

Inherits

  • Object

Methods

#raw_indices

def raw_indices() -> Google::Cloud::Webrisk::V1beta1::RawIndices
Returns

#raw_indices=

def raw_indices=(value) -> Google::Cloud::Webrisk::V1beta1::RawIndices
Parameter
Returns

#rice_indices

def rice_indices() -> Google::Cloud::Webrisk::V1beta1::RiceDeltaEncoding
Returns
  • (Google::Cloud::Webrisk::V1beta1::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.

#rice_indices=

def rice_indices=(value) -> Google::Cloud::Webrisk::V1beta1::RiceDeltaEncoding
Parameter
  • value (Google::Cloud::Webrisk::V1beta1::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.
Returns
  • (Google::Cloud::Webrisk::V1beta1::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.