Mise à jour des librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -32,6 +32,9 @@ class Google_Service_Kgsearch_Resource_Entities extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
* @opt_param bool prefix Enables prefix match against names and aliases of
* entities
* @opt_param string query The literal query string for search.
* @opt_param string types Restricts returned entities with these types, e.g.
* Person (as defined in http://schema.org/Person). If multiple types are
* specified, returned entities will contain one or more of these types.
@@ -42,9 +45,6 @@ class Google_Service_Kgsearch_Resource_Entities extends Google_Service_Resource
* query string. To specify multiple ids in the HTTP request, repeat the
* parameter in the URL as in ...?ids=A=B
* @opt_param int limit Limits the number of entities to be returned.
* @opt_param bool prefix Enables prefix match against names and aliases of
* entities
* @opt_param string query The literal query string for search.
* @return Google_Service_Kgsearch_SearchResponse
*/
public function search($optParams = array())

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of