Class: Google::Cloud::WebRisk::V1::ComputeThreatListDiffResponse::Checksum

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/webrisk/v1/webrisk.rb

Overview

The expected state of a client's local database.

Instance Attribute Summary collapse

Instance Attribute Details

#sha256::String

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

Returns:

  • (::String)

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



101
102
103
104
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 101

class Checksum
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end