This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax = "proto3"; | |
| import "google/protobuf/duration.proto"; | |
| package safebrowsing_proto; | |
| message SearchHashesResponse { | |
| repeated FullHash full_hashes = 1; | |
| google.protobuf.Duration cache_duration = 2; | |
| } |