File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/Safebrowsing/Resource Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,18 @@ class Hashes extends \Google\Service\Resource
31
31
{
32
32
/**
33
33
* Search for full hashes matching the specified prefixes. This is a custom
34
- * method as described by guidance at https://google.aip.dev/136 (hashes.search)
34
+ * method as defined by https://google.aip.dev/136 (the custom method refers to
35
+ * this method having a custom name within Google's general API development
36
+ * nomenclature; it does not refer to using a custom HTTP method).
37
+ * (hashes.search)
35
38
*
36
39
* @param array $optParams Optional parameters.
37
40
*
38
41
* @opt_param string hashPrefixes Required. The hash prefixes to be looked up.
42
+ * Clients MUST NOT send more than 1000 hash prefixes. However, following the
43
+ * URL processing procedure, clients SHOULD NOT need to send more than 30 hash
44
+ * prefixes. Currently each hash prefix is required to be exactly 4 bytes long.
45
+ * This MAY be relaxed in the future.
39
46
* @return GoogleSecuritySafebrowsingV5SearchHashesResponse
40
47
* @throws \Google\Service\Exception
41
48
*/
You can’t perform that action at this time.
0 commit comments