Interface WebRiskServiceV1Beta1Grpc.AsyncService

    • Method Detail

      • searchUris

        default void searchUris​(SearchUrisRequest request,
                                io.grpc.stub.StreamObserver<SearchUrisResponse> responseObserver)
         This method is used to check whether a URI is on a given threatList.
         
      • searchHashes

        default void searchHashes​(SearchHashesRequest request,
                                  io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)
         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.