Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse

An update to an individual list.

Inheritance
object
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse
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 GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse : IDirectResponseSchema

Properties

Additions

A set of entries to add to a local threat type's list. Repeated to allow for a combination of compressed and raw data to be sent in a single response.

Declaration
[JsonProperty("additions")]
public virtual IList<GoogleSecuritySafebrowsingV4ThreatEntrySet> Additions { get; set; }
Property Value
Type Description
IList<GoogleSecuritySafebrowsingV4ThreatEntrySet>

Checksum

The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided update. If the client state doesn't match the expected state, the client must disregard this update and retry later.

Declaration
[JsonProperty("checksum")]
public virtual GoogleSecuritySafebrowsingV4Checksum Checksum { get; set; }
Property Value
Type Description
GoogleSecuritySafebrowsingV4Checksum

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NewClientState

The new client state, in encrypted format. Opaque to clients.

Declaration
[JsonProperty("newClientState")]
public virtual string NewClientState { get; set; }
Property Value
Type Description
string

PlatformType

The platform type for which data is returned.

Declaration
[JsonProperty("platformType")]
public virtual string PlatformType { get; set; }
Property Value
Type Description
string

Removals

A set of entries to remove from a local threat type's list. In practice, this field is empty or contains exactly one ThreatEntrySet.

Declaration
[JsonProperty("removals")]
public virtual IList<GoogleSecuritySafebrowsingV4ThreatEntrySet> Removals { get; set; }
Property Value
Type Description
IList<GoogleSecuritySafebrowsingV4ThreatEntrySet>

ResponseType

The type of response. This may indicate that an action is required by the client when the response is received.

Declaration
[JsonProperty("responseType")]
public virtual string ResponseType { get; set; }
Property Value
Type Description
string

ThreatEntryType

The format of the threats.

Declaration
[JsonProperty("threatEntryType")]
public virtual string ThreatEntryType { get; set; }
Property Value
Type Description
string

ThreatType

The threat type for which data is returned.

Declaration
[JsonProperty("threatType")]
public virtual string ThreatType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX