Class ComputeThreatListDiffResponse.Types.Checksum (2.0.0-beta05)

public sealed class Checksum : IMessage<ComputeThreatListDiffResponse.Types.Checksum>, IEquatable<ComputeThreatListDiffResponse.Types.Checksum>, IDeepCloneable<ComputeThreatListDiffResponse.Types.Checksum>, IBufferMessage, IMessage

The expected state of a client's local database.

Inheritance

Object > ComputeThreatListDiffResponse.Types.Checksum

Namespace

Google.Cloud.WebRisk.V1Beta1

Assembly

Google.Cloud.WebRisk.V1Beta1.dll

Constructors

Checksum()

public Checksum()

Checksum(ComputeThreatListDiffResponse.Types.Checksum)

public Checksum(ComputeThreatListDiffResponse.Types.Checksum other)
Parameter
NameDescription
otherComputeThreatListDiffResponse.Types.Checksum

Properties

Sha256

public ByteString Sha256 { get; set; }

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

Property Value
TypeDescription
ByteString