Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

View File

@@ -21,7 +21,9 @@
* <p>
* Sends application trace data to Stackdriver Trace for viewing. Trace data is
* collected for all App Engine applications by default. Trace data from other
* applications can be provided using this API.</p>
* applications can be provided using this API. This library is used to interact
* with the Trace API directly. If you are looking to instrument your
* application for Stackdriver Trace, we recommend using OpenCensus.</p>
*
* <p>
* For more information about this service, see the API
@@ -52,6 +54,7 @@ class Google_Service_CloudTrace extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://cloudtrace.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v2';
$this->serviceName = 'cloudtrace';