Skip to content

Instantly share code, notes, and snippets.

@lukem512
lukem512 / safebrowsingv5.proto
Created August 19, 2024 17:33
Google Safe Browsing (v5) Proto Definition
syntax = "proto3";
import "google/protobuf/duration.proto";
package safebrowsing_proto;
message SearchHashesResponse {
repeated FullHash full_hashes = 1;
google.protobuf.Duration cache_duration = 2;
}