public static final class WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub extends io.grpc.stub.AbstractStub<WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub>
Web Risk v1beta1 API defines an interface to detect malicious URLs on your website and in client applications.
| Modifier and Type | Method and Description |
|---|---|
protected WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ComputeThreatListDiffResponse |
computeThreatListDiff(ComputeThreatListDiffRequest request)
Gets the most recent threat list diffs.
|
SearchHashesResponse |
searchHashes(SearchHashesRequest request)
Gets the full hashes that match the requested hash prefix.
|
SearchUrisResponse |
searchUris(SearchUrisRequest request)
This method is used to check whether a URI is on a given threatList.
|
protected WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub>public ComputeThreatListDiffResponse computeThreatListDiff(ComputeThreatListDiffRequest request)
Gets the most recent threat list diffs.
public SearchUrisResponse searchUris(SearchUrisRequest request)
This method is used to check whether a URI is on a given threatList.
public SearchHashesResponse searchHashes(SearchHashesRequest request)
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.
Copyright © 2019 Google LLC. All rights reserved.