Reference documentation and code samples for the Google Cloud Web Risk V1 Client class ResponseType.
The type of response sent to the client.
Protobuf type google.cloud.webrisk.v1.ComputeThreatListDiffResponse.ResponseType
Namespace
Google \ Cloud \ WebRisk \ V1 \ 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Web Risk V1 Client - Class ResponseType (2.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.1 (latest)](/php/docs/reference/cloud-web-risk/latest/V1.ComputeThreatListDiffResponse.ResponseType)\n- [2.1.0](/php/docs/reference/cloud-web-risk/2.1.0/V1.ComputeThreatListDiffResponse.ResponseType)\n- [2.0.3](/php/docs/reference/cloud-web-risk/2.0.3/V1.ComputeThreatListDiffResponse.ResponseType)\n- [1.5.5](/php/docs/reference/cloud-web-risk/1.5.5/V1.ComputeThreatListDiffResponse.ResponseType)\n- [1.4.4](/php/docs/reference/cloud-web-risk/1.4.4/V1.ComputeThreatListDiffResponse.ResponseType)\n- [1.3.0](/php/docs/reference/cloud-web-risk/1.3.0/V1.ComputeThreatListDiffResponse.ResponseType)\n- [1.2.7](/php/docs/reference/cloud-web-risk/1.2.7/V1.ComputeThreatListDiffResponse.ResponseType) \nReference documentation and code samples for the Google Cloud Web Risk V1 Client class ResponseType.\n\nThe type of response sent to the client.\n\nProtobuf type `google.cloud.webrisk.v1.ComputeThreatListDiffResponse.ResponseType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ WebRisk \\\\ V1 \\\\ ComputeThreatListDiffResponse\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### RESPONSE_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnknown.\n\nGenerated from protobuf enum `RESPONSE_TYPE_UNSPECIFIED = 0;`\n\n### DIFF\n\n Value: 1\n\nPartial updates are applied to the client's existing local database.\n\nGenerated from protobuf enum `DIFF = 1;`\n\n### RESET\n\n Value: 2\n\nFull updates resets the client's entire local database. This means\nthat either the client had no state, was seriously out-of-date,\nor the client is believed to be corrupt.\n\nGenerated from protobuf enum `RESET = 2;`"]]