Skip to content

Commit deebb04

Browse files
Regenerate safebrowsing client
1 parent 3132b91 commit deebb04

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Safebrowsing/Resource/Hashes.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,18 @@ class Hashes extends \Google\Service\Resource
3131
{
3232
/**
3333
* 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)
3538
*
3639
* @param array $optParams Optional parameters.
3740
*
3841
* @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.
3946
* @return GoogleSecuritySafebrowsingV5SearchHashesResponse
4047
* @throws \Google\Service\Exception
4148
*/

0 commit comments

Comments
 (0)