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
@@ -57,10 +57,16 @@ class Google_Service_DataTransfer_Application extends Google_Collection
{
return $this->name;
}
/**
* @param Google_Service_DataTransfer_ApplicationTransferParam
*/
public function setTransferParams($transferParams)
{
$this->transferParams = $transferParams;
}
/**
* @return Google_Service_DataTransfer_ApplicationTransferParam
*/
public function getTransferParams()
{
return $this->transferParams;

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_DataTransfer_ApplicationDataTransfer extends Google_Collect
{
return $this->applicationId;
}
/**
* @param Google_Service_DataTransfer_ApplicationTransferParam
*/
public function setApplicationTransferParams($applicationTransferParams)
{
$this->applicationTransferParams = $applicationTransferParams;
}
/**
* @return Google_Service_DataTransfer_ApplicationTransferParam
*/
public function getApplicationTransferParams()
{
return $this->applicationTransferParams;

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_DataTransfer_ApplicationsListResponse extends Google_Collec
public $kind;
public $nextPageToken;
/**
* @param Google_Service_DataTransfer_Application
*/
public function setApplications($applications)
{
$this->applications = $applications;
}
/**
* @return Google_Service_DataTransfer_Application
*/
public function getApplications()
{
return $this->applications;

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
@@ -28,10 +28,16 @@ class Google_Service_DataTransfer_DataTransfer extends Google_Collection
public $overallTransferStatusCode;
public $requestTime;
/**
* @param Google_Service_DataTransfer_ApplicationDataTransfer
*/
public function setApplicationDataTransfers($applicationDataTransfers)
{
$this->applicationDataTransfers = $applicationDataTransfers;
}
/**
* @return Google_Service_DataTransfer_ApplicationDataTransfer
*/
public function getApplicationDataTransfers()
{
return $this->applicationDataTransfers;

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_DataTransfer_DataTransfersListResponse extends Google_Colle
public $kind;
public $nextPageToken;
/**
* @param Google_Service_DataTransfer_DataTransfer
*/
public function setDataTransfers($dataTransfers)
{
$this->dataTransfers = $dataTransfers;
}
/**
* @return Google_Service_DataTransfer_DataTransfer
*/
public function getDataTransfers()
{
return $this->dataTransfers;

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