@@ -33,6 +33,9 @@ class Google_Http_REST
3333 *
3434 * @param Google_Client $client
3535 * @param Psr\Http\Message\RequestInterface $req
36+ * @param string $expectedClass
37+ * @param array $config
38+ * @param array $retryMap
3639 * @return array decoded result
3740 * @throws Google_Service_Exception on server side error (ie: not authenticated,
3841 * invalid or malformed post body, invalid url)
@@ -63,6 +66,7 @@ public static function execute(
6366 *
6467 * @param Google_Client $client
6568 * @param Psr\Http\Message\RequestInterface $request
69+ * @param string $expectedClass
6670 * @return array decoded result
6771 * @throws Google_Service_Exception on server side error (ie: not authenticated,
6872 * invalid or malformed post body, invalid url)
@@ -100,6 +104,7 @@ public static function doExecute(ClientInterface $client, RequestInterface $requ
100104 * @throws Google_Service_Exception
101105 * @param Psr\Http\Message\RequestInterface $response The http response to be decoded.
102106 * @param Psr\Http\Message\ResponseInterface $response
107+ * @param string $expectedClass
103108 * @return mixed|null
104109 */
105110 public static function decodeHttpResponse (
0 commit comments