Module: Google::Cloud::WebRisk::V1::ComputeThreatListDiffResponse::ResponseType

Defined in:
proto_docs/google/cloud/webrisk/v1/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