Uses of Class
com.google.webrisk.v1.RiceDeltaEncoding
-
Packages that use RiceDeltaEncoding Package Description com.google.webrisk.v1 -
-
Uses of RiceDeltaEncoding in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return RiceDeltaEncoding Modifier and Type Method Description RiceDeltaEncoding
RiceDeltaEncoding.Builder. build()
RiceDeltaEncoding
RiceDeltaEncoding.Builder. buildPartial()
static RiceDeltaEncoding
RiceDeltaEncoding. getDefaultInstance()
RiceDeltaEncoding
RiceDeltaEncoding.Builder. getDefaultInstanceForType()
RiceDeltaEncoding
RiceDeltaEncoding. getDefaultInstanceForType()
RiceDeltaEncoding
ThreatEntryAdditions.Builder. getRiceHashes()
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding.RiceDeltaEncoding
ThreatEntryAdditions. getRiceHashes()
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding.RiceDeltaEncoding
ThreatEntryAdditionsOrBuilder. getRiceHashes()
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding.RiceDeltaEncoding
ThreatEntryRemovals.Builder. getRiceIndices()
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.RiceDeltaEncoding
ThreatEntryRemovals. getRiceIndices()
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.RiceDeltaEncoding
ThreatEntryRemovalsOrBuilder. getRiceIndices()
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.static RiceDeltaEncoding
RiceDeltaEncoding. parseDelimitedFrom(InputStream input)
static RiceDeltaEncoding
RiceDeltaEncoding. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(byte[] data)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(com.google.protobuf.ByteString data)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(com.google.protobuf.CodedInputStream input)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(InputStream input)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(ByteBuffer data)
static RiceDeltaEncoding
RiceDeltaEncoding. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.webrisk.v1 that return types with arguments of type RiceDeltaEncoding Modifier and Type Method Description com.google.protobuf.Parser<RiceDeltaEncoding>
RiceDeltaEncoding. getParserForType()
static com.google.protobuf.Parser<RiceDeltaEncoding>
RiceDeltaEncoding. parser()
Methods in com.google.webrisk.v1 with parameters of type RiceDeltaEncoding Modifier and Type Method Description RiceDeltaEncoding.Builder
RiceDeltaEncoding.Builder. mergeFrom(RiceDeltaEncoding other)
ThreatEntryAdditions.Builder
ThreatEntryAdditions.Builder. mergeRiceHashes(RiceDeltaEncoding value)
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding.ThreatEntryRemovals.Builder
ThreatEntryRemovals.Builder. mergeRiceIndices(RiceDeltaEncoding value)
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.static RiceDeltaEncoding.Builder
RiceDeltaEncoding. newBuilder(RiceDeltaEncoding prototype)
ThreatEntryAdditions.Builder
ThreatEntryAdditions.Builder. setRiceHashes(RiceDeltaEncoding value)
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding.ThreatEntryRemovals.Builder
ThreatEntryRemovals.Builder. setRiceIndices(RiceDeltaEncoding value)
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.
-