Class FindFullHashesRequest
Request to return full hashes matched by the provided hash prefixes.
Inheritance
System.Object
FindFullHashesRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class FindFullHashesRequest : 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 ClientInfo ApiClient { get; set; }
Property Value
| Type | Description |
|---|---|
| ClientInfo |
Client
The client metadata.
Declaration
[JsonProperty("client")]
public virtual ClientInfo Client { get; set; }
Property Value
| Type | Description |
|---|---|
| ClientInfo |
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 |
|---|---|
| System.Collections.Generic.IList<System.String> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ThreatInfo
The lists and hashes to be checked.
Declaration
[JsonProperty("threatInfo")]
public virtual ThreatInfo ThreatInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ThreatInfo |
Implements
Google.Apis.Requests.IDirectResponseSchema