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
@@ -32,10 +32,16 @@ class Google_Service_Fusiontables_Column extends Google_Collection
public $validValues;
public $validateData;
/**
* @param Google_Service_Fusiontables_ColumnBaseColumn
*/
public function setBaseColumn(Google_Service_Fusiontables_ColumnBaseColumn $baseColumn)
{
$this->baseColumn = $baseColumn;
}
/**
* @return Google_Service_Fusiontables_ColumnBaseColumn
*/
public function getBaseColumn()
{
return $this->baseColumn;

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
@@ -24,10 +24,16 @@ class Google_Service_Fusiontables_ColumnList extends Google_Collection
public $nextPageToken;
public $totalItems;
/**
* @param Google_Service_Fusiontables_Column
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Fusiontables_Column
*/
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

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
@@ -33,10 +33,16 @@ class Google_Service_Fusiontables_LineStyle extends Google_Model
{
return $this->strokeColor;
}
/**
* @param Google_Service_Fusiontables_StyleFunction
*/
public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
{
$this->strokeColorStyler = $strokeColorStyler;
}
/**
* @return Google_Service_Fusiontables_StyleFunction
*/
public function getStrokeColorStyler()
{
return $this->strokeColorStyler;
@@ -57,10 +63,16 @@ class Google_Service_Fusiontables_LineStyle extends Google_Model
{
return $this->strokeWeight;
}
/**
* @param Google_Service_Fusiontables_StyleFunction
*/
public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
{
$this->strokeWeightStyler = $strokeWeightStyler;
}
/**
* @return Google_Service_Fusiontables_StyleFunction
*/
public function getStrokeWeightStyler()
{
return $this->strokeWeightStyler;

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
@@ -29,10 +29,16 @@ class Google_Service_Fusiontables_PointStyle extends Google_Model
{
return $this->iconName;
}
/**
* @param Google_Service_Fusiontables_StyleFunction
*/
public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconStyler)
{
$this->iconStyler = $iconStyler;
}
/**
* @return Google_Service_Fusiontables_StyleFunction
*/
public function getIconStyler()
{
return $this->iconStyler;

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
@@ -37,10 +37,16 @@ class Google_Service_Fusiontables_PolygonStyle extends Google_Model
{
return $this->fillColor;
}
/**
* @param Google_Service_Fusiontables_StyleFunction
*/
public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fillColorStyler)
{
$this->fillColorStyler = $fillColorStyler;
}
/**
* @return Google_Service_Fusiontables_StyleFunction
*/
public function getFillColorStyler()
{
return $this->fillColorStyler;
@@ -61,10 +67,16 @@ class Google_Service_Fusiontables_PolygonStyle extends Google_Model
{
return $this->strokeColor;
}
/**
* @param Google_Service_Fusiontables_StyleFunction
*/
public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
{
$this->strokeColorStyler = $strokeColorStyler;
}
/**
* @return Google_Service_Fusiontables_StyleFunction
*/
public function getStrokeColorStyler()
{
return $this->strokeColorStyler;
@@ -85,10 +97,16 @@ class Google_Service_Fusiontables_PolygonStyle extends Google_Model
{
return $this->strokeWeight;
}
/**
* @param Google_Service_Fusiontables_StyleFunction
*/
public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
{
$this->strokeWeightStyler = $strokeWeightStyler;
}
/**
* @return Google_Service_Fusiontables_StyleFunction
*/
public function getStrokeWeightStyler()
{
return $this->strokeWeightStyler;

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
@@ -161,6 +161,22 @@ class Google_Service_Fusiontables_Resource_Table extends Google_Service_Resource
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Fusiontables_Table");
}
/**
* Replaces rows of the table with the rows of the spreadsheet that is first
* imported from. Current rows remain visible until all replacement rows are
* ready. (table.refetchSheet)
*
* @param string $tableId Table whose rows will be replaced from the
* spreadsheet.
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Task
*/
public function refetchSheet($tableId, $optParams = array())
{
$params = array('tableId' => $tableId);
$params = array_merge($params, $optParams);
return $this->call('refetchSheet', array($params), "Google_Service_Fusiontables_Task");
}
/**
* Replaces rows of an existing table. Current rows remain visible until all
* replacement rows are ready. (table.replaceRows)

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
@@ -25,10 +25,16 @@ class Google_Service_Fusiontables_StyleFunction extends Google_Collection
protected $gradientDataType = '';
public $kind;
/**
* @param Google_Service_Fusiontables_Bucket
*/
public function setBuckets($buckets)
{
$this->buckets = $buckets;
}
/**
* @return Google_Service_Fusiontables_Bucket
*/
public function getBuckets()
{
return $this->buckets;
@@ -41,10 +47,16 @@ class Google_Service_Fusiontables_StyleFunction extends Google_Collection
{
return $this->columnName;
}
/**
* @param Google_Service_Fusiontables_StyleFunctionGradient
*/
public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $gradient)
{
$this->gradient = $gradient;
}
/**
* @return Google_Service_Fusiontables_StyleFunctionGradient
*/
public function getGradient()
{
return $this->gradient;

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_Fusiontables_StyleFunctionGradient extends Google_Collectio
public $max;
public $min;
/**
* @param Google_Service_Fusiontables_StyleFunctionGradientColors
*/
public function setColors($colors)
{
$this->colors = $colors;
}
/**
* @return Google_Service_Fusiontables_StyleFunctionGradientColors
*/
public function getColors()
{
return $this->colors;

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
@@ -36,10 +36,16 @@ class Google_Service_Fusiontables_StyleSetting extends Google_Model
{
return $this->kind;
}
/**
* @param Google_Service_Fusiontables_PointStyle
*/
public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerOptions)
{
$this->markerOptions = $markerOptions;
}
/**
* @return Google_Service_Fusiontables_PointStyle
*/
public function getMarkerOptions()
{
return $this->markerOptions;
@@ -52,18 +58,30 @@ class Google_Service_Fusiontables_StyleSetting extends Google_Model
{
return $this->name;
}
/**
* @param Google_Service_Fusiontables_PolygonStyle
*/
public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $polygonOptions)
{
$this->polygonOptions = $polygonOptions;
}
/**
* @return Google_Service_Fusiontables_PolygonStyle
*/
public function getPolygonOptions()
{
return $this->polygonOptions;
}
/**
* @param Google_Service_Fusiontables_LineStyle
*/
public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polylineOptions)
{
$this->polylineOptions = $polylineOptions;
}
/**
* @return Google_Service_Fusiontables_LineStyle
*/
public function getPolylineOptions()
{
return $this->polylineOptions;

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
@@ -24,10 +24,16 @@ class Google_Service_Fusiontables_StyleSettingList extends Google_Collection
public $nextPageToken;
public $totalItems;
/**
* @param Google_Service_Fusiontables_StyleSetting
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Fusiontables_StyleSetting
*/
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
@@ -65,10 +65,16 @@ class Google_Service_Fusiontables_Table extends Google_Collection
{
return $this->columnPropertiesJsonSchema;
}
/**
* @param Google_Service_Fusiontables_Column
*/
public function setColumns($columns)
{
$this->columns = $columns;
}
/**
* @return Google_Service_Fusiontables_Column
*/
public function getColumns()
{
return $this->columns;

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_Fusiontables_TableList extends Google_Collection
public $kind;
public $nextPageToken;
/**
* @param Google_Service_Fusiontables_Table
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Fusiontables_Table
*/
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

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
@@ -24,10 +24,16 @@ class Google_Service_Fusiontables_TaskList extends Google_Collection
public $nextPageToken;
public $totalItems;
/**
* @param Google_Service_Fusiontables_Task
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Fusiontables_Task
*/
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

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
@@ -24,10 +24,16 @@ class Google_Service_Fusiontables_TemplateList extends Google_Collection
public $nextPageToken;
public $totalItems;
/**
* @param Google_Service_Fusiontables_Template
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Fusiontables_Template
*/
public function getItems()
{
return $this->items;