Mise à jour des librairies vendor
This commit is contained in:
@@ -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_GamesConfiguration_AchievementConfiguration extends Google_
|
||||
{
|
||||
return $this->achievementType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_AchievementConfigurationDetail
|
||||
*/
|
||||
public function setDraft(Google_Service_GamesConfiguration_AchievementConfigurationDetail $draft)
|
||||
{
|
||||
$this->draft = $draft;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_AchievementConfigurationDetail
|
||||
*/
|
||||
public function getDraft()
|
||||
{
|
||||
return $this->draft;
|
||||
@@ -68,10 +74,16 @@ class Google_Service_GamesConfiguration_AchievementConfiguration extends Google_
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_AchievementConfigurationDetail
|
||||
*/
|
||||
public function setPublished(Google_Service_GamesConfiguration_AchievementConfigurationDetail $published)
|
||||
{
|
||||
$this->published = $published;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_AchievementConfigurationDetail
|
||||
*/
|
||||
public function getPublished()
|
||||
{
|
||||
return $this->published;
|
||||
|
||||
@@ -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
|
||||
@@ -26,10 +26,16 @@ class Google_Service_GamesConfiguration_AchievementConfigurationDetail extends G
|
||||
public $pointValue;
|
||||
public $sortRank;
|
||||
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setDescription(Google_Service_GamesConfiguration_LocalizedStringBundle $description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
@@ -50,10 +56,16 @@ class Google_Service_GamesConfiguration_AchievementConfigurationDetail extends G
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
|
||||
@@ -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_GamesConfiguration_AchievementConfigurationListResponse ext
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_AchievementConfiguration
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_AchievementConfiguration
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -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,50 +30,86 @@ class Google_Service_GamesConfiguration_GamesNumberAffixConfiguration extends Go
|
||||
protected $zeroType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
|
||||
protected $zeroDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setFew(Google_Service_GamesConfiguration_LocalizedStringBundle $few)
|
||||
{
|
||||
$this->few = $few;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getFew()
|
||||
{
|
||||
return $this->few;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setMany(Google_Service_GamesConfiguration_LocalizedStringBundle $many)
|
||||
{
|
||||
$this->many = $many;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getMany()
|
||||
{
|
||||
return $this->many;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setOne(Google_Service_GamesConfiguration_LocalizedStringBundle $one)
|
||||
{
|
||||
$this->one = $one;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getOne()
|
||||
{
|
||||
return $this->one;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setOther(Google_Service_GamesConfiguration_LocalizedStringBundle $other)
|
||||
{
|
||||
$this->other = $other;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getOther()
|
||||
{
|
||||
return $this->other;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setTwo(Google_Service_GamesConfiguration_LocalizedStringBundle $two)
|
||||
{
|
||||
$this->two = $two;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getTwo()
|
||||
{
|
||||
return $this->two;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setZero(Google_Service_GamesConfiguration_LocalizedStringBundle $zero)
|
||||
{
|
||||
$this->zero = $zero;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getZero()
|
||||
{
|
||||
return $this->zero;
|
||||
|
||||
@@ -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
|
||||
@@ -47,10 +47,16 @@ class Google_Service_GamesConfiguration_GamesNumberFormatConfiguration extends G
|
||||
{
|
||||
return $this->numberFormatType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_GamesNumberAffixConfiguration
|
||||
*/
|
||||
public function setSuffix(Google_Service_GamesConfiguration_GamesNumberAffixConfiguration $suffix)
|
||||
{
|
||||
$this->suffix = $suffix;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_GamesNumberAffixConfiguration
|
||||
*/
|
||||
public function getSuffix()
|
||||
{
|
||||
return $this->suffix;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -28,10 +28,16 @@ class Google_Service_GamesConfiguration_LeaderboardConfiguration extends Google_
|
||||
public $scoreOrder;
|
||||
public $token;
|
||||
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LeaderboardConfigurationDetail
|
||||
*/
|
||||
public function setDraft(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $draft)
|
||||
{
|
||||
$this->draft = $draft;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LeaderboardConfigurationDetail
|
||||
*/
|
||||
public function getDraft()
|
||||
{
|
||||
return $this->draft;
|
||||
@@ -52,10 +58,16 @@ class Google_Service_GamesConfiguration_LeaderboardConfiguration extends Google_
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LeaderboardConfigurationDetail
|
||||
*/
|
||||
public function setPublished(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $published)
|
||||
{
|
||||
$this->published = $published;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LeaderboardConfigurationDetail
|
||||
*/
|
||||
public function getPublished()
|
||||
{
|
||||
return $this->published;
|
||||
|
||||
@@ -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
|
||||
@@ -41,18 +41,30 @@ class Google_Service_GamesConfiguration_LeaderboardConfigurationDetail extends G
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedStringBundle
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_GamesNumberFormatConfiguration
|
||||
*/
|
||||
public function setScoreFormat(Google_Service_GamesConfiguration_GamesNumberFormatConfiguration $scoreFormat)
|
||||
{
|
||||
$this->scoreFormat = $scoreFormat;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_GamesNumberFormatConfiguration
|
||||
*/
|
||||
public function getScoreFormat()
|
||||
{
|
||||
return $this->scoreFormat;
|
||||
|
||||
@@ -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_GamesConfiguration_LeaderboardConfigurationListResponse ext
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LeaderboardConfiguration
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LeaderboardConfiguration
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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_GamesConfiguration_LocalizedStringBundle extends Google_Col
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_GamesConfiguration_LocalizedString
|
||||
*/
|
||||
public function setTranslations($translations)
|
||||
{
|
||||
$this->translations = $translations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_GamesConfiguration_LocalizedString
|
||||
*/
|
||||
public function getTranslations()
|
||||
{
|
||||
return $this->translations;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user