Interface ComputeThreatListDiffResponse.ChecksumOrBuilder (2.43.0)

public static interface ComputeThreatListDiffResponse.ChecksumOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSha256()

public abstract ByteString getSha256()

The SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database.

bytes sha256 = 1;

Returns
Type Description
ByteString

The sha256.