Namespace Google.Apis.WebRisk.v1
Classes
HashesResource
The "hashes" collection of methods.
HashesResource.SearchRequest
Gets the full hashes that match the requested hash prefix. This is used after a hash prefix is looked up in a threatList and there is a match. The client side threatList only holds partial hashes so the client must query this method to determine if there is a full hash match of a threat.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.OperationsResource.CancelRequest
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel
the operation, but success is not guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other methods to check
whether the cancellation succeeded or whether the operation completed despite cancellation. On
successful cancellation, the operation is not deleted; instead, it becomes an operation with an
Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
.
ProjectsResource.OperationsResource.DeleteRequest
Deletes a long-running operation. This method indicates that the client is no longer interested in the
operation result. It does not cancel the operation. If the server doesn't support this method, it
returns google.rpc.Code.UNIMPLEMENTED
.
ProjectsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this
method, it returns UNIMPLEMENTED
.
ProjectsResource.SubmissionsResource
The "submissions" collection of methods.
ProjectsResource.SubmissionsResource.CreateRequest
Creates a Submission of a URI suspected of containing phishing content to be reviewed. If the result verifies the existence of malicious phishing content, the site will be added to the Google's Social Engineering lists in order to protect users that could get exposed to this threat in the future. Only allowlisted projects can use this method during Early Access. Please reach out to Sales or your customer engineer to obtain access.
ThreatListsResource
The "threatLists" collection of methods.
ThreatListsResource.ComputeDiffRequest
Gets the most recent threat list diffs. These diffs should be applied to a local database of hashes to keep it up-to-date. If the local database is empty or excessively out-of-date, a complete snapshot of the database will be returned. This Method only updates a single ThreatList at a time. To update multiple ThreatList databases, this method needs to be called once for each list.
UrisResource
The "uris" collection of methods.
UrisResource.SearchRequest
This method is used to check whether a URI is on a given threatList. Multiple threatLists may be searched in a single query. The response will list all requested threatLists the URI was found to match. If the URI is not found on any of the requested ThreatList an empty response will be returned.
WebRiskBaseServiceRequest<TResponse>
A base abstract class for WebRisk requests.
WebRiskService
The WebRisk Service.
WebRiskService.Scope
Available OAuth 2.0 scopes for use with the Web Risk API.
WebRiskService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Web Risk API.
Enums
HashesResource.SearchRequest.ThreatTypesEnum
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
ThreatListsResource.ComputeDiffRequest.ConstraintsSupportedCompressionsEnum
The compression types supported by the client.
ThreatListsResource.ComputeDiffRequest.ThreatTypeEnum
Required. The threat list to update. Only a single ThreatType should be specified per request. If you want to handle multiple ThreatTypes, you must make one request per ThreatType.
UrisResource.SearchRequest.ThreatTypesEnum
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
WebRiskBaseServiceRequest<TResponse>.AltEnum
Data format for response.
WebRiskBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.