public sealed class SearchHashesResponse : IMessage<SearchHashesResponse>, IEquatable<SearchHashesResponse>, IDeepCloneable<SearchHashesResponse>, IBufferMessage, IMessage
Implements
IMessage<SearchHashesResponse>, IEquatable<SearchHashesResponse>, IDeepCloneable<SearchHashesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
SearchHashesResponse()
public SearchHashesResponse()
SearchHashesResponse(SearchHashesResponse)
public SearchHashesResponse(SearchHashesResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchHashesResponse |
Properties
NegativeExpireTime
public Timestamp NegativeExpireTime { get; set; }
For requested entities that did not match the threat list, how long to cache the response until.
Property Value | |
---|---|
Type | Description |
Timestamp |
Threats
public RepeatedField<SearchHashesResponse.Types.ThreatHash> Threats { get; }
The full hashes that matched the requested prefixes. The hash will be populated in the key.
Property Value | |
---|---|
Type | Description |
RepeatedField<SearchHashesResponse.Types.ThreatHash> |