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
|
||||
@@ -22,10 +22,16 @@ class Google_Service_ConsumerSurveys_FieldMask extends Google_Collection
|
||||
protected $fieldsDataType = 'array';
|
||||
public $id;
|
||||
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_FieldMask
|
||||
*/
|
||||
public function setFields($fields)
|
||||
{
|
||||
$this->fields = $fields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_FieldMask
|
||||
*/
|
||||
public function getFields()
|
||||
{
|
||||
return $this->fields;
|
||||
|
||||
@@ -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
|
||||
@@ -26,10 +26,16 @@ class Google_Service_ConsumerSurveys_MobileAppPanelsListResponse extends Google_
|
||||
protected $tokenPaginationType = 'Google_Service_ConsumerSurveys_TokenPagination';
|
||||
protected $tokenPaginationDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_PageInfo
|
||||
*/
|
||||
public function setPageInfo(Google_Service_ConsumerSurveys_PageInfo $pageInfo)
|
||||
{
|
||||
$this->pageInfo = $pageInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_PageInfo
|
||||
*/
|
||||
public function getPageInfo()
|
||||
{
|
||||
return $this->pageInfo;
|
||||
@@ -42,18 +48,30 @@ class Google_Service_ConsumerSurveys_MobileAppPanelsListResponse extends Google_
|
||||
{
|
||||
return $this->requestId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_MobileAppPanel
|
||||
*/
|
||||
public function setResources($resources)
|
||||
{
|
||||
$this->resources = $resources;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_MobileAppPanel
|
||||
*/
|
||||
public function getResources()
|
||||
{
|
||||
return $this->resources;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_TokenPagination
|
||||
*/
|
||||
public function setTokenPagination(Google_Service_ConsumerSurveys_TokenPagination $tokenPagination)
|
||||
{
|
||||
$this->tokenPagination = $tokenPagination;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_TokenPagination
|
||||
*/
|
||||
public function getTokenPagination()
|
||||
{
|
||||
return $this->tokenPagination;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -20,10 +20,16 @@ class Google_Service_ConsumerSurveys_ResultsGetRequest extends Google_Model
|
||||
protected $resultMaskType = 'Google_Service_ConsumerSurveys_ResultsMask';
|
||||
protected $resultMaskDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_ResultsMask
|
||||
*/
|
||||
public function setResultMask(Google_Service_ConsumerSurveys_ResultsMask $resultMask)
|
||||
{
|
||||
$this->resultMask = $resultMask;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_ResultsMask
|
||||
*/
|
||||
public function getResultMask()
|
||||
{
|
||||
return $this->resultMask;
|
||||
|
||||
@@ -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_ConsumerSurveys_ResultsMask extends Google_Collection
|
||||
protected $fieldsDataType = 'array';
|
||||
public $projection;
|
||||
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_FieldMask
|
||||
*/
|
||||
public function setFields($fields)
|
||||
{
|
||||
$this->fields = $fields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_FieldMask
|
||||
*/
|
||||
public function getFields()
|
||||
{
|
||||
return $this->fields;
|
||||
|
||||
@@ -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
|
||||
@@ -34,18 +34,30 @@ class Google_Service_ConsumerSurveys_Survey extends Google_Collection
|
||||
public $title;
|
||||
public $wantedResponseCount;
|
||||
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_SurveyAudience
|
||||
*/
|
||||
public function setAudience(Google_Service_ConsumerSurveys_SurveyAudience $audience)
|
||||
{
|
||||
$this->audience = $audience;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_SurveyAudience
|
||||
*/
|
||||
public function getAudience()
|
||||
{
|
||||
return $this->audience;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_SurveyCost
|
||||
*/
|
||||
public function setCost(Google_Service_ConsumerSurveys_SurveyCost $cost)
|
||||
{
|
||||
$this->cost = $cost;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_SurveyCost
|
||||
*/
|
||||
public function getCost()
|
||||
{
|
||||
return $this->cost;
|
||||
@@ -74,18 +86,30 @@ class Google_Service_ConsumerSurveys_Survey extends Google_Collection
|
||||
{
|
||||
return $this->owners;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_SurveyQuestion
|
||||
*/
|
||||
public function setQuestions($questions)
|
||||
{
|
||||
$this->questions = $questions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_SurveyQuestion
|
||||
*/
|
||||
public function getQuestions()
|
||||
{
|
||||
return $this->questions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_SurveyRejection
|
||||
*/
|
||||
public function setRejectionReason(Google_Service_ConsumerSurveys_SurveyRejection $rejectionReason)
|
||||
{
|
||||
$this->rejectionReason = $rejectionReason;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_SurveyRejection
|
||||
*/
|
||||
public function getRejectionReason()
|
||||
{
|
||||
return $this->rejectionReason;
|
||||
|
||||
@@ -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
|
||||
@@ -70,10 +70,16 @@ class Google_Service_ConsumerSurveys_SurveyQuestion extends Google_Collection
|
||||
{
|
||||
return $this->highValueLabel;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_SurveyQuestionImage
|
||||
*/
|
||||
public function setImages($images)
|
||||
{
|
||||
$this->images = $images;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_SurveyQuestionImage
|
||||
*/
|
||||
public function getImages()
|
||||
{
|
||||
return $this->images;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -26,10 +26,16 @@ class Google_Service_ConsumerSurveys_SurveysListResponse extends Google_Collecti
|
||||
protected $tokenPaginationType = 'Google_Service_ConsumerSurveys_TokenPagination';
|
||||
protected $tokenPaginationDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_PageInfo
|
||||
*/
|
||||
public function setPageInfo(Google_Service_ConsumerSurveys_PageInfo $pageInfo)
|
||||
{
|
||||
$this->pageInfo = $pageInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_PageInfo
|
||||
*/
|
||||
public function getPageInfo()
|
||||
{
|
||||
return $this->pageInfo;
|
||||
@@ -42,18 +48,30 @@ class Google_Service_ConsumerSurveys_SurveysListResponse extends Google_Collecti
|
||||
{
|
||||
return $this->requestId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_Survey
|
||||
*/
|
||||
public function setResources($resources)
|
||||
{
|
||||
$this->resources = $resources;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_Survey
|
||||
*/
|
||||
public function getResources()
|
||||
{
|
||||
return $this->resources;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ConsumerSurveys_TokenPagination
|
||||
*/
|
||||
public function setTokenPagination(Google_Service_ConsumerSurveys_TokenPagination $tokenPagination)
|
||||
{
|
||||
$this->tokenPagination = $tokenPagination;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ConsumerSurveys_TokenPagination
|
||||
*/
|
||||
public function getTokenPagination()
|
||||
{
|
||||
return $this->tokenPagination;
|
||||
|
||||
@@ -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
|
||||
@@ -18,8 +18,6 @@
|
||||
class Google_Service_ConsumerSurveys_SurveysStartResponse extends Google_Model
|
||||
{
|
||||
public $requestId;
|
||||
protected $resourceType = 'Google_Service_ConsumerSurveys_Survey';
|
||||
protected $resourceDataType = '';
|
||||
|
||||
public function setRequestId($requestId)
|
||||
{
|
||||
@@ -29,12 +27,4 @@ class Google_Service_ConsumerSurveys_SurveysStartResponse extends Google_Model
|
||||
{
|
||||
return $this->requestId;
|
||||
}
|
||||
public function setResource(Google_Service_ConsumerSurveys_Survey $resource)
|
||||
{
|
||||
$this->resource = $resource;
|
||||
}
|
||||
public function getResource()
|
||||
{
|
||||
return $this->resource;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
@@ -18,8 +18,6 @@
|
||||
class Google_Service_ConsumerSurveys_SurveysStopResponse extends Google_Model
|
||||
{
|
||||
public $requestId;
|
||||
protected $resourceType = 'Google_Service_ConsumerSurveys_Survey';
|
||||
protected $resourceDataType = '';
|
||||
|
||||
public function setRequestId($requestId)
|
||||
{
|
||||
@@ -29,12 +27,4 @@ class Google_Service_ConsumerSurveys_SurveysStopResponse extends Google_Model
|
||||
{
|
||||
return $this->requestId;
|
||||
}
|
||||
public function setResource(Google_Service_ConsumerSurveys_Survey $resource)
|
||||
{
|
||||
$this->resource = $resource;
|
||||
}
|
||||
public function getResource()
|
||||
{
|
||||
return $this->resource;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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