Class HashListResource
The "hashList" collection of methods.
Inherited Members
Namespace: Google.Apis.Safebrowsing.v5
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class HashListResource
Constructors
HashListResource(IClientService)
Constructs a new resource.
Declaration
public HashListResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Get the latest contents of a hash list. A hash list may either by a threat list or a non-threat list such as the Global Cache. This is a standard Get method as defined by https://google.aip.dev/131 and the HTTP method is also GET.
Declaration
public virtual HashListResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of this particular hash list. It may be a threat list, or it may be the Global Cache. |
Returns
Type | Description |
---|---|
HashListResource.GetRequest |