Reference documentation and code samples for the Google Cloud Web Risk V1 Client class ThreatEntryRemovals.
Contains the set of entries to remove from a local database.
Generated from protobuf message google.cloud.webrisk.v1.ThreatEntryRemovals
Namespace
Google \ Cloud \ WebRisk \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ raw_indices
↳ rice_indices
Google\Cloud\WebRisk\V1\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.
getRawIndices
The raw removal indices for a local list.
hasRawIndices
clearRawIndices
setRawIndices
The raw removal indices for a local list.
$this
getRiceIndices
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.
hasRiceIndices
clearRiceIndices
setRiceIndices
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.
$this