public final class ThreatEntryRemovals extends GeneratedMessageV3 implements ThreatEntryRemovalsOrBuilder
Contains the set of entries to remove from a local database.
Protobuf type google.cloud.webrisk.v1beta1.ThreatEntryRemovals
Static Fields
RAW_INDICES_FIELD_NUMBER
public static final int RAW_INDICES_FIELD_NUMBER
Field Value
RICE_INDICES_FIELD_NUMBER
public static final int RICE_INDICES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ThreatEntryRemovals getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ThreatEntryRemovals.Builder newBuilder()
Returns
newBuilder(ThreatEntryRemovals prototype)
public static ThreatEntryRemovals.Builder newBuilder(ThreatEntryRemovals prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static ThreatEntryRemovals parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ThreatEntryRemovals parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ThreatEntryRemovals parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ThreatEntryRemovals parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ThreatEntryRemovals parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ThreatEntryRemovals parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static ThreatEntryRemovals parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ThreatEntryRemovals parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static ThreatEntryRemovals parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ThreatEntryRemovals parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ThreatEntryRemovals parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ThreatEntryRemovals parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ThreatEntryRemovals> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ThreatEntryRemovals getDefaultInstanceForType()
Returns
getParserForType()
public Parser<ThreatEntryRemovals> getParserForType()
Returns
Overrides
getRawIndices()
public RawIndices getRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;
Returns
getRawIndicesOrBuilder()
public RawIndicesOrBuilder getRawIndicesOrBuilder()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;
Returns
getRiceIndices()
public 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
getRiceIndicesOrBuilder()
public 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
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasRawIndices()
public boolean hasRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1beta1.RawIndices raw_indices = 1;
Returns
Type | Description |
boolean | Whether the rawIndices field is set.
|
hasRiceIndices()
public 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
Type | Description |
boolean | Whether the riceIndices field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ThreatEntryRemovals.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ThreatEntryRemovals.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ThreatEntryRemovals.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions