Class GoogleSecuritySafebrowsingV4FindFullHashesRequest
Request to return full hashes matched by the provided hash prefixes.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4FindFullHashesRequest : IDirectResponseSchema
Properties
ApiClient
Client metadata associated with callers of higher-level APIs built on top of the client's implementation.
Declaration
[JsonProperty("apiClient")]
public virtual GoogleSecuritySafebrowsingV4ClientInfo ApiClient { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4ClientInfo |
Client
The client metadata.
Declaration
[JsonProperty("client")]
public virtual GoogleSecuritySafebrowsingV4ClientInfo Client { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4ClientInfo |
ClientStates
The current client states for each of the client's local threat lists.
Declaration
[JsonProperty("clientStates")]
public virtual IList<string> ClientStates { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreatInfo
The lists and hashes to be checked.
Declaration
[JsonProperty("threatInfo")]
public virtual GoogleSecuritySafebrowsingV4ThreatInfo ThreatInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4ThreatInfo |