| Modifier and Type | Method and Description |
|---|---|
RiceDeltaEncoding |
RiceDeltaEncoding.Builder.build() |
RiceDeltaEncoding |
RiceDeltaEncoding.Builder.buildPartial() |
static RiceDeltaEncoding |
RiceDeltaEncoding.getDefaultInstance() |
RiceDeltaEncoding |
RiceDeltaEncoding.getDefaultInstanceForType() |
RiceDeltaEncoding |
RiceDeltaEncoding.Builder.getDefaultInstanceForType() |
RiceDeltaEncoding |
ThreatEntryAdditions.getRiceHashes()
The encoded 4-byte prefixes of SHA256-formatted entries, using a
Golomb-Rice encoding.
|
RiceDeltaEncoding |
ThreatEntryAdditions.Builder.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 |
ThreatEntryRemovalsOrBuilder.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 |
ThreatEntryRemovals.Builder.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(ByteBuffer data) |
static RiceDeltaEncoding |
RiceDeltaEncoding.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RiceDeltaEncoding> |
RiceDeltaEncoding.getParserForType() |
static com.google.protobuf.Parser<RiceDeltaEncoding> |
RiceDeltaEncoding.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2019 Google LLC. All rights reserved.