Interface ThreatEntryRemovalsOrBuilder (2.2.0)

public interface ThreatEntryRemovalsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRawIndices()

public abstract RawIndices getRawIndices()

The raw removal indices for a local list.

.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;

Returns
TypeDescription
RawIndices

The rawIndices.

getRawIndicesOrBuilder()

public abstract RawIndicesOrBuilder getRawIndicesOrBuilder()

The raw removal indices for a local list.

.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;

Returns
TypeDescription
RawIndicesOrBuilder

getRiceIndices()

public abstract RiceDeltaEncoding 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.

.google.cloud.webrisk.v1beta1.RiceDeltaEncoding rice_indices = 2;

Returns
TypeDescription
RiceDeltaEncoding

The riceIndices.

getRiceIndicesOrBuilder()

public abstract RiceDeltaEncodingOrBuilder getRiceIndicesOrBuilder()

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.

.google.cloud.webrisk.v1beta1.RiceDeltaEncoding rice_indices = 2;

Returns
TypeDescription
RiceDeltaEncodingOrBuilder

hasRawIndices()

public abstract boolean hasRawIndices()

The raw removal indices for a local list.

.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;

Returns
TypeDescription
boolean

Whether the rawIndices field is set.

hasRiceIndices()

public abstract boolean hasRiceIndices()

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.

.google.cloud.webrisk.v1beta1.RiceDeltaEncoding rice_indices = 2;

Returns
TypeDescription
boolean

Whether the riceIndices field is set.