Namespace Google.Apis.Safebrowsing.v5
Classes
HashListResource
The "hashList" collection of methods.
HashListResource.GetRequest
Gets 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.
HashListsResource
The "hashLists" collection of methods.
HashListsResource.BatchGetRequest
Gets 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.
HashListsResource.ListRequest
Lists 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.
HashesResource
The "hashes" collection of methods.
HashesResource.SearchRequest
Searches for full hashes matching the specified prefixes. This is a custom method as defined by https://google.aip.dev/136 (the custom method refers to this method having a custom name within Google's general API development nomenclature; it does not refer to using a custom HTTP method).
SafebrowsingBaseServiceRequest<TResponse>
A base abstract class for Safebrowsing requests.
SafebrowsingService
The Safebrowsing Service.
UrlsResource
The "urls" collection of methods.
UrlsResource.SearchRequest
Searches for URLs matching known threats. Each URL and it's host-suffix and path-prefix expressions (up to a limited depth) are checked. This means that the response may contain URLs that were not included in the request, but are expressions of the requested URLs.
Enums
SafebrowsingBaseServiceRequest<TResponse>.AltEnum
Data format for response.
SafebrowsingBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.