Class: Google::Cloud::WebRisk::V1beta1::ComputeThreatListDiffResponse::Checksum
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1beta1::ComputeThreatListDiffResponse::Checksum
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb
Overview
The expected state of a client's local database.
Instance Attribute Summary collapse
-
#sha256 ⇒ ::String
The SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database.
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.
94 95 96 97 |
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 94 class Checksum include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |