Class GoogleSecuritySafebrowsingV5FullHashFullHashDetail
Details about a matching full hash. An important note about forward compatibility: new threat types and threat
attributes may be added by the server at any time; those additions are considered minor version changes. It is
Google's policy not to expose minor version numbers in APIs (see https://cloud.google.com/apis/design/versioning
for the versioning policy), so clients MUST be prepared to receive FullHashDetail
messages containing
ThreatType
enum values or ThreatAttribute
enum values that are considered invalid by the client. Therefore,
it is the client's responsibility to check for the validity of all ThreatType
and ThreatAttribute
enum
values; if any value is considered invalid, the client MUST disregard the entire FullHashDetail
message.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v5.Data
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class GoogleSecuritySafebrowsingV5FullHashFullHashDetail : IDirectResponseSchema
Properties
Attributes
Unordered list. Additional attributes about those full hashes. This may be empty.
Declaration
[JsonProperty("attributes")]
public virtual IList<string> Attributes { 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 |
ThreatType
The type of threat. This field will never be empty.
Declaration
[JsonProperty("threatType")]
public virtual string ThreatType { get; set; }
Property Value
Type | Description |
---|---|
string |