Google Cloud Web Risk v1 API - Class SearchHashesResponse (2.5.0)

public sealed class SearchHashesResponse : IMessage<SearchHashesResponse>, IEquatable<SearchHashesResponse>, IDeepCloneable<SearchHashesResponse>, IBufferMessage, IMessage

Inheritance

object > SearchHashesResponse

Namespace

Google.Cloud.WebRisk.V1

Assembly

Google.Cloud.WebRisk.V1.dll

Constructors

SearchHashesResponse()

public SearchHashesResponse()

SearchHashesResponse(SearchHashesResponse)

public SearchHashesResponse(SearchHashesResponse other)
Parameter
NameDescription
otherSearchHashesResponse

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
TypeDescription
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
TypeDescription
RepeatedFieldSearchHashesResponseTypesThreatHash