Module: Google::Cloud::Webrisk::V1beta1::ComputeThreatListDiffResponse::ResponseType
- Defined in:
- lib/google/cloud/webrisk/v1beta1/doc/google/cloud/webrisk/v1beta1/webrisk.rb
Overview
The type of response sent to the client.
Constant Summary collapse
- RESPONSE_TYPE_UNSPECIFIED =
Unknown.
0
- DIFF =
Partial updates are applied to the client's existing local database.
1
- RESET =
Full updates resets the client's entire local database. This means that either the client had no state, was seriously out-of-date, or the client is believed to be corrupt.
2