Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4FindFullHashesRequest

Request to return full hashes matched by the provided hash prefixes.

Inheritance
object
GoogleSecuritySafebrowsingV4FindFullHashesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX