Web Risk V1beta1 API - Class Google::Cloud::WebRisk::V1beta1::ThreatEntryRemovals (v0.5.0)

Reference documentation and code samples for the Web Risk V1beta1 API class Google::Cloud::WebRisk::V1beta1::ThreatEntryRemovals.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

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.