public interface ThreatEntryAdditionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRawHashes(int index)
public abstract RawHashes getRawHashes(int index)The raw SHA256-formatted entries. Repeated to allow returning sets of hashes with different prefix sizes.
repeated .google.cloud.webrisk.v1.RawHashes raw_hashes = 1;
| Name | Description |
| index | int |
| Type | Description |
| RawHashes |
getRawHashesCount()
public abstract int getRawHashesCount()The raw SHA256-formatted entries. Repeated to allow returning sets of hashes with different prefix sizes.
repeated .google.cloud.webrisk.v1.RawHashes raw_hashes = 1;
| Type | Description |
| int |
getRawHashesList()
public abstract List<RawHashes> getRawHashesList()The raw SHA256-formatted entries. Repeated to allow returning sets of hashes with different prefix sizes.
repeated .google.cloud.webrisk.v1.RawHashes raw_hashes = 1;
| Type | Description |
| List<RawHashes> |
getRawHashesOrBuilder(int index)
public abstract RawHashesOrBuilder getRawHashesOrBuilder(int index)The raw SHA256-formatted entries. Repeated to allow returning sets of hashes with different prefix sizes.
repeated .google.cloud.webrisk.v1.RawHashes raw_hashes = 1;
| Name | Description |
| index | int |
| Type | Description |
| RawHashesOrBuilder |
getRawHashesOrBuilderList()
public abstract List<? extends RawHashesOrBuilder> getRawHashesOrBuilderList()The raw SHA256-formatted entries. Repeated to allow returning sets of hashes with different prefix sizes.
repeated .google.cloud.webrisk.v1.RawHashes raw_hashes = 1;
| Type | Description |
| List<? extends com.google.webrisk.v1.RawHashesOrBuilder> |
getRiceHashes()
public abstract RiceDeltaEncoding getRiceHashes()The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding. The hashes are converted to uint32, sorted in ascending order, then delta encoded and stored as encoded_data.
.google.cloud.webrisk.v1.RiceDeltaEncoding rice_hashes = 2;
| Type | Description |
| RiceDeltaEncoding | The riceHashes. |
getRiceHashesOrBuilder()
public abstract RiceDeltaEncodingOrBuilder getRiceHashesOrBuilder()The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding. The hashes are converted to uint32, sorted in ascending order, then delta encoded and stored as encoded_data.
.google.cloud.webrisk.v1.RiceDeltaEncoding rice_hashes = 2;
| Type | Description |
| RiceDeltaEncodingOrBuilder |
hasRiceHashes()
public abstract boolean hasRiceHashes()The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding. The hashes are converted to uint32, sorted in ascending order, then delta encoded and stored as encoded_data.
.google.cloud.webrisk.v1.RiceDeltaEncoding rice_hashes = 2;
| Type | Description |
| boolean | Whether the riceHashes field is set. |