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

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
@@ -166,18 +166,30 @@ class Google_Service_Doubleclicksearch_Conversion extends Google_Collection
{
return $this->currencyCode;
}
/**
* @param Google_Service_Doubleclicksearch_CustomDimension
*/
public function setCustomDimension($customDimension)
{
$this->customDimension = $customDimension;
}
/**
* @return Google_Service_Doubleclicksearch_CustomDimension
*/
public function getCustomDimension()
{
return $this->customDimension;
}
/**
* @param Google_Service_Doubleclicksearch_CustomMetric
*/
public function setCustomMetric($customMetric)
{
$this->customMetric = $customMetric;
}
/**
* @return Google_Service_Doubleclicksearch_CustomMetric
*/
public function getCustomMetric()
{
return $this->customMetric;

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
@@ -22,10 +22,16 @@ class Google_Service_Doubleclicksearch_ConversionList extends Google_Collection
protected $conversionDataType = 'array';
public $kind;
/**
* @param Google_Service_Doubleclicksearch_Conversion
*/
public function setConversion($conversion)
{
$this->conversion = $conversion;
}
/**
* @return Google_Service_Doubleclicksearch_Conversion
*/
public function getConversion()
{
return $this->conversion;

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

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

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
@@ -30,10 +30,16 @@ class Google_Service_Doubleclicksearch_Report extends Google_Collection
public $statisticsCurrencyCode;
public $statisticsTimeZone;
/**
* @param Google_Service_Doubleclicksearch_ReportFiles
*/
public function setFiles($files)
{
$this->files = $files;
}
/**
* @return Google_Service_Doubleclicksearch_ReportFiles
*/
public function getFiles()
{
return $this->files;
@@ -62,10 +68,16 @@ class Google_Service_Doubleclicksearch_Report extends Google_Collection
{
return $this->kind;
}
/**
* @param Google_Service_Doubleclicksearch_ReportRequest
*/
public function setRequest(Google_Service_Doubleclicksearch_ReportRequest $request)
{
$this->request = $request;
}
/**
* @return Google_Service_Doubleclicksearch_ReportRequest
*/
public function getRequest()
{
return $this->request;

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

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

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
@@ -38,10 +38,16 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
protected $timeRangeDataType = '';
public $verifySingleTimeZone;
/**
* @param Google_Service_Doubleclicksearch_ReportApiColumnSpec
*/
public function setColumns($columns)
{
$this->columns = $columns;
}
/**
* @return Google_Service_Doubleclicksearch_ReportApiColumnSpec
*/
public function getColumns()
{
return $this->columns;
@@ -54,10 +60,16 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
{
return $this->downloadFormat;
}
/**
* @param Google_Service_Doubleclicksearch_ReportRequestFilters
*/
public function setFilters($filters)
{
$this->filters = $filters;
}
/**
* @return Google_Service_Doubleclicksearch_ReportRequestFilters
*/
public function getFilters()
{
return $this->filters;
@@ -86,18 +98,30 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
{
return $this->maxRowsPerFile;
}
/**
* @param Google_Service_Doubleclicksearch_ReportRequestOrderBy
*/
public function setOrderBy($orderBy)
{
$this->orderBy = $orderBy;
}
/**
* @return Google_Service_Doubleclicksearch_ReportRequestOrderBy
*/
public function getOrderBy()
{
return $this->orderBy;
}
/**
* @param Google_Service_Doubleclicksearch_ReportRequestReportScope
*/
public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestReportScope $reportScope)
{
$this->reportScope = $reportScope;
}
/**
* @return Google_Service_Doubleclicksearch_ReportRequestReportScope
*/
public function getReportScope()
{
return $this->reportScope;
@@ -134,10 +158,16 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
{
return $this->statisticsCurrency;
}
/**
* @param Google_Service_Doubleclicksearch_ReportRequestTimeRange
*/
public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeRange $timeRange)
{
$this->timeRange = $timeRange;
}
/**
* @return Google_Service_Doubleclicksearch_ReportRequestTimeRange
*/
public function getTimeRange()
{
return $this->timeRange;

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
@@ -23,10 +23,16 @@ class Google_Service_Doubleclicksearch_ReportRequestFilters extends Google_Colle
public $operator;
public $values;
/**
* @param Google_Service_Doubleclicksearch_ReportApiColumnSpec
*/
public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
{
$this->column = $column;
}
/**
* @return Google_Service_Doubleclicksearch_ReportApiColumnSpec
*/
public function getColumn()
{
return $this->column;

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
@@ -21,10 +21,16 @@ class Google_Service_Doubleclicksearch_ReportRequestOrderBy extends Google_Model
protected $columnDataType = '';
public $sortOrder;
/**
* @param Google_Service_Doubleclicksearch_ReportApiColumnSpec
*/
public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
{
$this->column = $column;
}
/**
* @return Google_Service_Doubleclicksearch_ReportApiColumnSpec
*/
public function getColumn()
{
return $this->column;

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

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

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

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

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

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

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
@@ -22,10 +22,16 @@ class Google_Service_Doubleclicksearch_SavedColumnList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
/**
* @param Google_Service_Doubleclicksearch_SavedColumn
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Doubleclicksearch_SavedColumn
*/
public function getItems()
{
return $this->items;

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
@@ -21,10 +21,16 @@ class Google_Service_Doubleclicksearch_UpdateAvailabilityRequest extends Google_
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
/**
* @param Google_Service_Doubleclicksearch_Availability
*/
public function setAvailabilities($availabilities)
{
$this->availabilities = $availabilities;
}
/**
* @return Google_Service_Doubleclicksearch_Availability
*/
public function getAvailabilities()
{
return $this->availabilities;

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
@@ -21,10 +21,16 @@ class Google_Service_Doubleclicksearch_UpdateAvailabilityResponse extends Google
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
/**
* @param Google_Service_Doubleclicksearch_Availability
*/
public function setAvailabilities($availabilities)
{
$this->availabilities = $availabilities;
}
/**
* @return Google_Service_Doubleclicksearch_Availability
*/
public function getAvailabilities()
{
return $this->availabilities;