public static final class ThreatEntryRemovals.Builder extends GeneratedMessageV3.Builder<ThreatEntryRemovals.Builder> implements ThreatEntryRemovalsOrBuilder
Contains the set of entries to remove from a local database.
Protobuf type google.cloud.webrisk.v1.ThreatEntryRemovals
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ThreatEntryRemovals.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ThreatEntryRemovals build()
buildPartial()
public ThreatEntryRemovals buildPartial()
clear()
public ThreatEntryRemovals.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ThreatEntryRemovals.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ThreatEntryRemovals.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRawIndices()
public ThreatEntryRemovals.Builder clearRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1.RawIndices raw_indices = 1;
clearRiceIndices()
public ThreatEntryRemovals.Builder clearRiceIndices()
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.v1.RiceDeltaEncoding rice_indices = 2;
clone()
public ThreatEntryRemovals.Builder clone()
Overrides
getDefaultInstanceForType()
public ThreatEntryRemovals getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRawIndices()
public RawIndices getRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1.RawIndices raw_indices = 1;
getRawIndicesBuilder()
public RawIndices.Builder getRawIndicesBuilder()
The raw removal indices for a local list.
.google.cloud.webrisk.v1.RawIndices raw_indices = 1;
getRawIndicesOrBuilder()
public RawIndicesOrBuilder getRawIndicesOrBuilder()
The raw removal indices for a local list.
.google.cloud.webrisk.v1.RawIndices raw_indices = 1;
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.v1.RiceDeltaEncoding rice_indices = 2;
getRiceIndicesBuilder()
public RiceDeltaEncoding.Builder getRiceIndicesBuilder()
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.v1.RiceDeltaEncoding rice_indices = 2;
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.v1.RiceDeltaEncoding rice_indices = 2;
hasRawIndices()
public boolean hasRawIndices()
The raw removal indices for a local list.
.google.cloud.webrisk.v1.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.v1.RiceDeltaEncoding rice_indices = 2;
Returns |
---|
Type | Description |
boolean | Whether the riceIndices field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ThreatEntryRemovals.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ThreatEntryRemovals.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeFrom(ThreatEntryRemovals other)
public ThreatEntryRemovals.Builder mergeFrom(ThreatEntryRemovals other)
mergeRawIndices(RawIndices value)
public ThreatEntryRemovals.Builder mergeRawIndices(RawIndices value)
The raw removal indices for a local list.
.google.cloud.webrisk.v1.RawIndices raw_indices = 1;
mergeRiceIndices(RiceDeltaEncoding value)
public ThreatEntryRemovals.Builder mergeRiceIndices(RiceDeltaEncoding value)
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.v1.RiceDeltaEncoding rice_indices = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ThreatEntryRemovals.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ThreatEntryRemovals.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRawIndices(RawIndices value)
public ThreatEntryRemovals.Builder setRawIndices(RawIndices value)
The raw removal indices for a local list.
.google.cloud.webrisk.v1.RawIndices raw_indices = 1;
setRawIndices(RawIndices.Builder builderForValue)
public ThreatEntryRemovals.Builder setRawIndices(RawIndices.Builder builderForValue)
The raw removal indices for a local list.
.google.cloud.webrisk.v1.RawIndices raw_indices = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ThreatEntryRemovals.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRiceIndices(RiceDeltaEncoding value)
public ThreatEntryRemovals.Builder setRiceIndices(RiceDeltaEncoding value)
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.v1.RiceDeltaEncoding rice_indices = 2;
setRiceIndices(RiceDeltaEncoding.Builder builderForValue)
public ThreatEntryRemovals.Builder setRiceIndices(RiceDeltaEncoding.Builder builderForValue)
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.v1.RiceDeltaEncoding rice_indices = 2;
setUnknownFields(UnknownFieldSet unknownFields)
public final ThreatEntryRemovals.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides