Reference documentation and code samples for the Web Risk V1 API class Google::Cloud::WebRisk::V1::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::V1::RawIndices
Returns
- (::Google::Cloud::WebRisk::V1::RawIndices) — The raw removal indices for a local list.
#raw_indices=
def raw_indices=(value) -> ::Google::Cloud::WebRisk::V1::RawIndices
Parameter
- value (::Google::Cloud::WebRisk::V1::RawIndices) — The raw removal indices for a local list.
Returns
- (::Google::Cloud::WebRisk::V1::RawIndices) — The raw removal indices for a local list.
#rice_indices
def rice_indices() -> ::Google::Cloud::WebRisk::V1::RiceDeltaEncoding
Returns
- (::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.
#rice_indices=
def rice_indices=(value) -> ::Google::Cloud::WebRisk::V1::RiceDeltaEncoding
Parameter
- value (::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.
Returns
- (::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.