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
- (Google::Cloud::Webrisk::V1beta1::RawIndices) — The raw removal indices for a local list.
#raw_indices=
def raw_indices=(value) -> Google::Cloud::Webrisk::V1beta1::RawIndices
Parameter
- value (Google::Cloud::Webrisk::V1beta1::RawIndices) — The raw removal indices for a local list.
Returns
- (Google::Cloud::Webrisk::V1beta1::RawIndices) — The raw removal indices for a local list.
#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.