public interface ThreatEntryRemovalsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;RawIndices getRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;RawIndicesOrBuilder getRawIndicesOrBuilder()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;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;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;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;Copyright © 2019 Google LLC. All rights reserved.