Mise à jour des librairies
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
* Service definition for Digitalassetlinks (v1).
|
||||
*
|
||||
* <p>
|
||||
* API for discovering relationships between online assets such as web sites or
|
||||
* mobile apps.</p>
|
||||
* Discovers relationships between online assets such as websites or mobile
|
||||
* apps.</p>
|
||||
*
|
||||
* <p>
|
||||
* For more information about this service, see the API
|
||||
@@ -46,6 +46,7 @@ class Google_Service_Digitalassetlinks extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://digitalassetlinks.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v1';
|
||||
$this->serviceName = 'digitalassetlinks';
|
||||
|
||||
@@ -59,6 +60,10 @@ class Google_Service_Digitalassetlinks extends Google_Service
|
||||
'path' => 'v1/assetlinks:check',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'target.web.site' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'target.androidApp.certificate.sha256Fingerprint' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
@@ -83,10 +88,6 @@ class Google_Service_Digitalassetlinks extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'target.web.site' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user