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
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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