Class HashListsResource | Google.Apis.Safebrowsing.v5
Show / Hide Table of Contents

Class HashListsResource

The "hashLists" collection of methods.

Inheritance
object
HashListsResource
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.v5
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class HashListsResource

Constructors

HashListsResource(IClientService)

Constructs a new resource.

Declaration
public HashListsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchGet()

Get multiple hash lists at once. It is very common for a client to need to get multiple hash lists. Using this method is preferred over using the regular Get method multiple times. This is a standard batch Get method as defined by https://google.aip.dev/231 and the HTTP method is also GET.

Declaration
public virtual HashListsResource.BatchGetRequest BatchGet()
Returns
Type Description
HashListsResource.BatchGetRequest

List()

List hash lists. In the V5 API, Google will never remove a hash list that has ever been returned by this method. This enables clients to skip using this method and simply hard-code all hash lists they need. This is a standard List method as defined by https://google.aip.dev/132 and the HTTP method is GET.

Declaration
public virtual HashListsResource.ListRequest List()
Returns
Type Description
HashListsResource.ListRequest
In this article
Back to top Generated by DocFX