Google Cloud Web Risk V1beta1 Client - Class ResponseType (1.5.4)

Reference documentation and code samples for the Google Cloud Web Risk V1beta1 Client class ResponseType.

The type of response sent to the client.

Protobuf type google.cloud.webrisk.v1beta1.ComputeThreatListDiffResponse.ResponseType

Namespace

Google \ Cloud \ WebRisk \ V1beta1 \ ComputeThreatListDiffResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESPONSE_TYPE_UNSPECIFIED

Value: 0

Unknown.

Generated from protobuf enum RESPONSE_TYPE_UNSPECIFIED = 0;

DIFF

Value: 1

Partial updates are applied to the client's existing local database.

Generated from protobuf enum DIFF = 1;

RESET

Value: 2

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.

Generated from protobuf enum RESET = 2;