Package com.google.webrisk.v1beta1
Interface ThreatEntryRemovalsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreatEntryRemovals
,ThreatEntryRemovals.Builder
public interface ThreatEntryRemovalsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RawIndices
getRawIndices()
The raw removal indices for a local list.RawIndicesOrBuilder
getRawIndicesOrBuilder()
The raw removal indices for a local list.RiceDeltaEncoding
getRiceIndices()
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.RiceDeltaEncodingOrBuilder
getRiceIndicesOrBuilder()
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.boolean
hasRawIndices()
The raw removal indices for a local list.boolean
hasRiceIndices()
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRawIndices
boolean hasRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;
- Returns:
- Whether the rawIndices field is set.
-
getRawIndices
RawIndices getRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;
- Returns:
- The rawIndices.
-
getRawIndicesOrBuilder
RawIndicesOrBuilder getRawIndicesOrBuilder()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;
-
hasRiceIndices
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:
- Whether the riceIndices field is set.
-
getRiceIndices
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:
- The riceIndices.
-
getRiceIndicesOrBuilder
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;
-
-