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
@@ -22,10 +22,16 @@ class Google_Service_Replicapoolupdater_InstanceUpdate extends Google_Model
public $instance;
public $status;
/**
* @param Google_Service_Replicapoolupdater_InstanceUpdateError
*/
public function setError(Google_Service_Replicapoolupdater_InstanceUpdateError $error)
{
$this->error = $error;
}
/**
* @return Google_Service_Replicapoolupdater_InstanceUpdateError
*/
public function getError()
{
return $this->error;

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_Replicapoolupdater_InstanceUpdateError extends Google_Colle
protected $errorsType = 'Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors';
protected $errorsDataType = 'array';
/**
* @param Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors
*/
public function getErrors()
{
return $this->errors;

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_Replicapoolupdater_InstanceUpdateList extends Google_Collec
public $nextPageToken;
public $selfLink;
/**
* @param Google_Service_Replicapoolupdater_InstanceUpdate
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Replicapoolupdater_InstanceUpdate
*/
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
@@ -67,10 +67,16 @@ class Google_Service_Replicapoolupdater_Operation extends Google_Collection
{
return $this->endTime;
}
/**
* @param Google_Service_Replicapoolupdater_OperationError
*/
public function setError(Google_Service_Replicapoolupdater_OperationError $error)
{
$this->error = $error;
}
/**
* @return Google_Service_Replicapoolupdater_OperationError
*/
public function getError()
{
return $this->error;
@@ -203,10 +209,16 @@ class Google_Service_Replicapoolupdater_Operation extends Google_Collection
{
return $this->user;
}
/**
* @param Google_Service_Replicapoolupdater_OperationWarnings
*/
public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
/**
* @return Google_Service_Replicapoolupdater_OperationWarnings
*/
public function getWarnings()
{
return $this->warnings;

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_Replicapoolupdater_OperationError extends Google_Collection
protected $errorsType = 'Google_Service_Replicapoolupdater_OperationErrorErrors';
protected $errorsDataType = 'array';
/**
* @param Google_Service_Replicapoolupdater_OperationErrorErrors
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return Google_Service_Replicapoolupdater_OperationErrorErrors
*/
public function getErrors()
{
return $this->errors;

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_Replicapoolupdater_OperationList extends Google_Collection
{
return $this->id;
}
/**
* @param Google_Service_Replicapoolupdater_Operation
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Replicapoolupdater_Operation
*/
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
@@ -31,10 +31,16 @@ class Google_Service_Replicapoolupdater_OperationWarnings extends Google_Collect
{
return $this->code;
}
/**
* @param Google_Service_Replicapoolupdater_OperationWarningsData
*/
public function setData($data)
{
$this->data = $data;
}
/**
* @return Google_Service_Replicapoolupdater_OperationWarningsData
*/
public function getData()
{
return $this->data;

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
@@ -60,10 +60,16 @@ class Google_Service_Replicapoolupdater_RollingUpdate extends Google_Model
{
return $this->description;
}
/**
* @param Google_Service_Replicapoolupdater_RollingUpdateError
*/
public function setError(Google_Service_Replicapoolupdater_RollingUpdateError $error)
{
$this->error = $error;
}
/**
* @return Google_Service_Replicapoolupdater_RollingUpdateError
*/
public function getError()
{
return $this->error;
@@ -116,10 +122,16 @@ class Google_Service_Replicapoolupdater_RollingUpdate extends Google_Model
{
return $this->oldInstanceTemplate;
}
/**
* @param Google_Service_Replicapoolupdater_RollingUpdatePolicy
*/
public function setPolicy(Google_Service_Replicapoolupdater_RollingUpdatePolicy $policy)
{
$this->policy = $policy;
}
/**
* @return Google_Service_Replicapoolupdater_RollingUpdatePolicy
*/
public function getPolicy()
{
return $this->policy;

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_Replicapoolupdater_RollingUpdateError extends Google_Collec
protected $errorsType = 'Google_Service_Replicapoolupdater_RollingUpdateErrorErrors';
protected $errorsDataType = 'array';
/**
* @param Google_Service_Replicapoolupdater_RollingUpdateErrorErrors
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return Google_Service_Replicapoolupdater_RollingUpdateErrorErrors
*/
public function getErrors()
{
return $this->errors;

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_Replicapoolupdater_RollingUpdateList extends Google_Collect
public $nextPageToken;
public $selfLink;
/**
* @param Google_Service_Replicapoolupdater_RollingUpdate
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Replicapoolupdater_RollingUpdate
*/
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