Reference documentation and code samples for the Google Cloud Web Risk V1 Client class ComputeThreatListDiffResponse.
Generated from protobuf message google.cloud.webrisk.v1.ComputeThreatListDiffResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ response_type
int
The type of response. This may indicate that an action must be taken by the client when the response is received.
↳ additions
↳ removals
Google\Cloud\WebRisk\V1\ThreatEntryRemovals
A set of entries to remove from a local threat type's list. This field may be empty.
↳ new_version_token
string
The new opaque client version token. This should be retained by the client and passed into the next call of ComputeThreatListDiff as 'version_token'. A separate version token should be stored and used for each threatList.
↳ checksum
Google\Cloud\WebRisk\V1\ComputeThreatListDiffResponse\Checksum
The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided diff. If the client state doesn't match the expected state, the client must discard this diff and retry later.
↳ recommended_next_diff
Google\Protobuf\Timestamp
The soonest the client should wait before issuing any diff request. Querying sooner is unlikely to produce a meaningful diff. Waiting longer is acceptable considering the use case. If this field is not set clients may update as soon as they want.
getResponseType
The type of response. This may indicate that an action must be taken by the client when the response is received.
int
setResponseType
The type of response. This may indicate that an action must be taken by the client when the response is received.
var
int
$this
getAdditions
A set of entries to add to a local threat type's list.
hasAdditions
clearAdditions
setAdditions
A set of entries to add to a local threat type's list.
$this
getRemovals
A set of entries to remove from a local threat type's list.
This field may be empty.
hasRemovals
clearRemovals
setRemovals
A set of entries to remove from a local threat type's list.
This field may be empty.
$this
getNewVersionToken
The new opaque client version token. This should be retained by the client and passed into the next call of ComputeThreatListDiff as 'version_token'.
A separate version token should be stored and used for each threatList.
string
setNewVersionToken
The new opaque client version token. This should be retained by the client and passed into the next call of ComputeThreatListDiff as 'version_token'.
A separate version token should be stored and used for each threatList.
var
string
$this
getChecksum
The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided diff.
If the client state doesn't match the expected state, the client must discard this diff and retry later.
hasChecksum
clearChecksum
setChecksum
The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided diff.
If the client state doesn't match the expected state, the client must discard this diff and retry later.
$this
getRecommendedNextDiff
The soonest the client should wait before issuing any diff request. Querying sooner is unlikely to produce a meaningful diff.
Waiting longer is acceptable considering the use case. If this field is not set clients may update as soon as they want.
hasRecommendedNextDiff
clearRecommendedNextDiff
setRecommendedNextDiff
The soonest the client should wait before issuing any diff request. Querying sooner is unlikely to produce a meaningful diff.
Waiting longer is acceptable considering the use case. If this field is not set clients may update as soon as they want.
$this