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

@@ -48,6 +48,7 @@ class Google_Service_Logging_RequestLog extends Google_Collection
public $taskName;
public $taskQueueName;
public $traceId;
public $traceSampled;
public $urlMapEntry;
public $userAgent;
public $versionId;
@@ -289,6 +290,14 @@ class Google_Service_Logging_RequestLog extends Google_Collection
{
return $this->traceId;
}
public function setTraceSampled($traceSampled)
{
$this->traceSampled = $traceSampled;
}
public function getTraceSampled()
{
return $this->traceSampled;
}
public function setUrlMapEntry($urlMapEntry)
{
$this->urlMapEntry = $urlMapEntry;