Date: Fri, 19 Sep 2014 01:56:46 -0700
Subject: [PATCH 0169/1219] Updated Resourceviews.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Resourceviews.php | 1223 +++++++++++++++++---------
1 file changed, 817 insertions(+), 406 deletions(-)
diff --git a/src/Google/Service/Resourceviews.php b/src/Google/Service/Resourceviews.php
index 29076f2a4..2b2b937a9 100644
--- a/src/Google/Service/Resourceviews.php
+++ b/src/Google/Service/Resourceviews.php
@@ -16,7 +16,7 @@
*/
/**
- * Service definition for Resourceviews (v1beta1).
+ * Service definition for Resourceviews (v1beta2).
*
*
* The Resource View API allows users to create and manage logical sets of Google Compute Engine instances.
@@ -42,7 +42,7 @@ class Google_Service_Resourceviews extends Google_Service
/** View your Google Cloud Platform management resources and deployment status information. */
const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly";
- public $regionViews;
+ public $zoneOperations;
public $zoneViews;
@@ -54,132 +54,53 @@ class Google_Service_Resourceviews extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'resourceviews/v1beta1/projects/';
- $this->version = 'v1beta1';
+ $this->servicePath = 'resourceviews/v1beta2/projects/';
+ $this->version = 'v1beta2';
$this->serviceName = 'resourceviews';
- $this->regionViews = new Google_Service_Resourceviews_RegionViews_Resource(
+ $this->zoneOperations = new Google_Service_Resourceviews_ZoneOperations_Resource(
$this,
$this->serviceName,
- 'regionViews',
+ 'zoneOperations',
array(
'methods' => array(
- 'addresources' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}/addResources',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}',
+ 'get' => array(
+ 'path' => '{project}/zones/{zone}/operations/{operation}',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'insert' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
+ 'zone' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'region' => array(
+ 'operation' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews',
+ 'path' => '{project}/zones/{zone}/operations',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'region' => array(
+ 'zone' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
+ 'filter' => array(
'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),'listresources' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}/resources',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
'type' => 'string',
- 'required' => true,
),
'pageToken' => array(
'location' => 'query',
@@ -190,26 +111,6 @@ public function __construct(Google_Client $client)
'type' => 'integer',
),
),
- ),'removeresources' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}/removeResources',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
),
)
)
@@ -220,11 +121,11 @@ public function __construct(Google_Client $client)
'zoneViews',
array(
'methods' => array(
- 'addresources' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}/addResources',
+ 'addResources' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/addResources',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -234,17 +135,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}',
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
'httpMethod' => 'DELETE',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -254,17 +155,37 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}',
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'resourceView' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'getService' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/getService',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -274,17 +195,21 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
+ 'resourceName' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'insert' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews',
+ 'path' => '{project}/zones/{zone}/resourceViews',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -296,10 +221,10 @@ public function __construct(Google_Client $client)
),
),
),'list' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews',
+ 'path' => '{project}/zones/{zone}/resourceViews',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -318,11 +243,11 @@ public function __construct(Google_Client $client)
'type' => 'integer',
),
),
- ),'listresources' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}/resources',
- 'httpMethod' => 'POST',
+ ),'listResources' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/resources',
+ 'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -332,12 +257,16 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
+ 'listState' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'format' => array(
'location' => 'query',
'type' => 'string',
),
@@ -345,12 +274,40 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'integer',
),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'serviceName' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'removeResources' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/removeResources',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'resourceView' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
),
- ),'removeresources' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}/removeResources',
+ ),'setService' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/setService',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -360,7 +317,7 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -375,151 +332,60 @@ public function __construct(Google_Client $client)
/**
- * The "regionViews" collection of methods.
+ * The "zoneOperations" collection of methods.
* Typical usage is:
*
* $resourceviewsService = new Google_Service_Resourceviews(...);
- * $regionViews = $resourceviewsService->regionViews;
+ * $zoneOperations = $resourceviewsService->zoneOperations;
*
*/
-class Google_Service_Resourceviews_RegionViews_Resource extends Google_Service_Resource
+class Google_Service_Resourceviews_ZoneOperations_Resource extends Google_Service_Resource
{
/**
- * Add resources to the view. (regionViews.addresources)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param Google_RegionViewsAddResourcesRequest $postBody
- * @param array $optParams Optional parameters.
- */
- public function addresources($projectName, $region, $resourceViewName, Google_Service_Resourceviews_RegionViewsAddResourcesRequest $postBody, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('addresources', array($params));
- }
- /**
- * Delete a resource view. (regionViews.delete)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param array $optParams Optional parameters.
- */
- public function delete($projectName, $region, $resourceViewName, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Get the information of a resource view. (regionViews.get)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Resourceviews_ResourceView
- */
- public function get($projectName, $region, $resourceViewName, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView");
- }
- /**
- * Create a resource view. (regionViews.insert)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param Google_ResourceView $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Resourceviews_RegionViewsInsertResponse
- */
- public function insert($projectName, $region, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Resourceviews_RegionViewsInsertResponse");
- }
- /**
- * List resource views. (regionViews.listRegionViews)
+ * Retrieves the specified zone-specific operation resource.
+ * (zoneOperations.get)
*
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param string $operation
+ * Name of the operation resource to return.
* @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
- * 5000)
- * @return Google_Service_Resourceviews_RegionViewsListResponse
+ * @return Google_Service_Resourceviews_Operation
*/
- public function listRegionViews($projectName, $region, $optParams = array())
+ public function get($project, $zone, $operation, $optParams = array())
{
- $params = array('projectName' => $projectName, 'region' => $region);
+ $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Resourceviews_RegionViewsListResponse");
+ return $this->call('get', array($params), "Google_Service_Resourceviews_Operation");
}
/**
- * List the resources in the view. (regionViews.listresources)
+ * Retrieves the list of operation resources contained within the specified
+ * zone. (zoneOperations.listZoneOperations)
*
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
* @param array $optParams Optional parameters.
*
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
* @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
- * 5000)
- * @return Google_Service_Resourceviews_RegionViewsListResourcesResponse
- */
- public function listresources($projectName, $region, $resourceViewName, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName);
- $params = array_merge($params, $optParams);
- return $this->call('listresources', array($params), "Google_Service_Resourceviews_RegionViewsListResourcesResponse");
- }
- /**
- * Remove resources from the view. (regionViews.removeresources)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param Google_RegionViewsRemoveResourcesRequest $postBody
- * @param array $optParams Optional parameters.
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Resourceviews_OperationList
*/
- public function removeresources($projectName, $region, $resourceViewName, Google_Service_Resourceviews_RegionViewsRemoveResourcesRequest $postBody, $optParams = array())
+ public function listZoneOperations($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('removeresources', array($params));
+ return $this->call('list', array($params), "Google_Service_Resourceviews_OperationList");
}
}
@@ -535,79 +401,103 @@ class Google_Service_Resourceviews_ZoneViews_Resource extends Google_Service_Res
{
/**
- * Add resources to the view. (zoneViews.addresources)
+ * Add resources to the view. (zoneViews.addResources)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param Google_ZoneViewsAddResourcesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
*/
- public function addresources($projectName, $zone, $resourceViewName, Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody, $optParams = array())
+ public function addResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('addresources', array($params));
+ return $this->call('addResources', array($params), "Google_Service_Resourceviews_Operation");
}
/**
* Delete a resource view. (zoneViews.delete)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
*/
- public function delete($projectName, $zone, $resourceViewName, $optParams = array())
+ public function delete($project, $zone, $resourceView, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('delete', array($params), "Google_Service_Resourceviews_Operation");
}
/**
* Get the information of a zonal resource view. (zoneViews.get)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_ResourceView
*/
- public function get($projectName, $zone, $resourceViewName, $optParams = array())
+ public function get($project, $zone, $resourceView, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView");
}
+ /**
+ * Get the service information of a resource view or a resource.
+ * (zoneViews.getService)
+ *
+ * @param string $project
+ * The project name of the resource view.
+ * @param string $zone
+ * The zone name of the resource view.
+ * @param string $resourceView
+ * The name of the resource view.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string resourceName
+ * The name of the resource if user wants to get the service information of the resource.
+ * @return Google_Service_Resourceviews_ZoneViewsGetServiceResponse
+ */
+ public function getService($project, $zone, $resourceView, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
+ $params = array_merge($params, $optParams);
+ return $this->call('getService', array($params), "Google_Service_Resourceviews_ZoneViewsGetServiceResponse");
+ }
/**
* Create a resource view. (zoneViews.insert)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
* @param Google_ResourceView $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Resourceviews_ZoneViewsInsertResponse
+ * @return Google_Service_Resourceviews_Operation
*/
- public function insert($projectName, $zone, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array())
+ public function insert($project, $zone, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Resourceviews_ZoneViewsInsertResponse");
+ return $this->call('insert', array($params), "Google_Service_Resourceviews_Operation");
}
/**
* List resource views. (zoneViews.listZoneViews)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
@@ -619,56 +509,86 @@ public function insert($projectName, $zone, Google_Service_Resourceviews_Resourc
* @opt_param int maxResults
* Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
* 5000)
- * @return Google_Service_Resourceviews_ZoneViewsListResponse
+ * @return Google_Service_Resourceviews_ZoneViewsList
*/
- public function listZoneViews($projectName, $zone, $optParams = array())
+ public function listZoneViews($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsListResponse");
+ return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsList");
}
/**
- * List the resources of the resource view. (zoneViews.listresources)
+ * List the resources of the resource view. (zoneViews.listResources)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
+ * @opt_param string listState
+ * The state of the instance to list. By default, it lists all instances.
+ * @opt_param string format
+ * The requested format of the return value. It can be URL or URL_PORT. A JSON object will be
+ * included in the response based on the format. The default format is NONE, which results in no
+ * JSON in the response.
* @opt_param int maxResults
* Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
* 5000)
+ * @opt_param string pageToken
+ * Specifies a nextPageToken returned by a previous list request. This token can be used to request
+ * the next page of results from a previous list request.
+ * @opt_param string serviceName
+ * The service name to return in the response. It is optional and if it is not set, all the service
+ * end points will be returned.
* @return Google_Service_Resourceviews_ZoneViewsListResourcesResponse
*/
- public function listresources($projectName, $zone, $resourceViewName, $optParams = array())
+ public function listResources($project, $zone, $resourceView, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
$params = array_merge($params, $optParams);
- return $this->call('listresources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse");
+ return $this->call('listResources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse");
}
/**
- * Remove resources from the view. (zoneViews.removeresources)
+ * Remove resources from the view. (zoneViews.removeResources)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param Google_ZoneViewsRemoveResourcesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
+ */
+ public function removeResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('removeResources', array($params), "Google_Service_Resourceviews_Operation");
+ }
+ /**
+ * Update the service information of a resource view or a resource.
+ * (zoneViews.setService)
+ *
+ * @param string $project
+ * The project name of the resource view.
+ * @param string $zone
+ * The zone name of the resource view.
+ * @param string $resourceView
+ * The name of the resource view.
+ * @param Google_ZoneViewsSetServiceRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
*/
- public function removeresources($projectName, $zone, $resourceViewName, Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody, $optParams = array())
+ public function setService($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('removeresources', array($params));
+ return $this->call('setService', array($params), "Google_Service_Resourceviews_Operation");
}
}
@@ -701,28 +621,22 @@ public function getValue()
}
}
-class Google_Service_Resourceviews_RegionViewsAddResourcesRequest extends Google_Collection
+class Google_Service_Resourceviews_ListResourceResponseItem extends Google_Model
{
- protected $collection_key = 'resources';
- public $resources;
+ public $endpoints;
+ public $resource;
- public function setResources($resources)
+ public function setEndpoints($endpoints)
{
- $this->resources = $resources;
+ $this->endpoints = $endpoints;
}
- public function getResources()
+ public function getEndpoints()
{
- return $this->resources;
+ return $this->endpoints;
}
-}
-
-class Google_Service_Resourceviews_RegionViewsInsertResponse extends Google_Model
-{
- protected $resourceType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceDataType = '';
- public function setResource(Google_Service_Resourceviews_ResourceView $resource)
+ public function setResource($resource)
{
$this->resource = $resource;
}
@@ -733,100 +647,466 @@ public function getResource()
}
}
-class Google_Service_Resourceviews_RegionViewsListResourcesResponse extends Google_Collection
+class Google_Service_Resourceviews_ListResourceResponseItemEndpoints extends Google_Model
{
- protected $collection_key = 'members';
- public $members;
- public $nextPageToken;
- public function setMembers($members)
+}
+
+class Google_Service_Resourceviews_Operation extends Google_Collection
+{
+ protected $collection_key = 'warnings';
+ public $clientOperationId;
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Resourceviews_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
+ public $id;
+ public $insertTime;
+ public $kind;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $region;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Resourceviews_OperationWarnings';
+ protected $warningsDataType = 'array';
+ public $zone;
+
+ public function setClientOperationId($clientOperationId)
{
- $this->members = $members;
+ $this->clientOperationId = $clientOperationId;
}
- public function getMembers()
+ public function getClientOperationId()
{
- return $this->members;
+ return $this->clientOperationId;
}
- public function setNextPageToken($nextPageToken)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->nextPageToken = $nextPageToken;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getNextPageToken()
+ public function getCreationTimestamp()
{
- return $this->nextPageToken;
+ return $this->creationTimestamp;
}
-}
-class Google_Service_Resourceviews_RegionViewsListResponse extends Google_Collection
-{
- protected $collection_key = 'resourceViews';
- public $nextPageToken;
- protected $resourceViewsType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceViewsDataType = 'array';
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
- public function setNextPageToken($nextPageToken)
+ public function getEndTime()
{
- $this->nextPageToken = $nextPageToken;
+ return $this->endTime;
}
- public function getNextPageToken()
+ public function setError(Google_Service_Resourceviews_OperationError $error)
{
- return $this->nextPageToken;
+ $this->error = $error;
}
- public function setResourceViews($resourceViews)
+ public function getError()
{
- $this->resourceViews = $resourceViews;
+ return $this->error;
}
- public function getResourceViews()
+ public function setHttpErrorMessage($httpErrorMessage)
{
- return $this->resourceViews;
+ $this->httpErrorMessage = $httpErrorMessage;
}
-}
-class Google_Service_Resourceviews_RegionViewsRemoveResourcesRequest extends Google_Collection
-{
- protected $collection_key = 'resources';
- public $resources;
+ public function getHttpErrorMessage()
+ {
+ return $this->httpErrorMessage;
+ }
- public function setResources($resources)
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
- $this->resources = $resources;
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
}
- public function getResources()
+ public function getHttpErrorStatusCode()
{
- return $this->resources;
+ return $this->httpErrorStatusCode;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setInsertTime($insertTime)
+ {
+ $this->insertTime = $insertTime;
+ }
+
+ public function getInsertTime()
+ {
+ return $this->insertTime;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+
+ public function setProgress($progress)
+ {
+ $this->progress = $progress;
+ }
+
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+
+ public function setTargetId($targetId)
+ {
+ $this->targetId = $targetId;
+ }
+
+ public function getTargetId()
+ {
+ return $this->targetId;
+ }
+
+ public function setTargetLink($targetLink)
+ {
+ $this->targetLink = $targetLink;
+ }
+
+ public function getTargetLink()
+ {
+ return $this->targetLink;
+ }
+
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+
+ public function getUser()
+ {
+ return $this->user;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+
+ public function getZone()
+ {
+ return $this->zone;
+ }
+}
+
+class Google_Service_Resourceviews_OperationError extends Google_Collection
+{
+ protected $collection_key = 'errors';
+ protected $errorsType = 'Google_Service_Resourceviews_OperationErrorErrors';
+ protected $errorsDataType = 'array';
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Resourceviews_OperationErrorErrors extends Google_Model
+{
+ public $code;
+ public $location;
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+
+ public function getLocation()
+ {
+ return $this->location;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Resourceviews_OperationList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ public $id;
+ protected $itemsType = 'Google_Service_Resourceviews_Operation';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Resourceviews_OperationWarnings extends Google_Collection
+{
+ protected $collection_key = 'data';
+ public $code;
+ protected $dataType = 'Google_Service_Resourceviews_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Resourceviews_OperationWarningsData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
}
}
class Google_Service_Resourceviews_ResourceView extends Google_Collection
{
- protected $collection_key = 'members';
- public $creationTime;
+ protected $collection_key = 'resources';
+ public $creationTimestamp;
public $description;
+ protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
+ protected $endpointsDataType = 'array';
+ public $fingerprint;
public $id;
public $kind;
protected $labelsType = 'Google_Service_Resourceviews_Label';
protected $labelsDataType = 'array';
- public $lastModified;
- public $members;
public $name;
- public $numMembers;
+ public $network;
+ public $resources;
public $selfLink;
+ public $size;
- public function setCreationTime($creationTime)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->creationTime = $creationTime;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getCreationTime()
+ public function getCreationTimestamp()
{
- return $this->creationTime;
+ return $this->creationTimestamp;
}
public function setDescription($description)
@@ -839,6 +1119,26 @@ public function getDescription()
return $this->description;
}
+ public function setEndpoints($endpoints)
+ {
+ $this->endpoints = $endpoints;
+ }
+
+ public function getEndpoints()
+ {
+ return $this->endpoints;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -869,54 +1169,80 @@ public function getLabels()
return $this->labels;
}
- public function setLastModified($lastModified)
+ public function setName($name)
{
- $this->lastModified = $lastModified;
+ $this->name = $name;
}
- public function getLastModified()
+ public function getName()
{
- return $this->lastModified;
+ return $this->name;
}
- public function setMembers($members)
+ public function setNetwork($network)
{
- $this->members = $members;
+ $this->network = $network;
}
- public function getMembers()
+ public function getNetwork()
{
- return $this->members;
+ return $this->network;
}
- public function setName($name)
+ public function setResources($resources)
{
- $this->name = $name;
+ $this->resources = $resources;
}
- public function getName()
+ public function getResources()
{
- return $this->name;
+ return $this->resources;
}
- public function setNumMembers($numMembers)
+ public function setSelfLink($selfLink)
{
- $this->numMembers = $numMembers;
+ $this->selfLink = $selfLink;
}
- public function getNumMembers()
+ public function getSelfLink()
{
- return $this->numMembers;
+ return $this->selfLink;
}
- public function setSelfLink($selfLink)
+ public function setSize($size)
{
- $this->selfLink = $selfLink;
+ $this->size = $size;
}
- public function getSelfLink()
+ public function getSize()
{
- return $this->selfLink;
+ return $this->size;
+ }
+}
+
+class Google_Service_Resourceviews_ServiceEndpoint extends Google_Model
+{
+ public $name;
+ public $port;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPort($port)
+ {
+ $this->port = $port;
+ }
+
+ public function getPort()
+ {
+ return $this->port;
}
}
@@ -936,36 +1262,61 @@ public function getResources()
}
}
-class Google_Service_Resourceviews_ZoneViewsInsertResponse extends Google_Model
+class Google_Service_Resourceviews_ZoneViewsGetServiceResponse extends Google_Collection
{
- protected $resourceType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceDataType = '';
+ protected $collection_key = 'endpoints';
+ protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
+ protected $endpointsDataType = 'array';
+ public $fingerprint;
- public function setResource(Google_Service_Resourceviews_ResourceView $resource)
+ public function setEndpoints($endpoints)
{
- $this->resource = $resource;
+ $this->endpoints = $endpoints;
}
- public function getResource()
+ public function getEndpoints()
{
- return $this->resource;
+ return $this->endpoints;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
}
}
-class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
+class Google_Service_Resourceviews_ZoneViewsList extends Google_Collection
{
- protected $collection_key = 'members';
- public $members;
+ protected $collection_key = 'items';
+ protected $itemsType = 'Google_Service_Resourceviews_ResourceView';
+ protected $itemsDataType = 'array';
+ public $kind;
public $nextPageToken;
+ public $selfLink;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
- public function setMembers($members)
+ public function getItems()
{
- $this->members = $members;
+ return $this->items;
}
- public function getMembers()
+ public function setKind($kind)
{
- return $this->members;
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
}
public function setNextPageToken($nextPageToken)
@@ -977,33 +1328,54 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
}
-class Google_Service_Resourceviews_ZoneViewsListResponse extends Google_Collection
+class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
{
- protected $collection_key = 'resourceViews';
+ protected $collection_key = 'items';
+ protected $itemsType = 'Google_Service_Resourceviews_ListResourceResponseItem';
+ protected $itemsDataType = 'array';
+ public $network;
public $nextPageToken;
- protected $resourceViewsType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceViewsDataType = 'array';
- public function setNextPageToken($nextPageToken)
+ public function setItems($items)
{
- $this->nextPageToken = $nextPageToken;
+ $this->items = $items;
}
- public function getNextPageToken()
+ public function getItems()
{
- return $this->nextPageToken;
+ return $this->items;
+ }
+
+ public function setNetwork($network)
+ {
+ $this->network = $network;
}
- public function setResourceViews($resourceViews)
+ public function getNetwork()
{
- $this->resourceViews = $resourceViews;
+ return $this->network;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
}
- public function getResourceViews()
+ public function getNextPageToken()
{
- return $this->resourceViews;
+ return $this->nextPageToken;
}
}
@@ -1022,3 +1394,42 @@ public function getResources()
return $this->resources;
}
}
+
+class Google_Service_Resourceviews_ZoneViewsSetServiceRequest extends Google_Collection
+{
+ protected $collection_key = 'endpoints';
+ protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
+ protected $endpointsDataType = 'array';
+ public $fingerprint;
+ public $resourceName;
+
+ public function setEndpoints($endpoints)
+ {
+ $this->endpoints = $endpoints;
+ }
+
+ public function getEndpoints()
+ {
+ return $this->endpoints;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setResourceName($resourceName)
+ {
+ $this->resourceName = $resourceName;
+ }
+
+ public function getResourceName()
+ {
+ return $this->resourceName;
+ }
+}
From 5a8805198141f28a68157624c551d3f71cb5260d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 19 Sep 2014 01:56:46 -0700
Subject: [PATCH 0170/1219] Updated IdentityToolkit.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/IdentityToolkit.php | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/IdentityToolkit.php b/src/Google/Service/IdentityToolkit.php
index 847da8af0..4b602596e 100644
--- a/src/Google/Service/IdentityToolkit.php
+++ b/src/Google/Service/IdentityToolkit.php
@@ -197,7 +197,7 @@ public function getPublicKeys($optParams = array())
return $this->call('getPublicKeys', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse");
}
/**
- * Set account info for a user. (relyingparty.resetPassword)
+ * Reset password for a user. (relyingparty.resetPassword)
*
* @param Google_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody
* @param array $optParams Optional parameters.
@@ -269,6 +269,7 @@ public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRel
class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Model
{
public $authUri;
+ public $captchaRequired;
public $forExistingProvider;
public $kind;
public $providerId;
@@ -284,6 +285,16 @@ public function getAuthUri()
return $this->authUri;
}
+ public function setCaptchaRequired($captchaRequired)
+ {
+ $this->captchaRequired = $captchaRequired;
+ }
+
+ public function getCaptchaRequired()
+ {
+ return $this->captchaRequired;
+ }
+
public function setForExistingProvider($forExistingProvider)
{
$this->forExistingProvider = $forExistingProvider;
From aedf68c67d4a1607d5741284b3b4e6b930b437d6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 19 Sep 2014 01:56:46 -0700
Subject: [PATCH 0171/1219] Updated Datastore.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Datastore.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Google/Service/Datastore.php b/src/Google/Service/Datastore.php
index 7efeaa662..c6e68ae26 100644
--- a/src/Google/Service/Datastore.php
+++ b/src/Google/Service/Datastore.php
@@ -31,6 +31,8 @@
*/
class Google_Service_Datastore extends Google_Service
{
+ /** View and manage your data across Google Cloud Platform services. */
+ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Cloud Datastore data. */
const DATASTORE = "https://www.googleapis.com/auth/datastore";
/** View your email address. */
From 4ab4b5214f252e51263b905007bcc7e44b385e6b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 20 Sep 2014 01:58:19 -0700
Subject: [PATCH 0172/1219] Updated CivicInfo.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CivicInfo.php | 313 ++++++++++++++++++-------------
1 file changed, 185 insertions(+), 128 deletions(-)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index 5721b27b5..8793baa9a 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -16,7 +16,7 @@
*/
/**
- * Service definition for CivicInfo (v1).
+ * Service definition for CivicInfo (v2).
*
*
* An API for accessing civic information.
@@ -46,8 +46,8 @@ class Google_Service_CivicInfo extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'civicinfo/v1/';
- $this->version = 'v1';
+ $this->servicePath = 'civicinfo/v2/';
+ $this->version = 'v2';
$this->serviceName = 'civicinfo';
$this->divisions = new Google_Service_CivicInfo_Divisions_Resource(
@@ -57,7 +57,7 @@ public function __construct(Google_Client $client)
array(
'methods' => array(
'search' => array(
- 'path' => 'representatives/division_search',
+ 'path' => 'divisions',
'httpMethod' => 'GET',
'parameters' => array(
'query' => array(
@@ -80,14 +80,18 @@ public function __construct(Google_Client $client)
'httpMethod' => 'GET',
'parameters' => array(),
),'voterInfoQuery' => array(
- 'path' => 'voterinfo/{electionId}/lookup',
- 'httpMethod' => 'POST',
+ 'path' => 'voterinfo',
+ 'httpMethod' => 'GET',
'parameters' => array(
- 'electionId' => array(
- 'location' => 'path',
+ 'address' => array(
+ 'location' => 'query',
'type' => 'string',
'required' => true,
),
+ 'electionId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'officialOnly' => array(
'location' => 'query',
'type' => 'boolean',
@@ -103,22 +107,52 @@ public function __construct(Google_Client $client)
'representatives',
array(
'methods' => array(
- 'representativeInfoQuery' => array(
- 'path' => 'representatives/lookup',
- 'httpMethod' => 'POST',
+ 'representativeInfoByAddress' => array(
+ 'path' => 'representatives',
+ 'httpMethod' => 'GET',
'parameters' => array(
- 'ocdId' => array(
+ 'includeOffices' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'levels' => array(
'location' => 'query',
'type' => 'string',
+ 'repeated' => true,
),
- 'includeOffices' => array(
+ 'roles' => array(
'location' => 'query',
- 'type' => 'boolean',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'address' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'representativeInfoByDivision' => array(
+ 'path' => 'representatives/{ocdId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'ocdId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'levels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
),
'recursive' => array(
'location' => 'query',
'type' => 'boolean',
),
+ 'roles' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
),
),
)
@@ -187,19 +221,20 @@ public function electionQuery($optParams = array())
* Looks up information relevant to a voter based on the voter's registered
* address. (elections.voterInfoQuery)
*
- * @param string $electionId
- * The unique ID of the election to look up. A list of election IDs can be obtained at
- * https://www.googleapis.com/civicinfo/{version}/elections
- * @param Google_VoterInfoRequest $postBody
+ * @param string $address
+ * The registered address of the voter to look up.
* @param array $optParams Optional parameters.
*
+ * @opt_param string electionId
+ * The unique ID of the election to look up. A list of election IDs can be obtained at
+ * https://www.googleapis.com/civicinfo/{version}/elections
* @opt_param bool officialOnly
* If set to true, only data from official state sources will be returned.
* @return Google_Service_CivicInfo_VoterInfoResponse
*/
- public function voterInfoQuery($electionId, Google_Service_CivicInfo_VoterInfoRequest $postBody, $optParams = array())
+ public function voterInfoQuery($address, $optParams = array())
{
- $params = array('electionId' => $electionId, 'postBody' => $postBody);
+ $params = array('address' => $address);
$params = array_merge($params, $optParams);
return $this->call('voterInfoQuery', array($params), "Google_Service_CivicInfo_VoterInfoResponse");
}
@@ -217,30 +252,55 @@ class Google_Service_CivicInfo_Representatives_Resource extends Google_Service_R
{
/**
- * Looks up political geography and representative information based on an
- * address or Open Civic Data division identifier.
- * (representatives.representativeInfoQuery)
+ * Looks up political geography and representative information for a single
+ * address. (representatives.representativeInfoByAddress)
*
- * @param Google_RepresentativeInfoRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string ocdId
- * The division to look up. May only be specified if the address field is not given in the request
- * body.
* @opt_param bool includeOffices
* Whether to return information about offices and officials. If false, only the top-level district
* information will be returned.
- * @opt_param bool recursive
- * When ocd_id is supplied, return all divisions which are hierarchically nested within the queried
- * division. For example, if querying ocd-division/country:us/district:dc, this would also return
- * all DC's wards and ANCs.
+ * @opt_param string levels
+ * A list of office levels to filter by. Only offices that serve at least one of these levels will
+ * be returned. Divisions that don't contain a matching office will not be returned.
+ * @opt_param string roles
+ * A list of office roles to filter by. Only offices fulfilling one of these roles will be
+ * returned. Divisions that don't contain a matching office will not be returned.
+ * @opt_param string address
+ * The address to look up. May only be specified if the field ocdId is not given in the URL.
* @return Google_Service_CivicInfo_RepresentativeInfoResponse
*/
- public function representativeInfoQuery(Google_Service_CivicInfo_RepresentativeInfoRequest $postBody, $optParams = array())
+ public function representativeInfoByAddress($optParams = array())
{
- $params = array('postBody' => $postBody);
+ $params = array();
$params = array_merge($params, $optParams);
- return $this->call('representativeInfoQuery', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse");
+ return $this->call('representativeInfoByAddress', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse");
+ }
+ /**
+ * Looks up representative information for a single geographic division.
+ * (representatives.representativeInfoByDivision)
+ *
+ * @param string $ocdId
+ * The Open Civic Data division identifier of the division to look up.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string levels
+ * A list of office levels to filter by. Only offices that serve at least one of these levels will
+ * be returned. Divisions that don't contain a matching office will not be returned.
+ * @opt_param bool recursive
+ * If true, information about all divisions contained in the division requested will be included as
+ * well. For example, if querying ocd-division/country:us/district:dc, this would also return all
+ * DC's wards and ANCs.
+ * @opt_param string roles
+ * A list of office roles to filter by. Only offices fulfilling one of these roles will be
+ * returned. Divisions that don't contain a matching office will not be returned.
+ * @return Google_Service_CivicInfo_RepresentativeInfoData
+ */
+ public function representativeInfoByDivision($ocdId, $optParams = array())
+ {
+ $params = array('ocdId' => $ocdId);
+ $params = array_merge($params, $optParams);
+ return $this->call('representativeInfoByDivision', array($params), "Google_Service_CivicInfo_RepresentativeInfoData");
}
}
@@ -599,6 +659,7 @@ class Google_Service_CivicInfo_Contest extends Google_Collection
public $referendumSubtitle;
public $referendumTitle;
public $referendumUrl;
+ public $roles;
protected $sourcesType = 'Google_Service_CivicInfo_Source';
protected $sourcesDataType = 'array';
public $special;
@@ -734,6 +795,16 @@ public function getReferendumUrl()
return $this->referendumUrl;
}
+ public function setRoles($roles)
+ {
+ $this->roles = $roles;
+ }
+
+ public function getRoles()
+ {
+ return $this->roles;
+ }
+
public function setSources($sources)
{
$this->sources = $sources;
@@ -771,7 +842,6 @@ class Google_Service_CivicInfo_DivisionSearchResponse extends Google_Collection
public $kind;
protected $resultsType = 'Google_Service_CivicInfo_DivisionSearchResult';
protected $resultsDataType = 'array';
- public $status;
public function setKind($kind)
{
@@ -792,16 +862,6 @@ public function getResults()
{
return $this->results;
}
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
class Google_Service_CivicInfo_DivisionSearchResult extends Google_Collection
@@ -1005,11 +1065,10 @@ public function getScope()
class Google_Service_CivicInfo_GeographicDivision extends Google_Collection
{
- protected $collection_key = 'officeIds';
+ protected $collection_key = 'officeIndices';
public $alsoKnownAs;
public $name;
- public $officeIds;
- public $scope;
+ public $officeIndices;
public function setAlsoKnownAs($alsoKnownAs)
{
@@ -1031,24 +1090,14 @@ public function getName()
return $this->name;
}
- public function setOfficeIds($officeIds)
- {
- $this->officeIds = $officeIds;
- }
-
- public function getOfficeIds()
+ public function setOfficeIndices($officeIndices)
{
- return $this->officeIds;
+ $this->officeIndices = $officeIndices;
}
- public function setScope($scope)
+ public function getOfficeIndices()
{
- $this->scope = $scope;
- }
-
- public function getScope()
- {
- return $this->scope;
+ return $this->officeIndices;
}
}
@@ -1056,9 +1105,10 @@ class Google_Service_CivicInfo_Office extends Google_Collection
{
protected $collection_key = 'sources';
public $divisionId;
- public $level;
+ public $levels;
public $name;
- public $officialIds;
+ public $officialIndices;
+ public $roles;
protected $sourcesType = 'Google_Service_CivicInfo_Source';
protected $sourcesDataType = 'array';
@@ -1072,14 +1122,14 @@ public function getDivisionId()
return $this->divisionId;
}
- public function setLevel($level)
+ public function setLevels($levels)
{
- $this->level = $level;
+ $this->levels = $levels;
}
- public function getLevel()
+ public function getLevels()
{
- return $this->level;
+ return $this->levels;
}
public function setName($name)
@@ -1092,14 +1142,24 @@ public function getName()
return $this->name;
}
- public function setOfficialIds($officialIds)
+ public function setOfficialIndices($officialIndices)
+ {
+ $this->officialIndices = $officialIndices;
+ }
+
+ public function getOfficialIndices()
{
- $this->officialIds = $officialIds;
+ return $this->officialIndices;
}
- public function getOfficialIds()
+ public function setRoles($roles)
{
- return $this->officialIds;
+ $this->roles = $roles;
+ }
+
+ public function getRoles()
+ {
+ return $this->roles;
}
public function setSources($sources)
@@ -1314,33 +1374,64 @@ public function getVoterServices()
}
}
-class Google_Service_CivicInfo_RepresentativeInfoRequest extends Google_Model
+class Google_Service_CivicInfo_RepresentativeInfoData extends Google_Collection
{
- public $address;
+ protected $collection_key = 'officials';
+ protected $divisionsType = 'Google_Service_CivicInfo_GeographicDivision';
+ protected $divisionsDataType = 'map';
+ protected $officesType = 'Google_Service_CivicInfo_Office';
+ protected $officesDataType = 'array';
+ protected $officialsType = 'Google_Service_CivicInfo_Official';
+ protected $officialsDataType = 'array';
- public function setAddress($address)
+ public function setDivisions($divisions)
{
- $this->address = $address;
+ $this->divisions = $divisions;
}
- public function getAddress()
+ public function getDivisions()
{
- return $this->address;
+ return $this->divisions;
+ }
+
+ public function setOffices($offices)
+ {
+ $this->offices = $offices;
+ }
+
+ public function getOffices()
+ {
+ return $this->offices;
+ }
+
+ public function setOfficials($officials)
+ {
+ $this->officials = $officials;
+ }
+
+ public function getOfficials()
+ {
+ return $this->officials;
}
}
-class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Model
+class Google_Service_CivicInfo_RepresentativeInfoDataDivisions extends Google_Model
+{
+
+}
+
+class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Collection
{
+ protected $collection_key = 'officials';
protected $divisionsType = 'Google_Service_CivicInfo_GeographicDivision';
protected $divisionsDataType = 'map';
public $kind;
protected $normalizedInputType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $normalizedInputDataType = '';
protected $officesType = 'Google_Service_CivicInfo_Office';
- protected $officesDataType = 'map';
+ protected $officesDataType = 'array';
protected $officialsType = 'Google_Service_CivicInfo_Official';
- protected $officialsDataType = 'map';
- public $status;
+ protected $officialsDataType = 'array';
public function setDivisions($divisions)
{
@@ -1391,16 +1482,6 @@ public function getOfficials()
{
return $this->officials;
}
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Google_Model
@@ -1408,16 +1489,6 @@ class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Googl
}
-class Google_Service_CivicInfo_RepresentativeInfoResponseOffices extends Google_Model
-{
-
-}
-
-class Google_Service_CivicInfo_RepresentativeInfoResponseOfficials extends Google_Model
-{
-
-}
-
class Google_Service_CivicInfo_SimpleAddressType extends Google_Model
{
public $city;
@@ -1525,21 +1596,6 @@ public function getOfficial()
}
}
-class Google_Service_CivicInfo_VoterInfoRequest extends Google_Model
-{
- public $address;
-
- public function setAddress($address)
- {
- $this->address = $address;
- }
-
- public function getAddress()
- {
- return $this->address;
- }
-}
-
class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
{
protected $collection_key = 'state';
@@ -1552,11 +1608,12 @@ class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
public $kind;
protected $normalizedInputType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $normalizedInputDataType = '';
+ protected $otherElectionsType = 'Google_Service_CivicInfo_Election';
+ protected $otherElectionsDataType = 'array';
protected $pollingLocationsType = 'Google_Service_CivicInfo_PollingLocation';
protected $pollingLocationsDataType = 'array';
protected $stateType = 'Google_Service_CivicInfo_AdministrationRegion';
protected $stateDataType = 'array';
- public $status;
public function setContests($contests)
{
@@ -1608,6 +1665,16 @@ public function getNormalizedInput()
return $this->normalizedInput;
}
+ public function setOtherElections($otherElections)
+ {
+ $this->otherElections = $otherElections;
+ }
+
+ public function getOtherElections()
+ {
+ return $this->otherElections;
+ }
+
public function setPollingLocations($pollingLocations)
{
$this->pollingLocations = $pollingLocations;
@@ -1627,14 +1694,4 @@ public function getState()
{
return $this->state;
}
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
From b01bb42aad69b539dc108e6449b9e48596ca056a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 20 Sep 2014 01:58:19 -0700
Subject: [PATCH 0173/1219] Updated Drive.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Drive.php | 49 ++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index 7adaec0e5..1bc3b9eda 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -4244,6 +4244,8 @@ class Google_Service_Drive_DriveFile extends Google_Collection
protected $userPermissionType = 'Google_Service_Drive_Permission';
protected $userPermissionDataType = '';
public $version;
+ protected $videoMediaMetadataType = 'Google_Service_Drive_DriveFileVideoMediaMetadata';
+ protected $videoMediaMetadataDataType = '';
public $webContentLink;
public $webViewLink;
public $writersCanShare;
@@ -4708,6 +4710,16 @@ public function getVersion()
return $this->version;
}
+ public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMetadata $videoMediaMetadata)
+ {
+ $this->videoMediaMetadata = $videoMediaMetadata;
+ }
+
+ public function getVideoMediaMetadata()
+ {
+ return $this->videoMediaMetadata;
+ }
+
public function setWebContentLink($webContentLink)
{
$this->webContentLink = $webContentLink;
@@ -5122,6 +5134,43 @@ public function getMimeType()
}
}
+class Google_Service_Drive_DriveFileVideoMediaMetadata extends Google_Model
+{
+ public $durationMillis;
+ public $height;
+ public $width;
+
+ public function setDurationMillis($durationMillis)
+ {
+ $this->durationMillis = $durationMillis;
+ }
+
+ public function getDurationMillis()
+ {
+ return $this->durationMillis;
+ }
+
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+
+ public function getHeight()
+ {
+ return $this->height;
+ }
+
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
class Google_Service_Drive_FileList extends Google_Collection
{
protected $collection_key = 'items';
From 43c1aa0ce8ce29d6652a8b3d3f480c10de6d111b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sun, 21 Sep 2014 01:59:42 -0700
Subject: [PATCH 0174/1219] Updated MapsEngine.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/MapsEngine.php | 733 ++++++++++++++++++++++++++++++
1 file changed, 733 insertions(+)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index f0853b7c4..58ff77048 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -38,21 +38,27 @@ class Google_Service_MapsEngine extends Google_Service
public $assets;
public $assets_parents;
+ public $assets_permissions;
public $layers;
public $layers_parents;
+ public $layers_permissions;
public $maps;
+ public $maps_permissions;
public $projects;
public $projects_icons;
public $rasterCollections;
public $rasterCollections_parents;
+ public $rasterCollections_permissions;
public $rasterCollections_rasters;
public $rasters;
public $rasters_files;
public $rasters_parents;
+ public $rasters_permissions;
public $tables;
public $tables_features;
public $tables_files;
public $tables_parents;
+ public $tables_permissions;
/**
@@ -172,6 +178,26 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->assets_permissions = new Google_Service_MapsEngine_AssetsPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'assets/{id}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->layers = new Google_Service_MapsEngine_Layers_Resource(
$this,
$this->serviceName,
@@ -381,6 +407,46 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->layers_permissions = new Google_Service_MapsEngine_LayersPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'batchDelete' => array(
+ 'path' => 'layers/{id}/permissions/batchDelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchUpdate' => array(
+ 'path' => 'layers/{id}/permissions/batchUpdate',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'layers/{id}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->maps = new Google_Service_MapsEngine_Maps_Resource(
$this,
$this->serviceName,
@@ -537,6 +603,46 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->maps_permissions = new Google_Service_MapsEngine_MapsPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'batchDelete' => array(
+ 'path' => 'maps/{id}/permissions/batchDelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchUpdate' => array(
+ 'path' => 'maps/{id}/permissions/batchUpdate',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'maps/{id}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->projects = new Google_Service_MapsEngine_Projects_Resource(
$this,
$this->serviceName,
@@ -753,6 +859,46 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->rasterCollections_permissions = new Google_Service_MapsEngine_RasterCollectionsPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'batchDelete' => array(
+ 'path' => 'rasterCollections/{id}/permissions/batchDelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchUpdate' => array(
+ 'path' => 'rasterCollections/{id}/permissions/batchUpdate',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'rasterCollections/{id}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->rasterCollections_rasters = new Google_Service_MapsEngine_RasterCollectionsRasters_Resource(
$this,
$this->serviceName,
@@ -1002,6 +1148,46 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->rasters_permissions = new Google_Service_MapsEngine_RastersPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'batchDelete' => array(
+ 'path' => 'rasters/{id}/permissions/batchDelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchUpdate' => array(
+ 'path' => 'rasters/{id}/permissions/batchUpdate',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'rasters/{id}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->tables = new Google_Service_MapsEngine_Tables_Resource(
$this,
$this->serviceName,
@@ -1283,6 +1469,46 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->tables_permissions = new Google_Service_MapsEngine_TablesPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'batchDelete' => array(
+ 'path' => 'tables/{id}/permissions/batchDelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchUpdate' => array(
+ 'path' => 'tables/{id}/permissions/batchUpdate',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'tables/{id}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
}
}
@@ -1398,6 +1624,33 @@ public function listAssetsParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_AssetsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listAssetsPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listAssetsPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "layers" collection of methods.
@@ -1657,6 +1910,67 @@ public function listLayersParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_LayersPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listLayersPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listLayersPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "maps" collection of methods.
@@ -1850,6 +2164,68 @@ public function unpublish($id, $optParams = array())
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_MapsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listMapsPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listMapsPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
+
/**
* The "projects" collection of methods.
* Typical usage is:
@@ -2123,6 +2499,67 @@ public function listRasterCollectionsParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_RasterCollectionsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listRasterCollectionsPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listRasterCollectionsPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "rasters" collection of methods.
* Typical usage is:
@@ -2413,6 +2850,67 @@ public function listRastersParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_RastersPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listRastersPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listRastersPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "tables" collection of methods.
@@ -2771,6 +3269,67 @@ public function listTablesParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_TablesPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listTablesPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listTablesPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
@@ -2828,6 +3387,7 @@ class Google_Service_MapsEngine_Asset extends Google_Collection
public $resource;
public $tags;
public $type;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -2958,6 +3518,16 @@ public function getType()
{
return $this->type;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
@@ -3731,6 +4301,7 @@ class Google_Service_MapsEngine_Layer extends Google_Collection
protected $styleType = 'Google_Service_MapsEngine_VectorStyle';
protected $styleDataType = '';
public $tags;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -3921,6 +4492,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
@@ -4062,6 +4643,7 @@ class Google_Service_MapsEngine_Map extends Google_Collection
public $publishingStatus;
public $tags;
public $versions;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -4242,6 +4824,16 @@ public function getVersions()
{
return $this->versions;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_MapFolder extends Google_Collection
@@ -4548,6 +5140,114 @@ public function getParents()
}
}
+class Google_Service_MapsEngine_Permission extends Google_Model
+{
+ public $discoverable;
+ public $id;
+ public $role;
+ public $type;
+
+ public function setDiscoverable($discoverable)
+ {
+ $this->discoverable = $discoverable;
+ }
+
+ public function getDiscoverable()
+ {
+ return $this->discoverable;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setRole($role)
+ {
+ $this->role = $role;
+ }
+
+ public function getRole()
+ {
+ return $this->role;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_PermissionsBatchDeleteRequest extends Google_Collection
+{
+ protected $collection_key = 'ids';
+ public $ids;
+
+ public function setIds($ids)
+ {
+ $this->ids = $ids;
+ }
+
+ public function getIds()
+ {
+ return $this->ids;
+ }
+}
+
+class Google_Service_MapsEngine_PermissionsBatchDeleteResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_PermissionsBatchUpdateRequest extends Google_Collection
+{
+ protected $collection_key = 'permissions';
+ protected $permissionsType = 'Google_Service_MapsEngine_Permission';
+ protected $permissionsDataType = 'array';
+
+ public function setPermissions($permissions)
+ {
+ $this->permissions = $permissions;
+ }
+
+ public function getPermissions()
+ {
+ return $this->permissions;
+ }
+}
+
+class Google_Service_MapsEngine_PermissionsBatchUpdateResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_PermissionsListResponse extends Google_Collection
+{
+ protected $collection_key = 'permissions';
+ protected $permissionsType = 'Google_Service_MapsEngine_Permission';
+ protected $permissionsDataType = 'array';
+
+ public function setPermissions($permissions)
+ {
+ $this->permissions = $permissions;
+ }
+
+ public function getPermissions()
+ {
+ return $this->permissions;
+ }
+}
+
class Google_Service_MapsEngine_PointStyle extends Google_Model
{
protected $iconType = 'Google_Service_MapsEngine_IconStyle';
@@ -4866,6 +5566,7 @@ class Google_Service_MapsEngine_Raster extends Google_Collection
public $projectId;
public $rasterType;
public $tags;
+ public $writersCanEditPermissions;
public function setAcquisitionTime(Google_Service_MapsEngine_AcquisitionTime $acquisitionTime)
{
@@ -5046,6 +5747,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_RasterCollection extends Google_Collection
@@ -5067,6 +5778,7 @@ class Google_Service_MapsEngine_RasterCollection extends Google_Collection
public $projectId;
public $rasterType;
public $tags;
+ public $writersCanEditPermissions;
public function setAttribution($attribution)
{
@@ -5227,6 +5939,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
@@ -5635,6 +6357,7 @@ class Google_Service_MapsEngine_Table extends Google_Collection
protected $schemaDataType = '';
public $sourceEncoding;
public $tags;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -5805,6 +6528,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_TableColumn extends Google_Model
From 9ee04e219287be53805ecf59388e07dffcc867d2 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Mon, 22 Sep 2014 02:01:03 -0700
Subject: [PATCH 0175/1219] Updated Directory.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Directory.php | 521 ++++++++++++++++++++++++++++++-
1 file changed, 515 insertions(+), 6 deletions(-)
diff --git a/src/Google/Service/Directory.php b/src/Google/Service/Directory.php
index 1091b0094..045620501 100644
--- a/src/Google/Service/Directory.php
+++ b/src/Google/Service/Directory.php
@@ -65,6 +65,10 @@ class Google_Service_Directory extends Google_Service
const ADMIN_DIRECTORY_USER_READONLY = "https://www.googleapis.com/auth/admin.directory.user.readonly";
/** Manage data access permissions for users on your domain. */
const ADMIN_DIRECTORY_USER_SECURITY = "https://www.googleapis.com/auth/admin.directory.user.security";
+ /** View and manage the provisioning of user schemas on your domain. */
+ const ADMIN_DIRECTORY_USERSCHEMA = "https://www.googleapis.com/auth/admin.directory.userschema";
+ /** View user schemas on your domain. */
+ const ADMIN_DIRECTORY_USERSCHEMA_READONLY = "https://www.googleapis.com/auth/admin.directory.userschema.readonly";
public $asps;
public $channels;
@@ -75,6 +79,7 @@ class Google_Service_Directory extends Google_Service
public $mobiledevices;
public $notifications;
public $orgunits;
+ public $schemas;
public $tokens;
public $users;
public $users_aliases;
@@ -772,6 +777,96 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->schemas = new Google_Service_Directory_Schemas_Resource(
+ $this,
+ $this->serviceName,
+ 'schemas',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'customer/{customerId}/schemas/{schemaKey}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'schemaKey' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'customer/{customerId}/schemas/{schemaKey}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'schemaKey' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'customer/{customerId}/schemas',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'customer/{customerId}/schemas',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'customer/{customerId}/schemas/{schemaKey}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'schemaKey' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'customer/{customerId}/schemas/{schemaKey}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'schemaKey' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->tokens = new Google_Service_Directory_Tokens_Resource(
$this,
$this->serviceName,
@@ -847,6 +942,18 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'viewType' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'customFieldMask' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'projection' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'insert' => array(
'path' => 'users',
@@ -868,10 +975,18 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'projection' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'showDeleted' => array(
'location' => 'query',
'type' => 'string',
),
+ 'customFieldMask' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -888,6 +1003,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'viewType' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'event' => array(
'location' => 'query',
'type' => 'string',
@@ -949,10 +1068,18 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'projection' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'showDeleted' => array(
'location' => 'query',
'type' => 'string',
),
+ 'customFieldMask' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -969,6 +1096,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'viewType' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'event' => array(
'location' => 'query',
'type' => 'string',
@@ -1913,6 +2044,113 @@ public function update($customerId, $orgUnitPath, Google_Service_Directory_OrgUn
}
}
+/**
+ * The "schemas" collection of methods.
+ * Typical usage is:
+ *
+ * $adminService = new Google_Service_Directory(...);
+ * $schemas = $adminService->schemas;
+ *
+ */
+class Google_Service_Directory_Schemas_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete schema (schemas.delete)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($customerId, $schemaKey, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieve schema (schemas.get)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function get($customerId, $schemaKey, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Directory_Schema");
+ }
+ /**
+ * Create schema. (schemas.insert)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param Google_Schema $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function insert($customerId, Google_Service_Directory_Schema $postBody, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Directory_Schema");
+ }
+ /**
+ * Retrieve all schemas for a customer (schemas.listSchemas)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schemas
+ */
+ public function listSchemas($customerId, $optParams = array())
+ {
+ $params = array('customerId' => $customerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Directory_Schemas");
+ }
+ /**
+ * Update schema. This method supports patch semantics. (schemas.patch)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema.
+ * @param Google_Schema $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function patch($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Directory_Schema");
+ }
+ /**
+ * Update schema (schemas.update)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema.
+ * @param Google_Schema $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function update($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Directory_Schema");
+ }
+}
+
/**
* The "tokens" collection of methods.
* Typical usage is:
@@ -2005,6 +2243,14 @@ public function delete($userKey, $optParams = array())
* @param string $userKey
* Email or immutable Id of the user
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string viewType
+ * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
+ * @opt_param string customFieldMask
+ * Comma-separated list of schema names. All fields from these schemas are fetched. This should
+ * only be set when projection=custom.
+ * @opt_param string projection
+ * What subset of fields to fetch for this user.
* @return Google_Service_Directory_User
*/
public function get($userKey, $optParams = array())
@@ -2040,8 +2286,13 @@ public function insert(Google_Service_Directory_User $postBody, $optParams = arr
* @opt_param string domain
* Name of the domain. Fill this field to get users from only this domain. To return all users in a
* multi-domain fill customer field instead.
+ * @opt_param string projection
+ * What subset of fields to fetch for this user.
* @opt_param string showDeleted
* If set to true retrieves the list of deleted users. Default is false
+ * @opt_param string customFieldMask
+ * Comma-separated list of schema names. All fields from these schemas are fetched. This should
+ * only be set when projection=custom.
* @opt_param int maxResults
* Maximum number of results to return. Default is 100. Max allowed is 500
* @opt_param string pageToken
@@ -2049,9 +2300,10 @@ public function insert(Google_Service_Directory_User $postBody, $optParams = arr
* @opt_param string sortOrder
* Whether to return results in ascending or descending order.
* @opt_param string query
- * Query string search. Should be of the form "" where field can be any of supported fields,
- * operators can be one of '=' for exact match or ':' for prefix match. For prefix match, the value
- * should always be followed by a *.
+ * Query string search. Should be of the form "". Complete documentation is at
+ * https://developers.google.com/admin-sdk/directory/v1/guides/search-users
+ * @opt_param string viewType
+ * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
* @opt_param string event
* Event on which subscription is intended (if subscribing)
* @return Google_Service_Directory_Users
@@ -2134,8 +2386,13 @@ public function update($userKey, Google_Service_Directory_User $postBody, $optPa
* @opt_param string domain
* Name of the domain. Fill this field to get users from only this domain. To return all users in a
* multi-domain fill customer field instead.
+ * @opt_param string projection
+ * What subset of fields to fetch for this user.
* @opt_param string showDeleted
* If set to true retrieves the list of deleted users. Default is false
+ * @opt_param string customFieldMask
+ * Comma-separated list of schema names. All fields from these schemas are fetched. This should
+ * only be set when projection=custom.
* @opt_param int maxResults
* Maximum number of results to return. Default is 100. Max allowed is 500
* @opt_param string pageToken
@@ -2143,9 +2400,10 @@ public function update($userKey, Google_Service_Directory_User $postBody, $optPa
* @opt_param string sortOrder
* Whether to return results in ascending or descending order.
* @opt_param string query
- * Query string search. Should be of the form "" where field can be any of supported fields,
- * operators can be one of '=' for exact match or ':' for prefix match. For prefix match, the value
- * should always be followed by a *.
+ * Query string search. Should be of the form "". Complete documentation is at
+ * https://developers.google.com/admin-sdk/directory/v1/guides/search-users
+ * @opt_param string viewType
+ * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
* @opt_param string event
* Event on which subscription is intended (if subscribing)
* @return Google_Service_Directory_Channel
@@ -4013,6 +4271,236 @@ public function getOrganizationUnits()
}
}
+class Google_Service_Directory_Schema extends Google_Collection
+{
+ protected $collection_key = 'fields';
+ public $etag;
+ protected $fieldsType = 'Google_Service_Directory_SchemaFieldSpec';
+ protected $fieldsDataType = 'array';
+ public $kind;
+ public $schemaId;
+ public $schemaName;
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setFields($fields)
+ {
+ $this->fields = $fields;
+ }
+
+ public function getFields()
+ {
+ return $this->fields;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setSchemaId($schemaId)
+ {
+ $this->schemaId = $schemaId;
+ }
+
+ public function getSchemaId()
+ {
+ return $this->schemaId;
+ }
+
+ public function setSchemaName($schemaName)
+ {
+ $this->schemaName = $schemaName;
+ }
+
+ public function getSchemaName()
+ {
+ return $this->schemaName;
+ }
+}
+
+class Google_Service_Directory_SchemaFieldSpec extends Google_Model
+{
+ public $etag;
+ public $fieldId;
+ public $fieldName;
+ public $fieldType;
+ public $indexed;
+ public $kind;
+ public $multiValued;
+ protected $numericIndexingSpecType = 'Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec';
+ protected $numericIndexingSpecDataType = '';
+ public $readAccessType;
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setFieldId($fieldId)
+ {
+ $this->fieldId = $fieldId;
+ }
+
+ public function getFieldId()
+ {
+ return $this->fieldId;
+ }
+
+ public function setFieldName($fieldName)
+ {
+ $this->fieldName = $fieldName;
+ }
+
+ public function getFieldName()
+ {
+ return $this->fieldName;
+ }
+
+ public function setFieldType($fieldType)
+ {
+ $this->fieldType = $fieldType;
+ }
+
+ public function getFieldType()
+ {
+ return $this->fieldType;
+ }
+
+ public function setIndexed($indexed)
+ {
+ $this->indexed = $indexed;
+ }
+
+ public function getIndexed()
+ {
+ return $this->indexed;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setMultiValued($multiValued)
+ {
+ $this->multiValued = $multiValued;
+ }
+
+ public function getMultiValued()
+ {
+ return $this->multiValued;
+ }
+
+ public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec)
+ {
+ $this->numericIndexingSpec = $numericIndexingSpec;
+ }
+
+ public function getNumericIndexingSpec()
+ {
+ return $this->numericIndexingSpec;
+ }
+
+ public function setReadAccessType($readAccessType)
+ {
+ $this->readAccessType = $readAccessType;
+ }
+
+ public function getReadAccessType()
+ {
+ return $this->readAccessType;
+ }
+}
+
+class Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec extends Google_Model
+{
+ public $maxValue;
+ public $minValue;
+
+ public function setMaxValue($maxValue)
+ {
+ $this->maxValue = $maxValue;
+ }
+
+ public function getMaxValue()
+ {
+ return $this->maxValue;
+ }
+
+ public function setMinValue($minValue)
+ {
+ $this->minValue = $minValue;
+ }
+
+ public function getMinValue()
+ {
+ return $this->minValue;
+ }
+}
+
+class Google_Service_Directory_Schemas extends Google_Collection
+{
+ protected $collection_key = 'schemas';
+ public $etag;
+ public $kind;
+ protected $schemasType = 'Google_Service_Directory_Schema';
+ protected $schemasDataType = 'array';
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setSchemas($schemas)
+ {
+ $this->schemas = $schemas;
+ }
+
+ public function getSchemas()
+ {
+ return $this->schemas;
+ }
+}
+
class Google_Service_Directory_Token extends Google_Collection
{
protected $collection_key = 'scopes';
@@ -4153,6 +4641,7 @@ class Google_Service_Directory_User extends Google_Collection
public $aliases;
public $changePasswordAtNextLogin;
public $creationTime;
+ public $customSchemas;
public $customerId;
public $deletionTime;
public $emails;
@@ -4231,6 +4720,16 @@ public function getCreationTime()
return $this->creationTime;
}
+ public function setCustomSchemas($customSchemas)
+ {
+ $this->customSchemas = $customSchemas;
+ }
+
+ public function getCustomSchemas()
+ {
+ return $this->customSchemas;
+ }
+
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -4639,6 +5138,16 @@ public function getType()
}
}
+class Google_Service_Directory_UserCustomProperties extends Google_Model
+{
+
+}
+
+class Google_Service_Directory_UserCustomSchemas extends Google_Model
+{
+
+}
+
class Google_Service_Directory_UserEmail extends Google_Model
{
public $address;
From 5bb4c3d2fc8d03058ba9e9e545336ff7c2a04d2b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 24 Sep 2014 02:03:52 -0700
Subject: [PATCH 0176/1219] Updated CivicInfo.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CivicInfo.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index 8793baa9a..8bee0ee28 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -1612,6 +1612,7 @@ class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
protected $otherElectionsDataType = 'array';
protected $pollingLocationsType = 'Google_Service_CivicInfo_PollingLocation';
protected $pollingLocationsDataType = 'array';
+ public $precinctId;
protected $stateType = 'Google_Service_CivicInfo_AdministrationRegion';
protected $stateDataType = 'array';
@@ -1685,6 +1686,16 @@ public function getPollingLocations()
return $this->pollingLocations;
}
+ public function setPrecinctId($precinctId)
+ {
+ $this->precinctId = $precinctId;
+ }
+
+ public function getPrecinctId()
+ {
+ return $this->precinctId;
+ }
+
public function setState($state)
{
$this->state = $state;
From add64cebc6176bda978a51ede3c6c7ad163d84f0 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 25 Sep 2014 02:05:13 -0700
Subject: [PATCH 0177/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 91 ++++++++++++++++++++++++++++++++-
1 file changed, 89 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 60ccae49e..76b0069a1 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -485,6 +485,16 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'mergeVariants' => array(
+ 'path' => 'variantsets/{variantSetId}/mergeVariants',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'variantSetId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'search' => array(
'path' => 'variantsets/search',
'httpMethod' => 'POST',
@@ -1115,8 +1125,9 @@ public function get($variantId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Genomics_Variant");
}
/**
- * Creates variant data by asynchronously importing the provided information.
- * (variants.import)
+ * Creates variant data by asynchronously importing the provided information. If
+ * the destination variant set already contains data, new variants will be
+ * merged according to the behavior of mergeVariants. (variants.import)
*
* @param Google_ImportVariantsRequest $postBody
* @param array $optParams Optional parameters.
@@ -1199,6 +1210,27 @@ public function get($variantSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_VariantSet");
}
+ /**
+ * Merges the given variants with existing variants. Each variant will be merged
+ * with an existing variant that matches its reference sequence, start, end,
+ * reference bases, and alternative bases. If no such variant exists, a new one
+ * will be created.
+ *
+ * When variants are merged, the call information from the new variant is added
+ * to the existing variant, and other fields (such as key/value pairs) are
+ * discarded. (variantsets.mergeVariants)
+ *
+ * @param string $variantSetId
+ * The destination variant set.
+ * @param Google_Variant $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function mergeVariants($variantSetId, Google_Service_Genomics_Variant $postBody, $optParams = array())
+ {
+ $params = array('variantSetId' => $variantSetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('mergeVariants', array($params));
+ }
/**
* Returns a list of all variant sets matching search criteria.
* (variantsets.search)
@@ -1466,8 +1498,13 @@ class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collec
public $align;
public $callVariants;
public $gcsOutputPath;
+ public $libraryName;
public $pairedSourceUris;
+ public $platformName;
+ public $platformUnit;
public $projectId;
+ public $readGroupId;
+ public $sampleName;
public $sourceUris;
public function setAlign($align)
@@ -1500,6 +1537,16 @@ public function getGcsOutputPath()
return $this->gcsOutputPath;
}
+ public function setLibraryName($libraryName)
+ {
+ $this->libraryName = $libraryName;
+ }
+
+ public function getLibraryName()
+ {
+ return $this->libraryName;
+ }
+
public function setPairedSourceUris($pairedSourceUris)
{
$this->pairedSourceUris = $pairedSourceUris;
@@ -1510,6 +1557,26 @@ public function getPairedSourceUris()
return $this->pairedSourceUris;
}
+ public function setPlatformName($platformName)
+ {
+ $this->platformName = $platformName;
+ }
+
+ public function getPlatformName()
+ {
+ return $this->platformName;
+ }
+
+ public function setPlatformUnit($platformUnit)
+ {
+ $this->platformUnit = $platformUnit;
+ }
+
+ public function getPlatformUnit()
+ {
+ return $this->platformUnit;
+ }
+
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1520,6 +1587,26 @@ public function getProjectId()
return $this->projectId;
}
+ public function setReadGroupId($readGroupId)
+ {
+ $this->readGroupId = $readGroupId;
+ }
+
+ public function getReadGroupId()
+ {
+ return $this->readGroupId;
+ }
+
+ public function setSampleName($sampleName)
+ {
+ $this->sampleName = $sampleName;
+ }
+
+ public function getSampleName()
+ {
+ return $this->sampleName;
+ }
+
public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
From d3daa60e742184eb2d73e5e7bd256ba76468ee1e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 27 Sep 2014 02:07:09 -0700
Subject: [PATCH 0178/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 76b0069a1..210820c24 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -3396,9 +3396,11 @@ class Google_Service_Genomics_Variant extends Google_Collection
protected $callsDataType = 'array';
public $created;
public $end;
+ public $filter;
public $id;
public $info;
public $names;
+ public $quality;
public $referenceBases;
public $referenceName;
public $start;
@@ -3444,6 +3446,16 @@ public function getEnd()
return $this->end;
}
+ public function setFilter($filter)
+ {
+ $this->filter = $filter;
+ }
+
+ public function getFilter()
+ {
+ return $this->filter;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -3474,6 +3486,16 @@ public function getNames()
return $this->names;
}
+ public function setQuality($quality)
+ {
+ $this->quality = $quality;
+ }
+
+ public function getQuality()
+ {
+ return $this->quality;
+ }
+
public function setReferenceBases($referenceBases)
{
$this->referenceBases = $referenceBases;
From 769f98a28585cb05ce0283c64c7cb49b482db911 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 27 Sep 2014 02:07:10 -0700
Subject: [PATCH 0179/1219] Updated YouTube.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/YouTube.php | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index 917246abc..bdff90351 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -5169,6 +5169,7 @@ public function getViewCount()
class Google_Service_YouTube_ChannelStatus extends Google_Model
{
public $isLinked;
+ public $longUploadsStatus;
public $privacyStatus;
public function setIsLinked($isLinked)
@@ -5181,6 +5182,16 @@ public function getIsLinked()
return $this->isLinked;
}
+ public function setLongUploadsStatus($longUploadsStatus)
+ {
+ $this->longUploadsStatus = $longUploadsStatus;
+ }
+
+ public function getLongUploadsStatus()
+ {
+ return $this->longUploadsStatus;
+ }
+
public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
@@ -6780,6 +6791,7 @@ class Google_Service_YouTube_InvideoPromotion extends Google_Collection
protected $itemsDataType = 'array';
protected $positionType = 'Google_Service_YouTube_InvideoPosition';
protected $positionDataType = '';
+ public $useSmartTiming;
public function setDefaultTiming(Google_Service_YouTube_InvideoTiming $defaultTiming)
{
@@ -6810,6 +6822,16 @@ public function getPosition()
{
return $this->position;
}
+
+ public function setUseSmartTiming($useSmartTiming)
+ {
+ $this->useSmartTiming = $useSmartTiming;
+ }
+
+ public function getUseSmartTiming()
+ {
+ return $this->useSmartTiming;
+ }
}
class Google_Service_YouTube_InvideoTiming extends Google_Model
@@ -7362,6 +7384,7 @@ public function getStatus()
class Google_Service_YouTube_LiveStreamContentDetails extends Google_Model
{
public $closedCaptionsIngestionUrl;
+ public $isReusable;
public function setClosedCaptionsIngestionUrl($closedCaptionsIngestionUrl)
{
@@ -7372,6 +7395,16 @@ public function getClosedCaptionsIngestionUrl()
{
return $this->closedCaptionsIngestionUrl;
}
+
+ public function setIsReusable($isReusable)
+ {
+ $this->isReusable = $isReusable;
+ }
+
+ public function getIsReusable()
+ {
+ return $this->isReusable;
+ }
}
class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection
From 7fefe98e1f8cd58ca9edf8680963ebae422a5541 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:28 -0700
Subject: [PATCH 0180/1219] Updated MapsEngine.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/MapsEngine.php | 160 ++++++++++++++++++++++++++++--
1 file changed, 153 insertions(+), 7 deletions(-)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index 58ff77048..c31af5882 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -3336,6 +3336,8 @@ public function listTablesPermissions($id, $optParams = array())
class Google_Service_MapsEngine_AcquisitionTime extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $end;
public $precision;
public $start;
@@ -3374,6 +3376,8 @@ public function getStart()
class Google_Service_MapsEngine_Asset extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
public $bbox;
public $creationTime;
public $creatorEmail;
@@ -3533,6 +3537,8 @@ public function getWritersCanEditPermissions()
class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
{
protected $collection_key = 'assets';
+ protected $internal_gapi_mappings = array(
+ );
protected $assetsType = 'Google_Service_MapsEngine_Asset';
protected $assetsDataType = 'array';
public $nextPageToken;
@@ -3560,6 +3566,8 @@ public function getNextPageToken()
class Google_Service_MapsEngine_Border extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $opacity;
public $width;
@@ -3597,6 +3605,8 @@ public function getWidth()
class Google_Service_MapsEngine_Color extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $opacity;
@@ -3623,6 +3633,8 @@ public function getOpacity()
class Google_Service_MapsEngine_Datasource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -3639,6 +3651,8 @@ public function getId()
class Google_Service_MapsEngine_DisplayRule extends Google_Collection
{
protected $collection_key = 'filters';
+ protected $internal_gapi_mappings = array(
+ );
protected $filtersType = 'Google_Service_MapsEngine_Filter';
protected $filtersDataType = 'array';
protected $lineOptionsType = 'Google_Service_MapsEngine_LineStyle';
@@ -3714,6 +3728,8 @@ public function getZoomLevels()
class Google_Service_MapsEngine_Feature extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $geometryType = 'Google_Service_MapsEngine_GeoJsonGeometry';
protected $geometryDataType = '';
public $properties;
@@ -3752,6 +3768,8 @@ public function getType()
class Google_Service_MapsEngine_FeatureInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $content;
public function setContent($content)
@@ -3768,6 +3786,9 @@ public function getContent()
class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collection
{
protected $collection_key = 'primaryKeys';
+ protected $internal_gapi_mappings = array(
+ "gxIds" => "gx_ids",
+ );
public $gxIds;
public $primaryKeys;
@@ -3795,6 +3816,8 @@ public function getPrimaryKeys()
class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collection
{
protected $collection_key = 'features';
+ protected $internal_gapi_mappings = array(
+ );
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
public $normalizeGeometries;
@@ -3823,6 +3846,8 @@ public function getNormalizeGeometries()
class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collection
{
protected $collection_key = 'features';
+ protected $internal_gapi_mappings = array(
+ );
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
public $normalizeGeometries;
@@ -3851,6 +3876,8 @@ public function getNormalizeGeometries()
class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
{
protected $collection_key = 'features';
+ protected $internal_gapi_mappings = array(
+ );
public $allowedQueriesPerSecond;
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
@@ -3912,6 +3939,8 @@ public function getType()
class Google_Service_MapsEngine_Filter extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $column;
public $operator;
public $value;
@@ -3949,6 +3978,8 @@ public function getValue()
class Google_Service_MapsEngine_GeoJsonGeometry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public function setType($type)
@@ -3965,6 +3996,8 @@ public function getType()
class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Collection
{
protected $collection_key = 'geometries';
+ protected $internal_gapi_mappings = array(
+ );
protected $geometriesType = 'Google_Service_MapsEngine_GeoJsonGeometry';
protected $geometriesDataType = 'array';
@@ -3982,6 +4015,8 @@ public function getGeometries()
class Google_Service_MapsEngine_GeoJsonLineString extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public function setCoordinates($coordinates)
@@ -3998,6 +4033,8 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public function setCoordinates($coordinates)
@@ -4014,6 +4051,8 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public function setCoordinates($coordinates)
@@ -4030,6 +4069,8 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public function setCoordinates($coordinates)
@@ -4046,6 +4087,8 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonPoint extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public function setCoordinates($coordinates)
@@ -4062,6 +4105,8 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public function setCoordinates($coordinates)
@@ -4077,11 +4122,14 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonProperties extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_MapsEngine_Icon extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $id;
public $name;
@@ -4119,6 +4167,8 @@ public function getName()
class Google_Service_MapsEngine_IconStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $name;
protected $scaledShapeType = 'Google_Service_MapsEngine_ScaledShape';
@@ -4170,6 +4220,8 @@ public function getScalingFunction()
class Google_Service_MapsEngine_IconsListResponse extends Google_Collection
{
protected $collection_key = 'icons';
+ protected $internal_gapi_mappings = array(
+ );
protected $iconsType = 'Google_Service_MapsEngine_Icon';
protected $iconsDataType = 'array';
public $nextPageToken;
@@ -4197,6 +4249,8 @@ public function getNextPageToken()
class Google_Service_MapsEngine_LabelStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $column;
public $fontStyle;
@@ -4280,6 +4334,8 @@ public function getSize()
class Google_Service_MapsEngine_Layer extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
public $bbox;
public $creationTime;
public $creatorEmail;
@@ -4507,6 +4563,8 @@ public function getWritersCanEditPermissions()
class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
{
protected $collection_key = 'layers';
+ protected $internal_gapi_mappings = array(
+ );
protected $layersType = 'Google_Service_MapsEngine_Layer';
protected $layersDataType = 'array';
public $nextPageToken;
@@ -4535,6 +4593,8 @@ public function getNextPageToken()
class Google_Service_MapsEngine_LineStyle extends Google_Collection
{
protected $collection_key = 'dash';
+ protected $internal_gapi_mappings = array(
+ );
protected $borderType = 'Google_Service_MapsEngine_Border';
protected $borderDataType = '';
public $dash;
@@ -4586,6 +4646,8 @@ public function getStroke()
class Google_Service_MapsEngine_LineStyleStroke extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $opacity;
public $width;
@@ -4624,6 +4686,8 @@ public function getWidth()
class Google_Service_MapsEngine_Map extends Google_Collection
{
protected $collection_key = 'versions';
+ protected $internal_gapi_mappings = array(
+ );
public $bbox;
protected $contentsType = 'Google_Service_MapsEngine_MapItem';
protected $contentsDataType = '';
@@ -4839,6 +4903,8 @@ public function getWritersCanEditPermissions()
class Google_Service_MapsEngine_MapFolder extends Google_Collection
{
protected $collection_key = 'defaultViewport';
+ protected $internal_gapi_mappings = array(
+ );
protected $contentsType = 'Google_Service_MapsEngine_MapItem';
protected $contentsDataType = 'array';
public $defaultViewport;
@@ -4910,6 +4976,8 @@ public function getVisibility()
class Google_Service_MapsEngine_MapItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public function setType($type)
@@ -4926,6 +4994,8 @@ public function getType()
class Google_Service_MapsEngine_MapKmlLink extends Google_Collection
{
protected $collection_key = 'defaultViewport';
+ protected $internal_gapi_mappings = array(
+ );
public $defaultViewport;
public $kmlUrl;
public $name;
@@ -4975,6 +5045,8 @@ public function getVisibility()
class Google_Service_MapsEngine_MapLayer extends Google_Collection
{
protected $collection_key = 'defaultViewport';
+ protected $internal_gapi_mappings = array(
+ );
public $defaultViewport;
public $id;
public $key;
@@ -5035,6 +5107,8 @@ public function getVisibility()
class Google_Service_MapsEngine_MapsListResponse extends Google_Collection
{
protected $collection_key = 'maps';
+ protected $internal_gapi_mappings = array(
+ );
protected $mapsType = 'Google_Service_MapsEngine_Map';
protected $mapsDataType = 'array';
public $nextPageToken;
@@ -5062,6 +5136,8 @@ public function getNextPageToken()
class Google_Service_MapsEngine_MapsengineFile extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $filename;
public $size;
public $uploadStatus;
@@ -5099,6 +5175,8 @@ public function getUploadStatus()
class Google_Service_MapsEngine_Parent extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -5115,6 +5193,8 @@ public function getId()
class Google_Service_MapsEngine_ParentsListResponse extends Google_Collection
{
protected $collection_key = 'parents';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $parentsType = 'Google_Service_MapsEngine_Parent';
protected $parentsDataType = 'array';
@@ -5142,6 +5222,8 @@ public function getParents()
class Google_Service_MapsEngine_Permission extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $discoverable;
public $id;
public $role;
@@ -5191,6 +5273,8 @@ public function getType()
class Google_Service_MapsEngine_PermissionsBatchDeleteRequest extends Google_Collection
{
protected $collection_key = 'ids';
+ protected $internal_gapi_mappings = array(
+ );
public $ids;
public function setIds($ids)
@@ -5206,12 +5290,15 @@ public function getIds()
class Google_Service_MapsEngine_PermissionsBatchDeleteResponse extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_MapsEngine_PermissionsBatchUpdateRequest extends Google_Collection
{
protected $collection_key = 'permissions';
+ protected $internal_gapi_mappings = array(
+ );
protected $permissionsType = 'Google_Service_MapsEngine_Permission';
protected $permissionsDataType = 'array';
@@ -5228,12 +5315,15 @@ public function getPermissions()
class Google_Service_MapsEngine_PermissionsBatchUpdateResponse extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_MapsEngine_PermissionsListResponse extends Google_Collection
{
protected $collection_key = 'permissions';
+ protected $internal_gapi_mappings = array(
+ );
protected $permissionsType = 'Google_Service_MapsEngine_Permission';
protected $permissionsDataType = 'array';
@@ -5250,6 +5340,8 @@ public function getPermissions()
class Google_Service_MapsEngine_PointStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $iconType = 'Google_Service_MapsEngine_IconStyle';
protected $iconDataType = '';
protected $labelType = 'Google_Service_MapsEngine_LabelStyle';
@@ -5278,6 +5370,8 @@ public function getLabel()
class Google_Service_MapsEngine_PolygonStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $fillType = 'Google_Service_MapsEngine_Color';
protected $fillDataType = '';
protected $strokeType = 'Google_Service_MapsEngine_Border';
@@ -5306,11 +5400,14 @@ public function getStroke()
class Google_Service_MapsEngine_ProcessResponse extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_MapsEngine_Project extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $name;
@@ -5338,6 +5435,8 @@ public function getName()
class Google_Service_MapsEngine_ProjectsListResponse extends Google_Collection
{
protected $collection_key = 'projects';
+ protected $internal_gapi_mappings = array(
+ );
protected $projectsType = 'Google_Service_MapsEngine_Project';
protected $projectsDataType = 'array';
@@ -5354,11 +5453,14 @@ public function getProjects()
class Google_Service_MapsEngine_PublishResponse extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_MapsEngine_PublishedLayer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $id;
public $layerType;
@@ -5419,6 +5521,8 @@ public function getProjectId()
class Google_Service_MapsEngine_PublishedLayersListResponse extends Google_Collection
{
protected $collection_key = 'layers';
+ protected $internal_gapi_mappings = array(
+ );
protected $layersType = 'Google_Service_MapsEngine_PublishedLayer';
protected $layersDataType = 'array';
public $nextPageToken;
@@ -5446,6 +5550,8 @@ public function getNextPageToken()
class Google_Service_MapsEngine_PublishedMap extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $contentsType = 'Google_Service_MapsEngine_MapItem';
protected $contentsDataType = '';
public $defaultViewport;
@@ -5518,6 +5624,8 @@ public function getProjectId()
class Google_Service_MapsEngine_PublishedMapsListResponse extends Google_Collection
{
protected $collection_key = 'maps';
+ protected $internal_gapi_mappings = array(
+ );
protected $mapsType = 'Google_Service_MapsEngine_PublishedMap';
protected $mapsDataType = 'array';
public $nextPageToken;
@@ -5546,6 +5654,8 @@ public function getNextPageToken()
class Google_Service_MapsEngine_Raster extends Google_Collection
{
protected $collection_key = 'files';
+ protected $internal_gapi_mappings = array(
+ );
protected $acquisitionTimeType = 'Google_Service_MapsEngine_AcquisitionTime';
protected $acquisitionTimeDataType = '';
public $attribution;
@@ -5762,6 +5872,8 @@ public function getWritersCanEditPermissions()
class Google_Service_MapsEngine_RasterCollection extends Google_Collection
{
protected $collection_key = 'bbox';
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $bbox;
public $creationTime;
@@ -5954,6 +6066,8 @@ public function getWritersCanEditPermissions()
class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
{
protected $collection_key = 'rasterCollections';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $rasterCollectionsType = 'Google_Service_MapsEngine_RasterCollection';
protected $rasterCollectionsDataType = 'array';
@@ -5982,6 +6096,8 @@ public function getRasterCollections()
class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
public $bbox;
public $creationTime;
public $description;
@@ -6086,6 +6202,8 @@ public function getTags()
class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extends Google_Collection
{
protected $collection_key = 'ids';
+ protected $internal_gapi_mappings = array(
+ );
public $ids;
public function setIds($ids)
@@ -6101,12 +6219,15 @@ public function getIds()
class Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest extends Google_Collection
{
protected $collection_key = 'ids';
+ protected $internal_gapi_mappings = array(
+ );
public $ids;
public function setIds($ids)
@@ -6122,12 +6243,15 @@ public function getIds()
class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Google_Collection
{
protected $collection_key = 'rasters';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionsRaster';
protected $rastersDataType = 'array';
@@ -6156,6 +6280,8 @@ public function getRasters()
class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
{
protected $collection_key = 'rasters';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $rastersType = 'Google_Service_MapsEngine_Raster';
protected $rastersDataType = 'array';
@@ -6183,6 +6309,8 @@ public function getRasters()
class Google_Service_MapsEngine_ScaledShape extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $borderType = 'Google_Service_MapsEngine_Border';
protected $borderDataType = '';
protected $fillType = 'Google_Service_MapsEngine_Color';
@@ -6222,6 +6350,8 @@ public function getShape()
class Google_Service_MapsEngine_ScalingFunction extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $column;
public $scalingType;
protected $sizeRangeType = 'Google_Service_MapsEngine_SizeRange';
@@ -6273,6 +6403,8 @@ public function getValueRange()
class Google_Service_MapsEngine_Schema extends Google_Collection
{
protected $collection_key = 'columns';
+ protected $internal_gapi_mappings = array(
+ );
protected $columnsType = 'Google_Service_MapsEngine_TableColumn';
protected $columnsDataType = 'array';
public $primaryGeometry;
@@ -6311,6 +6443,8 @@ public function getPrimaryKey()
class Google_Service_MapsEngine_SizeRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $max;
public $min;
@@ -6338,6 +6472,8 @@ public function getMin()
class Google_Service_MapsEngine_Table extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
public $bbox;
public $creationTime;
public $creatorEmail;
@@ -6542,6 +6678,8 @@ public function getWritersCanEditPermissions()
class Google_Service_MapsEngine_TableColumn extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $type;
@@ -6569,6 +6707,8 @@ public function getType()
class Google_Service_MapsEngine_TablesListResponse extends Google_Collection
{
protected $collection_key = 'tables';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $tablesType = 'Google_Service_MapsEngine_Table';
protected $tablesDataType = 'array';
@@ -6596,6 +6736,8 @@ public function getTables()
class Google_Service_MapsEngine_ValueRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $max;
public $min;
@@ -6623,6 +6765,8 @@ public function getMin()
class Google_Service_MapsEngine_VectorStyle extends Google_Collection
{
protected $collection_key = 'displayRules';
+ protected $internal_gapi_mappings = array(
+ );
protected $displayRulesType = 'Google_Service_MapsEngine_DisplayRule';
protected $displayRulesDataType = 'array';
protected $featureInfoType = 'Google_Service_MapsEngine_FeatureInfo';
@@ -6662,6 +6806,8 @@ public function getType()
class Google_Service_MapsEngine_ZoomLevels extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $max;
public $min;
From 1c12f92f97097009f6cc78373e101feeb185be20 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:30 -0700
Subject: [PATCH 0181/1219] Updated Books.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Books.php | 160 +++++++++++++++++++++++++++++++++++
1 file changed, 160 insertions(+)
diff --git a/src/Google/Service/Books.php b/src/Google/Service/Books.php
index e12d66437..16a0ea62d 100644
--- a/src/Google/Service/Books.php
+++ b/src/Google/Service/Books.php
@@ -2477,6 +2477,8 @@ public function listVolumesUseruploaded($optParams = array())
class Google_Service_Books_Annotation extends Google_Collection
{
protected $collection_key = 'pageIds';
+ protected $internal_gapi_mappings = array(
+ );
public $afterSelectedText;
public $beforeSelectedText;
protected $clientVersionRangesType = 'Google_Service_Books_AnnotationClientVersionRanges';
@@ -2671,6 +2673,8 @@ public function getVolumeId()
class Google_Service_Books_AnnotationClientVersionRanges extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $cfiRangeType = 'Google_Service_Books_BooksAnnotationsRange';
protected $cfiRangeDataType = '';
public $contentVersion;
@@ -2734,6 +2738,8 @@ public function getImageCfiRange()
class Google_Service_Books_AnnotationCurrentVersionRanges extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $cfiRangeType = 'Google_Service_Books_BooksAnnotationsRange';
protected $cfiRangeDataType = '';
public $contentVersion;
@@ -2797,6 +2803,8 @@ public function getImageCfiRange()
class Google_Service_Books_AnnotationLayerSummary extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $allowedCharacterCount;
public $limitType;
public $remainingCharacterCount;
@@ -2834,6 +2842,9 @@ public function getRemainingCharacterCount()
class Google_Service_Books_Annotationdata extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "encodedData" => "encoded_data",
+ );
public $annotationType;
public $data;
public $encodedData;
@@ -2938,6 +2949,8 @@ public function getVolumeId()
class Google_Service_Books_Annotations extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Books_Annotation';
protected $itemsDataType = 'array';
public $kind;
@@ -2988,6 +3001,8 @@ public function getTotalItems()
class Google_Service_Books_AnnotationsSummary extends Google_Collection
{
protected $collection_key = 'layers';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $layersType = 'Google_Service_Books_AnnotationsSummaryLayers';
protected $layersDataType = 'array';
@@ -3015,6 +3030,8 @@ public function getLayers()
class Google_Service_Books_AnnotationsSummaryLayers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $allowedCharacterCount;
public $layerId;
public $limitType;
@@ -3075,6 +3092,8 @@ public function getUpdated()
class Google_Service_Books_Annotationsdata extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Books_Annotationdata';
protected $itemsDataType = 'array';
public $kind;
@@ -3124,6 +3143,8 @@ public function getTotalItems()
class Google_Service_Books_BooksAnnotationsRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endOffset;
public $endPosition;
public $startOffset;
@@ -3172,6 +3193,8 @@ public function getStartPosition()
class Google_Service_Books_BooksCloudloadingResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $author;
public $processingState;
public $title;
@@ -3220,6 +3243,9 @@ public function getVolumeId()
class Google_Service_Books_BooksVolumesRecommendedRateResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "consistencyToken" => "consistency_token",
+ );
public $consistencyToken;
public function setConsistencyToken($consistencyToken)
@@ -3235,6 +3261,8 @@ public function getConsistencyToken()
class Google_Service_Books_Bookshelf extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $access;
public $created;
public $description;
@@ -3350,6 +3378,8 @@ public function getVolumesLastUpdated()
class Google_Service_Books_Bookshelves extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Books_Bookshelf';
protected $itemsDataType = 'array';
public $kind;
@@ -3377,6 +3407,8 @@ public function getKind()
class Google_Service_Books_ConcurrentAccessRestriction extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deviceAllowed;
public $kind;
public $maxConcurrentDevices;
@@ -3502,6 +3534,8 @@ public function getVolumeId()
class Google_Service_Books_Dictlayerdata extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $commonType = 'Google_Service_Books_DictlayerdataCommon';
protected $commonDataType = '';
protected $dictType = 'Google_Service_Books_DictlayerdataDict';
@@ -3541,6 +3575,8 @@ public function getKind()
class Google_Service_Books_DictlayerdataCommon extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $title;
public function setTitle($title)
@@ -3557,6 +3593,8 @@ public function getTitle()
class Google_Service_Books_DictlayerdataDict extends Google_Collection
{
protected $collection_key = 'words';
+ protected $internal_gapi_mappings = array(
+ );
protected $sourceType = 'Google_Service_Books_DictlayerdataDictSource';
protected $sourceDataType = '';
protected $wordsType = 'Google_Service_Books_DictlayerdataDictWords';
@@ -3585,6 +3623,8 @@ public function getWords()
class Google_Service_Books_DictlayerdataDictSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $url;
@@ -3612,6 +3652,8 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWords extends Google_Collection
{
protected $collection_key = 'senses';
+ protected $internal_gapi_mappings = array(
+ );
protected $derivativesType = 'Google_Service_Books_DictlayerdataDictWordsDerivatives';
protected $derivativesDataType = 'array';
protected $examplesType = 'Google_Service_Books_DictlayerdataDictWordsExamples';
@@ -3664,6 +3706,8 @@ public function getSource()
class Google_Service_Books_DictlayerdataDictWordsDerivatives extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $sourceType = 'Google_Service_Books_DictlayerdataDictWordsDerivativesSource';
protected $sourceDataType = '';
public $text;
@@ -3691,6 +3735,8 @@ public function getText()
class Google_Service_Books_DictlayerdataDictWordsDerivativesSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $url;
@@ -3717,6 +3763,8 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWordsExamples extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $sourceType = 'Google_Service_Books_DictlayerdataDictWordsExamplesSource';
protected $sourceDataType = '';
public $text;
@@ -3744,6 +3792,8 @@ public function getText()
class Google_Service_Books_DictlayerdataDictWordsExamplesSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $url;
@@ -3771,6 +3821,8 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collection
{
protected $collection_key = 'synonyms';
+ protected $internal_gapi_mappings = array(
+ );
protected $conjugationsType = 'Google_Service_Books_DictlayerdataDictWordsSensesConjugations';
protected $conjugationsDataType = 'array';
protected $definitionsType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitions';
@@ -3867,6 +3919,8 @@ public function getSynonyms()
class Google_Service_Books_DictlayerdataDictWordsSensesConjugations extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -3894,6 +3948,8 @@ public function getValue()
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitions extends Google_Collection
{
protected $collection_key = 'examples';
+ protected $internal_gapi_mappings = array(
+ );
public $definition;
protected $examplesType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples';
protected $examplesDataType = 'array';
@@ -3921,6 +3977,8 @@ public function getExamples()
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $sourceType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource';
protected $sourceDataType = '';
public $text;
@@ -3948,6 +4006,8 @@ public function getText()
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $url;
@@ -3974,6 +4034,8 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWordsSensesSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $url;
@@ -4000,6 +4062,8 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWordsSensesSynonyms extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $sourceType = 'Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource';
protected $sourceDataType = '';
public $text;
@@ -4027,6 +4091,8 @@ public function getText()
class Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $url;
@@ -4053,6 +4119,8 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWordsSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $url;
@@ -4079,6 +4147,8 @@ public function getUrl()
class Google_Service_Books_DownloadAccessRestriction extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deviceAllowed;
public $downloadsAcquired;
public $justAcquired;
@@ -4216,6 +4286,8 @@ public function getVolumeId()
class Google_Service_Books_DownloadAccesses extends Google_Collection
{
protected $collection_key = 'downloadAccessList';
+ protected $internal_gapi_mappings = array(
+ );
protected $downloadAccessListType = 'Google_Service_Books_DownloadAccessRestriction';
protected $downloadAccessListDataType = 'array';
public $kind;
@@ -4243,6 +4315,8 @@ public function getKind()
class Google_Service_Books_Geolayerdata extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $commonType = 'Google_Service_Books_GeolayerdataCommon';
protected $commonDataType = '';
protected $geoType = 'Google_Service_Books_GeolayerdataGeo';
@@ -4282,6 +4356,8 @@ public function getKind()
class Google_Service_Books_GeolayerdataCommon extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $lang;
public $previewImageUrl;
public $snippet;
@@ -4342,6 +4418,8 @@ public function getTitle()
class Google_Service_Books_GeolayerdataGeo extends Google_Collection
{
protected $collection_key = 'boundary';
+ protected $internal_gapi_mappings = array(
+ );
protected $boundaryType = 'Google_Service_Books_GeolayerdataGeoBoundary';
protected $boundaryDataType = 'array';
public $cachePolicy;
@@ -4436,6 +4514,8 @@ public function getZoom()
class Google_Service_Books_GeolayerdataGeoBoundary extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $latitude;
public $longitude;
@@ -4462,6 +4542,8 @@ public function getLongitude()
class Google_Service_Books_GeolayerdataGeoViewport extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $hiType = 'Google_Service_Books_GeolayerdataGeoViewportHi';
protected $hiDataType = '';
protected $loType = 'Google_Service_Books_GeolayerdataGeoViewportLo';
@@ -4490,6 +4572,8 @@ public function getLo()
class Google_Service_Books_GeolayerdataGeoViewportHi extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $latitude;
public $longitude;
@@ -4516,6 +4600,8 @@ public function getLongitude()
class Google_Service_Books_GeolayerdataGeoViewportLo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $latitude;
public $longitude;
@@ -4543,6 +4629,8 @@ public function getLongitude()
class Google_Service_Books_Layersummaries extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Books_Layersummary';
protected $itemsDataType = 'array';
public $kind;
@@ -4582,6 +4670,8 @@ public function getTotalItems()
class Google_Service_Books_Layersummary extends Google_Collection
{
protected $collection_key = 'annotationTypes';
+ protected $internal_gapi_mappings = array(
+ );
public $annotationCount;
public $annotationTypes;
public $annotationsDataLink;
@@ -4730,6 +4820,8 @@ public function getVolumeId()
class Google_Service_Books_Offers extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Books_OffersItems';
protected $itemsDataType = 'array';
public $kind;
@@ -4758,6 +4850,8 @@ public function getKind()
class Google_Service_Books_OffersItems extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $artUrl;
public $id;
protected $itemsType = 'Google_Service_Books_OffersItemsItems';
@@ -4796,6 +4890,8 @@ public function getItems()
class Google_Service_Books_OffersItemsItems extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $author;
public $canonicalVolumeLink;
public $coverUrl;
@@ -4866,6 +4962,8 @@ public function getVolumeId()
class Google_Service_Books_ReadingPosition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $epubCfiPosition;
public $gbImagePosition;
public $gbTextPosition;
@@ -4947,6 +5045,8 @@ public function getVolumeId()
class Google_Service_Books_RequestAccess extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $concurrentAccessType = 'Google_Service_Books_ConcurrentAccessRestriction';
protected $concurrentAccessDataType = '';
protected $downloadAccessType = 'Google_Service_Books_DownloadAccessRestriction';
@@ -4986,6 +5086,8 @@ public function getKind()
class Google_Service_Books_Review extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_Books_ReviewAuthor';
protected $authorDataType = '';
public $content;
@@ -5102,6 +5204,8 @@ public function getVolumeId()
class Google_Service_Books_ReviewAuthor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public function setDisplayName($displayName)
@@ -5117,6 +5221,8 @@ public function getDisplayName()
class Google_Service_Books_ReviewSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $extraDescription;
public $url;
@@ -5154,6 +5260,8 @@ public function getUrl()
class Google_Service_Books_Volume extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accessInfoType = 'Google_Service_Books_VolumeAccessInfo';
protected $accessInfoDataType = '';
public $etag;
@@ -5286,6 +5394,8 @@ public function getVolumeInfo()
class Google_Service_Books_VolumeAccessInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accessViewStatus;
public $country;
protected $downloadAccessType = 'Google_Service_Books_DownloadAccessRestriction';
@@ -5447,6 +5557,8 @@ public function getWebReaderLink()
class Google_Service_Books_VolumeAccessInfoEpub extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $acsTokenLink;
public $downloadLink;
public $isAvailable;
@@ -5484,6 +5596,8 @@ public function getIsAvailable()
class Google_Service_Books_VolumeAccessInfoPdf extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $acsTokenLink;
public $downloadLink;
public $isAvailable;
@@ -5522,6 +5636,8 @@ public function getIsAvailable()
class Google_Service_Books_VolumeLayerInfo extends Google_Collection
{
protected $collection_key = 'layers';
+ protected $internal_gapi_mappings = array(
+ );
protected $layersType = 'Google_Service_Books_VolumeLayerInfoLayers';
protected $layersDataType = 'array';
@@ -5538,6 +5654,8 @@ public function getLayers()
class Google_Service_Books_VolumeLayerInfoLayers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $layerId;
public $volumeAnnotationsVersion;
@@ -5564,6 +5682,8 @@ public function getVolumeAnnotationsVersion()
class Google_Service_Books_VolumeRecommendedInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $explanation;
public function setExplanation($explanation)
@@ -5580,6 +5700,8 @@ public function getExplanation()
class Google_Service_Books_VolumeSaleInfo extends Google_Collection
{
protected $collection_key = 'offers';
+ protected $internal_gapi_mappings = array(
+ );
public $buyLink;
public $country;
public $isEbook;
@@ -5675,6 +5797,8 @@ public function getSaleability()
class Google_Service_Books_VolumeSaleInfoListPrice extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $amount;
public $currencyCode;
@@ -5701,6 +5825,8 @@ public function getCurrencyCode()
class Google_Service_Books_VolumeSaleInfoOffers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $finskyOfferType;
protected $listPriceType = 'Google_Service_Books_VolumeSaleInfoOffersListPrice';
protected $listPriceDataType = '';
@@ -5752,6 +5878,8 @@ public function getRetailPrice()
class Google_Service_Books_VolumeSaleInfoOffersListPrice extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $amountInMicros;
public $currencyCode;
@@ -5778,6 +5906,8 @@ public function getCurrencyCode()
class Google_Service_Books_VolumeSaleInfoOffersRentalDuration extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $unit;
@@ -5804,6 +5934,8 @@ public function getUnit()
class Google_Service_Books_VolumeSaleInfoOffersRetailPrice extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $amountInMicros;
public $currencyCode;
@@ -5830,6 +5962,8 @@ public function getCurrencyCode()
class Google_Service_Books_VolumeSaleInfoRetailPrice extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $amount;
public $currencyCode;
@@ -5856,6 +5990,8 @@ public function getCurrencyCode()
class Google_Service_Books_VolumeSearchInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $textSnippet;
public function setTextSnippet($textSnippet)
@@ -5871,6 +6007,8 @@ public function getTextSnippet()
class Google_Service_Books_VolumeUserInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $copyType = 'Google_Service_Books_VolumeUserInfoCopy';
protected $copyDataType = '';
public $isInMyBooks;
@@ -6001,6 +6139,8 @@ public function getUserUploadedVolumeInfo()
class Google_Service_Books_VolumeUserInfoCopy extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $allowedCharacterCount;
public $limitType;
public $remainingCharacterCount;
@@ -6049,6 +6189,8 @@ public function getUpdated()
class Google_Service_Books_VolumeUserInfoRentalPeriod extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endUtcSec;
public $startUtcSec;
@@ -6075,6 +6217,8 @@ public function getStartUtcSec()
class Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $processingState;
public function setProcessingState($processingState)
@@ -6091,6 +6235,8 @@ public function getProcessingState()
class Google_Service_Books_VolumeVolumeInfo extends Google_Collection
{
protected $collection_key = 'industryIdentifiers';
+ protected $internal_gapi_mappings = array(
+ );
public $authors;
public $averageRating;
public $canonicalVolumeLink;
@@ -6340,6 +6486,8 @@ public function getTitle()
class Google_Service_Books_VolumeVolumeInfoDimensions extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $thickness;
public $width;
@@ -6377,6 +6525,8 @@ public function getWidth()
class Google_Service_Books_VolumeVolumeInfoImageLinks extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $extraLarge;
public $large;
public $medium;
@@ -6447,6 +6597,8 @@ public function getThumbnail()
class Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $identifier;
public $type;
@@ -6474,6 +6626,8 @@ public function getType()
class Google_Service_Books_Volumeannotation extends Google_Collection
{
protected $collection_key = 'pageIds';
+ protected $internal_gapi_mappings = array(
+ );
public $annotationDataId;
public $annotationDataLink;
public $annotationType;
@@ -6633,6 +6787,8 @@ public function getVolumeId()
class Google_Service_Books_VolumeannotationContentRanges extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $cfiRangeType = 'Google_Service_Books_BooksAnnotationsRange';
protected $cfiRangeDataType = '';
public $contentVersion;
@@ -6685,6 +6841,8 @@ public function getGbTextRange()
class Google_Service_Books_Volumeannotations extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Books_Volumeannotation';
protected $itemsDataType = 'array';
public $kind;
@@ -6746,6 +6904,8 @@ public function getVersion()
class Google_Service_Books_Volumes extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Books_Volume';
protected $itemsDataType = 'array';
public $kind;
From fcc5e74c6196411af32399632107553c67920684 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:32 -0700
Subject: [PATCH 0182/1219] Updated Storage.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Storage.php | 54 ++++++++++++++++++++++++++++++++--
1 file changed, 52 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/Storage.php b/src/Google/Service/Storage.php
index eb71c9d31..269cc5402 100644
--- a/src/Google/Service/Storage.php
+++ b/src/Google/Service/Storage.php
@@ -1840,6 +1840,8 @@ public function watchAll($bucket, Google_Service_Storage_Channel $postBody, $opt
class Google_Service_Storage_Bucket extends Google_Collection
{
protected $collection_key = 'defaultObjectAcl';
+ protected $internal_gapi_mappings = array(
+ );
protected $aclType = 'Google_Service_Storage_BucketAccessControl';
protected $aclDataType = 'array';
protected $corsType = 'Google_Service_Storage_BucketCors';
@@ -2050,6 +2052,8 @@ public function getWebsite()
class Google_Service_Storage_BucketAccessControl extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $bucket;
public $domain;
public $email;
@@ -2176,6 +2180,8 @@ public function getSelfLink()
class Google_Service_Storage_BucketAccessControlProjectTeam extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $projectNumber;
public $team;
@@ -2203,6 +2209,8 @@ public function getTeam()
class Google_Service_Storage_BucketAccessControls extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Storage_BucketAccessControl';
protected $itemsDataType = 'array';
public $kind;
@@ -2231,6 +2239,8 @@ public function getKind()
class Google_Service_Storage_BucketCors extends Google_Collection
{
protected $collection_key = 'responseHeader';
+ protected $internal_gapi_mappings = array(
+ );
public $maxAgeSeconds;
public $method;
public $origin;
@@ -2280,6 +2290,8 @@ public function getResponseHeader()
class Google_Service_Storage_BucketLifecycle extends Google_Collection
{
protected $collection_key = 'rule';
+ protected $internal_gapi_mappings = array(
+ );
protected $ruleType = 'Google_Service_Storage_BucketLifecycleRule';
protected $ruleDataType = 'array';
@@ -2296,6 +2308,8 @@ public function getRule()
class Google_Service_Storage_BucketLifecycleRule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $actionType = 'Google_Service_Storage_BucketLifecycleRuleAction';
protected $actionDataType = '';
protected $conditionType = 'Google_Service_Storage_BucketLifecycleRuleCondition';
@@ -2324,6 +2338,8 @@ public function getCondition()
class Google_Service_Storage_BucketLifecycleRuleAction extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public function setType($type)
@@ -2339,6 +2355,8 @@ public function getType()
class Google_Service_Storage_BucketLifecycleRuleCondition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $age;
public $createdBefore;
public $isLive;
@@ -2387,6 +2405,8 @@ public function getNumNewerVersions()
class Google_Service_Storage_BucketLogging extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $logBucket;
public $logObjectPrefix;
@@ -2413,6 +2433,8 @@ public function getLogObjectPrefix()
class Google_Service_Storage_BucketOwner extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $entity;
public $entityId;
@@ -2439,6 +2461,8 @@ public function getEntityId()
class Google_Service_Storage_BucketVersioning extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $enabled;
public function setEnabled($enabled)
@@ -2454,6 +2478,8 @@ public function getEnabled()
class Google_Service_Storage_BucketWebsite extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $mainPageSuffix;
public $notFoundPage;
@@ -2481,6 +2507,8 @@ public function getNotFoundPage()
class Google_Service_Storage_Buckets extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Storage_Bucket';
protected $itemsDataType = 'array';
public $kind;
@@ -2519,6 +2547,8 @@ public function getNextPageToken()
class Google_Service_Storage_Channel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $address;
public $expiration;
public $id;
@@ -2633,12 +2663,15 @@ public function getType()
class Google_Service_Storage_ChannelParams extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Storage_ComposeRequest extends Google_Collection
{
protected $collection_key = 'sourceObjects';
+ protected $internal_gapi_mappings = array(
+ );
protected $destinationType = 'Google_Service_Storage_StorageObject';
protected $destinationDataType = '';
public $kind;
@@ -2678,6 +2711,8 @@ public function getSourceObjects()
class Google_Service_Storage_ComposeRequestSourceObjects extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $generation;
public $name;
protected $objectPreconditionsType = 'Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions';
@@ -2716,6 +2751,8 @@ public function getObjectPreconditions()
class Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $ifGenerationMatch;
public function setIfGenerationMatch($ifGenerationMatch)
@@ -2731,6 +2768,8 @@ public function getIfGenerationMatch()
class Google_Service_Storage_ObjectAccessControl extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $bucket;
public $domain;
public $email;
@@ -2879,6 +2918,8 @@ public function getSelfLink()
class Google_Service_Storage_ObjectAccessControlProjectTeam extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $projectNumber;
public $team;
@@ -2906,6 +2947,8 @@ public function getTeam()
class Google_Service_Storage_ObjectAccessControls extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $items;
public $kind;
@@ -2933,6 +2976,8 @@ public function getKind()
class Google_Service_Storage_Objects extends Google_Collection
{
protected $collection_key = 'prefixes';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Storage_StorageObject';
protected $itemsDataType = 'array';
public $kind;
@@ -2983,6 +3028,8 @@ public function getPrefixes()
class Google_Service_Storage_StorageObject extends Google_Collection
{
protected $collection_key = 'acl';
+ protected $internal_gapi_mappings = array(
+ );
protected $aclType = 'Google_Service_Storage_ObjectAccessControl';
protected $aclDataType = 'array';
public $bucket;
@@ -3253,11 +3300,14 @@ public function getUpdated()
class Google_Service_Storage_StorageObjectMetadata extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Storage_StorageObjectOwner extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $entity;
public $entityId;
From 95f6b1109f328bb23071308499714c7858b7e00a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:32 -0700
Subject: [PATCH 0183/1219] Updated AdExchangeSeller.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdExchangeSeller.php | 38 +++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/src/Google/Service/AdExchangeSeller.php b/src/Google/Service/AdExchangeSeller.php
index bcdfde796..7c8b11d2a 100644
--- a/src/Google/Service/AdExchangeSeller.php
+++ b/src/Google/Service/AdExchangeSeller.php
@@ -852,6 +852,8 @@ public function listAccountsUrlchannels($accountId, $adClientId, $optParams = ar
class Google_Service_AdExchangeSeller_Account extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -890,6 +892,8 @@ public function getName()
class Google_Service_AdExchangeSeller_Accounts extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_Account';
protected $itemsDataType = 'array';
@@ -939,6 +943,8 @@ public function getNextPageToken()
class Google_Service_AdExchangeSeller_AdClient extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $arcOptIn;
public $id;
public $kind;
@@ -999,6 +1005,8 @@ public function getSupportsReporting()
class Google_Service_AdExchangeSeller_AdClients extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_AdClient';
protected $itemsDataType = 'array';
@@ -1048,6 +1056,8 @@ public function getNextPageToken()
class Google_Service_AdExchangeSeller_Alert extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $message;
@@ -1108,6 +1118,8 @@ public function getType()
class Google_Service_AdExchangeSeller_Alerts extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdExchangeSeller_Alert';
protected $itemsDataType = 'array';
public $kind;
@@ -1135,6 +1147,8 @@ public function getKind()
class Google_Service_AdExchangeSeller_CustomChannel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $id;
public $kind;
@@ -1195,6 +1209,8 @@ public function getTargetingInfo()
class Google_Service_AdExchangeSeller_CustomChannelTargetingInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adsAppearOn;
public $description;
public $location;
@@ -1244,6 +1260,8 @@ public function getSiteLanguage()
class Google_Service_AdExchangeSeller_CustomChannels extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_CustomChannel';
protected $itemsDataType = 'array';
@@ -1294,6 +1312,8 @@ public function getNextPageToken()
class Google_Service_AdExchangeSeller_Metadata extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdExchangeSeller_ReportingMetadataEntry';
protected $itemsDataType = 'array';
public $kind;
@@ -1321,6 +1341,8 @@ public function getKind()
class Google_Service_AdExchangeSeller_PreferredDeal extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $advertiserName;
public $buyerNetworkName;
public $currencyCode;
@@ -1414,6 +1436,8 @@ public function getStartTime()
class Google_Service_AdExchangeSeller_PreferredDeals extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdExchangeSeller_PreferredDeal';
protected $itemsDataType = 'array';
public $kind;
@@ -1442,6 +1466,8 @@ public function getKind()
class Google_Service_AdExchangeSeller_Report extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $averages;
protected $headersType = 'Google_Service_AdExchangeSeller_ReportHeaders';
protected $headersDataType = 'array';
@@ -1524,6 +1550,8 @@ public function getWarnings()
class Google_Service_AdExchangeSeller_ReportHeaders extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currency;
public $name;
public $type;
@@ -1562,6 +1590,8 @@ public function getType()
class Google_Service_AdExchangeSeller_ReportingMetadataEntry extends Google_Collection
{
protected $collection_key = 'supportedProducts';
+ protected $internal_gapi_mappings = array(
+ );
public $compatibleDimensions;
public $compatibleMetrics;
public $id;
@@ -1643,6 +1673,8 @@ public function getSupportedProducts()
class Google_Service_AdExchangeSeller_SavedReport extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -1681,6 +1713,8 @@ public function getName()
class Google_Service_AdExchangeSeller_SavedReports extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_SavedReport';
protected $itemsDataType = 'array';
@@ -1730,6 +1764,8 @@ public function getNextPageToken()
class Google_Service_AdExchangeSeller_UrlChannel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $urlPattern;
@@ -1768,6 +1804,8 @@ public function getUrlPattern()
class Google_Service_AdExchangeSeller_UrlChannels extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_UrlChannel';
protected $itemsDataType = 'array';
From b0644a4ea238950e5ddbe4f8ee300277bf74664e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:33 -0700
Subject: [PATCH 0184/1219] Updated Mirror.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Mirror.php | 41 +++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/src/Google/Service/Mirror.php b/src/Google/Service/Mirror.php
index 2d4c1b8fd..517f00531 100644
--- a/src/Google/Service/Mirror.php
+++ b/src/Google/Service/Mirror.php
@@ -837,6 +837,8 @@ public function listTimelineAttachments($itemId, $optParams = array())
class Google_Service_Mirror_Account extends Google_Collection
{
protected $collection_key = 'userData';
+ protected $internal_gapi_mappings = array(
+ );
protected $authTokensType = 'Google_Service_Mirror_AuthToken';
protected $authTokensDataType = 'array';
public $features;
@@ -887,6 +889,8 @@ public function getUserData()
class Google_Service_Mirror_Attachment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $contentType;
public $contentUrl;
public $id;
@@ -936,6 +940,8 @@ public function getIsProcessingContent()
class Google_Service_Mirror_AttachmentsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Mirror_Attachment';
protected $itemsDataType = 'array';
public $kind;
@@ -963,6 +969,8 @@ public function getKind()
class Google_Service_Mirror_AuthToken extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $authToken;
public $type;
@@ -989,6 +997,8 @@ public function getType()
class Google_Service_Mirror_Command extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public function setType($type)
@@ -1005,6 +1015,8 @@ public function getType()
class Google_Service_Mirror_Contact extends Google_Collection
{
protected $collection_key = 'sharingFeatures';
+ protected $internal_gapi_mappings = array(
+ );
protected $acceptCommandsType = 'Google_Service_Mirror_Command';
protected $acceptCommandsDataType = 'array';
public $acceptTypes;
@@ -1143,6 +1155,8 @@ public function getType()
class Google_Service_Mirror_ContactsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Mirror_Contact';
protected $itemsDataType = 'array';
public $kind;
@@ -1170,6 +1184,8 @@ public function getKind()
class Google_Service_Mirror_Location extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accuracy;
public $address;
public $displayName;
@@ -1263,6 +1279,8 @@ public function getTimestamp()
class Google_Service_Mirror_LocationsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Mirror_Location';
protected $itemsDataType = 'array';
public $kind;
@@ -1291,6 +1309,9 @@ public function getKind()
class Google_Service_Mirror_MenuItem extends Google_Collection
{
protected $collection_key = 'values';
+ protected $internal_gapi_mappings = array(
+ "contextualCommand" => "contextual_command",
+ );
public $action;
public $contextualCommand;
public $id;
@@ -1362,6 +1383,8 @@ public function getValues()
class Google_Service_Mirror_MenuValue extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $iconUrl;
public $state;
@@ -1400,6 +1423,8 @@ public function getState()
class Google_Service_Mirror_Notification extends Google_Collection
{
protected $collection_key = 'userActions';
+ protected $internal_gapi_mappings = array(
+ );
public $collection;
public $itemId;
public $operation;
@@ -1471,6 +1496,8 @@ public function getVerifyToken()
class Google_Service_Mirror_NotificationConfig extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deliveryTime;
public $level;
@@ -1497,6 +1524,8 @@ public function getLevel()
class Google_Service_Mirror_Setting extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $value;
@@ -1535,6 +1564,8 @@ public function getValue()
class Google_Service_Mirror_Subscription extends Google_Collection
{
protected $collection_key = 'operation';
+ protected $internal_gapi_mappings = array(
+ );
public $callbackUrl;
public $collection;
public $id;
@@ -1640,6 +1671,8 @@ public function getVerifyToken()
class Google_Service_Mirror_SubscriptionsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Mirror_Subscription';
protected $itemsDataType = 'array';
public $kind;
@@ -1668,6 +1701,8 @@ public function getKind()
class Google_Service_Mirror_TimelineItem extends Google_Collection
{
protected $collection_key = 'recipients';
+ protected $internal_gapi_mappings = array(
+ );
protected $attachmentsType = 'Google_Service_Mirror_Attachment';
protected $attachmentsDataType = 'array';
public $bundleId;
@@ -1965,6 +2000,8 @@ public function getUpdated()
class Google_Service_Mirror_TimelineListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Mirror_TimelineItem';
protected $itemsDataType = 'array';
public $kind;
@@ -2003,6 +2040,8 @@ public function getNextPageToken()
class Google_Service_Mirror_UserAction extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $payload;
public $type;
@@ -2029,6 +2068,8 @@ public function getType()
class Google_Service_Mirror_UserData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
From c85a3b414da1dfd913defa44d8e48e467ecaffd2 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:34 -0700
Subject: [PATCH 0185/1219] Updated Compute.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Compute.php | 275 +++++++++++++++++++++++++++++++--
1 file changed, 266 insertions(+), 9 deletions(-)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index 144ed3a01..fc4fec5dd 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -5517,6 +5517,8 @@ public function listZones($project, $optParams = array())
class Google_Service_Compute_AccessConfig extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $name;
public $natIP;
@@ -5566,6 +5568,8 @@ public function getType()
class Google_Service_Compute_Address extends Google_Collection
{
protected $collection_key = 'users';
+ protected $internal_gapi_mappings = array(
+ );
public $address;
public $creationTimestamp;
public $description;
@@ -5680,6 +5684,8 @@ public function getUsers()
class Google_Service_Compute_AddressAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_AddressesScopedList';
protected $itemsDataType = 'map';
@@ -5740,12 +5746,15 @@ public function getSelfLink()
class Google_Service_Compute_AddressAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_AddressList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Address';
protected $itemsDataType = 'array';
@@ -5807,6 +5816,8 @@ public function getSelfLink()
class Google_Service_Compute_AddressesScopedList extends Google_Collection
{
protected $collection_key = 'addresses';
+ protected $internal_gapi_mappings = array(
+ );
protected $addressesType = 'Google_Service_Compute_Address';
protected $addressesDataType = 'array';
protected $warningType = 'Google_Service_Compute_AddressesScopedListWarning';
@@ -5836,6 +5847,8 @@ public function getWarning()
class Google_Service_Compute_AddressesScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_AddressesScopedListWarningData';
protected $dataDataType = 'array';
@@ -5874,6 +5887,8 @@ public function getMessage()
class Google_Service_Compute_AddressesScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -5901,6 +5916,8 @@ public function getValue()
class Google_Service_Compute_AttachedDisk extends Google_Collection
{
protected $collection_key = 'licenses';
+ protected $internal_gapi_mappings = array(
+ );
public $autoDelete;
public $boot;
public $deviceName;
@@ -6016,6 +6033,8 @@ public function getType()
class Google_Service_Compute_AttachedDiskInitializeParams extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $diskName;
public $diskSizeGb;
public $diskType;
@@ -6064,6 +6083,8 @@ public function getSourceImage()
class Google_Service_Compute_Backend extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $balancingMode;
public $capacityScaler;
public $description;
@@ -6146,6 +6167,8 @@ public function getMaxUtilization()
class Google_Service_Compute_BackendService extends Google_Collection
{
protected $collection_key = 'healthChecks';
+ protected $internal_gapi_mappings = array(
+ );
protected $backendsType = 'Google_Service_Compute_Backend';
protected $backendsDataType = 'array';
public $creationTimestamp;
@@ -6295,6 +6318,8 @@ public function getTimeoutSec()
class Google_Service_Compute_BackendServiceGroupHealth extends Google_Collection
{
protected $collection_key = 'healthStatus';
+ protected $internal_gapi_mappings = array(
+ );
protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
protected $healthStatusDataType = 'array';
public $kind;
@@ -6323,6 +6348,8 @@ public function getKind()
class Google_Service_Compute_BackendServiceList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_BackendService';
protected $itemsDataType = 'array';
@@ -6383,6 +6410,8 @@ public function getSelfLink()
class Google_Service_Compute_DeprecationStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deleted;
public $deprecated;
public $obsolete;
@@ -6443,6 +6472,8 @@ public function getState()
class Google_Service_Compute_Disk extends Google_Collection
{
protected $collection_key = 'licenses';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $description;
public $id;
@@ -6623,6 +6654,8 @@ public function getZone()
class Google_Service_Compute_DiskAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_DisksScopedList';
protected $itemsDataType = 'map';
@@ -6683,12 +6716,15 @@ public function getSelfLink()
class Google_Service_Compute_DiskAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_DiskList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Disk';
protected $itemsDataType = 'array';
@@ -6749,6 +6785,8 @@ public function getSelfLink()
class Google_Service_Compute_DiskType extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $defaultDiskSizeGb;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
@@ -6864,6 +6902,8 @@ public function getZone()
class Google_Service_Compute_DiskTypeAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_DiskTypesScopedList';
protected $itemsDataType = 'map';
@@ -6924,12 +6964,15 @@ public function getSelfLink()
class Google_Service_Compute_DiskTypeAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_DiskTypeList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_DiskType';
protected $itemsDataType = 'array';
@@ -6991,6 +7034,8 @@ public function getSelfLink()
class Google_Service_Compute_DiskTypesScopedList extends Google_Collection
{
protected $collection_key = 'diskTypes';
+ protected $internal_gapi_mappings = array(
+ );
protected $diskTypesType = 'Google_Service_Compute_DiskType';
protected $diskTypesDataType = 'array';
protected $warningType = 'Google_Service_Compute_DiskTypesScopedListWarning';
@@ -7020,6 +7065,8 @@ public function getWarning()
class Google_Service_Compute_DiskTypesScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_DiskTypesScopedListWarningData';
protected $dataDataType = 'array';
@@ -7058,6 +7105,8 @@ public function getMessage()
class Google_Service_Compute_DiskTypesScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -7085,6 +7134,8 @@ public function getValue()
class Google_Service_Compute_DisksScopedList extends Google_Collection
{
protected $collection_key = 'disks';
+ protected $internal_gapi_mappings = array(
+ );
protected $disksType = 'Google_Service_Compute_Disk';
protected $disksDataType = 'array';
protected $warningType = 'Google_Service_Compute_DisksScopedListWarning';
@@ -7114,6 +7165,8 @@ public function getWarning()
class Google_Service_Compute_DisksScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_DisksScopedListWarningData';
protected $dataDataType = 'array';
@@ -7152,6 +7205,8 @@ public function getMessage()
class Google_Service_Compute_DisksScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -7179,6 +7234,8 @@ public function getValue()
class Google_Service_Compute_Firewall extends Google_Collection
{
protected $collection_key = 'targetTags';
+ protected $internal_gapi_mappings = array(
+ );
protected $allowedType = 'Google_Service_Compute_FirewallAllowed';
protected $allowedDataType = 'array';
public $creationTimestamp;
@@ -7306,6 +7363,9 @@ public function getTargetTags()
class Google_Service_Compute_FirewallAllowed extends Google_Collection
{
protected $collection_key = 'ports';
+ protected $internal_gapi_mappings = array(
+ "iPProtocol" => "IPProtocol",
+ );
public $iPProtocol;
public $ports;
@@ -7333,6 +7393,8 @@ public function getPorts()
class Google_Service_Compute_FirewallList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Firewall';
protected $itemsDataType = 'array';
@@ -7393,6 +7455,10 @@ public function getSelfLink()
class Google_Service_Compute_ForwardingRule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "iPAddress" => "IPAddress",
+ "iPProtocol" => "IPProtocol",
+ );
public $iPAddress;
public $iPProtocol;
public $creationTimestamp;
@@ -7518,6 +7584,8 @@ public function getTarget()
class Google_Service_Compute_ForwardingRuleAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_ForwardingRulesScopedList';
protected $itemsDataType = 'map';
@@ -7578,12 +7646,15 @@ public function getSelfLink()
class Google_Service_Compute_ForwardingRuleAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_ForwardingRuleList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_ForwardingRule';
protected $itemsDataType = 'array';
@@ -7645,6 +7716,8 @@ public function getSelfLink()
class Google_Service_Compute_ForwardingRulesScopedList extends Google_Collection
{
protected $collection_key = 'forwardingRules';
+ protected $internal_gapi_mappings = array(
+ );
protected $forwardingRulesType = 'Google_Service_Compute_ForwardingRule';
protected $forwardingRulesDataType = 'array';
protected $warningType = 'Google_Service_Compute_ForwardingRulesScopedListWarning';
@@ -7674,6 +7747,8 @@ public function getWarning()
class Google_Service_Compute_ForwardingRulesScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_ForwardingRulesScopedListWarningData';
protected $dataDataType = 'array';
@@ -7712,6 +7787,8 @@ public function getMessage()
class Google_Service_Compute_ForwardingRulesScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -7738,6 +7815,8 @@ public function getValue()
class Google_Service_Compute_HealthCheckReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $healthCheck;
public function setHealthCheck($healthCheck)
@@ -7753,6 +7832,8 @@ public function getHealthCheck()
class Google_Service_Compute_HealthStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $healthState;
public $instance;
public $ipAddress;
@@ -7802,6 +7883,8 @@ public function getPort()
class Google_Service_Compute_HostRule extends Google_Collection
{
protected $collection_key = 'hosts';
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $hosts;
public $pathMatcher;
@@ -7839,6 +7922,8 @@ public function getPathMatcher()
class Google_Service_Compute_HttpHealthCheck extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $checkIntervalSec;
public $creationTimestamp;
public $description;
@@ -7987,6 +8072,8 @@ public function getUnhealthyThreshold()
class Google_Service_Compute_HttpHealthCheckList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_HttpHealthCheck';
protected $itemsDataType = 'array';
@@ -8048,6 +8135,8 @@ public function getSelfLink()
class Google_Service_Compute_Image extends Google_Collection
{
protected $collection_key = 'licenses';
+ protected $internal_gapi_mappings = array(
+ );
public $archiveSizeBytes;
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
@@ -8220,6 +8309,8 @@ public function getStatus()
class Google_Service_Compute_ImageList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Image';
protected $itemsDataType = 'array';
@@ -8280,6 +8371,8 @@ public function getSelfLink()
class Google_Service_Compute_ImageRawDisk extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $containerType;
public $sha1Checksum;
public $source;
@@ -8318,6 +8411,8 @@ public function getSource()
class Google_Service_Compute_Instance extends Google_Collection
{
protected $collection_key = 'serviceAccounts';
+ protected $internal_gapi_mappings = array(
+ );
public $canIpForward;
public $creationTimestamp;
public $description;
@@ -8515,6 +8610,8 @@ public function getZone()
class Google_Service_Compute_InstanceAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_InstancesScopedList';
protected $itemsDataType = 'map';
@@ -8575,12 +8672,15 @@ public function getSelfLink()
class Google_Service_Compute_InstanceAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_InstanceList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Instance';
protected $itemsDataType = 'array';
@@ -8641,6 +8741,8 @@ public function getSelfLink()
class Google_Service_Compute_InstanceReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $instance;
public function setInstance($instance)
@@ -8657,6 +8759,8 @@ public function getInstance()
class Google_Service_Compute_InstancesScopedList extends Google_Collection
{
protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
protected $instancesType = 'Google_Service_Compute_Instance';
protected $instancesDataType = 'array';
protected $warningType = 'Google_Service_Compute_InstancesScopedListWarning';
@@ -8686,6 +8790,8 @@ public function getWarning()
class Google_Service_Compute_InstancesScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_InstancesScopedListWarningData';
protected $dataDataType = 'array';
@@ -8724,6 +8830,8 @@ public function getMessage()
class Google_Service_Compute_InstancesScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -8750,6 +8858,8 @@ public function getValue()
class Google_Service_Compute_License extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $chargesUseFee;
public $kind;
public $name;
@@ -8799,6 +8909,8 @@ public function getSelfLink()
class Google_Service_Compute_MachineType extends Google_Collection
{
protected $collection_key = 'scratchDisks';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
protected $deprecatedDataType = '';
@@ -8959,6 +9071,8 @@ public function getZone()
class Google_Service_Compute_MachineTypeAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_MachineTypesScopedList';
protected $itemsDataType = 'map';
@@ -9019,12 +9133,15 @@ public function getSelfLink()
class Google_Service_Compute_MachineTypeAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_MachineTypeList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_MachineType';
protected $itemsDataType = 'array';
@@ -9085,6 +9202,8 @@ public function getSelfLink()
class Google_Service_Compute_MachineTypeScratchDisks extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $diskGb;
public function setDiskGb($diskGb)
@@ -9101,6 +9220,8 @@ public function getDiskGb()
class Google_Service_Compute_MachineTypesScopedList extends Google_Collection
{
protected $collection_key = 'machineTypes';
+ protected $internal_gapi_mappings = array(
+ );
protected $machineTypesType = 'Google_Service_Compute_MachineType';
protected $machineTypesDataType = 'array';
protected $warningType = 'Google_Service_Compute_MachineTypesScopedListWarning';
@@ -9130,6 +9251,8 @@ public function getWarning()
class Google_Service_Compute_MachineTypesScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_MachineTypesScopedListWarningData';
protected $dataDataType = 'array';
@@ -9168,6 +9291,8 @@ public function getMessage()
class Google_Service_Compute_MachineTypesScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -9195,6 +9320,8 @@ public function getValue()
class Google_Service_Compute_Metadata extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $fingerprint;
protected $itemsType = 'Google_Service_Compute_MetadataItems';
protected $itemsDataType = 'array';
@@ -9233,6 +9360,8 @@ public function getKind()
class Google_Service_Compute_MetadataItems extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -9259,6 +9388,9 @@ public function getValue()
class Google_Service_Compute_Network extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "iPv4Range" => "IPv4Range",
+ );
public $iPv4Range;
public $creationTimestamp;
public $description;
@@ -9352,6 +9484,8 @@ public function getSelfLink()
class Google_Service_Compute_NetworkInterface extends Google_Collection
{
protected $collection_key = 'accessConfigs';
+ protected $internal_gapi_mappings = array(
+ );
protected $accessConfigsType = 'Google_Service_Compute_AccessConfig';
protected $accessConfigsDataType = 'array';
public $name;
@@ -9402,6 +9536,8 @@ public function getNetworkIP()
class Google_Service_Compute_NetworkList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Network';
protected $itemsDataType = 'array';
@@ -9463,6 +9599,8 @@ public function getSelfLink()
class Google_Service_Compute_Operation extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $clientOperationId;
public $creationTimestamp;
public $endTime;
@@ -9711,6 +9849,8 @@ public function getZone()
class Google_Service_Compute_OperationAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_OperationsScopedList';
protected $itemsDataType = 'map';
@@ -9771,12 +9911,15 @@ public function getSelfLink()
class Google_Service_Compute_OperationAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_OperationError extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
protected $errorsType = 'Google_Service_Compute_OperationErrorErrors';
protected $errorsDataType = 'array';
@@ -9793,6 +9936,8 @@ public function getErrors()
class Google_Service_Compute_OperationErrorErrors extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $location;
public $message;
@@ -9831,6 +9976,8 @@ public function getMessage()
class Google_Service_Compute_OperationList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Operation';
protected $itemsDataType = 'array';
@@ -9892,6 +10039,8 @@ public function getSelfLink()
class Google_Service_Compute_OperationWarnings extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_OperationWarningsData';
protected $dataDataType = 'array';
@@ -9930,6 +10079,8 @@ public function getMessage()
class Google_Service_Compute_OperationWarningsData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -9957,6 +10108,8 @@ public function getValue()
class Google_Service_Compute_OperationsScopedList extends Google_Collection
{
protected $collection_key = 'operations';
+ protected $internal_gapi_mappings = array(
+ );
protected $operationsType = 'Google_Service_Compute_Operation';
protected $operationsDataType = 'array';
protected $warningType = 'Google_Service_Compute_OperationsScopedListWarning';
@@ -9986,6 +10139,8 @@ public function getWarning()
class Google_Service_Compute_OperationsScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_OperationsScopedListWarningData';
protected $dataDataType = 'array';
@@ -10024,6 +10179,8 @@ public function getMessage()
class Google_Service_Compute_OperationsScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -10051,6 +10208,8 @@ public function getValue()
class Google_Service_Compute_PathMatcher extends Google_Collection
{
protected $collection_key = 'pathRules';
+ protected $internal_gapi_mappings = array(
+ );
public $defaultService;
public $description;
public $name;
@@ -10101,6 +10260,8 @@ public function getPathRules()
class Google_Service_Compute_PathRule extends Google_Collection
{
protected $collection_key = 'paths';
+ protected $internal_gapi_mappings = array(
+ );
public $paths;
public $service;
@@ -10128,6 +10289,8 @@ public function getService()
class Google_Service_Compute_Project extends Google_Collection
{
protected $collection_key = 'quotas';
+ protected $internal_gapi_mappings = array(
+ );
protected $commonInstanceMetadataType = 'Google_Service_Compute_Metadata';
protected $commonInstanceMetadataDataType = '';
public $creationTimestamp;
@@ -10234,6 +10397,8 @@ public function getUsageExportLocation()
class Google_Service_Compute_Quota extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $limit;
public $metric;
public $usage;
@@ -10272,6 +10437,8 @@ public function getUsage()
class Google_Service_Compute_Region extends Google_Collection
{
protected $collection_key = 'zones';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
protected $deprecatedDataType = '';
@@ -10389,6 +10556,8 @@ public function getZones()
class Google_Service_Compute_RegionList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Region';
protected $itemsDataType = 'array';
@@ -10449,6 +10618,8 @@ public function getSelfLink()
class Google_Service_Compute_ResourceGroupReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $group;
public function setGroup($group)
@@ -10465,6 +10636,8 @@ public function getGroup()
class Google_Service_Compute_Route extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $description;
public $destRange;
@@ -10636,6 +10809,8 @@ public function getWarnings()
class Google_Service_Compute_RouteList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Route';
protected $itemsDataType = 'array';
@@ -10697,6 +10872,8 @@ public function getSelfLink()
class Google_Service_Compute_RouteWarnings extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_RouteWarningsData';
protected $dataDataType = 'array';
@@ -10735,6 +10912,8 @@ public function getMessage()
class Google_Service_Compute_RouteWarningsData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -10761,6 +10940,8 @@ public function getValue()
class Google_Service_Compute_Scheduling extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $automaticRestart;
public $onHostMaintenance;
@@ -10787,6 +10968,8 @@ public function getOnHostMaintenance()
class Google_Service_Compute_SerialPortOutput extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $contents;
public $kind;
public $selfLink;
@@ -10825,6 +11008,8 @@ public function getSelfLink()
class Google_Service_Compute_ServiceAccount extends Google_Collection
{
protected $collection_key = 'scopes';
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $scopes;
@@ -10852,6 +11037,8 @@ public function getScopes()
class Google_Service_Compute_Snapshot extends Google_Collection
{
protected $collection_key = 'licenses';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $description;
public $diskSizeGb;
@@ -11000,6 +11187,8 @@ public function getStorageBytesStatus()
class Google_Service_Compute_SnapshotList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Snapshot';
protected $itemsDataType = 'array';
@@ -11061,6 +11250,8 @@ public function getSelfLink()
class Google_Service_Compute_Tags extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $fingerprint;
public $items;
@@ -11087,6 +11278,8 @@ public function getItems()
class Google_Service_Compute_TargetHttpProxy extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $description;
public $id;
@@ -11169,6 +11362,8 @@ public function getUrlMap()
class Google_Service_Compute_TargetHttpProxyList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_TargetHttpProxy';
protected $itemsDataType = 'array';
@@ -11229,6 +11424,8 @@ public function getSelfLink()
class Google_Service_Compute_TargetInstance extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $description;
public $id;
@@ -11332,6 +11529,8 @@ public function getZone()
class Google_Service_Compute_TargetInstanceAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_TargetInstancesScopedList';
protected $itemsDataType = 'map';
@@ -11392,12 +11591,15 @@ public function getSelfLink()
class Google_Service_Compute_TargetInstanceAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_TargetInstanceList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_TargetInstance';
protected $itemsDataType = 'array';
@@ -11459,6 +11661,8 @@ public function getSelfLink()
class Google_Service_Compute_TargetInstancesScopedList extends Google_Collection
{
protected $collection_key = 'targetInstances';
+ protected $internal_gapi_mappings = array(
+ );
protected $targetInstancesType = 'Google_Service_Compute_TargetInstance';
protected $targetInstancesDataType = 'array';
protected $warningType = 'Google_Service_Compute_TargetInstancesScopedListWarning';
@@ -11488,6 +11692,8 @@ public function getWarning()
class Google_Service_Compute_TargetInstancesScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_TargetInstancesScopedListWarningData';
protected $dataDataType = 'array';
@@ -11526,6 +11732,8 @@ public function getMessage()
class Google_Service_Compute_TargetInstancesScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -11553,6 +11761,8 @@ public function getValue()
class Google_Service_Compute_TargetPool extends Google_Collection
{
protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
public $backupPool;
public $creationTimestamp;
public $description;
@@ -11689,6 +11899,8 @@ public function getSessionAffinity()
class Google_Service_Compute_TargetPoolAggregatedList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_TargetPoolsScopedList';
protected $itemsDataType = 'map';
@@ -11749,12 +11961,15 @@ public function getSelfLink()
class Google_Service_Compute_TargetPoolAggregatedListItems extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
{
protected $collection_key = 'healthStatus';
+ protected $internal_gapi_mappings = array(
+ );
protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
protected $healthStatusDataType = 'array';
public $kind;
@@ -11783,6 +11998,8 @@ public function getKind()
class Google_Service_Compute_TargetPoolList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_TargetPool';
protected $itemsDataType = 'array';
@@ -11844,6 +12061,8 @@ public function getSelfLink()
class Google_Service_Compute_TargetPoolsAddHealthCheckRequest extends Google_Collection
{
protected $collection_key = 'healthChecks';
+ protected $internal_gapi_mappings = array(
+ );
protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
protected $healthChecksDataType = 'array';
@@ -11861,6 +12080,8 @@ public function getHealthChecks()
class Google_Service_Compute_TargetPoolsAddInstanceRequest extends Google_Collection
{
protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
protected $instancesType = 'Google_Service_Compute_InstanceReference';
protected $instancesDataType = 'array';
@@ -11878,6 +12099,8 @@ public function getInstances()
class Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest extends Google_Collection
{
protected $collection_key = 'healthChecks';
+ protected $internal_gapi_mappings = array(
+ );
protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
protected $healthChecksDataType = 'array';
@@ -11895,6 +12118,8 @@ public function getHealthChecks()
class Google_Service_Compute_TargetPoolsRemoveInstanceRequest extends Google_Collection
{
protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
protected $instancesType = 'Google_Service_Compute_InstanceReference';
protected $instancesDataType = 'array';
@@ -11912,6 +12137,8 @@ public function getInstances()
class Google_Service_Compute_TargetPoolsScopedList extends Google_Collection
{
protected $collection_key = 'targetPools';
+ protected $internal_gapi_mappings = array(
+ );
protected $targetPoolsType = 'Google_Service_Compute_TargetPool';
protected $targetPoolsDataType = 'array';
protected $warningType = 'Google_Service_Compute_TargetPoolsScopedListWarning';
@@ -11941,6 +12168,8 @@ public function getWarning()
class Google_Service_Compute_TargetPoolsScopedListWarning extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Compute_TargetPoolsScopedListWarningData';
protected $dataDataType = 'array';
@@ -11979,6 +12208,8 @@ public function getMessage()
class Google_Service_Compute_TargetPoolsScopedListWarningData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -12005,6 +12236,8 @@ public function getValue()
class Google_Service_Compute_TargetReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $target;
public function setTarget($target)
@@ -12020,6 +12253,8 @@ public function getTarget()
class Google_Service_Compute_TestFailure extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $actualService;
public $expectedService;
public $host;
@@ -12069,6 +12304,8 @@ public function getPath()
class Google_Service_Compute_UrlMap extends Google_Collection
{
protected $collection_key = 'tests';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $defaultService;
public $description;
@@ -12198,6 +12435,8 @@ public function getTests()
class Google_Service_Compute_UrlMapList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_UrlMap';
protected $itemsDataType = 'array';
@@ -12258,6 +12497,8 @@ public function getSelfLink()
class Google_Service_Compute_UrlMapReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $urlMap;
public function setUrlMap($urlMap)
@@ -12273,6 +12514,8 @@ public function getUrlMap()
class Google_Service_Compute_UrlMapTest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $host;
public $path;
@@ -12322,6 +12565,8 @@ public function getService()
class Google_Service_Compute_UrlMapValidationResult extends Google_Collection
{
protected $collection_key = 'testFailures';
+ protected $internal_gapi_mappings = array(
+ );
public $loadErrors;
public $loadSucceeded;
protected $testFailuresType = 'Google_Service_Compute_TestFailure';
@@ -12371,6 +12616,8 @@ public function getTestPassed()
class Google_Service_Compute_UrlMapsValidateRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resourceType = 'Google_Service_Compute_UrlMap';
protected $resourceDataType = '';
@@ -12387,6 +12634,8 @@ public function getResource()
class Google_Service_Compute_UrlMapsValidateResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resultType = 'Google_Service_Compute_UrlMapValidationResult';
protected $resultDataType = '';
@@ -12403,6 +12652,8 @@ public function getResult()
class Google_Service_Compute_UsageExportLocation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $bucketName;
public $reportNamePrefix;
@@ -12430,6 +12681,8 @@ public function getReportNamePrefix()
class Google_Service_Compute_Zone extends Google_Collection
{
protected $collection_key = 'maintenanceWindows';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
protected $deprecatedDataType = '';
@@ -12547,6 +12800,8 @@ public function getStatus()
class Google_Service_Compute_ZoneList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Compute_Zone';
protected $itemsDataType = 'array';
@@ -12607,6 +12862,8 @@ public function getSelfLink()
class Google_Service_Compute_ZoneMaintenanceWindows extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $beginTime;
public $description;
public $endTime;
From f664eec5eb9f859803b36cac9b86aede30b2e722 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:34 -0700
Subject: [PATCH 0186/1219] Updated Blogger.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Blogger.php | 72 ++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
diff --git a/src/Google/Service/Blogger.php b/src/Google/Service/Blogger.php
index 325d5fe0c..304eb51e1 100644
--- a/src/Google/Service/Blogger.php
+++ b/src/Google/Service/Blogger.php
@@ -1743,6 +1743,8 @@ public function get($userId, $optParams = array())
class Google_Service_Blogger_Blog extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customMetaData;
public $description;
public $id;
@@ -1894,6 +1896,8 @@ public function getUrl()
class Google_Service_Blogger_BlogList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $blogUserInfosType = 'Google_Service_Blogger_BlogUserInfo';
protected $blogUserInfosDataType = 'array';
protected $itemsType = 'Google_Service_Blogger_Blog';
@@ -1933,6 +1937,8 @@ public function getKind()
class Google_Service_Blogger_BlogLocale extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $country;
public $language;
public $variant;
@@ -1970,6 +1976,8 @@ public function getVariant()
class Google_Service_Blogger_BlogPages extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public $totalItems;
@@ -1996,6 +2004,8 @@ public function getTotalItems()
class Google_Service_Blogger_BlogPerUserInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $blogId;
public $hasAdminAccess;
public $kind;
@@ -2067,6 +2077,8 @@ public function getUserId()
class Google_Service_Blogger_BlogPosts extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Blogger_Post';
protected $itemsDataType = 'array';
public $selfLink;
@@ -2105,6 +2117,9 @@ public function getTotalItems()
class Google_Service_Blogger_BlogUserInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "blogUserInfo" => "blog_user_info",
+ );
protected $blogType = 'Google_Service_Blogger_Blog';
protected $blogDataType = '';
protected $blogUserInfoType = 'Google_Service_Blogger_BlogPerUserInfo';
@@ -2144,6 +2159,8 @@ public function getKind()
class Google_Service_Blogger_Comment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_Blogger_CommentAuthor';
protected $authorDataType = '';
protected $blogType = 'Google_Service_Blogger_CommentBlog';
@@ -2273,6 +2290,8 @@ public function getUpdated()
class Google_Service_Blogger_CommentAuthor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_Blogger_CommentAuthorImage';
@@ -2322,6 +2341,8 @@ public function getUrl()
class Google_Service_Blogger_CommentAuthorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -2337,6 +2358,8 @@ public function getUrl()
class Google_Service_Blogger_CommentBlog extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -2352,6 +2375,8 @@ public function getId()
class Google_Service_Blogger_CommentInReplyTo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -2368,6 +2393,8 @@ public function getId()
class Google_Service_Blogger_CommentList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Blogger_Comment';
protected $itemsDataType = 'array';
public $kind;
@@ -2417,6 +2444,8 @@ public function getPrevPageToken()
class Google_Service_Blogger_CommentPost extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -2432,6 +2461,8 @@ public function getId()
class Google_Service_Blogger_Page extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_Blogger_PageAuthor';
protected $authorDataType = '';
protected $blogType = 'Google_Service_Blogger_PageBlog';
@@ -2570,6 +2601,8 @@ public function getUrl()
class Google_Service_Blogger_PageAuthor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_Blogger_PageAuthorImage';
@@ -2619,6 +2652,8 @@ public function getUrl()
class Google_Service_Blogger_PageAuthorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -2634,6 +2669,8 @@ public function getUrl()
class Google_Service_Blogger_PageBlog extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -2650,6 +2687,8 @@ public function getId()
class Google_Service_Blogger_PageList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Blogger_Page';
protected $itemsDataType = 'array';
public $kind;
@@ -2678,6 +2717,8 @@ public function getKind()
class Google_Service_Blogger_Pageviews extends Google_Collection
{
protected $collection_key = 'counts';
+ protected $internal_gapi_mappings = array(
+ );
public $blogId;
protected $countsType = 'Google_Service_Blogger_PageviewsCounts';
protected $countsDataType = 'array';
@@ -2716,6 +2757,8 @@ public function getKind()
class Google_Service_Blogger_PageviewsCounts extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $timeRange;
@@ -2743,6 +2786,8 @@ public function getTimeRange()
class Google_Service_Blogger_Post extends Google_Collection
{
protected $collection_key = 'labels';
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_Blogger_PostAuthor';
protected $authorDataType = '';
protected $blogType = 'Google_Service_Blogger_PostBlog';
@@ -2961,6 +3006,8 @@ public function getUrl()
class Google_Service_Blogger_PostAuthor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_Blogger_PostAuthorImage';
@@ -3010,6 +3057,8 @@ public function getUrl()
class Google_Service_Blogger_PostAuthorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -3025,6 +3074,8 @@ public function getUrl()
class Google_Service_Blogger_PostBlog extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -3040,6 +3091,8 @@ public function getId()
class Google_Service_Blogger_PostImages extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -3056,6 +3109,8 @@ public function getUrl()
class Google_Service_Blogger_PostList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Blogger_Post';
protected $itemsDataType = 'array';
public $kind;
@@ -3094,6 +3149,8 @@ public function getNextPageToken()
class Google_Service_Blogger_PostLocation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $lat;
public $lng;
public $name;
@@ -3142,6 +3199,8 @@ public function getSpan()
class Google_Service_Blogger_PostPerUserInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $blogId;
public $hasEditAccess;
public $kind;
@@ -3202,6 +3261,8 @@ public function getUserId()
class Google_Service_Blogger_PostReplies extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Blogger_Comment';
protected $itemsDataType = 'array';
public $selfLink;
@@ -3240,6 +3301,9 @@ public function getTotalItems()
class Google_Service_Blogger_PostUserInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "postUserInfo" => "post_user_info",
+ );
public $kind;
protected $postType = 'Google_Service_Blogger_Post';
protected $postDataType = '';
@@ -3280,6 +3344,8 @@ public function getPostUserInfo()
class Google_Service_Blogger_PostUserInfosList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Blogger_PostUserInfo';
protected $itemsDataType = 'array';
public $kind;
@@ -3318,6 +3384,8 @@ public function getNextPageToken()
class Google_Service_Blogger_User extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $about;
protected $blogsType = 'Google_Service_Blogger_UserBlogs';
protected $blogsDataType = '';
@@ -3423,6 +3491,8 @@ public function getUrl()
class Google_Service_Blogger_UserBlogs extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public function setSelfLink($selfLink)
@@ -3438,6 +3508,8 @@ public function getSelfLink()
class Google_Service_Blogger_UserLocale extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $country;
public $language;
public $variant;
From f640e2a269cc26abda991d917db87152fd77209e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:34 -0700
Subject: [PATCH 0187/1219] Updated AndroidPublisher.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AndroidPublisher.php | 84 ++++++++++++++++++++++++-
1 file changed, 82 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/AndroidPublisher.php b/src/Google/Service/AndroidPublisher.php
index 2376606f8..462f43c36 100644
--- a/src/Google/Service/AndroidPublisher.php
+++ b/src/Google/Service/AndroidPublisher.php
@@ -2272,6 +2272,8 @@ public function revoke($packageName, $subscriptionId, $token, $optParams = array
class Google_Service_AndroidPublisher_Apk extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $binaryType = 'Google_Service_AndroidPublisher_ApkBinary';
protected $binaryDataType = '';
public $versionCode;
@@ -2299,6 +2301,8 @@ public function getVersionCode()
class Google_Service_AndroidPublisher_ApkBinary extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $sha1;
public function setSha1($sha1)
@@ -2314,6 +2318,8 @@ public function getSha1()
class Google_Service_AndroidPublisher_ApkListing extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $language;
public $recentChanges;
@@ -2341,6 +2347,8 @@ public function getRecentChanges()
class Google_Service_AndroidPublisher_ApkListingsListResponse extends Google_Collection
{
protected $collection_key = 'listings';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $listingsType = 'Google_Service_AndroidPublisher_ApkListing';
protected $listingsDataType = 'array';
@@ -2369,6 +2377,8 @@ public function getListings()
class Google_Service_AndroidPublisher_ApksListResponse extends Google_Collection
{
protected $collection_key = 'apks';
+ protected $internal_gapi_mappings = array(
+ );
protected $apksType = 'Google_Service_AndroidPublisher_Apk';
protected $apksDataType = 'array';
public $kind;
@@ -2396,6 +2406,8 @@ public function getKind()
class Google_Service_AndroidPublisher_AppDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $contactEmail;
public $contactPhone;
public $contactWebsite;
@@ -2444,6 +2456,8 @@ public function getDefaultLanguage()
class Google_Service_AndroidPublisher_AppEdit extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $expiryTimeSeconds;
public $id;
@@ -2470,6 +2484,8 @@ public function getId()
class Google_Service_AndroidPublisher_ExpansionFile extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $fileSize;
public $referencesVersion;
@@ -2496,6 +2512,8 @@ public function getReferencesVersion()
class Google_Service_AndroidPublisher_ExpansionFilesUploadResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $expansionFileType = 'Google_Service_AndroidPublisher_ExpansionFile';
protected $expansionFileDataType = '';
@@ -2512,6 +2530,8 @@ public function getExpansionFile()
class Google_Service_AndroidPublisher_Image extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $sha1;
public $url;
@@ -2550,6 +2570,8 @@ public function getUrl()
class Google_Service_AndroidPublisher_ImagesDeleteAllResponse extends Google_Collection
{
protected $collection_key = 'deleted';
+ protected $internal_gapi_mappings = array(
+ );
protected $deletedType = 'Google_Service_AndroidPublisher_Image';
protected $deletedDataType = 'array';
@@ -2567,6 +2589,8 @@ public function getDeleted()
class Google_Service_AndroidPublisher_ImagesListResponse extends Google_Collection
{
protected $collection_key = 'images';
+ protected $internal_gapi_mappings = array(
+ );
protected $imagesType = 'Google_Service_AndroidPublisher_Image';
protected $imagesDataType = 'array';
@@ -2583,6 +2607,8 @@ public function getImages()
class Google_Service_AndroidPublisher_ImagesUploadResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $imageType = 'Google_Service_AndroidPublisher_Image';
protected $imageDataType = '';
@@ -2599,6 +2625,8 @@ public function getImage()
class Google_Service_AndroidPublisher_InAppProduct extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $defaultLanguage;
protected $defaultPriceType = 'Google_Service_AndroidPublisher_Price';
protected $defaultPriceDataType = '';
@@ -2728,6 +2756,8 @@ public function getTrialPeriod()
class Google_Service_AndroidPublisher_InAppProductListing extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $title;
@@ -2754,17 +2784,21 @@ public function getTitle()
class Google_Service_AndroidPublisher_InAppProductListings extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_AndroidPublisher_InAppProductPrices extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_AndroidPublisher_InappproductsBatchRequest extends Google_Collection
{
protected $collection_key = 'entrys';
+ protected $internal_gapi_mappings = array(
+ );
protected $entrysType = 'Google_Service_AndroidPublisher_InappproductsBatchRequestEntry';
protected $entrysDataType = 'array';
@@ -2781,6 +2815,8 @@ public function getEntrys()
class Google_Service_AndroidPublisher_InappproductsBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $inappproductsinsertrequestType = 'Google_Service_AndroidPublisher_InappproductsInsertRequest';
protected $inappproductsinsertrequestDataType = '';
@@ -2832,6 +2868,8 @@ public function getMethodName()
class Google_Service_AndroidPublisher_InappproductsBatchResponse extends Google_Collection
{
protected $collection_key = 'entrys';
+ protected $internal_gapi_mappings = array(
+ );
protected $entrysType = 'Google_Service_AndroidPublisher_InappproductsBatchResponseEntry';
protected $entrysDataType = 'array';
public $kind;
@@ -2859,6 +2897,8 @@ public function getKind()
class Google_Service_AndroidPublisher_InappproductsBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $inappproductsinsertresponseType = 'Google_Service_AndroidPublisher_InappproductsInsertResponse';
protected $inappproductsinsertresponseDataType = '';
@@ -2898,6 +2938,8 @@ public function getInappproductsupdateresponse()
class Google_Service_AndroidPublisher_InappproductsInsertRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
@@ -2914,6 +2956,8 @@ public function getInappproduct()
class Google_Service_AndroidPublisher_InappproductsInsertResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
@@ -2931,6 +2975,8 @@ public function getInappproduct()
class Google_Service_AndroidPublisher_InappproductsListResponse extends Google_Collection
{
protected $collection_key = 'inappproduct';
+ protected $internal_gapi_mappings = array(
+ );
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = 'array';
public $kind;
@@ -2982,6 +3028,8 @@ public function getTokenPagination()
class Google_Service_AndroidPublisher_InappproductsUpdateRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
@@ -2998,6 +3046,8 @@ public function getInappproduct()
class Google_Service_AndroidPublisher_InappproductsUpdateResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
@@ -3014,6 +3064,8 @@ public function getInappproduct()
class Google_Service_AndroidPublisher_Listing extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $fullDescription;
public $language;
public $shortDescription;
@@ -3074,6 +3126,8 @@ public function getVideo()
class Google_Service_AndroidPublisher_ListingsListResponse extends Google_Collection
{
protected $collection_key = 'listings';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $listingsType = 'Google_Service_AndroidPublisher_Listing';
protected $listingsDataType = 'array';
@@ -3101,6 +3155,8 @@ public function getListings()
class Google_Service_AndroidPublisher_MonthDay extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $day;
public $month;
@@ -3127,6 +3183,8 @@ public function getMonth()
class Google_Service_AndroidPublisher_PageInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $resultPerPage;
public $startIndex;
public $totalResults;
@@ -3164,6 +3222,8 @@ public function getTotalResults()
class Google_Service_AndroidPublisher_Price extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currency;
public $priceMicros;
@@ -3190,6 +3250,8 @@ public function getPriceMicros()
class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $consumptionState;
public $developerPayload;
public $kind;
@@ -3249,6 +3311,8 @@ public function getPurchaseTimeMillis()
class Google_Service_AndroidPublisher_Season extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $endType = 'Google_Service_AndroidPublisher_MonthDay';
protected $endDataType = '';
protected $startType = 'Google_Service_AndroidPublisher_MonthDay';
@@ -3277,6 +3341,8 @@ public function getStart()
class Google_Service_AndroidPublisher_SubscriptionDeferralInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $desiredExpiryTimeMillis;
public $expectedExpiryTimeMillis;
@@ -3303,6 +3369,8 @@ public function getExpectedExpiryTimeMillis()
class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $autoRenewing;
public $expiryTimeMillis;
public $kind;
@@ -3351,6 +3419,8 @@ public function getStartTimeMillis()
class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $deferralInfoType = 'Google_Service_AndroidPublisher_SubscriptionDeferralInfo';
protected $deferralInfoDataType = '';
@@ -3367,6 +3437,8 @@ public function getDeferralInfo()
class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $newExpiryTimeMillis;
public function setNewExpiryTimeMillis($newExpiryTimeMillis)
@@ -3383,6 +3455,8 @@ public function getNewExpiryTimeMillis()
class Google_Service_AndroidPublisher_Testers extends Google_Collection
{
protected $collection_key = 'googlePlusCommunities';
+ protected $internal_gapi_mappings = array(
+ );
public $googleGroups;
public $googlePlusCommunities;
@@ -3409,6 +3483,8 @@ public function getGooglePlusCommunities()
class Google_Service_AndroidPublisher_TokenPagination extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
public $previousPageToken;
@@ -3436,6 +3512,8 @@ public function getPreviousPageToken()
class Google_Service_AndroidPublisher_Track extends Google_Collection
{
protected $collection_key = 'versionCodes';
+ protected $internal_gapi_mappings = array(
+ );
public $track;
public $userFraction;
public $versionCodes;
@@ -3474,6 +3552,8 @@ public function getVersionCodes()
class Google_Service_AndroidPublisher_TracksListResponse extends Google_Collection
{
protected $collection_key = 'tracks';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $tracksType = 'Google_Service_AndroidPublisher_Track';
protected $tracksDataType = 'array';
From 309ef91016ae00ced613cdd1eaa185dcf517d29f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:35 -0700
Subject: [PATCH 0188/1219] Updated AppState.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AppState.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/Google/Service/AppState.php b/src/Google/Service/AppState.php
index 3a79673da..5012b5a39 100644
--- a/src/Google/Service/AppState.php
+++ b/src/Google/Service/AppState.php
@@ -226,6 +226,8 @@ public function update($stateKey, Google_Service_AppState_UpdateRequest $postBod
class Google_Service_AppState_GetResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentStateVersion;
public $data;
public $kind;
@@ -275,6 +277,8 @@ public function getStateKey()
class Google_Service_AppState_ListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AppState_GetResponse';
protected $itemsDataType = 'array';
public $kind;
@@ -313,6 +317,8 @@ public function getMaximumKeyCount()
class Google_Service_AppState_UpdateRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $data;
public $kind;
@@ -339,6 +345,8 @@ public function getKind()
class Google_Service_AppState_WriteResult extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentStateVersion;
public $kind;
public $stateKey;
From b034d56eb0015c9ca272ffd7b9201a256c8494c9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:35 -0700
Subject: [PATCH 0189/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 101 ++++++++++++++++++++++++++++++--
1 file changed, 96 insertions(+), 5 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 210820c24..34b8d51a4 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -1252,6 +1252,8 @@ public function search(Google_Service_Genomics_SearchVariantSetsRequest $postBod
class Google_Service_Genomics_Beacon extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $exists;
public function setExists($exists)
@@ -1268,6 +1270,8 @@ public function getExists()
class Google_Service_Genomics_Call extends Google_Collection
{
protected $collection_key = 'genotypeLikelihood';
+ protected $internal_gapi_mappings = array(
+ );
public $callSetId;
public $callSetName;
public $genotype;
@@ -1338,12 +1342,15 @@ public function getPhaseset()
class Google_Service_Genomics_CallInfo extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Genomics_CallSet extends Google_Collection
{
protected $collection_key = 'variantSetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $created;
public $id;
public $info;
@@ -1414,11 +1421,14 @@ public function getVariantSetIds()
class Google_Service_Genomics_CallSetInfo extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Genomics_CoverageBucket extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $meanCoverage;
protected $rangeType = 'Google_Service_Genomics_GenomicRange';
protected $rangeDataType = '';
@@ -1446,6 +1456,8 @@ public function getRange()
class Google_Service_Genomics_Dataset extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $isPublic;
public $name;
@@ -1495,6 +1507,8 @@ public function getProjectId()
class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collection
{
protected $collection_key = 'sourceUris';
+ protected $internal_gapi_mappings = array(
+ );
public $align;
public $callVariants;
public $gcsOutputPath;
@@ -1620,6 +1634,8 @@ public function getSourceUris()
class Google_Service_Genomics_ExperimentalCreateJobResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $jobId;
public function setJobId($jobId)
@@ -1636,6 +1652,8 @@ public function getJobId()
class Google_Service_Genomics_ExportReadsetsRequest extends Google_Collection
{
protected $collection_key = 'referenceNames';
+ protected $internal_gapi_mappings = array(
+ );
public $exportUri;
public $projectId;
public $readsetIds;
@@ -1684,6 +1702,8 @@ public function getReferenceNames()
class Google_Service_Genomics_ExportReadsetsResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $jobId;
public function setJobId($jobId)
@@ -1700,6 +1720,8 @@ public function getJobId()
class Google_Service_Genomics_ExportVariantsRequest extends Google_Collection
{
protected $collection_key = 'callSetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $bigqueryDataset;
public $bigqueryTable;
public $callSetIds;
@@ -1770,6 +1792,8 @@ public function getVariantSetId()
class Google_Service_Genomics_ExportVariantsResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $jobId;
public function setJobId($jobId)
@@ -1785,6 +1809,8 @@ public function getJobId()
class Google_Service_Genomics_GenomicRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $sequenceEnd;
public $sequenceName;
public $sequenceStart;
@@ -1822,6 +1848,8 @@ public function getSequenceStart()
class Google_Service_Genomics_Header extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $sortingOrder;
public $version;
@@ -1849,6 +1877,8 @@ public function getVersion()
class Google_Service_Genomics_HeaderSection extends Google_Collection
{
protected $collection_key = 'refSequences';
+ protected $internal_gapi_mappings = array(
+ );
public $comments;
public $fileUri;
public $filename;
@@ -1935,6 +1965,8 @@ public function getRefSequences()
class Google_Service_Genomics_ImportReadsetsRequest extends Google_Collection
{
protected $collection_key = 'sourceUris';
+ protected $internal_gapi_mappings = array(
+ );
public $datasetId;
public $sourceUris;
@@ -1961,6 +1993,8 @@ public function getSourceUris()
class Google_Service_Genomics_ImportReadsetsResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $jobId;
public function setJobId($jobId)
@@ -1977,6 +2011,8 @@ public function getJobId()
class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
{
protected $collection_key = 'sourceUris';
+ protected $internal_gapi_mappings = array(
+ );
public $format;
public $sourceUris;
public $variantSetId;
@@ -2014,6 +2050,8 @@ public function getVariantSetId()
class Google_Service_Genomics_ImportVariantsResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $jobId;
public function setJobId($jobId)
@@ -2030,6 +2068,8 @@ public function getJobId()
class Google_Service_Genomics_Job extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $created;
public $description;
public $errors;
@@ -2135,6 +2175,8 @@ public function getWarnings()
class Google_Service_Genomics_JobRequest extends Google_Collection
{
protected $collection_key = 'source';
+ protected $internal_gapi_mappings = array(
+ );
public $destination;
public $source;
public $type;
@@ -2173,6 +2215,8 @@ public function getType()
class Google_Service_Genomics_ListCoverageBucketsResponse extends Google_Collection
{
protected $collection_key = 'coverageBuckets';
+ protected $internal_gapi_mappings = array(
+ );
public $bucketWidth;
protected $coverageBucketsType = 'Google_Service_Genomics_CoverageBucket';
protected $coverageBucketsDataType = 'array';
@@ -2212,6 +2256,8 @@ public function getNextPageToken()
class Google_Service_Genomics_ListDatasetsResponse extends Google_Collection
{
protected $collection_key = 'datasets';
+ protected $internal_gapi_mappings = array(
+ );
protected $datasetsType = 'Google_Service_Genomics_Dataset';
protected $datasetsDataType = 'array';
public $nextPageToken;
@@ -2239,6 +2285,8 @@ public function getNextPageToken()
class Google_Service_Genomics_Metadata extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $id;
public $info;
@@ -2320,11 +2368,14 @@ public function getValue()
class Google_Service_Genomics_MetadataInfo extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Genomics_Program extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $commandLine;
public $id;
public $name;
@@ -2384,6 +2435,8 @@ public function getVersion()
class Google_Service_Genomics_Read extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $alignedBases;
public $baseQuality;
public $cigar;
@@ -2553,6 +2606,8 @@ public function getTemplateLength()
class Google_Service_Genomics_ReadGroup extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $date;
public $description;
public $flowOrder;
@@ -2689,12 +2744,15 @@ public function getSequencingTechnology()
class Google_Service_Genomics_ReadTags extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Genomics_Readset extends Google_Collection
{
protected $collection_key = 'fileData';
+ protected $internal_gapi_mappings = array(
+ );
public $datasetId;
protected $fileDataType = 'Google_Service_Genomics_HeaderSection';
protected $fileDataDataType = 'array';
@@ -2744,6 +2802,8 @@ public function getName()
class Google_Service_Genomics_ReferenceBound extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $referenceName;
public $upperBound;
@@ -2770,6 +2830,8 @@ public function getUpperBound()
class Google_Service_Genomics_ReferenceSequence extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $assemblyId;
public $length;
public $md5Checksum;
@@ -2841,6 +2903,8 @@ public function getUri()
class Google_Service_Genomics_SearchCallSetsRequest extends Google_Collection
{
protected $collection_key = 'variantSetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $pageSize;
public $pageToken;
@@ -2890,6 +2954,8 @@ public function getVariantSetIds()
class Google_Service_Genomics_SearchCallSetsResponse extends Google_Collection
{
protected $collection_key = 'callSets';
+ protected $internal_gapi_mappings = array(
+ );
protected $callSetsType = 'Google_Service_Genomics_CallSet';
protected $callSetsDataType = 'array';
public $nextPageToken;
@@ -2918,6 +2984,8 @@ public function getNextPageToken()
class Google_Service_Genomics_SearchJobsRequest extends Google_Collection
{
protected $collection_key = 'status';
+ protected $internal_gapi_mappings = array(
+ );
public $createdAfter;
public $createdBefore;
public $maxResults;
@@ -2989,6 +3057,8 @@ public function getStatus()
class Google_Service_Genomics_SearchJobsResponse extends Google_Collection
{
protected $collection_key = 'jobs';
+ protected $internal_gapi_mappings = array(
+ );
protected $jobsType = 'Google_Service_Genomics_Job';
protected $jobsDataType = 'array';
public $nextPageToken;
@@ -3017,6 +3087,8 @@ public function getNextPageToken()
class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
{
protected $collection_key = 'readsetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $maxResults;
public $pageToken;
public $readsetIds;
@@ -3088,6 +3160,8 @@ public function getSequenceStart()
class Google_Service_Genomics_SearchReadsResponse extends Google_Collection
{
protected $collection_key = 'reads';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $readsType = 'Google_Service_Genomics_Read';
protected $readsDataType = 'array';
@@ -3116,6 +3190,8 @@ public function getReads()
class Google_Service_Genomics_SearchReadsetsRequest extends Google_Collection
{
protected $collection_key = 'datasetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $datasetIds;
public $maxResults;
public $name;
@@ -3165,6 +3241,8 @@ public function getPageToken()
class Google_Service_Genomics_SearchReadsetsResponse extends Google_Collection
{
protected $collection_key = 'readsets';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $readsetsType = 'Google_Service_Genomics_Readset';
protected $readsetsDataType = 'array';
@@ -3193,6 +3271,8 @@ public function getReadsets()
class Google_Service_Genomics_SearchVariantSetsRequest extends Google_Collection
{
protected $collection_key = 'datasetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $datasetIds;
public $pageSize;
public $pageToken;
@@ -3231,6 +3311,8 @@ public function getPageToken()
class Google_Service_Genomics_SearchVariantSetsResponse extends Google_Collection
{
protected $collection_key = 'variantSets';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $variantSetsType = 'Google_Service_Genomics_VariantSet';
protected $variantSetsDataType = 'array';
@@ -3259,6 +3341,8 @@ public function getVariantSets()
class Google_Service_Genomics_SearchVariantsRequest extends Google_Collection
{
protected $collection_key = 'variantSetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $callSetIds;
public $end;
public $maxCalls;
@@ -3363,6 +3447,8 @@ public function getVariantSetIds()
class Google_Service_Genomics_SearchVariantsResponse extends Google_Collection
{
protected $collection_key = 'variants';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $variantsType = 'Google_Service_Genomics_Variant';
protected $variantsDataType = 'array';
@@ -3391,6 +3477,8 @@ public function getVariants()
class Google_Service_Genomics_Variant extends Google_Collection
{
protected $collection_key = 'names';
+ protected $internal_gapi_mappings = array(
+ );
public $alternateBases;
protected $callsType = 'Google_Service_Genomics_Call';
protected $callsDataType = 'array';
@@ -3539,12 +3627,15 @@ public function getVariantSetId()
class Google_Service_Genomics_VariantInfo extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Genomics_VariantSet extends Google_Collection
{
protected $collection_key = 'referenceBounds';
+ protected $internal_gapi_mappings = array(
+ );
public $datasetId;
public $id;
protected $metadataType = 'Google_Service_Genomics_Metadata';
From 0e8998b1d35c9e3a722c305d66bd4a4199f8b102 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:35 -0700
Subject: [PATCH 0190/1219] Updated Dns.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Dns.php | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/src/Google/Service/Dns.php b/src/Google/Service/Dns.php
index f8f52ac35..cd9a35ddd 100644
--- a/src/Google/Service/Dns.php
+++ b/src/Google/Service/Dns.php
@@ -496,6 +496,8 @@ public function listResourceRecordSets($project, $managedZone, $optParams = arra
class Google_Service_Dns_Change extends Google_Collection
{
protected $collection_key = 'deletions';
+ protected $internal_gapi_mappings = array(
+ );
protected $additionsType = 'Google_Service_Dns_ResourceRecordSet';
protected $additionsDataType = 'array';
protected $deletionsType = 'Google_Service_Dns_ResourceRecordSet';
@@ -569,6 +571,8 @@ public function getStatus()
class Google_Service_Dns_ChangesListResponse extends Google_Collection
{
protected $collection_key = 'changes';
+ protected $internal_gapi_mappings = array(
+ );
protected $changesType = 'Google_Service_Dns_Change';
protected $changesDataType = 'array';
public $kind;
@@ -608,6 +612,8 @@ public function getNextPageToken()
class Google_Service_Dns_ManagedZone extends Google_Collection
{
protected $collection_key = 'nameServers';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTime;
public $description;
public $dnsName;
@@ -690,6 +696,8 @@ public function getNameServers()
class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection
{
protected $collection_key = 'managedZones';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $managedZonesType = 'Google_Service_Dns_ManagedZone';
protected $managedZonesDataType = 'array';
@@ -728,6 +736,8 @@ public function getNextPageToken()
class Google_Service_Dns_Project extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $number;
@@ -777,6 +787,8 @@ public function getQuota()
class Google_Service_Dns_Quota extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $managedZones;
public $resourceRecordsPerRrset;
@@ -859,6 +871,8 @@ public function getTotalRrdataSizePerChange()
class Google_Service_Dns_ResourceRecordSet extends Google_Collection
{
protected $collection_key = 'rrdatas';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $name;
public $rrdatas;
@@ -919,6 +933,8 @@ public function getType()
class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collection
{
protected $collection_key = 'rrsets';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
protected $rrsetsType = 'Google_Service_Dns_ResourceRecordSet';
From 1e0a98686e77ee7c2902b5c6bb55d83f86eea917 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:36 -0700
Subject: [PATCH 0191/1219] Updated AdSenseHost.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdSenseHost.php | 40 ++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/src/Google/Service/AdSenseHost.php b/src/Google/Service/AdSenseHost.php
index c9b7c23dc..4e0edee28 100644
--- a/src/Google/Service/AdSenseHost.php
+++ b/src/Google/Service/AdSenseHost.php
@@ -1255,6 +1255,8 @@ public function listUrlchannels($adClientId, $optParams = array())
class Google_Service_AdSenseHost_Account extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -1304,6 +1306,8 @@ public function getStatus()
class Google_Service_AdSenseHost_Accounts extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_Account';
protected $itemsDataType = 'array';
@@ -1342,6 +1346,8 @@ public function getKind()
class Google_Service_AdSenseHost_AdClient extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $arcOptIn;
public $id;
public $kind;
@@ -1402,6 +1408,8 @@ public function getSupportsReporting()
class Google_Service_AdSenseHost_AdClients extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_AdClient';
protected $itemsDataType = 'array';
@@ -1451,6 +1459,8 @@ public function getNextPageToken()
class Google_Service_AdSenseHost_AdCode extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adCode;
public $kind;
@@ -1477,6 +1487,8 @@ public function getKind()
class Google_Service_AdSenseHost_AdStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $colorsType = 'Google_Service_AdSenseHost_AdStyleColors';
protected $colorsDataType = '';
public $corners;
@@ -1527,6 +1539,8 @@ public function getKind()
class Google_Service_AdSenseHost_AdStyleColors extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $background;
public $border;
public $text;
@@ -1586,6 +1600,8 @@ public function getUrl()
class Google_Service_AdSenseHost_AdStyleFont extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $family;
public $size;
@@ -1612,6 +1628,8 @@ public function getSize()
class Google_Service_AdSenseHost_AdUnit extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $contentAdsSettingsType = 'Google_Service_AdSenseHost_AdUnitContentAdsSettings';
protected $contentAdsSettingsDataType = '';
@@ -1707,6 +1725,8 @@ public function getStatus()
class Google_Service_AdSenseHost_AdUnitContentAdsSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $backupOptionType = 'Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption';
protected $backupOptionDataType = '';
public $size;
@@ -1745,6 +1765,8 @@ public function getType()
class Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $type;
public $url;
@@ -1782,6 +1804,8 @@ public function getUrl()
class Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $markupLanguage;
public $scriptingLanguage;
public $size;
@@ -1831,6 +1855,8 @@ public function getType()
class Google_Service_AdSenseHost_AdUnits extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_AdUnit';
protected $itemsDataType = 'array';
@@ -1881,6 +1907,8 @@ public function getNextPageToken()
class Google_Service_AdSenseHost_AssociationSession extends Google_Collection
{
protected $collection_key = 'productCodes';
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $id;
public $kind;
@@ -1984,6 +2012,8 @@ public function getWebsiteUrl()
class Google_Service_AdSenseHost_CustomChannel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $id;
public $kind;
@@ -2033,6 +2063,8 @@ public function getName()
class Google_Service_AdSenseHost_CustomChannels extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_CustomChannel';
protected $itemsDataType = 'array';
@@ -2083,6 +2115,8 @@ public function getNextPageToken()
class Google_Service_AdSenseHost_Report extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $averages;
protected $headersType = 'Google_Service_AdSenseHost_ReportHeaders';
protected $headersDataType = 'array';
@@ -2165,6 +2199,8 @@ public function getWarnings()
class Google_Service_AdSenseHost_ReportHeaders extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currency;
public $name;
public $type;
@@ -2202,6 +2238,8 @@ public function getType()
class Google_Service_AdSenseHost_UrlChannel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $urlPattern;
@@ -2240,6 +2278,8 @@ public function getUrlPattern()
class Google_Service_AdSenseHost_UrlChannels extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_UrlChannel';
protected $itemsDataType = 'array';
From 14fb0b57446e8c28f9cf0fa54cd99da268b2480b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:36 -0700
Subject: [PATCH 0192/1219] Updated Calendar.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Calendar.php | 86 ++++++++++++++++++++++++++++++---
1 file changed, 78 insertions(+), 8 deletions(-)
diff --git a/src/Google/Service/Calendar.php b/src/Google/Service/Calendar.php
index f09aa5def..2116c2f7d 100644
--- a/src/Google/Service/Calendar.php
+++ b/src/Google/Service/Calendar.php
@@ -1901,6 +1901,8 @@ public function watch(Google_Service_Calendar_Channel $postBody, $optParams = ar
class Google_Service_Calendar_Acl extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Calendar_AclRule';
protected $itemsDataType = 'array';
@@ -1961,6 +1963,8 @@ public function getNextSyncToken()
class Google_Service_Calendar_AclRule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
public $kind;
@@ -2021,6 +2025,8 @@ public function getScope()
class Google_Service_Calendar_AclRuleScope extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -2047,6 +2053,8 @@ public function getValue()
class Google_Service_Calendar_Calendar extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $etag;
public $id;
@@ -2129,6 +2137,8 @@ public function getTimeZone()
class Google_Service_Calendar_CalendarList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Calendar_CalendarListEntry';
protected $itemsDataType = 'array';
@@ -2190,6 +2200,8 @@ public function getNextSyncToken()
class Google_Service_Calendar_CalendarListEntry extends Google_Collection
{
protected $collection_key = 'defaultReminders';
+ protected $internal_gapi_mappings = array(
+ );
public $accessRole;
public $backgroundColor;
public $colorId;
@@ -2395,6 +2407,8 @@ public function getTimeZone()
class Google_Service_Calendar_CalendarListEntryNotificationSettings extends Google_Collection
{
protected $collection_key = 'notifications';
+ protected $internal_gapi_mappings = array(
+ );
protected $notificationsType = 'Google_Service_Calendar_CalendarNotification';
protected $notificationsDataType = 'array';
@@ -2411,6 +2425,8 @@ public function getNotifications()
class Google_Service_Calendar_CalendarNotification extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $method;
public $type;
@@ -2437,6 +2453,8 @@ public function getType()
class Google_Service_Calendar_Channel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $address;
public $expiration;
public $id;
@@ -2551,11 +2569,14 @@ public function getType()
class Google_Service_Calendar_ChannelParams extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_ColorDefinition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $background;
public $foreground;
@@ -2582,6 +2603,8 @@ public function getForeground()
class Google_Service_Calendar_Colors extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $calendarType = 'Google_Service_Calendar_ColorDefinition';
protected $calendarDataType = 'map';
protected $eventType = 'Google_Service_Calendar_ColorDefinition';
@@ -2632,16 +2655,20 @@ public function getUpdated()
class Google_Service_Calendar_ColorsCalendar extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_ColorsEvent extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_Error extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $domain;
public $reason;
@@ -2669,6 +2696,8 @@ public function getReason()
class Google_Service_Calendar_Event extends Google_Collection
{
protected $collection_key = 'recurrence';
+ protected $internal_gapi_mappings = array(
+ );
public $anyoneCanAddSelf;
protected $attendeesType = 'Google_Service_Calendar_EventAttendee';
protected $attendeesDataType = 'array';
@@ -3079,6 +3108,8 @@ public function getVisibility()
class Google_Service_Calendar_EventAttendee extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $additionalGuests;
public $comment;
public $displayName;
@@ -3193,6 +3224,8 @@ public function getSelf()
class Google_Service_Calendar_EventCreator extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $email;
public $id;
@@ -3241,6 +3274,8 @@ public function getSelf()
class Google_Service_Calendar_EventDateTime extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $date;
public $dateTime;
public $timeZone;
@@ -3278,6 +3313,8 @@ public function getTimeZone()
class Google_Service_Calendar_EventExtendedProperties extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $private;
public $shared;
@@ -3304,16 +3341,20 @@ public function getShared()
class Google_Service_Calendar_EventExtendedPropertiesPrivate extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_EventExtendedPropertiesShared extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_EventGadget extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $display;
public $height;
public $iconLink;
@@ -3406,11 +3447,14 @@ public function getWidth()
class Google_Service_Calendar_EventGadgetPreferences extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_EventOrganizer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $email;
public $id;
@@ -3459,6 +3503,8 @@ public function getSelf()
class Google_Service_Calendar_EventReminder extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $method;
public $minutes;
@@ -3486,6 +3532,8 @@ public function getMinutes()
class Google_Service_Calendar_EventReminders extends Google_Collection
{
protected $collection_key = 'overrides';
+ protected $internal_gapi_mappings = array(
+ );
protected $overridesType = 'Google_Service_Calendar_EventReminder';
protected $overridesDataType = 'array';
public $useDefault;
@@ -3513,6 +3561,8 @@ public function getUseDefault()
class Google_Service_Calendar_EventSource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $title;
public $url;
@@ -3540,6 +3590,8 @@ public function getUrl()
class Google_Service_Calendar_Events extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $accessRole;
protected $defaultRemindersType = 'Google_Service_Calendar_EventReminder';
protected $defaultRemindersDataType = 'array';
@@ -3668,6 +3720,8 @@ public function getUpdated()
class Google_Service_Calendar_FreeBusyCalendar extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
protected $busyType = 'Google_Service_Calendar_TimePeriod';
protected $busyDataType = 'array';
protected $errorsType = 'Google_Service_Calendar_Error';
@@ -3697,6 +3751,8 @@ public function getErrors()
class Google_Service_Calendar_FreeBusyGroup extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
public $calendars;
protected $errorsType = 'Google_Service_Calendar_Error';
protected $errorsDataType = 'array';
@@ -3725,6 +3781,8 @@ public function getErrors()
class Google_Service_Calendar_FreeBusyRequest extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $calendarExpansionMax;
public $groupExpansionMax;
protected $itemsType = 'Google_Service_Calendar_FreeBusyRequestItem';
@@ -3796,6 +3854,8 @@ public function getTimeZone()
class Google_Service_Calendar_FreeBusyRequestItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public function setId($id)
@@ -3811,6 +3871,8 @@ public function getId()
class Google_Service_Calendar_FreeBusyResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $calendarsType = 'Google_Service_Calendar_FreeBusyCalendar';
protected $calendarsDataType = 'map';
protected $groupsType = 'Google_Service_Calendar_FreeBusyGroup';
@@ -3872,16 +3934,20 @@ public function getTimeMin()
class Google_Service_Calendar_FreeBusyResponseCalendars extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_FreeBusyResponseGroups extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Calendar_Setting extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
public $kind;
@@ -3931,6 +3997,8 @@ public function getValue()
class Google_Service_Calendar_Settings extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Calendar_Setting';
protected $itemsDataType = 'array';
@@ -3991,6 +4059,8 @@ public function getNextSyncToken()
class Google_Service_Calendar_TimePeriod extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $end;
public $start;
From 5acf9b2a1bdb422ca5ca63595a8fbdb7ce82a226 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:36 -0700
Subject: [PATCH 0193/1219] Updated Autoscaler.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Autoscaler.php | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/src/Google/Service/Autoscaler.php b/src/Google/Service/Autoscaler.php
index dfe5f8db1..0eb8eb687 100644
--- a/src/Google/Service/Autoscaler.php
+++ b/src/Google/Service/Autoscaler.php
@@ -472,6 +472,8 @@ public function listZoneOperations($project, $zone, $optParams = array())
class Google_Service_Autoscaler_Autoscaler extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $autoscalingPolicyType = 'Google_Service_Autoscaler_AutoscalingPolicy';
protected $autoscalingPolicyDataType = '';
public $creationTimestamp;
@@ -566,6 +568,8 @@ public function getTarget()
class Google_Service_Autoscaler_AutoscalerListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Autoscaler_Autoscaler';
protected $itemsDataType = 'array';
public $kind;
@@ -605,6 +609,8 @@ public function getNextPageToken()
class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Collection
{
protected $collection_key = 'customMetricUtilizations';
+ protected $internal_gapi_mappings = array(
+ );
public $coolDownPeriodSec;
protected $cpuUtilizationType = 'Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization';
protected $cpuUtilizationDataType = '';
@@ -678,6 +684,8 @@ public function getMinNumReplicas()
class Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $utilizationTarget;
public function setUtilizationTarget($utilizationTarget)
@@ -693,6 +701,8 @@ public function getUtilizationTarget()
class Google_Service_Autoscaler_AutoscalingPolicyCustomMetricUtilization extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $metric;
public $utilizationTarget;
public $utilizationTargetType;
@@ -730,6 +740,8 @@ public function getUtilizationTargetType()
class Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $utilizationTarget;
public function setUtilizationTarget($utilizationTarget)
@@ -746,6 +758,8 @@ public function getUtilizationTarget()
class Google_Service_Autoscaler_Operation extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $clientOperationId;
public $creationTimestamp;
public $endTime;
@@ -995,6 +1009,8 @@ public function getZone()
class Google_Service_Autoscaler_OperationError extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
protected $errorsType = 'Google_Service_Autoscaler_OperationErrorErrors';
protected $errorsDataType = 'array';
@@ -1011,6 +1027,8 @@ public function getErrors()
class Google_Service_Autoscaler_OperationErrorErrors extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $location;
public $message;
@@ -1049,6 +1067,8 @@ public function getMessage()
class Google_Service_Autoscaler_OperationList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Autoscaler_Operation';
protected $itemsDataType = 'array';
@@ -1110,6 +1130,8 @@ public function getSelfLink()
class Google_Service_Autoscaler_OperationWarnings extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Autoscaler_OperationWarningsData';
protected $dataDataType = 'array';
@@ -1148,6 +1170,8 @@ public function getMessage()
class Google_Service_Autoscaler_OperationWarningsData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
From 8d78c1b570273babd3836c92fcc54cb98630a0f2 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:37 -0700
Subject: [PATCH 0194/1219] Updated Doubleclicksearch.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Doubleclicksearch.php | 37 +++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Doubleclicksearch.php b/src/Google/Service/Doubleclicksearch.php
index 5e3fb3d7b..67a31c24f 100644
--- a/src/Google/Service/Doubleclicksearch.php
+++ b/src/Google/Service/Doubleclicksearch.php
@@ -462,6 +462,8 @@ public function listSavedColumns($agencyId, $advertiserId, $optParams = array())
class Google_Service_Doubleclicksearch_Availability extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $advertiserId;
public $agencyId;
public $availabilityTimestamp;
@@ -533,6 +535,8 @@ public function getSegmentationType()
class Google_Service_Doubleclicksearch_Conversion extends Google_Collection
{
protected $collection_key = 'customMetric';
+ protected $internal_gapi_mappings = array(
+ );
public $adGroupId;
public $adId;
public $advertiserId;
@@ -793,6 +797,8 @@ public function getType()
class Google_Service_Doubleclicksearch_ConversionList extends Google_Collection
{
protected $collection_key = 'conversion';
+ protected $internal_gapi_mappings = array(
+ );
protected $conversionType = 'Google_Service_Doubleclicksearch_Conversion';
protected $conversionDataType = 'array';
public $kind;
@@ -820,6 +826,8 @@ public function getKind()
class Google_Service_Doubleclicksearch_CustomDimension extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $value;
@@ -846,6 +854,8 @@ public function getValue()
class Google_Service_Doubleclicksearch_CustomMetric extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $value;
@@ -873,6 +883,8 @@ public function getValue()
class Google_Service_Doubleclicksearch_Report extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
protected $filesType = 'Google_Service_Doubleclicksearch_ReportFiles';
protected $filesDataType = 'array';
public $id;
@@ -978,6 +990,8 @@ public function getStatisticsTimeZone()
class Google_Service_Doubleclicksearch_ReportApiColumnSpec extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $columnName;
public $customDimensionName;
public $endDate;
@@ -1070,6 +1084,8 @@ public function getStartDate()
class Google_Service_Doubleclicksearch_ReportFiles extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $byteCount;
public $url;
@@ -1097,6 +1113,8 @@ public function getUrl()
class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
{
protected $collection_key = 'orderBy';
+ protected $internal_gapi_mappings = array(
+ );
protected $columnsType = 'Google_Service_Doubleclicksearch_ReportApiColumnSpec';
protected $columnsDataType = 'array';
public $downloadFormat;
@@ -1261,6 +1279,8 @@ public function getVerifySingleTimeZone()
class Google_Service_Doubleclicksearch_ReportRequestFilters extends Google_Collection
{
protected $collection_key = 'values';
+ protected $internal_gapi_mappings = array(
+ );
protected $columnType = 'Google_Service_Doubleclicksearch_ReportApiColumnSpec';
protected $columnDataType = '';
public $operator;
@@ -1299,6 +1319,8 @@ public function getValues()
class Google_Service_Doubleclicksearch_ReportRequestOrderBy extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $columnType = 'Google_Service_Doubleclicksearch_ReportApiColumnSpec';
protected $columnDataType = '';
public $sortOrder;
@@ -1326,6 +1348,8 @@ public function getSortOrder()
class Google_Service_Doubleclicksearch_ReportRequestReportScope extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adGroupId;
public $adId;
public $advertiserId;
@@ -1407,6 +1431,8 @@ public function getKeywordId()
class Google_Service_Doubleclicksearch_ReportRequestTimeRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $changedAttributesSinceTimestamp;
public $changedMetricsSinceTimestamp;
public $endDate;
@@ -1455,11 +1481,14 @@ public function getStartDate()
class Google_Service_Doubleclicksearch_ReportRow extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Doubleclicksearch_SavedColumn extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $savedColumnName;
public $type;
@@ -1498,6 +1527,8 @@ public function getType()
class Google_Service_Doubleclicksearch_SavedColumnList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Doubleclicksearch_SavedColumn';
protected $itemsDataType = 'array';
public $kind;
@@ -1526,6 +1557,8 @@ public function getKind()
class Google_Service_Doubleclicksearch_UpdateAvailabilityRequest extends Google_Collection
{
protected $collection_key = 'availabilities';
+ protected $internal_gapi_mappings = array(
+ );
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
@@ -1543,6 +1576,8 @@ public function getAvailabilities()
class Google_Service_Doubleclicksearch_UpdateAvailabilityResponse extends Google_Collection
{
protected $collection_key = 'availabilities';
+ protected $internal_gapi_mappings = array(
+ );
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
From b23ee2f321032b51900c2bfd573e3ab816fb7049 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:37 -0700
Subject: [PATCH 0195/1219] Updated Fusiontables.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Fusiontables.php | 49 +++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/src/Google/Service/Fusiontables.php b/src/Google/Service/Fusiontables.php
index 89e7c2ad0..0b1b13aa6 100644
--- a/src/Google/Service/Fusiontables.php
+++ b/src/Google/Service/Fusiontables.php
@@ -1244,6 +1244,8 @@ public function update($tableId, $templateId, Google_Service_Fusiontables_Templa
class Google_Service_Fusiontables_Bucket extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $icon;
public $max;
@@ -1314,6 +1316,9 @@ public function getWeight()
class Google_Service_Fusiontables_Column extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "graphPredicate" => "graph_predicate",
+ );
protected $baseColumnType = 'Google_Service_Fusiontables_ColumnBaseColumn';
protected $baseColumnDataType = '';
public $columnId;
@@ -1396,6 +1401,8 @@ public function getType()
class Google_Service_Fusiontables_ColumnBaseColumn extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $columnId;
public $tableIndex;
@@ -1423,6 +1430,8 @@ public function getTableIndex()
class Google_Service_Fusiontables_ColumnList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Fusiontables_Column';
protected $itemsDataType = 'array';
public $kind;
@@ -1473,6 +1482,8 @@ public function getTotalItems()
class Google_Service_Fusiontables_Geometry extends Google_Collection
{
protected $collection_key = 'geometries';
+ protected $internal_gapi_mappings = array(
+ );
public $geometries;
public $geometry;
public $type;
@@ -1510,6 +1521,8 @@ public function getType()
class Google_Service_Fusiontables_Import extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $numRowsReceived;
@@ -1537,6 +1550,8 @@ public function getNumRowsReceived()
class Google_Service_Fusiontables_Line extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public $type;
@@ -1563,6 +1578,8 @@ public function getType()
class Google_Service_Fusiontables_LineStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $strokeColor;
protected $strokeColorStylerType = 'Google_Service_Fusiontables_StyleFunction';
protected $strokeColorStylerDataType = '';
@@ -1625,6 +1642,8 @@ public function getStrokeWeightStyler()
class Google_Service_Fusiontables_Point extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public $type;
@@ -1651,6 +1670,8 @@ public function getType()
class Google_Service_Fusiontables_PointStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $iconName;
protected $iconStylerType = 'Google_Service_Fusiontables_StyleFunction';
protected $iconStylerDataType = '';
@@ -1679,6 +1700,8 @@ public function getIconStyler()
class Google_Service_Fusiontables_Polygon extends Google_Collection
{
protected $collection_key = 'coordinates';
+ protected $internal_gapi_mappings = array(
+ );
public $coordinates;
public $type;
@@ -1705,6 +1728,8 @@ public function getType()
class Google_Service_Fusiontables_PolygonStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $fillColor;
protected $fillColorStylerType = 'Google_Service_Fusiontables_StyleFunction';
protected $fillColorStylerDataType = '';
@@ -1801,6 +1826,8 @@ public function getStrokeWeightStyler()
class Google_Service_Fusiontables_Sqlresponse extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
public $columns;
public $kind;
public $rows;
@@ -1839,6 +1866,8 @@ public function getRows()
class Google_Service_Fusiontables_StyleFunction extends Google_Collection
{
protected $collection_key = 'buckets';
+ protected $internal_gapi_mappings = array(
+ );
protected $bucketsType = 'Google_Service_Fusiontables_Bucket';
protected $bucketsDataType = 'array';
public $columnName;
@@ -1890,6 +1919,8 @@ public function getKind()
class Google_Service_Fusiontables_StyleFunctionGradient extends Google_Collection
{
protected $collection_key = 'colors';
+ protected $internal_gapi_mappings = array(
+ );
protected $colorsType = 'Google_Service_Fusiontables_StyleFunctionGradientColors';
protected $colorsDataType = 'array';
public $max;
@@ -1928,6 +1959,8 @@ public function getMin()
class Google_Service_Fusiontables_StyleFunctionGradientColors extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $opacity;
@@ -1954,6 +1987,8 @@ public function getOpacity()
class Google_Service_Fusiontables_StyleSetting extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $markerOptionsType = 'Google_Service_Fusiontables_PointStyle';
protected $markerOptionsDataType = '';
@@ -2039,6 +2074,8 @@ public function getTableId()
class Google_Service_Fusiontables_StyleSettingList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Fusiontables_StyleSetting';
protected $itemsDataType = 'array';
public $kind;
@@ -2089,6 +2126,8 @@ public function getTotalItems()
class Google_Service_Fusiontables_Table extends Google_Collection
{
protected $collection_key = 'columns';
+ protected $internal_gapi_mappings = array(
+ );
public $attribution;
public $attributionLink;
public $baseTableIds;
@@ -2205,6 +2244,8 @@ public function getTableId()
class Google_Service_Fusiontables_TableList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Fusiontables_Table';
protected $itemsDataType = 'array';
public $kind;
@@ -2243,6 +2284,8 @@ public function getNextPageToken()
class Google_Service_Fusiontables_Task extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $progress;
public $started;
@@ -2303,6 +2346,8 @@ public function getType()
class Google_Service_Fusiontables_TaskList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Fusiontables_Task';
protected $itemsDataType = 'array';
public $kind;
@@ -2353,6 +2398,8 @@ public function getTotalItems()
class Google_Service_Fusiontables_Template extends Google_Collection
{
protected $collection_key = 'automaticColumnNames';
+ protected $internal_gapi_mappings = array(
+ );
public $automaticColumnNames;
public $body;
public $kind;
@@ -2424,6 +2471,8 @@ public function getTemplateId()
class Google_Service_Fusiontables_TemplateList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Fusiontables_Template';
protected $itemsDataType = 'array';
public $kind;
From 4557eeff11e8c98ffa6bd5350600712f6c13327c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:37 -0700
Subject: [PATCH 0196/1219] Updated SiteVerification.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/SiteVerification.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/Google/Service/SiteVerification.php b/src/Google/Service/SiteVerification.php
index 5383967db..80f144b5b 100644
--- a/src/Google/Service/SiteVerification.php
+++ b/src/Google/Service/SiteVerification.php
@@ -241,6 +241,8 @@ public function update($id, Google_Service_SiteVerification_SiteVerificationWebR
class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $siteType = 'Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite';
protected $siteDataType = '';
public $verificationMethod;
@@ -268,6 +270,8 @@ public function getVerificationMethod()
class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $identifier;
public $type;
@@ -294,6 +298,8 @@ public function getType()
class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $method;
public $token;
@@ -321,6 +327,8 @@ public function getToken()
class Google_Service_SiteVerification_SiteVerificationWebResourceListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_SiteVerification_SiteVerificationWebResourceResource';
protected $itemsDataType = 'array';
@@ -338,6 +346,8 @@ public function getItems()
class Google_Service_SiteVerification_SiteVerificationWebResourceResource extends Google_Collection
{
protected $collection_key = 'owners';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $owners;
protected $siteType = 'Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite';
@@ -376,6 +386,8 @@ public function getSite()
class Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $identifier;
public $type;
From 0531bf1b8299335665d8bf239b70c65d75093a3b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:38 -0700
Subject: [PATCH 0197/1219] Updated Webfonts.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Webfonts.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Webfonts.php b/src/Google/Service/Webfonts.php
index a898496f4..dd7d7af64 100644
--- a/src/Google/Service/Webfonts.php
+++ b/src/Google/Service/Webfonts.php
@@ -106,6 +106,8 @@ public function listWebfonts($optParams = array())
class Google_Service_Webfonts_Webfont extends Google_Collection
{
protected $collection_key = 'variants';
+ protected $internal_gapi_mappings = array(
+ );
public $category;
public $family;
public $files;
@@ -198,12 +200,15 @@ public function getVersion()
class Google_Service_Webfonts_WebfontFiles extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Webfonts_WebfontList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Webfonts_Webfont';
protected $itemsDataType = 'array';
public $kind;
From 6bd8d02bfac605cb1dfe7ba3b989c46de1357516 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:38 -0700
Subject: [PATCH 0198/1219] Updated Pubsub.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Pubsub.php | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/src/Google/Service/Pubsub.php b/src/Google/Service/Pubsub.php
index f37f604a3..e1af47196 100644
--- a/src/Google/Service/Pubsub.php
+++ b/src/Google/Service/Pubsub.php
@@ -413,6 +413,8 @@ public function publish(Google_Service_Pubsub_PublishRequest $postBody, $optPara
class Google_Service_Pubsub_AcknowledgeRequest extends Google_Collection
{
protected $collection_key = 'ackId';
+ protected $internal_gapi_mappings = array(
+ );
public $ackId;
public $subscription;
@@ -439,6 +441,8 @@ public function getSubscription()
class Google_Service_Pubsub_Label extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $numValue;
public $strValue;
@@ -477,6 +481,8 @@ public function getStrValue()
class Google_Service_Pubsub_ListSubscriptionsResponse extends Google_Collection
{
protected $collection_key = 'subscription';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $subscriptionType = 'Google_Service_Pubsub_Subscription';
protected $subscriptionDataType = 'array';
@@ -505,6 +511,8 @@ public function getSubscription()
class Google_Service_Pubsub_ListTopicsResponse extends Google_Collection
{
protected $collection_key = 'topic';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $topicType = 'Google_Service_Pubsub_Topic';
protected $topicDataType = 'array';
@@ -532,6 +540,8 @@ public function getTopic()
class Google_Service_Pubsub_ModifyAckDeadlineRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $ackDeadlineSeconds;
public $ackId;
public $subscription;
@@ -569,6 +579,8 @@ public function getSubscription()
class Google_Service_Pubsub_ModifyPushConfigRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $pushConfigType = 'Google_Service_Pubsub_PushConfig';
protected $pushConfigDataType = '';
public $subscription;
@@ -596,6 +608,8 @@ public function getSubscription()
class Google_Service_Pubsub_PublishRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $messageType = 'Google_Service_Pubsub_PubsubMessage';
protected $messageDataType = '';
public $topic;
@@ -623,6 +637,8 @@ public function getTopic()
class Google_Service_Pubsub_PubsubEvent extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deleted;
protected $messageType = 'Google_Service_Pubsub_PubsubMessage';
protected $messageDataType = '';
@@ -673,6 +689,8 @@ public function getTruncated()
class Google_Service_Pubsub_PubsubMessage extends Google_Collection
{
protected $collection_key = 'label';
+ protected $internal_gapi_mappings = array(
+ );
public $data;
protected $labelType = 'Google_Service_Pubsub_Label';
protected $labelDataType = 'array';
@@ -700,6 +718,8 @@ public function getLabel()
class Google_Service_Pubsub_PullRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $returnImmediately;
public $subscription;
@@ -726,6 +746,8 @@ public function getSubscription()
class Google_Service_Pubsub_PullResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $ackId;
protected $pubsubEventType = 'Google_Service_Pubsub_PubsubEvent';
protected $pubsubEventDataType = '';
@@ -753,6 +775,8 @@ public function getPubsubEvent()
class Google_Service_Pubsub_PushConfig extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $pushEndpoint;
public function setPushEndpoint($pushEndpoint)
@@ -768,6 +792,8 @@ public function getPushEndpoint()
class Google_Service_Pubsub_Subscription extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $ackDeadlineSeconds;
public $name;
protected $pushConfigType = 'Google_Service_Pubsub_PushConfig';
@@ -817,6 +843,8 @@ public function getTopic()
class Google_Service_Pubsub_Topic extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public function setName($name)
From 2700c0080e73cb5fd237ec932be1de9132c71ee3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:39 -0700
Subject: [PATCH 0199/1219] Updated YouTube.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/YouTube.php | 247 ++++++++++++++++++++++++++++++++-
1 file changed, 246 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index bdff90351..63ca44242 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -3334,6 +3334,8 @@ public function unsetWatermarks($channelId, $optParams = array())
class Google_Service_YouTube_AccessPolicy extends Google_Collection
{
protected $collection_key = 'exception';
+ protected $internal_gapi_mappings = array(
+ );
public $allowed;
public $exception;
@@ -3360,6 +3362,8 @@ public function getException()
class Google_Service_YouTube_Activity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $contentDetailsType = 'Google_Service_YouTube_ActivityContentDetails';
protected $contentDetailsDataType = '';
public $etag;
@@ -3421,6 +3425,8 @@ public function getSnippet()
class Google_Service_YouTube_ActivityContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $bulletinType = 'Google_Service_YouTube_ActivityContentDetailsBulletin';
protected $bulletinDataType = '';
protected $channelItemType = 'Google_Service_YouTube_ActivityContentDetailsChannelItem';
@@ -3557,6 +3563,8 @@ public function getUpload()
class Google_Service_YouTube_ActivityContentDetailsBulletin extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
@@ -3573,6 +3581,8 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsChannelItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
@@ -3589,6 +3599,8 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsComment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
@@ -3605,6 +3617,8 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsFavorite extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
@@ -3621,6 +3635,8 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsLike extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
@@ -3637,6 +3653,8 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsPlaylistItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $playlistId;
public $playlistItemId;
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
@@ -3676,6 +3694,8 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsPromotedItem extends Google_Collection
{
protected $collection_key = 'impressionUrl';
+ protected $internal_gapi_mappings = array(
+ );
public $adTag;
public $clickTrackingUrl;
public $creativeViewUrl;
@@ -3790,6 +3810,8 @@ public function getVideoId()
class Google_Service_YouTube_ActivityContentDetailsRecommendation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $reason;
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
@@ -3829,6 +3851,8 @@ public function getSeedResourceId()
class Google_Service_YouTube_ActivityContentDetailsSocial extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $author;
public $imageUrl;
public $referenceUrl;
@@ -3889,6 +3913,8 @@ public function getType()
class Google_Service_YouTube_ActivityContentDetailsSubscription extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
@@ -3905,6 +3931,8 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsUpload extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $videoId;
public function setVideoId($videoId)
@@ -3921,6 +3949,8 @@ public function getVideoId()
class Google_Service_YouTube_ActivityListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Activity';
@@ -4027,6 +4057,8 @@ public function getVisitorId()
class Google_Service_YouTube_ActivitySnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $channelTitle;
public $description;
@@ -4120,6 +4152,8 @@ public function getType()
class Google_Service_YouTube_CdnSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $format;
protected $ingestionInfoType = 'Google_Service_YouTube_IngestionInfo';
protected $ingestionInfoDataType = '';
@@ -4158,6 +4192,8 @@ public function getIngestionType()
class Google_Service_YouTube_Channel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $auditDetailsType = 'Google_Service_YouTube_ChannelAuditDetails';
protected $auditDetailsDataType = '';
protected $brandingSettingsType = 'Google_Service_YouTube_ChannelBrandingSettings';
@@ -4315,6 +4351,8 @@ public function getTopicDetails()
class Google_Service_YouTube_ChannelAuditDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $communityGuidelinesGoodStanding;
public $contentIdClaimsGoodStanding;
public $copyrightStrikesGoodStanding;
@@ -4363,6 +4401,8 @@ public function getOverallGoodStanding()
class Google_Service_YouTube_ChannelBannerResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
public $url;
@@ -4401,6 +4441,8 @@ public function getUrl()
class Google_Service_YouTube_ChannelBrandingSettings extends Google_Collection
{
protected $collection_key = 'hints';
+ protected $internal_gapi_mappings = array(
+ );
protected $channelType = 'Google_Service_YouTube_ChannelSettings';
protected $channelDataType = '';
protected $hintsType = 'Google_Service_YouTube_PropertyValue';
@@ -4453,6 +4495,8 @@ public function getWatch()
class Google_Service_YouTube_ChannelContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $googlePlusUserId;
protected $relatedPlaylistsType = 'Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists';
protected $relatedPlaylistsDataType = '';
@@ -4480,6 +4524,8 @@ public function getRelatedPlaylists()
class Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $favorites;
public $likes;
public $uploads;
@@ -4539,6 +4585,8 @@ public function getWatchLater()
class Google_Service_YouTube_ChannelContentOwnerDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $contentOwner;
public $timeLinked;
@@ -4565,6 +4613,8 @@ public function getTimeLinked()
class Google_Service_YouTube_ChannelConversionPing extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $context;
public $conversionUrl;
@@ -4592,6 +4642,8 @@ public function getConversionUrl()
class Google_Service_YouTube_ChannelConversionPings extends Google_Collection
{
protected $collection_key = 'pings';
+ protected $internal_gapi_mappings = array(
+ );
protected $pingsType = 'Google_Service_YouTube_ChannelConversionPing';
protected $pingsDataType = 'array';
@@ -4609,6 +4661,8 @@ public function getPings()
class Google_Service_YouTube_ChannelListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Channel';
@@ -4715,6 +4769,8 @@ public function getVisitorId()
class Google_Service_YouTube_ChannelSection extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $contentDetailsType = 'Google_Service_YouTube_ChannelSectionContentDetails';
protected $contentDetailsDataType = '';
public $etag;
@@ -4777,6 +4833,8 @@ public function getSnippet()
class Google_Service_YouTube_ChannelSectionContentDetails extends Google_Collection
{
protected $collection_key = 'playlists';
+ protected $internal_gapi_mappings = array(
+ );
public $channels;
public $playlists;
@@ -4804,6 +4862,8 @@ public function getPlaylists()
class Google_Service_YouTube_ChannelSectionListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_ChannelSection';
@@ -4864,6 +4924,8 @@ public function getVisitorId()
class Google_Service_YouTube_ChannelSectionSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $position;
public $style;
@@ -4924,6 +4986,8 @@ public function getType()
class Google_Service_YouTube_ChannelSettings extends Google_Collection
{
protected $collection_key = 'featuredChannelsUrls';
+ protected $internal_gapi_mappings = array(
+ );
public $defaultTab;
public $description;
public $featuredChannelsTitle;
@@ -5060,6 +5124,8 @@ public function getUnsubscribedTrailer()
class Google_Service_YouTube_ChannelSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $publishedAt;
protected $thumbnailsType = 'Google_Service_YouTube_ThumbnailDetails';
@@ -5109,6 +5175,8 @@ public function getTitle()
class Google_Service_YouTube_ChannelStatistics extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $commentCount;
public $hiddenSubscriberCount;
public $subscriberCount;
@@ -5168,6 +5236,8 @@ public function getViewCount()
class Google_Service_YouTube_ChannelStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $isLinked;
public $longUploadsStatus;
public $privacyStatus;
@@ -5206,6 +5276,8 @@ public function getPrivacyStatus()
class Google_Service_YouTube_ChannelTopicDetails extends Google_Collection
{
protected $collection_key = 'topicIds';
+ protected $internal_gapi_mappings = array(
+ );
public $topicIds;
public function setTopicIds($topicIds)
@@ -5221,6 +5293,8 @@ public function getTopicIds()
class Google_Service_YouTube_ContentRating extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $acbRating;
public $agcomRating;
public $anatelRating;
@@ -5918,6 +5992,8 @@ public function getYtRating()
class Google_Service_YouTube_GeoPoint extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $altitude;
public $latitude;
public $longitude;
@@ -5955,6 +6031,8 @@ public function getLongitude()
class Google_Service_YouTube_GuideCategory extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
public $kind;
@@ -6005,6 +6083,8 @@ public function getSnippet()
class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_GuideCategory';
@@ -6111,6 +6191,8 @@ public function getVisitorId()
class Google_Service_YouTube_GuideCategorySnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $title;
@@ -6137,6 +6219,8 @@ public function getTitle()
class Google_Service_YouTube_I18nLanguage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
public $kind;
@@ -6187,6 +6271,8 @@ public function getSnippet()
class Google_Service_YouTube_I18nLanguageListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_I18nLanguage';
@@ -6247,6 +6333,8 @@ public function getVisitorId()
class Google_Service_YouTube_I18nLanguageSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $hl;
public $name;
@@ -6273,6 +6361,8 @@ public function getName()
class Google_Service_YouTube_I18nRegion extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
public $kind;
@@ -6323,6 +6413,8 @@ public function getSnippet()
class Google_Service_YouTube_I18nRegionListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_I18nRegion';
@@ -6383,6 +6475,8 @@ public function getVisitorId()
class Google_Service_YouTube_I18nRegionSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $gl;
public $name;
@@ -6409,6 +6503,8 @@ public function getName()
class Google_Service_YouTube_ImageSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $backgroundImageUrlType = 'Google_Service_YouTube_LocalizedProperty';
protected $backgroundImageUrlDataType = '';
public $bannerExternalUrl;
@@ -6660,6 +6756,8 @@ public function getWatchIconImageUrl()
class Google_Service_YouTube_IngestionInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $backupIngestionAddress;
public $ingestionAddress;
public $streamName;
@@ -6697,6 +6795,8 @@ public function getStreamName()
class Google_Service_YouTube_InvideoBranding extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $imageBytes;
public $imageUrl;
protected $positionType = 'Google_Service_YouTube_InvideoPosition';
@@ -6758,6 +6858,8 @@ public function getTiming()
class Google_Service_YouTube_InvideoPosition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $cornerPosition;
public $type;
@@ -6785,6 +6887,8 @@ public function getType()
class Google_Service_YouTube_InvideoPromotion extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $defaultTimingType = 'Google_Service_YouTube_InvideoTiming';
protected $defaultTimingDataType = '';
protected $itemsType = 'Google_Service_YouTube_PromotedItem';
@@ -6836,6 +6940,8 @@ public function getUseSmartTiming()
class Google_Service_YouTube_InvideoTiming extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $durationMs;
public $offsetMs;
public $type;
@@ -6873,6 +6979,8 @@ public function getType()
class Google_Service_YouTube_LiveBroadcast extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $contentDetailsType = 'Google_Service_YouTube_LiveBroadcastContentDetails';
protected $contentDetailsDataType = '';
public $etag;
@@ -6946,6 +7054,8 @@ public function getStatus()
class Google_Service_YouTube_LiveBroadcastContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $boundStreamId;
public $enableClosedCaptions;
public $enableContentEncryption;
@@ -7040,6 +7150,8 @@ public function getStartWithSlate()
class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_LiveBroadcast';
@@ -7146,6 +7258,8 @@ public function getVisitorId()
class Google_Service_YouTube_LiveBroadcastSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $actualEndTime;
public $actualStartTime;
public $channelId;
@@ -7250,6 +7364,8 @@ public function getTitle()
class Google_Service_YouTube_LiveBroadcastStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $lifeCycleStatus;
public $liveBroadcastPriority;
public $privacyStatus;
@@ -7298,6 +7414,8 @@ public function getRecordingStatus()
class Google_Service_YouTube_LiveStream extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $cdnType = 'Google_Service_YouTube_CdnSettings';
protected $cdnDataType = '';
protected $contentDetailsType = 'Google_Service_YouTube_LiveStreamContentDetails';
@@ -7383,6 +7501,8 @@ public function getStatus()
class Google_Service_YouTube_LiveStreamContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $closedCaptionsIngestionUrl;
public $isReusable;
@@ -7410,6 +7530,8 @@ public function getIsReusable()
class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_LiveStream';
@@ -7516,6 +7638,8 @@ public function getVisitorId()
class Google_Service_YouTube_LiveStreamSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $description;
public $publishedAt;
@@ -7564,6 +7688,8 @@ public function getTitle()
class Google_Service_YouTube_LiveStreamStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $streamStatus;
public function setStreamStatus($streamStatus)
@@ -7580,6 +7706,8 @@ public function getStreamStatus()
class Google_Service_YouTube_LocalizedProperty extends Google_Collection
{
protected $collection_key = 'localized';
+ protected $internal_gapi_mappings = array(
+ );
public $default;
protected $localizedType = 'Google_Service_YouTube_LocalizedString';
protected $localizedDataType = 'array';
@@ -7607,6 +7735,8 @@ public function getLocalized()
class Google_Service_YouTube_LocalizedString extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $language;
public $value;
@@ -7633,6 +7763,8 @@ public function getValue()
class Google_Service_YouTube_MonitorStreamInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $broadcastStreamDelayMs;
public $embedHtml;
public $enableMonitorStream;
@@ -7670,6 +7802,8 @@ public function getEnableMonitorStream()
class Google_Service_YouTube_PageInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $resultsPerPage;
public $totalResults;
@@ -7696,6 +7830,8 @@ public function getTotalResults()
class Google_Service_YouTube_Playlist extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $contentDetailsType = 'Google_Service_YouTube_PlaylistContentDetails';
protected $contentDetailsDataType = '';
public $etag;
@@ -7781,6 +7917,8 @@ public function getStatus()
class Google_Service_YouTube_PlaylistContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $itemCount;
public function setItemCount($itemCount)
@@ -7796,6 +7934,8 @@ public function getItemCount()
class Google_Service_YouTube_PlaylistItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $contentDetailsType = 'Google_Service_YouTube_PlaylistItemContentDetails';
protected $contentDetailsDataType = '';
public $etag;
@@ -7869,6 +8009,8 @@ public function getStatus()
class Google_Service_YouTube_PlaylistItemContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endAt;
public $note;
public $startAt;
@@ -7918,6 +8060,8 @@ public function getVideoId()
class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_PlaylistItem';
@@ -8024,6 +8168,8 @@ public function getVisitorId()
class Google_Service_YouTube_PlaylistItemSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $channelTitle;
public $description;
@@ -8129,6 +8275,8 @@ public function getTitle()
class Google_Service_YouTube_PlaylistItemStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $privacyStatus;
public function setPrivacyStatus($privacyStatus)
@@ -8145,6 +8293,8 @@ public function getPrivacyStatus()
class Google_Service_YouTube_PlaylistListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Playlist';
@@ -8251,6 +8401,8 @@ public function getVisitorId()
class Google_Service_YouTube_PlaylistPlayer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $embedHtml;
public function setEmbedHtml($embedHtml)
@@ -8267,6 +8419,8 @@ public function getEmbedHtml()
class Google_Service_YouTube_PlaylistSnippet extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $channelTitle;
public $description;
@@ -8349,6 +8503,8 @@ public function getTitle()
class Google_Service_YouTube_PlaylistStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $privacyStatus;
public function setPrivacyStatus($privacyStatus)
@@ -8364,6 +8520,8 @@ public function getPrivacyStatus()
class Google_Service_YouTube_PromotedItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customMessage;
protected $idType = 'Google_Service_YouTube_PromotedItemId';
protected $idDataType = '';
@@ -8414,6 +8572,8 @@ public function getTiming()
class Google_Service_YouTube_PromotedItemId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $recentlyUploadedBy;
public $type;
public $videoId;
@@ -8462,6 +8622,8 @@ public function getWebsiteUrl()
class Google_Service_YouTube_PropertyValue extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $property;
public $value;
@@ -8488,6 +8650,8 @@ public function getValue()
class Google_Service_YouTube_ResourceId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $kind;
public $playlistId;
@@ -8537,6 +8701,8 @@ public function getVideoId()
class Google_Service_YouTube_SearchListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_SearchResult';
@@ -8643,6 +8809,8 @@ public function getVisitorId()
class Google_Service_YouTube_SearchResult extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $idType = 'Google_Service_YouTube_ResourceId';
protected $idDataType = '';
@@ -8693,6 +8861,8 @@ public function getSnippet()
class Google_Service_YouTube_SearchResultSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $channelTitle;
public $description;
@@ -8775,6 +8945,8 @@ public function getTitle()
class Google_Service_YouTube_Subscription extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $contentDetailsType = 'Google_Service_YouTube_SubscriptionContentDetails';
protected $contentDetailsDataType = '';
public $etag;
@@ -8848,6 +9020,8 @@ public function getSubscriberSnippet()
class Google_Service_YouTube_SubscriptionContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $activityType;
public $newItemCount;
public $totalItemCount;
@@ -8886,6 +9060,8 @@ public function getTotalItemCount()
class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Subscription';
@@ -8992,6 +9168,8 @@ public function getVisitorId()
class Google_Service_YouTube_SubscriptionSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $channelTitle;
public $description;
@@ -9075,6 +9253,8 @@ public function getTitle()
class Google_Service_YouTube_SubscriptionSubscriberSnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $description;
protected $thumbnailsType = 'Google_Service_YouTube_ThumbnailDetails';
@@ -9124,6 +9304,8 @@ public function getTitle()
class Google_Service_YouTube_Thumbnail extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $url;
public $width;
@@ -9161,6 +9343,8 @@ public function getWidth()
class Google_Service_YouTube_ThumbnailDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $defaultType = 'Google_Service_YouTube_Thumbnail';
protected $defaultDataType = '';
protected $highType = 'Google_Service_YouTube_Thumbnail';
@@ -9226,6 +9410,8 @@ public function getStandard()
class Google_Service_YouTube_ThumbnailSetResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_ThumbnailDetails';
@@ -9286,11 +9472,14 @@ public function getVisitorId()
class Google_Service_YouTube_TokenPagination extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_YouTube_Video extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $ageGatingType = 'Google_Service_YouTube_VideoAgeGating';
protected $ageGatingDataType = '';
protected $contentDetailsType = 'Google_Service_YouTube_VideoContentDetails';
@@ -9508,6 +9697,8 @@ public function getTopicDetails()
class Google_Service_YouTube_VideoAgeGating extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $alcoholContent;
public $restricted;
public $videoGameRating;
@@ -9545,6 +9736,8 @@ public function getVideoGameRating()
class Google_Service_YouTube_VideoCategory extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
public $kind;
@@ -9595,6 +9788,8 @@ public function getSnippet()
class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_VideoCategory';
@@ -9701,6 +9896,8 @@ public function getVisitorId()
class Google_Service_YouTube_VideoCategorySnippet extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $assignable;
public $channelId;
public $title;
@@ -9738,6 +9935,8 @@ public function getTitle()
class Google_Service_YouTube_VideoContentDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $caption;
protected $contentRatingType = 'Google_Service_YouTube_ContentRating';
protected $contentRatingDataType = '';
@@ -9834,6 +10033,8 @@ public function getRegionRestriction()
class Google_Service_YouTube_VideoContentDetailsRegionRestriction extends Google_Collection
{
protected $collection_key = 'blocked';
+ protected $internal_gapi_mappings = array(
+ );
public $allowed;
public $blocked;
@@ -9860,6 +10061,8 @@ public function getBlocked()
class Google_Service_YouTube_VideoConversionPing extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $context;
public $conversionUrl;
@@ -9887,6 +10090,8 @@ public function getConversionUrl()
class Google_Service_YouTube_VideoConversionPings extends Google_Collection
{
protected $collection_key = 'pings';
+ protected $internal_gapi_mappings = array(
+ );
protected $pingsType = 'Google_Service_YouTube_VideoConversionPing';
protected $pingsDataType = 'array';
@@ -9904,6 +10109,8 @@ public function getPings()
class Google_Service_YouTube_VideoFileDetails extends Google_Collection
{
protected $collection_key = 'videoStreams';
+ protected $internal_gapi_mappings = array(
+ );
protected $audioStreamsType = 'Google_Service_YouTube_VideoFileDetailsAudioStream';
protected $audioStreamsDataType = 'array';
public $bitrateBps;
@@ -10021,6 +10228,8 @@ public function getVideoStreams()
class Google_Service_YouTube_VideoFileDetailsAudioStream extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $bitrateBps;
public $channelCount;
public $codec;
@@ -10069,6 +10278,8 @@ public function getVendor()
class Google_Service_YouTube_VideoFileDetailsVideoStream extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $aspectRatio;
public $bitrateBps;
public $codec;
@@ -10162,6 +10373,8 @@ public function getWidthPixels()
class Google_Service_YouTube_VideoGetRatingResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_YouTube_VideoRating';
protected $itemsDataType = 'array';
@@ -10201,6 +10414,8 @@ public function getKind()
class Google_Service_YouTube_VideoListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Video';
@@ -10307,6 +10522,8 @@ public function getVisitorId()
class Google_Service_YouTube_VideoLiveStreamingDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $actualEndTime;
public $actualStartTime;
public $concurrentViewers;
@@ -10366,6 +10583,8 @@ public function getScheduledStartTime()
class Google_Service_YouTube_VideoMonetizationDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accessType = 'Google_Service_YouTube_AccessPolicy';
protected $accessDataType = '';
@@ -10382,6 +10601,8 @@ public function getAccess()
class Google_Service_YouTube_VideoPlayer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $embedHtml;
public function setEmbedHtml($embedHtml)
@@ -10397,6 +10618,8 @@ public function getEmbedHtml()
class Google_Service_YouTube_VideoProcessingDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $editorSuggestionsAvailability;
public $fileDetailsAvailability;
public $processingFailureReason;
@@ -10490,6 +10713,8 @@ public function getThumbnailsAvailability()
class Google_Service_YouTube_VideoProcessingDetailsProcessingProgress extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $partsProcessed;
public $partsTotal;
public $timeLeftMs;
@@ -10528,6 +10753,8 @@ public function getTimeLeftMs()
class Google_Service_YouTube_VideoProjectDetails extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
public $tags;
public function setTags($tags)
@@ -10543,6 +10770,8 @@ public function getTags()
class Google_Service_YouTube_VideoRating extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $rating;
public $videoId;
@@ -10569,6 +10798,8 @@ public function getVideoId()
class Google_Service_YouTube_VideoRecordingDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $locationType = 'Google_Service_YouTube_GeoPoint';
protected $locationDataType = '';
public $locationDescription;
@@ -10608,6 +10839,8 @@ public function getRecordingDate()
class Google_Service_YouTube_VideoSnippet extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
public $categoryId;
public $channelId;
public $channelTitle;
@@ -10712,6 +10945,8 @@ public function getTitle()
class Google_Service_YouTube_VideoStatistics extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $commentCount;
public $dislikeCount;
public $favoriteCount;
@@ -10771,6 +11006,8 @@ public function getViewCount()
class Google_Service_YouTube_VideoStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $embeddable;
public $failureReason;
public $license;
@@ -10864,6 +11101,8 @@ public function getUploadStatus()
class Google_Service_YouTube_VideoSuggestions extends Google_Collection
{
protected $collection_key = 'tagSuggestions';
+ protected $internal_gapi_mappings = array(
+ );
public $editorSuggestions;
public $processingErrors;
public $processingHints;
@@ -10925,6 +11164,8 @@ public function getTagSuggestions()
class Google_Service_YouTube_VideoSuggestionsTagSuggestion extends Google_Collection
{
protected $collection_key = 'categoryRestricts';
+ protected $internal_gapi_mappings = array(
+ );
public $categoryRestricts;
public $tag;
@@ -10952,6 +11193,8 @@ public function getTag()
class Google_Service_YouTube_VideoTopicDetails extends Google_Collection
{
protected $collection_key = 'topicIds';
+ protected $internal_gapi_mappings = array(
+ );
public $relevantTopicIds;
public $topicIds;
@@ -10978,6 +11221,8 @@ public function getTopicIds()
class Google_Service_YouTube_WatchSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $backgroundColor;
public $featuredPlaylistId;
public $textColor;
From ee66119a5bbea01be5fe0eb34d9f846518e6587f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:40 -0700
Subject: [PATCH 0200/1219] Updated CivicInfo.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CivicInfo.php | 48 ++++++++++++++++++++++++++++++--
1 file changed, 46 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index 8bee0ee28..5ceee828e 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -310,6 +310,9 @@ public function representativeInfoByDivision($ocdId, $optParams = array())
class Google_Service_CivicInfo_AdministrationRegion extends Google_Collection
{
protected $collection_key = 'sources';
+ protected $internal_gapi_mappings = array(
+ "localJurisdiction" => "local_jurisdiction",
+ );
protected $electionAdministrationBodyType = 'Google_Service_CivicInfo_AdministrativeBody';
protected $electionAdministrationBodyDataType = '';
public $id;
@@ -373,6 +376,9 @@ public function getSources()
class Google_Service_CivicInfo_AdministrativeBody extends Google_Collection
{
protected $collection_key = 'voter_services';
+ protected $internal_gapi_mappings = array(
+ "voterServices" => "voter_services",
+ );
public $absenteeVotingInfoUrl;
public $ballotInfoUrl;
protected $correspondenceAddressType = 'Google_Service_CivicInfo_SimpleAddressType';
@@ -524,6 +530,8 @@ public function getVotingLocationFinderUrl()
class Google_Service_CivicInfo_Candidate extends Google_Collection
{
protected $collection_key = 'channels';
+ protected $internal_gapi_mappings = array(
+ );
public $candidateUrl;
protected $channelsType = 'Google_Service_CivicInfo_Channel';
protected $channelsDataType = 'array';
@@ -617,6 +625,8 @@ public function getPhotoUrl()
class Google_Service_CivicInfo_Channel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $type;
@@ -644,6 +654,8 @@ public function getType()
class Google_Service_CivicInfo_Contest extends Google_Collection
{
protected $collection_key = 'sources';
+ protected $internal_gapi_mappings = array(
+ );
public $ballotPlacement;
protected $candidatesType = 'Google_Service_CivicInfo_Candidate';
protected $candidatesDataType = 'array';
@@ -839,6 +851,8 @@ public function getType()
class Google_Service_CivicInfo_DivisionSearchResponse extends Google_Collection
{
protected $collection_key = 'results';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $resultsType = 'Google_Service_CivicInfo_DivisionSearchResult';
protected $resultsDataType = 'array';
@@ -867,6 +881,8 @@ public function getResults()
class Google_Service_CivicInfo_DivisionSearchResult extends Google_Collection
{
protected $collection_key = 'aliases';
+ protected $internal_gapi_mappings = array(
+ );
public $aliases;
public $name;
public $ocdId;
@@ -904,6 +920,8 @@ public function getOcdId()
class Google_Service_CivicInfo_Election extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $electionDay;
public $id;
public $name;
@@ -941,6 +959,8 @@ public function getName()
class Google_Service_CivicInfo_ElectionOfficial extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $emailAddress;
public $faxNumber;
public $name;
@@ -1001,6 +1021,8 @@ public function getTitle()
class Google_Service_CivicInfo_ElectionsQueryResponse extends Google_Collection
{
protected $collection_key = 'elections';
+ protected $internal_gapi_mappings = array(
+ );
protected $electionsType = 'Google_Service_CivicInfo_Election';
protected $electionsDataType = 'array';
public $kind;
@@ -1028,6 +1050,8 @@ public function getKind()
class Google_Service_CivicInfo_ElectoralDistrict extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $name;
public $scope;
@@ -1066,6 +1090,8 @@ public function getScope()
class Google_Service_CivicInfo_GeographicDivision extends Google_Collection
{
protected $collection_key = 'officeIndices';
+ protected $internal_gapi_mappings = array(
+ );
public $alsoKnownAs;
public $name;
public $officeIndices;
@@ -1104,6 +1130,8 @@ public function getOfficeIndices()
class Google_Service_CivicInfo_Office extends Google_Collection
{
protected $collection_key = 'sources';
+ protected $internal_gapi_mappings = array(
+ );
public $divisionId;
public $levels;
public $name;
@@ -1176,6 +1204,8 @@ public function getSources()
class Google_Service_CivicInfo_Official extends Google_Collection
{
protected $collection_key = 'urls';
+ protected $internal_gapi_mappings = array(
+ );
protected $addressType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $addressDataType = 'array';
protected $channelsType = 'Google_Service_CivicInfo_Channel';
@@ -1271,6 +1301,8 @@ public function getUrls()
class Google_Service_CivicInfo_PollingLocation extends Google_Collection
{
protected $collection_key = 'sources';
+ protected $internal_gapi_mappings = array(
+ );
protected $addressType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $addressDataType = '';
public $endDate;
@@ -1377,6 +1409,8 @@ public function getVoterServices()
class Google_Service_CivicInfo_RepresentativeInfoData extends Google_Collection
{
protected $collection_key = 'officials';
+ protected $internal_gapi_mappings = array(
+ );
protected $divisionsType = 'Google_Service_CivicInfo_GeographicDivision';
protected $divisionsDataType = 'map';
protected $officesType = 'Google_Service_CivicInfo_Office';
@@ -1417,12 +1451,15 @@ public function getOfficials()
class Google_Service_CivicInfo_RepresentativeInfoDataDivisions extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Collection
{
protected $collection_key = 'officials';
+ protected $internal_gapi_mappings = array(
+ );
protected $divisionsType = 'Google_Service_CivicInfo_GeographicDivision';
protected $divisionsDataType = 'map';
public $kind;
@@ -1486,11 +1523,14 @@ public function getOfficials()
class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_CivicInfo_SimpleAddressType extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $city;
public $line1;
public $line2;
@@ -1572,6 +1612,8 @@ public function getZip()
class Google_Service_CivicInfo_Source extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $official;
@@ -1599,6 +1641,8 @@ public function getOfficial()
class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
{
protected $collection_key = 'state';
+ protected $internal_gapi_mappings = array(
+ );
protected $contestsType = 'Google_Service_CivicInfo_Contest';
protected $contestsDataType = 'array';
protected $earlyVoteSitesType = 'Google_Service_CivicInfo_PollingLocation';
From bd4eac1f6f9c02a8d0d9d6d43b4b4d101b0c93e4 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:40 -0700
Subject: [PATCH 0201/1219] Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/ShoppingContent.php | 132 +++++++++++++++++++++++++
1 file changed, 132 insertions(+)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index b2474c1bb..29084a5fc 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -1096,6 +1096,8 @@ public function listProductstatuses($merchantId, $optParams = array())
class Google_Service_ShoppingContent_Account extends Google_Collection
{
protected $collection_key = 'users';
+ protected $internal_gapi_mappings = array(
+ );
public $adultContent;
protected $adwordsLinksType = 'Google_Service_ShoppingContent_AccountAdwordsLink';
protected $adwordsLinksDataType = 'array';
@@ -1201,6 +1203,8 @@ public function getWebsiteUrl()
class Google_Service_ShoppingContent_AccountAdwordsLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adwordsId;
public $status;
@@ -1228,6 +1232,8 @@ public function getStatus()
class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
{
protected $collection_key = 'dataQualityIssues';
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_AccountStatusDataQualityIssue';
protected $dataQualityIssuesDataType = 'array';
@@ -1267,6 +1273,8 @@ public function getKind()
class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection
{
protected $collection_key = 'exampleItems';
+ protected $internal_gapi_mappings = array(
+ );
public $country;
public $displayedValue;
protected $exampleItemsType = 'Google_Service_ShoppingContent_AccountStatusExampleItem';
@@ -1360,6 +1368,8 @@ public function getSubmittedValue()
class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $itemId;
public $link;
public $submittedValue;
@@ -1419,6 +1429,8 @@ public function getValueOnLandingPage()
class Google_Service_ShoppingContent_AccountUser extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $admin;
public $emailAddress;
@@ -1446,6 +1458,8 @@ public function getEmailAddress()
class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -1462,6 +1476,8 @@ public function getEntries()
class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accountType = 'Google_Service_ShoppingContent_Account';
protected $accountDataType = '';
public $accountId;
@@ -1523,6 +1539,8 @@ public function getMethod()
class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -1550,6 +1568,8 @@ public function getKind()
class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accountType = 'Google_Service_ShoppingContent_Account';
protected $accountDataType = '';
public $batchId;
@@ -1601,6 +1621,8 @@ public function getKind()
class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_Account';
@@ -1640,6 +1662,8 @@ public function getResources()
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -1656,6 +1680,8 @@ public function getEntries()
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $batchId;
public $merchantId;
@@ -1705,6 +1731,8 @@ public function getMethod()
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -1732,6 +1760,8 @@ public function getKind()
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accountStatusType = 'Google_Service_ShoppingContent_AccountStatus';
protected $accountStatusDataType = '';
public $batchId;
@@ -1772,6 +1802,8 @@ public function getErrors()
class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_AccountStatus';
@@ -1811,6 +1843,8 @@ public function getResources()
class Google_Service_ShoppingContent_Datafeed extends Google_Collection
{
protected $collection_key = 'intendedDestinations';
+ protected $internal_gapi_mappings = array(
+ );
public $attributeLanguage;
public $contentLanguage;
public $contentType;
@@ -1938,6 +1972,8 @@ public function getTargetCountry()
class Google_Service_ShoppingContent_DatafeedFetchSchedule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $dayOfMonth;
public $fetchUrl;
public $hour;
@@ -2019,6 +2055,8 @@ public function getWeekday()
class Google_Service_ShoppingContent_DatafeedFormat extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $columnDelimiter;
public $fileEncoding;
public $quotingMode;
@@ -2057,6 +2095,8 @@ public function getQuotingMode()
class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $datafeedId;
protected $errorsType = 'Google_Service_ShoppingContent_DatafeedStatusError';
protected $errorsDataType = 'array';
@@ -2141,6 +2181,8 @@ public function getWarnings()
class Google_Service_ShoppingContent_DatafeedStatusError extends Google_Collection
{
protected $collection_key = 'examples';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $count;
protected $examplesType = 'Google_Service_ShoppingContent_DatafeedStatusExample';
@@ -2190,6 +2232,8 @@ public function getMessage()
class Google_Service_ShoppingContent_DatafeedStatusExample extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $itemId;
public $lineNumber;
public $value;
@@ -2228,6 +2272,8 @@ public function getValue()
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -2244,6 +2290,8 @@ public function getEntries()
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $datafeedType = 'Google_Service_ShoppingContent_Datafeed';
protected $datafeedDataType = '';
@@ -2305,6 +2353,8 @@ public function getMethod()
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -2332,6 +2382,8 @@ public function getKind()
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $datafeedType = 'Google_Service_ShoppingContent_Datafeed';
protected $datafeedDataType = '';
@@ -2372,6 +2424,8 @@ public function getErrors()
class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
protected $resourcesDataType = 'array';
@@ -2400,6 +2454,8 @@ public function getResources()
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -2416,6 +2472,8 @@ public function getEntries()
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
public $datafeedId;
public $merchantId;
@@ -2465,6 +2523,8 @@ public function getMethod()
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -2492,6 +2552,8 @@ public function getKind()
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $datafeedStatusType = 'Google_Service_ShoppingContent_DatafeedStatus';
protected $datafeedStatusDataType = '';
@@ -2532,6 +2594,8 @@ public function getErrors()
class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
protected $resourcesDataType = 'array';
@@ -2559,6 +2623,8 @@ public function getResources()
class Google_Service_ShoppingContent_Error extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $domain;
public $message;
public $reason;
@@ -2597,6 +2663,8 @@ public function getReason()
class Google_Service_ShoppingContent_Errors extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $errorsType = 'Google_Service_ShoppingContent_Error';
protected $errorsDataType = 'array';
@@ -2635,6 +2703,8 @@ public function getMessage()
class Google_Service_ShoppingContent_Inventory extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $availability;
public $kind;
protected $priceType = 'Google_Service_ShoppingContent_Price';
@@ -2708,6 +2778,8 @@ public function getSalePriceEffectiveDate()
class Google_Service_ShoppingContent_InventoryCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -2724,6 +2796,8 @@ public function getEntries()
class Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $inventoryType = 'Google_Service_ShoppingContent_Inventory';
protected $inventoryDataType = '';
@@ -2785,6 +2859,8 @@ public function getStoreCode()
class Google_Service_ShoppingContent_InventoryCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -2812,6 +2888,8 @@ public function getKind()
class Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
@@ -2850,6 +2928,8 @@ public function getKind()
class Google_Service_ShoppingContent_InventorySetRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $availability;
protected $priceType = 'Google_Service_ShoppingContent_Price';
protected $priceDataType = '';
@@ -2911,6 +2991,8 @@ public function getSalePriceEffectiveDate()
class Google_Service_ShoppingContent_InventorySetResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public function setKind($kind)
@@ -2926,6 +3008,8 @@ public function getKind()
class Google_Service_ShoppingContent_LoyaltyPoints extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $pointsValue;
public $ratio;
@@ -2963,6 +3047,8 @@ public function getRatio()
class Google_Service_ShoppingContent_Price extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currency;
public $value;
@@ -2990,6 +3076,8 @@ public function getValue()
class Google_Service_ShoppingContent_Product extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $additionalImageLinks;
public $adult;
public $adwordsGrouping;
@@ -3667,6 +3755,8 @@ public function getWarnings()
class Google_Service_ShoppingContent_ProductCustomAttribute extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $type;
public $unit;
@@ -3716,6 +3806,8 @@ public function getValue()
class Google_Service_ShoppingContent_ProductCustomGroup extends Google_Collection
{
protected $collection_key = 'attributes';
+ protected $internal_gapi_mappings = array(
+ );
protected $attributesType = 'Google_Service_ShoppingContent_ProductCustomAttribute';
protected $attributesDataType = 'array';
public $name;
@@ -3743,6 +3835,8 @@ public function getName()
class Google_Service_ShoppingContent_ProductDestination extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $destinationName;
public $intention;
@@ -3769,6 +3863,8 @@ public function getIntention()
class Google_Service_ShoppingContent_ProductInstallment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $amountType = 'Google_Service_ShoppingContent_Price';
protected $amountDataType = '';
public $months;
@@ -3796,6 +3892,8 @@ public function getMonths()
class Google_Service_ShoppingContent_ProductShipping extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $country;
public $locationGroupName;
public $locationId;
@@ -3878,6 +3976,8 @@ public function getService()
class Google_Service_ShoppingContent_ProductShippingWeight extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $unit;
public $value;
@@ -3905,6 +4005,8 @@ public function getValue()
class Google_Service_ShoppingContent_ProductStatus extends Google_Collection
{
protected $collection_key = 'destinationStatuses';
+ protected $internal_gapi_mappings = array(
+ );
protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_ProductStatusDataQualityIssue';
protected $dataQualityIssuesDataType = 'array';
protected $destinationStatusesType = 'Google_Service_ShoppingContent_ProductStatusDestinationStatus';
@@ -3977,6 +4079,8 @@ public function getTitle()
class Google_Service_ShoppingContent_ProductStatusDataQualityIssue extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $detail;
public $fetchStatus;
public $id;
@@ -4058,6 +4162,8 @@ public function getValueProvided()
class Google_Service_ShoppingContent_ProductStatusDestinationStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $approvalStatus;
public $destination;
public $intention;
@@ -4095,6 +4201,8 @@ public function getIntention()
class Google_Service_ShoppingContent_ProductTax extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $country;
public $locationId;
public $postalCode;
@@ -4165,6 +4273,8 @@ public function getTaxShip()
class Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $unit;
public $value;
@@ -4191,6 +4301,8 @@ public function getValue()
class Google_Service_ShoppingContent_ProductUnitPricingMeasure extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $unit;
public $value;
@@ -4218,6 +4330,8 @@ public function getValue()
class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -4234,6 +4348,8 @@ public function getEntries()
class Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
public $merchantId;
public $method;
@@ -4295,6 +4411,8 @@ public function getProductId()
class Google_Service_ShoppingContent_ProductsCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -4322,6 +4440,8 @@ public function getKind()
class Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
@@ -4373,6 +4493,8 @@ public function getProduct()
class Google_Service_ShoppingContent_ProductsListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_Product';
@@ -4412,6 +4534,8 @@ public function getResources()
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -4428,6 +4552,8 @@ public function getEntries()
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
public $merchantId;
public $method;
@@ -4477,6 +4603,8 @@ public function getProductId()
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -4504,6 +4632,8 @@ public function getKind()
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $batchId;
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
@@ -4555,6 +4685,8 @@ public function getProductStatus()
class Google_Service_ShoppingContent_ProductstatusesListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_ProductStatus';
From fcf5250e5ba1c1bd2830f76580ef451f2950ae2a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:41 -0700
Subject: [PATCH 0202/1219] Updated Bigquery.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Bigquery.php | 84 ++++++++++++++++++++++++++++++++-
1 file changed, 83 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Bigquery.php b/src/Google/Service/Bigquery.php
index a2943f05c..52be5654c 100644
--- a/src/Google/Service/Bigquery.php
+++ b/src/Google/Service/Bigquery.php
@@ -962,6 +962,8 @@ public function update($projectId, $datasetId, $tableId, Google_Service_Bigquery
class Google_Service_Bigquery_Dataset extends Google_Collection
{
protected $collection_key = 'access';
+ protected $internal_gapi_mappings = array(
+ );
protected $accessType = 'Google_Service_Bigquery_DatasetAccess';
protected $accessDataType = 'array';
public $creationTime;
@@ -1078,6 +1080,8 @@ public function getSelfLink()
class Google_Service_Bigquery_DatasetAccess extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $domain;
public $groupByEmail;
public $role;
@@ -1150,6 +1154,8 @@ public function getView()
class Google_Service_Bigquery_DatasetList extends Google_Collection
{
protected $collection_key = 'datasets';
+ protected $internal_gapi_mappings = array(
+ );
protected $datasetsType = 'Google_Service_Bigquery_DatasetListDatasets';
protected $datasetsDataType = 'array';
public $etag;
@@ -1199,6 +1205,8 @@ public function getNextPageToken()
class Google_Service_Bigquery_DatasetListDatasets extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $datasetReferenceType = 'Google_Service_Bigquery_DatasetReference';
protected $datasetReferenceDataType = '';
public $friendlyName;
@@ -1248,6 +1256,8 @@ public function getKind()
class Google_Service_Bigquery_DatasetReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $datasetId;
public $projectId;
@@ -1274,6 +1284,8 @@ public function getProjectId()
class Google_Service_Bigquery_ErrorProto extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $debugInfo;
public $location;
public $message;
@@ -1323,6 +1335,8 @@ public function getReason()
class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
public $cacheHit;
public $etag;
public $jobComplete;
@@ -1429,6 +1443,8 @@ public function getTotalRows()
class Google_Service_Bigquery_Job extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $configurationType = 'Google_Service_Bigquery_JobConfiguration';
protected $configurationDataType = '';
public $etag;
@@ -1525,6 +1541,8 @@ public function getStatus()
class Google_Service_Bigquery_JobConfiguration extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $copyType = 'Google_Service_Bigquery_JobConfigurationTableCopy';
protected $copyDataType = '';
public $dryRun;
@@ -1601,6 +1619,8 @@ public function getQuery()
class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
{
protected $collection_key = 'destinationUris';
+ protected $internal_gapi_mappings = array(
+ );
public $compression;
public $destinationFormat;
public $destinationUri;
@@ -1684,6 +1704,8 @@ public function getSourceTable()
class Google_Service_Bigquery_JobConfigurationLink extends Google_Collection
{
protected $collection_key = 'sourceUri';
+ protected $internal_gapi_mappings = array(
+ );
public $createDisposition;
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
@@ -1734,6 +1756,8 @@ public function getWriteDisposition()
class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
{
protected $collection_key = 'sourceUris';
+ protected $internal_gapi_mappings = array(
+ );
public $allowJaggedRows;
public $allowQuotedNewlines;
public $createDisposition;
@@ -1916,6 +1940,8 @@ public function getWriteDisposition()
class Google_Service_Bigquery_JobConfigurationQuery extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $allowLargeResults;
public $createDisposition;
protected $defaultDatasetType = 'Google_Service_Bigquery_DatasetReference';
@@ -2033,6 +2059,8 @@ public function getWriteDisposition()
class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collection
{
protected $collection_key = 'sourceTables';
+ protected $internal_gapi_mappings = array(
+ );
public $createDisposition;
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
@@ -2096,6 +2124,8 @@ public function getWriteDisposition()
class Google_Service_Bigquery_JobList extends Google_Collection
{
protected $collection_key = 'jobs';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $jobsType = 'Google_Service_Bigquery_JobListJobs';
protected $jobsDataType = 'array';
@@ -2156,6 +2186,9 @@ public function getTotalItems()
class Google_Service_Bigquery_JobListJobs extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "userEmail" => "user_email",
+ );
protected $configurationType = 'Google_Service_Bigquery_JobConfiguration';
protected $configurationDataType = '';
protected $errorResultType = 'Google_Service_Bigquery_ErrorProto';
@@ -2264,6 +2297,8 @@ public function getUserEmail()
class Google_Service_Bigquery_JobReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $jobId;
public $projectId;
@@ -2290,6 +2325,8 @@ public function getProjectId()
class Google_Service_Bigquery_JobStatistics extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $creationTime;
public $endTime;
protected $loadType = 'Google_Service_Bigquery_JobStatistics3';
@@ -2362,6 +2399,8 @@ public function getTotalBytesProcessed()
class Google_Service_Bigquery_JobStatistics2 extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $cacheHit;
public $totalBytesProcessed;
@@ -2388,6 +2427,8 @@ public function getTotalBytesProcessed()
class Google_Service_Bigquery_JobStatistics3 extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $inputFileBytes;
public $inputFiles;
public $outputBytes;
@@ -2437,6 +2478,8 @@ public function getOutputRows()
class Google_Service_Bigquery_JobStatus extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
protected $errorResultType = 'Google_Service_Bigquery_ErrorProto';
protected $errorResultDataType = '';
protected $errorsType = 'Google_Service_Bigquery_ErrorProto';
@@ -2476,12 +2519,15 @@ public function getState()
class Google_Service_Bigquery_JsonObject extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Bigquery_ProjectList extends Google_Collection
{
protected $collection_key = 'projects';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
public $nextPageToken;
@@ -2542,6 +2588,8 @@ public function getTotalItems()
class Google_Service_Bigquery_ProjectListProjects extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $friendlyName;
public $id;
public $kind;
@@ -2602,6 +2650,8 @@ public function getProjectReference()
class Google_Service_Bigquery_ProjectReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $projectId;
public function setProjectId($projectId)
@@ -2617,6 +2667,8 @@ public function getProjectId()
class Google_Service_Bigquery_QueryRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $defaultDatasetType = 'Google_Service_Bigquery_DatasetReference';
protected $defaultDatasetDataType = '';
public $dryRun;
@@ -2711,6 +2763,8 @@ public function getUseQueryCache()
class Google_Service_Bigquery_QueryResponse extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
public $cacheHit;
public $jobComplete;
protected $jobReferenceType = 'Google_Service_Bigquery_JobReference';
@@ -2817,6 +2871,8 @@ public function getTotalRows()
class Google_Service_Bigquery_Table extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $creationTime;
public $description;
public $etag;
@@ -2989,6 +3045,8 @@ public function getView()
class Google_Service_Bigquery_TableCell extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $v;
public function setV($v)
@@ -3005,6 +3063,8 @@ public function getV()
class Google_Service_Bigquery_TableDataInsertAllRequest extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $rowsType = 'Google_Service_Bigquery_TableDataInsertAllRequestRows';
protected $rowsDataType = 'array';
@@ -3032,6 +3092,8 @@ public function getRows()
class Google_Service_Bigquery_TableDataInsertAllRequestRows extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $insertId;
public $json;
@@ -3059,6 +3121,8 @@ public function getJson()
class Google_Service_Bigquery_TableDataInsertAllResponse extends Google_Collection
{
protected $collection_key = 'insertErrors';
+ protected $internal_gapi_mappings = array(
+ );
protected $insertErrorsType = 'Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors';
protected $insertErrorsDataType = 'array';
public $kind;
@@ -3087,6 +3151,8 @@ public function getKind()
class Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
protected $errorsType = 'Google_Service_Bigquery_ErrorProto';
protected $errorsDataType = 'array';
public $index;
@@ -3115,6 +3181,8 @@ public function getIndex()
class Google_Service_Bigquery_TableDataList extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
public $pageToken;
@@ -3176,6 +3244,8 @@ public function getTotalRows()
class Google_Service_Bigquery_TableFieldSchema extends Google_Collection
{
protected $collection_key = 'fields';
+ protected $internal_gapi_mappings = array(
+ );
public $description;
protected $fieldsType = 'Google_Service_Bigquery_TableFieldSchema';
protected $fieldsDataType = 'array';
@@ -3237,6 +3307,8 @@ public function getType()
class Google_Service_Bigquery_TableList extends Google_Collection
{
protected $collection_key = 'tables';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
public $nextPageToken;
@@ -3297,6 +3369,8 @@ public function getTotalItems()
class Google_Service_Bigquery_TableListTables extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $friendlyName;
public $id;
public $kind;
@@ -3357,6 +3431,8 @@ public function getType()
class Google_Service_Bigquery_TableReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $datasetId;
public $projectId;
public $tableId;
@@ -3395,6 +3471,8 @@ public function getTableId()
class Google_Service_Bigquery_TableRow extends Google_Collection
{
protected $collection_key = 'f';
+ protected $internal_gapi_mappings = array(
+ );
protected $fType = 'Google_Service_Bigquery_TableCell';
protected $fDataType = 'array';
@@ -3412,6 +3490,8 @@ public function getF()
class Google_Service_Bigquery_TableSchema extends Google_Collection
{
protected $collection_key = 'fields';
+ protected $internal_gapi_mappings = array(
+ );
protected $fieldsType = 'Google_Service_Bigquery_TableFieldSchema';
protected $fieldsDataType = 'array';
@@ -3428,6 +3508,8 @@ public function getFields()
class Google_Service_Bigquery_ViewDefinition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $query;
public function setQuery($query)
From f729ac9722c8611bec8d4dcac1ab3dc4709e2d3b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:41 -0700
Subject: [PATCH 0203/1219] Updated Appsactivity.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Appsactivity.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/src/Google/Service/Appsactivity.php b/src/Google/Service/Appsactivity.php
index 867a77884..55481773a 100644
--- a/src/Google/Service/Appsactivity.php
+++ b/src/Google/Service/Appsactivity.php
@@ -158,6 +158,8 @@ public function listActivities($optParams = array())
class Google_Service_Appsactivity_Activity extends Google_Collection
{
protected $collection_key = 'singleEvents';
+ protected $internal_gapi_mappings = array(
+ );
protected $combinedEventType = 'Google_Service_Appsactivity_Event';
protected $combinedEventDataType = '';
protected $singleEventsType = 'Google_Service_Appsactivity_Event';
@@ -187,6 +189,8 @@ public function getSingleEvents()
class Google_Service_Appsactivity_Event extends Google_Collection
{
protected $collection_key = 'permissionChanges';
+ protected $internal_gapi_mappings = array(
+ );
public $additionalEventTypes;
public $eventTimeMillis;
public $fromUserDeletion;
@@ -296,6 +300,8 @@ public function getUser()
class Google_Service_Appsactivity_ListActivitiesResponse extends Google_Collection
{
protected $collection_key = 'activities';
+ protected $internal_gapi_mappings = array(
+ );
protected $activitiesType = 'Google_Service_Appsactivity_Activity';
protected $activitiesDataType = 'array';
public $nextPageToken;
@@ -324,6 +330,8 @@ public function getNextPageToken()
class Google_Service_Appsactivity_Move extends Google_Collection
{
protected $collection_key = 'removedParents';
+ protected $internal_gapi_mappings = array(
+ );
protected $addedParentsType = 'Google_Service_Appsactivity_Parent';
protected $addedParentsDataType = 'array';
protected $removedParentsType = 'Google_Service_Appsactivity_Parent';
@@ -352,6 +360,8 @@ public function getRemovedParents()
class Google_Service_Appsactivity_Parent extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $isRoot;
public $title;
@@ -389,6 +399,8 @@ public function getTitle()
class Google_Service_Appsactivity_Permission extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $permissionId;
public $role;
@@ -461,6 +473,8 @@ public function getWithLink()
class Google_Service_Appsactivity_PermissionChange extends Google_Collection
{
protected $collection_key = 'removedPermissions';
+ protected $internal_gapi_mappings = array(
+ );
protected $addedPermissionsType = 'Google_Service_Appsactivity_Permission';
protected $addedPermissionsDataType = 'array';
protected $removedPermissionsType = 'Google_Service_Appsactivity_Permission';
@@ -489,6 +503,8 @@ public function getRemovedPermissions()
class Google_Service_Appsactivity_Photo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -504,6 +520,8 @@ public function getUrl()
class Google_Service_Appsactivity_Rename extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $newTitle;
public $oldTitle;
@@ -530,6 +548,8 @@ public function getOldTitle()
class Google_Service_Appsactivity_Target extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $mimeType;
public $name;
@@ -567,6 +587,8 @@ public function getName()
class Google_Service_Appsactivity_User extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
protected $photoType = 'Google_Service_Appsactivity_Photo';
protected $photoDataType = '';
From f1815c7298f689d0e578991b0c534846648735b2 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:41 -0700
Subject: [PATCH 0204/1219] Updated Replicapool.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Replicapool.php | 46 ++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/src/Google/Service/Replicapool.php b/src/Google/Service/Replicapool.php
index 508b82819..22bb9429b 100644
--- a/src/Google/Service/Replicapool.php
+++ b/src/Google/Service/Replicapool.php
@@ -543,6 +543,8 @@ public function restart($projectName, $zone, $poolName, $replicaName, $optParams
class Google_Service_Replicapool_AccessConfig extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $natIp;
public $type;
@@ -581,6 +583,8 @@ public function getType()
class Google_Service_Replicapool_Action extends Google_Collection
{
protected $collection_key = 'envVariables';
+ protected $internal_gapi_mappings = array(
+ );
public $commands;
protected $envVariablesType = 'Google_Service_Replicapool_EnvVariable';
protected $envVariablesDataType = 'array';
@@ -619,6 +623,8 @@ public function getTimeoutMilliSeconds()
class Google_Service_Replicapool_DiskAttachment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deviceName;
public $index;
@@ -645,6 +651,8 @@ public function getIndex()
class Google_Service_Replicapool_EnvVariable extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $hidden;
public $name;
public $value;
@@ -682,6 +690,8 @@ public function getValue()
class Google_Service_Replicapool_ExistingDisk extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $attachmentType = 'Google_Service_Replicapool_DiskAttachment';
protected $attachmentDataType = '';
public $source;
@@ -709,6 +719,8 @@ public function getSource()
class Google_Service_Replicapool_HealthCheck extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $checkIntervalSec;
public $description;
public $healthyThreshold;
@@ -812,6 +824,8 @@ public function getUnhealthyThreshold()
class Google_Service_Replicapool_Label extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -839,6 +853,8 @@ public function getValue()
class Google_Service_Replicapool_Metadata extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $fingerPrint;
protected $itemsType = 'Google_Service_Replicapool_MetadataItem';
protected $itemsDataType = 'array';
@@ -866,6 +882,8 @@ public function getItems()
class Google_Service_Replicapool_MetadataItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -893,6 +911,8 @@ public function getValue()
class Google_Service_Replicapool_NetworkInterface extends Google_Collection
{
protected $collection_key = 'accessConfigs';
+ protected $internal_gapi_mappings = array(
+ );
protected $accessConfigsType = 'Google_Service_Replicapool_AccessConfig';
protected $accessConfigsDataType = 'array';
public $network;
@@ -931,6 +951,8 @@ public function getNetworkIp()
class Google_Service_Replicapool_NewDisk extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $attachmentType = 'Google_Service_Replicapool_DiskAttachment';
protected $attachmentDataType = '';
public $autoDelete;
@@ -981,6 +1003,8 @@ public function getInitializeParams()
class Google_Service_Replicapool_NewDiskInitializeParams extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $diskSizeGb;
public $diskType;
public $sourceImage;
@@ -1019,6 +1043,8 @@ public function getSourceImage()
class Google_Service_Replicapool_Pool extends Google_Collection
{
protected $collection_key = 'targetPools';
+ protected $internal_gapi_mappings = array(
+ );
public $autoRestart;
public $baseInstanceName;
public $currentNumReplicas;
@@ -1192,6 +1218,8 @@ public function getType()
class Google_Service_Replicapool_PoolsDeleteRequest extends Google_Collection
{
protected $collection_key = 'abandonInstances';
+ protected $internal_gapi_mappings = array(
+ );
public $abandonInstances;
public function setAbandonInstances($abandonInstances)
@@ -1208,6 +1236,8 @@ public function getAbandonInstances()
class Google_Service_Replicapool_PoolsListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $resourcesType = 'Google_Service_Replicapool_Pool';
protected $resourcesDataType = 'array';
@@ -1235,6 +1265,8 @@ public function getResources()
class Google_Service_Replicapool_Replica extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $selfLink;
protected $statusType = 'Google_Service_Replicapool_ReplicaStatus';
@@ -1273,6 +1305,8 @@ public function getStatus()
class Google_Service_Replicapool_ReplicaStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $details;
public $state;
public $templateVersion;
@@ -1332,6 +1366,8 @@ public function getVmStartTime()
class Google_Service_Replicapool_ReplicasDeleteRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $abandonInstance;
public function setAbandonInstance($abandonInstance)
@@ -1348,6 +1384,8 @@ public function getAbandonInstance()
class Google_Service_Replicapool_ReplicasListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $resourcesType = 'Google_Service_Replicapool_Replica';
protected $resourcesDataType = 'array';
@@ -1376,6 +1414,8 @@ public function getResources()
class Google_Service_Replicapool_ServiceAccount extends Google_Collection
{
protected $collection_key = 'scopes';
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $scopes;
@@ -1403,6 +1443,8 @@ public function getScopes()
class Google_Service_Replicapool_Tag extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $fingerPrint;
public $items;
@@ -1430,6 +1472,8 @@ public function getItems()
class Google_Service_Replicapool_Template extends Google_Collection
{
protected $collection_key = 'healthChecks';
+ protected $internal_gapi_mappings = array(
+ );
protected $actionType = 'Google_Service_Replicapool_Action';
protected $actionDataType = '';
protected $healthChecksType = 'Google_Service_Replicapool_HealthCheck';
@@ -1482,6 +1526,8 @@ public function getVmParams()
class Google_Service_Replicapool_VmParams extends Google_Collection
{
protected $collection_key = 'serviceAccounts';
+ protected $internal_gapi_mappings = array(
+ );
public $baseInstanceName;
public $canIpForward;
public $description;
From 2a947c3e1860e3773eeb6b48375285e2afd2a8eb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:42 -0700
Subject: [PATCH 0205/1219] Updated Taskqueue.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Taskqueue.php | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/Google/Service/Taskqueue.php b/src/Google/Service/Taskqueue.php
index 55f346f61..41b4c0fed 100644
--- a/src/Google/Service/Taskqueue.php
+++ b/src/Google/Service/Taskqueue.php
@@ -436,6 +436,9 @@ public function update($project, $taskqueue, $task, $newLeaseSeconds, Google_Ser
class Google_Service_Taskqueue_Task extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "retryCount" => "retry_count",
+ );
public $enqueueTimestamp;
public $id;
public $kind;
@@ -528,6 +531,8 @@ public function getTag()
class Google_Service_Taskqueue_TaskQueue extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $aclType = 'Google_Service_Taskqueue_TaskQueueAcl';
protected $aclDataType = '';
public $id;
@@ -590,6 +595,8 @@ public function getStats()
class Google_Service_Taskqueue_TaskQueueAcl extends Google_Collection
{
protected $collection_key = 'producerEmails';
+ protected $internal_gapi_mappings = array(
+ );
public $adminEmails;
public $consumerEmails;
public $producerEmails;
@@ -627,6 +634,8 @@ public function getProducerEmails()
class Google_Service_Taskqueue_TaskQueueStats extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $leasedLastHour;
public $leasedLastMinute;
public $oldestTask;
@@ -676,6 +685,8 @@ public function getTotalTasks()
class Google_Service_Taskqueue_Tasks extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Taskqueue_Task';
protected $itemsDataType = 'array';
public $kind;
@@ -704,6 +715,8 @@ public function getKind()
class Google_Service_Taskqueue_Tasks2 extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Taskqueue_Task';
protected $itemsDataType = 'array';
public $kind;
From 0ee892e140514756aee7c0114ef222d11dc0ad43 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:42 -0700
Subject: [PATCH 0206/1219] Updated Freebase.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Freebase.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/Freebase.php b/src/Google/Service/Freebase.php
index 4251de3a2..d65f574e2 100644
--- a/src/Google/Service/Freebase.php
+++ b/src/Google/Service/Freebase.php
@@ -287,6 +287,8 @@ public function search($optParams = array())
class Google_Service_Freebase_ReconcileCandidate extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $confidence;
public $lang;
public $mid;
@@ -347,6 +349,8 @@ public function getNotable()
class Google_Service_Freebase_ReconcileCandidateNotable extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $name;
@@ -374,6 +378,8 @@ public function getName()
class Google_Service_Freebase_ReconcileGet extends Google_Collection
{
protected $collection_key = 'warning';
+ protected $internal_gapi_mappings = array(
+ );
protected $candidateType = 'Google_Service_Freebase_ReconcileCandidate';
protected $candidateDataType = 'array';
protected $costsType = 'Google_Service_Freebase_ReconcileGetCosts';
@@ -426,6 +432,8 @@ public function getWarning()
class Google_Service_Freebase_ReconcileGetCosts extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $hits;
public $ms;
@@ -452,6 +460,8 @@ public function getMs()
class Google_Service_Freebase_ReconcileGetWarning extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $location;
public $message;
public $reason;
From 273551efa7912dffc52ad8819ef311d8fb445fbc Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:42 -0700
Subject: [PATCH 0207/1219] Updated DoubleClickBidManager.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/DoubleClickBidManager.php | 38 ++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/src/Google/Service/DoubleClickBidManager.php b/src/Google/Service/DoubleClickBidManager.php
index 7485fa0b8..20bafeae7 100644
--- a/src/Google/Service/DoubleClickBidManager.php
+++ b/src/Google/Service/DoubleClickBidManager.php
@@ -293,6 +293,8 @@ public function listreports($queryId, $optParams = array())
class Google_Service_DoubleClickBidManager_DownloadLineItemsRequest extends Google_Collection
{
protected $collection_key = 'filterIds';
+ protected $internal_gapi_mappings = array(
+ );
public $filterIds;
public $filterType;
public $format;
@@ -330,6 +332,8 @@ public function getFormat()
class Google_Service_DoubleClickBidManager_DownloadLineItemsResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $lineItems;
public function setLineItems($lineItems)
@@ -345,6 +349,8 @@ public function getLineItems()
class Google_Service_DoubleClickBidManager_FilterPair extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -372,6 +378,8 @@ public function getValue()
class Google_Service_DoubleClickBidManager_ListQueriesResponse extends Google_Collection
{
protected $collection_key = 'queries';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $queriesType = 'Google_Service_DoubleClickBidManager_Query';
protected $queriesDataType = 'array';
@@ -400,6 +408,8 @@ public function getQueries()
class Google_Service_DoubleClickBidManager_ListReportsResponse extends Google_Collection
{
protected $collection_key = 'reports';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $reportsType = 'Google_Service_DoubleClickBidManager_Report';
protected $reportsDataType = 'array';
@@ -428,6 +438,8 @@ public function getReports()
class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
{
protected $collection_key = 'metrics';
+ protected $internal_gapi_mappings = array(
+ );
protected $filtersType = 'Google_Service_DoubleClickBidManager_FilterPair';
protected $filtersDataType = 'array';
public $groupBys;
@@ -488,6 +500,8 @@ public function getType()
class Google_Service_DoubleClickBidManager_Query extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $metadataType = 'Google_Service_DoubleClickBidManager_QueryMetadata';
protected $metadataDataType = '';
@@ -584,6 +598,8 @@ public function getTimezoneCode()
class Google_Service_DoubleClickBidManager_QueryMetadata extends Google_Collection
{
protected $collection_key = 'shareEmailAddress';
+ protected $internal_gapi_mappings = array(
+ );
public $dataRange;
public $format;
public $googleCloudStoragePathForLatestReport;
@@ -698,6 +714,8 @@ public function getTitle()
class Google_Service_DoubleClickBidManager_QuerySchedule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endTimeMs;
public $frequency;
public $nextRunMinuteOfDay;
@@ -746,6 +764,8 @@ public function getNextRunTimezoneCode()
class Google_Service_DoubleClickBidManager_Report extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $keyType = 'Google_Service_DoubleClickBidManager_ReportKey';
protected $keyDataType = '';
protected $metadataType = 'Google_Service_DoubleClickBidManager_ReportMetadata';
@@ -786,6 +806,8 @@ public function getParams()
class Google_Service_DoubleClickBidManager_ReportFailure extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $errorCode;
public function setErrorCode($errorCode)
@@ -801,6 +823,8 @@ public function getErrorCode()
class Google_Service_DoubleClickBidManager_ReportKey extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $queryId;
public $reportId;
@@ -827,6 +851,8 @@ public function getReportId()
class Google_Service_DoubleClickBidManager_ReportMetadata extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $googleCloudStoragePath;
public $reportDataEndTimeMs;
public $reportDataStartTimeMs;
@@ -876,6 +902,8 @@ public function getStatus()
class Google_Service_DoubleClickBidManager_ReportStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $failureType = 'Google_Service_DoubleClickBidManager_ReportFailure';
protected $failureDataType = '';
public $finishTimeMs;
@@ -926,6 +954,8 @@ public function getState()
class Google_Service_DoubleClickBidManager_RowStatus extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
public $changed;
public $entityId;
public $entityName;
@@ -996,6 +1026,8 @@ public function getRowNumber()
class Google_Service_DoubleClickBidManager_RunQueryRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $dataRange;
public $reportDataEndTimeMs;
public $reportDataStartTimeMs;
@@ -1044,6 +1076,8 @@ public function getTimezoneCode()
class Google_Service_DoubleClickBidManager_UploadLineItemsRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $dryRun;
public $format;
public $lineItems;
@@ -1081,6 +1115,8 @@ public function getLineItems()
class Google_Service_DoubleClickBidManager_UploadLineItemsResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $uploadStatusType = 'Google_Service_DoubleClickBidManager_UploadStatus';
protected $uploadStatusDataType = '';
@@ -1098,6 +1134,8 @@ public function getUploadStatus()
class Google_Service_DoubleClickBidManager_UploadStatus extends Google_Collection
{
protected $collection_key = 'rowStatus';
+ protected $internal_gapi_mappings = array(
+ );
public $errors;
protected $rowStatusType = 'Google_Service_DoubleClickBidManager_RowStatus';
protected $rowStatusDataType = 'array';
From df76df98964fe9ea7486b19a1d205320b22fa255 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:43 -0700
Subject: [PATCH 0208/1219] Updated Translate.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Translate.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/Google/Service/Translate.php b/src/Google/Service/Translate.php
index c2afb37c7..42f44026f 100644
--- a/src/Google/Service/Translate.php
+++ b/src/Google/Service/Translate.php
@@ -232,6 +232,8 @@ public function listTranslations($q, $target, $optParams = array())
class Google_Service_Translate_DetectionsListResponse extends Google_Collection
{
protected $collection_key = 'detections';
+ protected $internal_gapi_mappings = array(
+ );
protected $detectionsType = 'Google_Service_Translate_DetectionsResourceItems';
protected $detectionsDataType = 'array';
@@ -248,6 +250,8 @@ public function getDetections()
class Google_Service_Translate_DetectionsResourceItems extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $confidence;
public $isReliable;
public $language;
@@ -286,6 +290,8 @@ public function getLanguage()
class Google_Service_Translate_LanguagesListResponse extends Google_Collection
{
protected $collection_key = 'languages';
+ protected $internal_gapi_mappings = array(
+ );
protected $languagesType = 'Google_Service_Translate_LanguagesResource';
protected $languagesDataType = 'array';
@@ -302,6 +308,8 @@ public function getLanguages()
class Google_Service_Translate_LanguagesResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $language;
public $name;
@@ -329,6 +337,8 @@ public function getName()
class Google_Service_Translate_TranslationsListResponse extends Google_Collection
{
protected $collection_key = 'translations';
+ protected $internal_gapi_mappings = array(
+ );
protected $translationsType = 'Google_Service_Translate_TranslationsResource';
protected $translationsDataType = 'array';
@@ -345,6 +355,8 @@ public function getTranslations()
class Google_Service_Translate_TranslationsResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $detectedSourceLanguage;
public $translatedText;
From 30cc014a7359d80d10ef970ca32a1faff345a073 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:44 -0700
Subject: [PATCH 0209/1219] Updated Dfareporting.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Dfareporting.php | 68 +++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
diff --git a/src/Google/Service/Dfareporting.php b/src/Google/Service/Dfareporting.php
index 2e1ee2b08..79a41a0a2 100644
--- a/src/Google/Service/Dfareporting.php
+++ b/src/Google/Service/Dfareporting.php
@@ -730,6 +730,8 @@ public function listUserProfiles($optParams = array())
class Google_Service_Dfareporting_Activities extends Google_Collection
{
protected $collection_key = 'metricNames';
+ protected $internal_gapi_mappings = array(
+ );
protected $filtersType = 'Google_Service_Dfareporting_DimensionValue';
protected $filtersDataType = 'array';
public $kind;
@@ -768,6 +770,8 @@ public function getMetricNames()
class Google_Service_Dfareporting_CompatibleFields extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $crossDimensionReachReportCompatibleFieldsType = 'Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields';
protected $crossDimensionReachReportCompatibleFieldsDataType = '';
protected $floodlightReportCompatibleFieldsType = 'Google_Service_Dfareporting_FloodlightReportCompatibleFields';
@@ -844,6 +848,8 @@ public function getReportCompatibleFields()
class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields extends Google_Collection
{
protected $collection_key = 'overlapMetrics';
+ protected $internal_gapi_mappings = array(
+ );
protected $breakdownType = 'Google_Service_Dfareporting_Dimension';
protected $breakdownDataType = 'array';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
@@ -908,6 +914,8 @@ public function getOverlapMetrics()
class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collection
{
protected $collection_key = 'filteredEventIds';
+ protected $internal_gapi_mappings = array(
+ );
protected $filteredEventIdsType = 'Google_Service_Dfareporting_DimensionValue';
protected $filteredEventIdsDataType = 'array';
public $kind;
@@ -935,6 +943,8 @@ public function getKind()
class Google_Service_Dfareporting_DateRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endDate;
public $kind;
public $relativeDateRange;
@@ -983,6 +993,8 @@ public function getStartDate()
class Google_Service_Dfareporting_DfareportingFile extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
protected $dateRangeDataType = '';
public $etag;
@@ -1099,6 +1111,8 @@ public function getUrls()
class Google_Service_Dfareporting_DfareportingFileUrls extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $apiUrl;
public $browserUrl;
@@ -1125,6 +1139,8 @@ public function getBrowserUrl()
class Google_Service_Dfareporting_Dimension extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $name;
@@ -1151,6 +1167,8 @@ public function getName()
class Google_Service_Dfareporting_DimensionFilter extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $dimensionName;
public $kind;
public $value;
@@ -1188,6 +1206,8 @@ public function getValue()
class Google_Service_Dfareporting_DimensionValue extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $dimensionName;
public $etag;
public $id;
@@ -1259,6 +1279,8 @@ public function getValue()
class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_DimensionValue';
protected $itemsDataType = 'array';
@@ -1309,6 +1331,8 @@ public function getNextPageToken()
class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collection
{
protected $collection_key = 'filters';
+ protected $internal_gapi_mappings = array(
+ );
public $dimensionName;
public $endDate;
protected $filtersType = 'Google_Service_Dfareporting_DimensionFilter';
@@ -1370,6 +1394,8 @@ public function getStartDate()
class Google_Service_Dfareporting_FileList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_DfareportingFile';
protected $itemsDataType = 'array';
@@ -1420,6 +1446,8 @@ public function getNextPageToken()
class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Google_Collection
{
protected $collection_key = 'metrics';
+ protected $internal_gapi_mappings = array(
+ );
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
protected $dimensionFiltersDataType = 'array';
protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
@@ -1471,6 +1499,8 @@ public function getMetrics()
class Google_Service_Dfareporting_Metric extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $name;
@@ -1498,6 +1528,8 @@ public function getName()
class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends Google_Collection
{
protected $collection_key = 'perInteractionDimensions';
+ protected $internal_gapi_mappings = array(
+ );
protected $conversionDimensionsType = 'Google_Service_Dfareporting_Dimension';
protected $conversionDimensionsDataType = 'array';
protected $customFloodlightVariablesType = 'Google_Service_Dfareporting_Dimension';
@@ -1562,6 +1594,8 @@ public function getPerInteractionDimensions()
class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Collection
{
protected $collection_key = 'reachByFrequencyMetrics';
+ protected $internal_gapi_mappings = array(
+ );
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
protected $dimensionFiltersDataType = 'array';
protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
@@ -1637,6 +1671,8 @@ public function getReachByFrequencyMetrics()
class Google_Service_Dfareporting_Recipient extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deliveryType;
public $email;
public $kind;
@@ -1674,6 +1710,8 @@ public function getKind()
class Google_Service_Dfareporting_Report extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
protected $activeGrpCriteriaType = 'Google_Service_Dfareporting_ReportActiveGrpCriteria';
protected $activeGrpCriteriaDataType = '';
@@ -1896,6 +1934,8 @@ public function getType()
class Google_Service_Dfareporting_ReportActiveGrpCriteria extends Google_Collection
{
protected $collection_key = 'metricNames';
+ protected $internal_gapi_mappings = array(
+ );
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
protected $dateRangeDataType = '';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
@@ -1948,6 +1988,8 @@ public function getMetricNames()
class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collection
{
protected $collection_key = 'pivotedActivityMetrics';
+ protected $internal_gapi_mappings = array(
+ );
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
protected $dimensionFiltersDataType = 'array';
protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
@@ -2012,6 +2054,8 @@ public function getPivotedActivityMetrics()
class Google_Service_Dfareporting_ReportCriteria extends Google_Collection
{
protected $collection_key = 'metricNames';
+ protected $internal_gapi_mappings = array(
+ );
protected $activitiesType = 'Google_Service_Dfareporting_Activities';
protected $activitiesDataType = '';
protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
@@ -2088,6 +2132,8 @@ public function getMetricNames()
class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Google_Collection
{
protected $collection_key = 'overlapMetricNames';
+ protected $internal_gapi_mappings = array(
+ );
protected $breakdownType = 'Google_Service_Dfareporting_SortedDimension';
protected $breakdownDataType = 'array';
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
@@ -2173,6 +2219,8 @@ public function getPivoted()
class Google_Service_Dfareporting_ReportDelivery extends Google_Collection
{
protected $collection_key = 'recipients';
+ protected $internal_gapi_mappings = array(
+ );
public $emailOwner;
public $emailOwnerDeliveryType;
public $message;
@@ -2223,6 +2271,8 @@ public function getRecipients()
class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collection
{
protected $collection_key = 'metricNames';
+ protected $internal_gapi_mappings = array(
+ );
protected $customRichMediaEventsType = 'Google_Service_Dfareporting_DimensionValue';
protected $customRichMediaEventsDataType = 'array';
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
@@ -2310,6 +2360,8 @@ public function getReportProperties()
class Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $includeAttributedIPConversions;
public $includeUnattributedCookieConversions;
public $includeUnattributedIPConversions;
@@ -2348,6 +2400,8 @@ public function getIncludeUnattributedIPConversions()
class Google_Service_Dfareporting_ReportList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_Report';
protected $itemsDataType = 'array';
@@ -2398,6 +2452,8 @@ public function getNextPageToken()
class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_Collection
{
protected $collection_key = 'perInteractionDimensions';
+ protected $internal_gapi_mappings = array(
+ );
protected $activityFiltersType = 'Google_Service_Dfareporting_DimensionValue';
protected $activityFiltersDataType = 'array';
protected $conversionDimensionsType = 'Google_Service_Dfareporting_SortedDimension';
@@ -2509,6 +2565,8 @@ public function getReportProperties()
class Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $clicksLookbackWindow;
public $impressionsLookbackWindow;
public $includeAttributedIPConversions;
@@ -2613,6 +2671,8 @@ public function getPivotOnInteractionPath()
class Google_Service_Dfareporting_ReportReachCriteria extends Google_Collection
{
protected $collection_key = 'reachByFrequencyMetricNames';
+ protected $internal_gapi_mappings = array(
+ );
protected $activitiesType = 'Google_Service_Dfareporting_Activities';
protected $activitiesDataType = '';
protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
@@ -2700,6 +2760,8 @@ public function getReachByFrequencyMetricNames()
class Google_Service_Dfareporting_ReportSchedule extends Google_Collection
{
protected $collection_key = 'repeatsOnWeekDays';
+ protected $internal_gapi_mappings = array(
+ );
public $active;
public $every;
public $expirationDate;
@@ -2781,6 +2843,8 @@ public function getStartDate()
class Google_Service_Dfareporting_SortedDimension extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $name;
public $sortOrder;
@@ -2818,6 +2882,8 @@ public function getSortOrder()
class Google_Service_Dfareporting_UserProfile extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $accountName;
public $etag;
@@ -2911,6 +2977,8 @@ public function getUserName()
class Google_Service_Dfareporting_UserProfileList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_UserProfile';
protected $itemsDataType = 'array';
From fe80c7509f5bfff58d3dbbe448724c122bf3b9db Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:44 -0700
Subject: [PATCH 0210/1219] Updated Admin.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Admin.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Google/Service/Admin.php b/src/Google/Service/Admin.php
index 769adb1c9..973a50eba 100644
--- a/src/Google/Service/Admin.php
+++ b/src/Google/Service/Admin.php
@@ -106,6 +106,8 @@ public function insert($userKey, Google_Service_Admin_MailItem $postBody, $optPa
class Google_Service_Admin_MailItem extends Google_Collection
{
protected $collection_key = 'labels';
+ protected $internal_gapi_mappings = array(
+ );
public $isDeleted;
public $isDraft;
public $isInbox;
From e480f419def57691935f4d71b3450f6b6fec9931 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:44 -0700
Subject: [PATCH 0211/1219] Updated SQLAdmin.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/SQLAdmin.php | 88 +++++++++++++++++++++++++++++++++
1 file changed, 88 insertions(+)
diff --git a/src/Google/Service/SQLAdmin.php b/src/Google/Service/SQLAdmin.php
index ac006eba1..9c5558fc7 100644
--- a/src/Google/Service/SQLAdmin.php
+++ b/src/Google/Service/SQLAdmin.php
@@ -1027,6 +1027,8 @@ public function listTiers($project, $optParams = array())
class Google_Service_SQLAdmin_BackupConfiguration extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $binaryLogEnabled;
public $enabled;
public $id;
@@ -1086,6 +1088,8 @@ public function getStartTime()
class Google_Service_SQLAdmin_BackupRun extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $backupConfiguration;
public $dueTime;
public $endTime;
@@ -1191,6 +1195,8 @@ public function getStatus()
class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_SQLAdmin_BackupRun';
protected $itemsDataType = 'array';
public $kind;
@@ -1229,6 +1235,8 @@ public function getNextPageToken()
class Google_Service_SQLAdmin_BinLogCoordinates extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $binLogFileName;
public $binLogPosition;
public $kind;
@@ -1266,6 +1274,8 @@ public function getKind()
class Google_Service_SQLAdmin_CloneContext extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $binLogCoordinatesType = 'Google_Service_SQLAdmin_BinLogCoordinates';
protected $binLogCoordinatesDataType = '';
public $destinationInstanceName;
@@ -1315,6 +1325,8 @@ public function getSourceInstanceName()
class Google_Service_SQLAdmin_DatabaseFlags extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $value;
@@ -1342,6 +1354,8 @@ public function getValue()
class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
{
protected $collection_key = 'replicaNames';
+ protected $internal_gapi_mappings = array(
+ );
public $currentDiskSize;
public $databaseVersion;
public $etag;
@@ -1515,6 +1529,8 @@ public function getState()
class Google_Service_SQLAdmin_ExportContext extends Google_Collection
{
protected $collection_key = 'table';
+ protected $internal_gapi_mappings = array(
+ );
public $database;
public $kind;
public $table;
@@ -1564,6 +1580,8 @@ public function getUri()
class Google_Service_SQLAdmin_Flag extends Google_Collection
{
protected $collection_key = 'appliesTo';
+ protected $internal_gapi_mappings = array(
+ );
public $allowedStringValues;
public $appliesTo;
public $kind;
@@ -1646,6 +1664,8 @@ public function getType()
class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_SQLAdmin_Flag';
protected $itemsDataType = 'array';
public $kind;
@@ -1674,6 +1694,8 @@ public function getKind()
class Google_Service_SQLAdmin_ImportContext extends Google_Collection
{
protected $collection_key = 'uri';
+ protected $internal_gapi_mappings = array(
+ );
public $database;
public $kind;
public $uri;
@@ -1712,6 +1734,8 @@ public function getUri()
class Google_Service_SQLAdmin_InstanceOperation extends Google_Collection
{
protected $collection_key = 'error';
+ protected $internal_gapi_mappings = array(
+ );
public $endTime;
public $enqueuedTime;
protected $errorType = 'Google_Service_SQLAdmin_OperationError';
@@ -1851,6 +1875,8 @@ public function getUserEmailAddress()
class Google_Service_SQLAdmin_InstanceSetRootPasswordRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $setRootPasswordContextType = 'Google_Service_SQLAdmin_SetRootPasswordContext';
protected $setRootPasswordContextDataType = '';
@@ -1867,6 +1893,8 @@ public function getSetRootPasswordContext()
class Google_Service_SQLAdmin_InstancesCloneRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $cloneContextType = 'Google_Service_SQLAdmin_CloneContext';
protected $cloneContextDataType = '';
@@ -1883,6 +1911,8 @@ public function getCloneContext()
class Google_Service_SQLAdmin_InstancesCloneResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -1909,6 +1939,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesDeleteResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -1935,6 +1967,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
protected $exportContextDataType = '';
@@ -1951,6 +1985,8 @@ public function getExportContext()
class Google_Service_SQLAdmin_InstancesExportResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -1977,6 +2013,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
protected $importContextDataType = '';
@@ -1993,6 +2031,8 @@ public function getImportContext()
class Google_Service_SQLAdmin_InstancesImportResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2019,6 +2059,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesInsertResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2046,6 +2088,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_SQLAdmin_DatabaseInstance';
protected $itemsDataType = 'array';
public $kind;
@@ -2084,6 +2128,8 @@ public function getNextPageToken()
class Google_Service_SQLAdmin_InstancesPromoteReplicaResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2110,6 +2156,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesResetSslConfigResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2136,6 +2184,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesRestartResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2162,6 +2212,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesRestoreBackupResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2188,6 +2240,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesSetRootPasswordResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2214,6 +2268,8 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesUpdateResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2241,6 +2297,8 @@ public function getOperation()
class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
{
protected $collection_key = 'authorizedNetworks';
+ protected $internal_gapi_mappings = array(
+ );
public $authorizedNetworks;
public $enabled;
public $requireSsl;
@@ -2278,6 +2336,8 @@ public function getRequireSsl()
class Google_Service_SQLAdmin_IpMapping extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $ipAddress;
public $timeToRetire;
@@ -2304,6 +2364,8 @@ public function getTimeToRetire()
class Google_Service_SQLAdmin_LocationPreference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $followGaeApplication;
public $kind;
public $zone;
@@ -2341,6 +2403,8 @@ public function getZone()
class Google_Service_SQLAdmin_OperationError extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $kind;
@@ -2368,6 +2432,8 @@ public function getKind()
class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_SQLAdmin_InstanceOperation';
protected $itemsDataType = 'array';
public $kind;
@@ -2406,6 +2472,8 @@ public function getNextPageToken()
class Google_Service_SQLAdmin_SetRootPasswordContext extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $password;
@@ -2433,6 +2501,8 @@ public function getPassword()
class Google_Service_SQLAdmin_Settings extends Google_Collection
{
protected $collection_key = 'databaseFlags';
+ protected $internal_gapi_mappings = array(
+ );
public $activationPolicy;
public $authorizedGaeApplications;
protected $backupConfigurationType = 'Google_Service_SQLAdmin_BackupConfiguration';
@@ -2573,6 +2643,8 @@ public function getTier()
class Google_Service_SQLAdmin_SslCert extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $cert;
public $certSerialNumber;
public $commonName;
@@ -2665,6 +2737,8 @@ public function getSha1Fingerprint()
class Google_Service_SQLAdmin_SslCertDetail extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $certInfoType = 'Google_Service_SQLAdmin_SslCert';
protected $certInfoDataType = '';
public $certPrivateKey;
@@ -2692,6 +2766,8 @@ public function getCertPrivateKey()
class Google_Service_SQLAdmin_SslCertsDeleteResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $operation;
@@ -2718,6 +2794,8 @@ public function getOperation()
class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $commonName;
public function setCommonName($commonName)
@@ -2733,6 +2811,8 @@ public function getCommonName()
class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $clientCertType = 'Google_Service_SQLAdmin_SslCertDetail';
protected $clientCertDataType = '';
public $kind;
@@ -2773,6 +2853,8 @@ public function getServerCaCert()
class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_SQLAdmin_SslCert';
protected $itemsDataType = 'array';
public $kind;
@@ -2801,6 +2883,10 @@ public function getKind()
class Google_Service_SQLAdmin_Tier extends Google_Collection
{
protected $collection_key = 'region';
+ protected $internal_gapi_mappings = array(
+ "diskQuota" => "DiskQuota",
+ "rAM" => "RAM",
+ );
public $diskQuota;
public $rAM;
public $kind;
@@ -2861,6 +2947,8 @@ public function getTier()
class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_SQLAdmin_Tier';
protected $itemsDataType = 'array';
public $kind;
From 06e35de0f66c34a9c42685abbf6af73e0dd577fb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:44 -0700
Subject: [PATCH 0212/1219] Updated GroupsMigration.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/GroupsMigration.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Google/Service/GroupsMigration.php b/src/Google/Service/GroupsMigration.php
index 71e860c7e..38a21a3f7 100644
--- a/src/Google/Service/GroupsMigration.php
+++ b/src/Google/Service/GroupsMigration.php
@@ -104,6 +104,8 @@ public function insert($groupId, $optParams = array())
class Google_Service_GroupsMigration_Groups extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $responseCode;
From 990c31d615eeaf81b34adc6f84bbb0c8a7930970 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:45 -0700
Subject: [PATCH 0213/1219] Updated QPXExpress.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/QPXExpress.php | 48 +++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/src/Google/Service/QPXExpress.php b/src/Google/Service/QPXExpress.php
index f083273d8..cebd4f5a0 100644
--- a/src/Google/Service/QPXExpress.php
+++ b/src/Google/Service/QPXExpress.php
@@ -97,6 +97,8 @@ public function search(Google_Service_QPXExpress_TripsSearchRequest $postBody, $
class Google_Service_QPXExpress_AircraftData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $kind;
public $name;
@@ -134,6 +136,8 @@ public function getName()
class Google_Service_QPXExpress_AirportData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $city;
public $code;
public $kind;
@@ -183,6 +187,8 @@ public function getName()
class Google_Service_QPXExpress_BagDescriptor extends Google_Collection
{
protected $collection_key = 'description';
+ protected $internal_gapi_mappings = array(
+ );
public $commercialName;
public $count;
public $description;
@@ -242,6 +248,8 @@ public function getSubcode()
class Google_Service_QPXExpress_CarrierData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $kind;
public $name;
@@ -279,6 +287,8 @@ public function getName()
class Google_Service_QPXExpress_CityData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $country;
public $kind;
@@ -328,6 +338,8 @@ public function getName()
class Google_Service_QPXExpress_Data extends Google_Collection
{
protected $collection_key = 'tax';
+ protected $internal_gapi_mappings = array(
+ );
protected $aircraftType = 'Google_Service_QPXExpress_AircraftData';
protected $aircraftDataType = 'array';
protected $airportType = 'Google_Service_QPXExpress_AirportData';
@@ -403,6 +415,8 @@ public function getTax()
class Google_Service_QPXExpress_FareInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $basisCode;
public $carrier;
public $destination;
@@ -484,6 +498,8 @@ public function getPrivate()
class Google_Service_QPXExpress_FlightInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $carrier;
public $number;
@@ -511,6 +527,8 @@ public function getNumber()
class Google_Service_QPXExpress_FreeBaggageAllowance extends Google_Collection
{
protected $collection_key = 'bagDescriptor';
+ protected $internal_gapi_mappings = array(
+ );
protected $bagDescriptorType = 'Google_Service_QPXExpress_BagDescriptor';
protected $bagDescriptorDataType = 'array';
public $kilos;
@@ -582,6 +600,8 @@ public function getPounds()
class Google_Service_QPXExpress_LegInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $aircraft;
public $arrivalTime;
public $changePlane;
@@ -773,6 +793,8 @@ public function getSecure()
class Google_Service_QPXExpress_PassengerCounts extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adultCount;
public $childCount;
public $infantInLapCount;
@@ -844,6 +866,8 @@ public function getSeniorCount()
class Google_Service_QPXExpress_PricingInfo extends Google_Collection
{
protected $collection_key = 'tax';
+ protected $internal_gapi_mappings = array(
+ );
public $baseFareTotal;
protected $fareType = 'Google_Service_QPXExpress_FareInfo';
protected $fareDataType = 'array';
@@ -996,6 +1020,8 @@ public function getTax()
class Google_Service_QPXExpress_SegmentInfo extends Google_Collection
{
protected $collection_key = 'leg';
+ protected $internal_gapi_mappings = array(
+ );
public $bookingCode;
public $bookingCodeCount;
public $cabin;
@@ -1124,6 +1150,8 @@ public function getSubjectToGovernmentApproval()
class Google_Service_QPXExpress_SegmentPricing extends Google_Collection
{
protected $collection_key = 'freeBaggageOption';
+ protected $internal_gapi_mappings = array(
+ );
public $fareId;
protected $freeBaggageOptionType = 'Google_Service_QPXExpress_FreeBaggageAllowance';
protected $freeBaggageOptionDataType = 'array';
@@ -1174,6 +1202,8 @@ public function getSegmentId()
class Google_Service_QPXExpress_SliceInfo extends Google_Collection
{
protected $collection_key = 'segment';
+ protected $internal_gapi_mappings = array(
+ );
public $duration;
public $kind;
protected $segmentType = 'Google_Service_QPXExpress_SegmentInfo';
@@ -1213,6 +1243,8 @@ public function getSegment()
class Google_Service_QPXExpress_SliceInput extends Google_Collection
{
protected $collection_key = 'prohibitedCarrier';
+ protected $internal_gapi_mappings = array(
+ );
public $alliance;
public $date;
public $destination;
@@ -1339,6 +1371,8 @@ public function getProhibitedCarrier()
class Google_Service_QPXExpress_TaxData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -1376,6 +1410,8 @@ public function getName()
class Google_Service_QPXExpress_TaxInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $chargeType;
public $code;
public $country;
@@ -1446,6 +1482,8 @@ public function getSalePrice()
class Google_Service_QPXExpress_TimeOfDayRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $earliestTime;
public $kind;
public $latestTime;
@@ -1484,6 +1522,8 @@ public function getLatestTime()
class Google_Service_QPXExpress_TripOption extends Google_Collection
{
protected $collection_key = 'slice';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
protected $pricingType = 'Google_Service_QPXExpress_PricingInfo';
@@ -1546,6 +1586,8 @@ public function getSlice()
class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection
{
protected $collection_key = 'slice';
+ protected $internal_gapi_mappings = array(
+ );
public $maxPrice;
protected $passengersType = 'Google_Service_QPXExpress_PassengerCounts';
protected $passengersDataType = '';
@@ -1619,6 +1661,8 @@ public function getSolutions()
class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection
{
protected $collection_key = 'tripOption';
+ protected $internal_gapi_mappings = array(
+ );
protected $dataType = 'Google_Service_QPXExpress_Data';
protected $dataDataType = '';
public $kind;
@@ -1669,6 +1713,8 @@ public function getTripOption()
class Google_Service_QPXExpress_TripsSearchRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $requestType = 'Google_Service_QPXExpress_TripOptionsRequest';
protected $requestDataType = '';
@@ -1685,6 +1731,8 @@ public function getRequest()
class Google_Service_QPXExpress_TripsSearchResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $tripsType = 'Google_Service_QPXExpress_TripOptionsResponse';
protected $tripsDataType = '';
From bd9c1ff8d7964125e48dae108e1b0fa708892f57 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:45 -0700
Subject: [PATCH 0214/1219] Updated Oauth2.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Oauth2.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/Google/Service/Oauth2.php b/src/Google/Service/Oauth2.php
index 766cf4a56..d2d19b353 100644
--- a/src/Google/Service/Oauth2.php
+++ b/src/Google/Service/Oauth2.php
@@ -196,6 +196,13 @@ public function get($optParams = array())
class Google_Service_Oauth2_Tokeninfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "accessType" => "access_type",
+ "expiresIn" => "expires_in",
+ "issuedTo" => "issued_to",
+ "userId" => "user_id",
+ "verifiedEmail" => "verified_email",
+ );
public $accessType;
public $audience;
public $email;
@@ -288,6 +295,11 @@ public function getVerifiedEmail()
class Google_Service_Oauth2_Userinfoplus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "familyName" => "family_name",
+ "givenName" => "given_name",
+ "verifiedEmail" => "verified_email",
+ );
public $email;
public $familyName;
public $gender;
From 586c359f0e053f3c6eb8f639b9e46a16d534f96a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:45 -0700
Subject: [PATCH 0215/1219] Updated Audit.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Audit.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/Google/Service/Audit.php b/src/Google/Service/Audit.php
index 08bad3120..2e2741b82 100644
--- a/src/Google/Service/Audit.php
+++ b/src/Google/Service/Audit.php
@@ -169,6 +169,8 @@ public function listActivities($customerId, $applicationId, $optParams = array()
class Google_Service_Audit_Activities extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Audit_Activity';
protected $itemsDataType = 'array';
public $kind;
@@ -208,6 +210,8 @@ public function getNext()
class Google_Service_Audit_Activity extends Google_Collection
{
protected $collection_key = 'events';
+ protected $internal_gapi_mappings = array(
+ );
protected $actorType = 'Google_Service_Audit_ActivityActor';
protected $actorDataType = '';
protected $eventsType = 'Google_Service_Audit_ActivityEvents';
@@ -281,6 +285,8 @@ public function getOwnerDomain()
class Google_Service_Audit_ActivityActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $applicationId;
public $callerType;
public $email;
@@ -330,6 +336,8 @@ public function getKey()
class Google_Service_Audit_ActivityEvents extends Google_Collection
{
protected $collection_key = 'parameters';
+ protected $internal_gapi_mappings = array(
+ );
public $eventType;
public $name;
protected $parametersType = 'Google_Service_Audit_ActivityEventsParameters';
@@ -368,6 +376,8 @@ public function getParameters()
class Google_Service_Audit_ActivityEventsParameters extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $value;
@@ -394,6 +404,8 @@ public function getValue()
class Google_Service_Audit_ActivityId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $applicationId;
public $customerId;
public $time;
From 688ab57fb043b416631d2a0cb5b6f11ab8eafb99 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:46 -0700
Subject: [PATCH 0216/1219] Updated Licensing.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Licensing.php | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/Google/Service/Licensing.php b/src/Google/Service/Licensing.php
index 900557f06..74d9d21c5 100644
--- a/src/Google/Service/Licensing.php
+++ b/src/Google/Service/Licensing.php
@@ -366,6 +366,8 @@ public function update($productId, $skuId, $userId, Google_Service_Licensing_Lic
class Google_Service_Licensing_LicenseAssignment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etags;
public $kind;
public $productId;
@@ -436,6 +438,8 @@ public function getUserId()
class Google_Service_Licensing_LicenseAssignmentInsert extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $userId;
public function setUserId($userId)
@@ -452,6 +456,8 @@ public function getUserId()
class Google_Service_Licensing_LicenseAssignmentList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Licensing_LicenseAssignment';
protected $itemsDataType = 'array';
From 50fe91fd725045eb655e66dad10943714fb6387c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:46 -0700
Subject: [PATCH 0217/1219] Updated Orkut.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Orkut.php | 80 ++++++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
diff --git a/src/Google/Service/Orkut.php b/src/Google/Service/Orkut.php
index 9080ab440..cc5a62c92 100644
--- a/src/Google/Service/Orkut.php
+++ b/src/Google/Service/Orkut.php
@@ -1629,6 +1629,8 @@ public function insert(Google_Service_Orkut_Activity $postBody, $optParams = arr
class Google_Service_Orkut_Acl extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $description;
protected $itemsType = 'Google_Service_Orkut_AclItems';
protected $itemsDataType = 'array';
@@ -1678,6 +1680,8 @@ public function getTotalParticipants()
class Google_Service_Orkut_AclItems extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $type;
@@ -1705,6 +1709,8 @@ public function getType()
class Google_Service_Orkut_Activity extends Google_Collection
{
protected $collection_key = 'links';
+ protected $internal_gapi_mappings = array(
+ );
protected $accessType = 'Google_Service_Orkut_Acl';
protected $accessDataType = '';
protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
@@ -1824,6 +1830,8 @@ public function getVerb()
class Google_Service_Orkut_ActivityList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Orkut_Activity';
protected $itemsDataType = 'array';
public $kind;
@@ -1863,6 +1871,8 @@ public function getNextPageToken()
class Google_Service_Orkut_ActivityObject extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $content;
protected $itemsType = 'Google_Service_Orkut_OrkutActivityobjectsResource';
protected $itemsDataType = 'array';
@@ -1914,6 +1924,8 @@ public function getReplies()
class Google_Service_Orkut_ActivityObjectReplies extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Orkut_Comment';
protected $itemsDataType = 'array';
public $totalItems;
@@ -1952,6 +1964,8 @@ public function getUrl()
class Google_Service_Orkut_Badge extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $badgeLargeLogo;
public $badgeSmallLogo;
public $caption;
@@ -2056,6 +2070,8 @@ public function getSponsorUrl()
class Google_Service_Orkut_BadgeList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Orkut_Badge';
protected $itemsDataType = 'array';
public $kind;
@@ -2084,6 +2100,8 @@ public function getKind()
class Google_Service_Orkut_Comment extends Google_Collection
{
protected $collection_key = 'links';
+ protected $internal_gapi_mappings = array(
+ );
protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $actorDataType = '';
public $content;
@@ -2168,6 +2186,8 @@ public function getPublished()
class Google_Service_Orkut_CommentInReplyTo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $ref;
public $rel;
@@ -2217,6 +2237,8 @@ public function getType()
class Google_Service_Orkut_CommentList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Orkut_Comment';
protected $itemsDataType = 'array';
public $kind;
@@ -2267,6 +2289,12 @@ public function getPreviousPageToken()
class Google_Service_Orkut_Community extends Google_Collection
{
protected $collection_key = 'moderators';
+ protected $internal_gapi_mappings = array(
+ "coOwners" => "co_owners",
+ "creationDate" => "creation_date",
+ "memberCount" => "member_count",
+ "photoUrl" => "photo_url",
+ );
public $category;
protected $coOwnersType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $coOwnersDataType = 'array';
@@ -2430,6 +2458,8 @@ public function getPhotoUrl()
class Google_Service_Orkut_CommunityList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Orkut_Community';
protected $itemsDataType = 'array';
public $kind;
@@ -2457,6 +2487,8 @@ public function getKind()
class Google_Service_Orkut_CommunityMembers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $communityMembershipStatusType = 'Google_Service_Orkut_CommunityMembershipStatus';
protected $communityMembershipStatusDataType = '';
public $kind;
@@ -2497,6 +2529,8 @@ public function getPerson()
class Google_Service_Orkut_CommunityMembersList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityMembers';
protected $itemsDataType = 'array';
@@ -2568,6 +2602,8 @@ public function getPrevPageToken()
class Google_Service_Orkut_CommunityMembershipStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $canCreatePoll;
public $canCreateTopic;
public $canShout;
@@ -2694,6 +2730,8 @@ public function getStatus()
class Google_Service_Orkut_CommunityMessage extends Google_Collection
{
protected $collection_key = 'links';
+ protected $internal_gapi_mappings = array(
+ );
public $addedDate;
protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $authorDataType = '';
@@ -2789,6 +2827,8 @@ public function getSubject()
class Google_Service_Orkut_CommunityMessageList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityMessage';
protected $itemsDataType = 'array';
@@ -2861,6 +2901,8 @@ public function getPrevPageToken()
class Google_Service_Orkut_CommunityPoll extends Google_Collection
{
protected $collection_key = 'votedOptions';
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $authorDataType = '';
public $communityId;
@@ -3111,6 +3153,8 @@ public function getVotedOptions()
class Google_Service_Orkut_CommunityPollComment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $addedDate;
protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $authorDataType = '';
@@ -3172,6 +3216,8 @@ public function getKind()
class Google_Service_Orkut_CommunityPollCommentList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityPollComment';
protected $itemsDataType = 'array';
@@ -3243,6 +3289,8 @@ public function getPrevPageToken()
class Google_Service_Orkut_CommunityPollImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -3259,6 +3307,8 @@ public function getUrl()
class Google_Service_Orkut_CommunityPollList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityPoll';
protected $itemsDataType = 'array';
@@ -3331,6 +3381,8 @@ public function getPrevPageToken()
class Google_Service_Orkut_CommunityPollVote extends Google_Collection
{
protected $collection_key = 'optionIds';
+ protected $internal_gapi_mappings = array(
+ );
public $isVotevisible;
public $kind;
public $optionIds;
@@ -3369,6 +3421,8 @@ public function getOptionIds()
class Google_Service_Orkut_CommunityTopic extends Google_Collection
{
protected $collection_key = 'messages';
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $authorDataType = '';
public $body;
@@ -3498,6 +3552,8 @@ public function getTitle()
class Google_Service_Orkut_CommunityTopicList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityTopic';
protected $itemsDataType = 'array';
@@ -3570,6 +3626,8 @@ public function getPrevPageToken()
class Google_Service_Orkut_Counters extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Orkut_OrkutCounterResource';
protected $itemsDataType = 'array';
public $kind;
@@ -3598,6 +3656,8 @@ public function getKind()
class Google_Service_Orkut_OrkutActivityobjectsResource extends Google_Collection
{
protected $collection_key = 'links';
+ protected $internal_gapi_mappings = array(
+ );
protected $communityType = 'Google_Service_Orkut_Community';
protected $communityDataType = '';
public $content;
@@ -3682,6 +3742,8 @@ public function getPerson()
class Google_Service_Orkut_OrkutActivitypersonResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $birthday;
public $gender;
public $id;
@@ -3754,6 +3816,8 @@ public function getUrl()
class Google_Service_Orkut_OrkutActivitypersonResourceImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -3769,6 +3833,8 @@ public function getUrl()
class Google_Service_Orkut_OrkutActivitypersonResourceName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $givenName;
@@ -3795,6 +3861,8 @@ public function getGivenName()
class Google_Service_Orkut_OrkutAuthorResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_Orkut_OrkutAuthorResourceImage';
@@ -3844,6 +3912,8 @@ public function getUrl()
class Google_Service_Orkut_OrkutAuthorResourceImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -3859,6 +3929,8 @@ public function getUrl()
class Google_Service_Orkut_OrkutCommunitypolloptionResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
protected $imageType = 'Google_Service_Orkut_OrkutCommunitypolloptionResourceImage';
protected $imageDataType = '';
@@ -3908,6 +3980,8 @@ public function getOptionId()
class Google_Service_Orkut_OrkutCommunitypolloptionResourceImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -3923,6 +3997,8 @@ public function getUrl()
class Google_Service_Orkut_OrkutCounterResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $linkType = 'Google_Service_Orkut_OrkutLinkResource';
protected $linkDataType = '';
public $name;
@@ -3961,6 +4037,8 @@ public function getTotal()
class Google_Service_Orkut_OrkutLinkResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $rel;
public $title;
@@ -4010,6 +4088,8 @@ public function getType()
class Google_Service_Orkut_Visibility extends Google_Collection
{
protected $collection_key = 'links';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
protected $linksDataType = 'array';
From 94f9e390d96a3430cc7edac30fd175453212d89b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:46 -0700
Subject: [PATCH 0218/1219] Updated YouTubeAnalytics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/YouTubeAnalytics.php | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/src/Google/Service/YouTubeAnalytics.php b/src/Google/Service/YouTubeAnalytics.php
index ddcaee2f1..707a9e712 100644
--- a/src/Google/Service/YouTubeAnalytics.php
+++ b/src/Google/Service/YouTubeAnalytics.php
@@ -286,6 +286,8 @@ public function query($ids, $startDate, $endDate, $metrics, $optParams = array()
class Google_Service_YouTubeAnalytics_BatchReportDefinitionList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplate';
protected $itemsDataType = 'array';
public $kind;
@@ -314,6 +316,8 @@ public function getKind()
class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplate extends Google_Collection
{
protected $collection_key = 'defaultOutput';
+ protected $internal_gapi_mappings = array(
+ );
protected $defaultOutputType = 'Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplateDefaultOutput';
protected $defaultOutputDataType = 'array';
public $id;
@@ -374,6 +378,8 @@ public function getType()
class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplateDefaultOutput extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $format;
public $type;
@@ -401,6 +407,8 @@ public function getType()
class Google_Service_YouTubeAnalytics_BatchReportList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_YouTubeAnalytics_BatchReportTemplate';
protected $itemsDataType = 'array';
public $kind;
@@ -429,6 +437,9 @@ public function getKind()
class Google_Service_YouTubeAnalytics_BatchReportTemplate extends Google_Collection
{
protected $collection_key = 'outputs';
+ protected $internal_gapi_mappings = array(
+ "reportId" => "report_id",
+ );
public $id;
protected $outputsType = 'Google_Service_YouTubeAnalytics_BatchReportTemplateOutputs';
protected $outputsDataType = 'array';
@@ -490,6 +501,8 @@ public function getTimeUpdated()
class Google_Service_YouTubeAnalytics_BatchReportTemplateOutputs extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $downloadUrl;
public $format;
public $type;
@@ -527,6 +540,8 @@ public function getType()
class Google_Service_YouTubeAnalytics_BatchReportTemplateTimeSpan extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endTime;
public $startTime;
@@ -554,6 +569,8 @@ public function getStartTime()
class Google_Service_YouTubeAnalytics_ResultTable extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
protected $columnHeadersType = 'Google_Service_YouTubeAnalytics_ResultTableColumnHeaders';
protected $columnHeadersDataType = 'array';
public $kind;
@@ -592,6 +609,8 @@ public function getRows()
class Google_Service_YouTubeAnalytics_ResultTableColumnHeaders extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $columnType;
public $dataType;
public $name;
From f886296af4655cdbad5ec2376a82f9580f2202e1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:47 -0700
Subject: [PATCH 0219/1219] Updated Manager.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Manager.php | 84 ++++++++++++++++++++++++++++++++--
1 file changed, 80 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/Manager.php b/src/Google/Service/Manager.php
index 6c1400361..63b21a16e 100644
--- a/src/Google/Service/Manager.php
+++ b/src/Google/Service/Manager.php
@@ -393,6 +393,8 @@ public function listTemplates($projectId, $optParams = array())
class Google_Service_Manager_AccessConfig extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $natIp;
public $type;
@@ -431,6 +433,8 @@ public function getType()
class Google_Service_Manager_Action extends Google_Collection
{
protected $collection_key = 'commands';
+ protected $internal_gapi_mappings = array(
+ );
public $commands;
public $timeoutMs;
@@ -458,6 +462,9 @@ public function getTimeoutMs()
class Google_Service_Manager_AllowedRule extends Google_Collection
{
protected $collection_key = 'ports';
+ protected $internal_gapi_mappings = array(
+ "iPProtocol" => "IPProtocol",
+ );
public $iPProtocol;
public $ports;
@@ -484,6 +491,8 @@ public function getPorts()
class Google_Service_Manager_AutoscalingModule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $coolDownPeriodSec;
public $description;
public $maxNumReplicas;
@@ -565,6 +574,8 @@ public function getTargetUtilization()
class Google_Service_Manager_AutoscalingModuleStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $autoscalingConfigUrl;
public function setAutoscalingConfigUrl($autoscalingConfigUrl)
@@ -580,6 +591,8 @@ public function getAutoscalingConfigUrl()
class Google_Service_Manager_DeployState extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $details;
public $status;
@@ -607,6 +620,8 @@ public function getStatus()
class Google_Service_Manager_Deployment extends Google_Collection
{
protected $collection_key = 'overrides';
+ protected $internal_gapi_mappings = array(
+ );
public $creationDate;
public $description;
protected $modulesType = 'Google_Service_Manager_ModuleStatus';
@@ -691,12 +706,15 @@ public function getTemplateName()
class Google_Service_Manager_DeploymentModules extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Manager_DeploymentsListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $resourcesType = 'Google_Service_Manager_Deployment';
protected $resourcesDataType = 'array';
@@ -724,6 +742,8 @@ public function getResources()
class Google_Service_Manager_DiskAttachment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deviceName;
public $index;
@@ -750,6 +770,8 @@ public function getIndex()
class Google_Service_Manager_EnvVariable extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $hidden;
public $value;
@@ -776,6 +798,8 @@ public function getValue()
class Google_Service_Manager_ExistingDisk extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $attachmentType = 'Google_Service_Manager_DiskAttachment';
protected $attachmentDataType = '';
public $source;
@@ -804,6 +828,8 @@ public function getSource()
class Google_Service_Manager_FirewallModule extends Google_Collection
{
protected $collection_key = 'targetTags';
+ protected $internal_gapi_mappings = array(
+ );
protected $allowedType = 'Google_Service_Manager_AllowedRule';
protected $allowedDataType = 'array';
public $description;
@@ -875,6 +901,8 @@ public function getTargetTags()
class Google_Service_Manager_FirewallModuleStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $firewallUrl;
public function setFirewallUrl($firewallUrl)
@@ -890,6 +918,8 @@ public function getFirewallUrl()
class Google_Service_Manager_HealthCheckModule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $checkIntervalSec;
public $description;
public $healthyThreshold;
@@ -982,6 +1012,8 @@ public function getUnhealthyThreshold()
class Google_Service_Manager_HealthCheckModuleStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $healthCheckUrl;
public function setHealthCheckUrl($healthCheckUrl)
@@ -998,6 +1030,8 @@ public function getHealthCheckUrl()
class Google_Service_Manager_LbModule extends Google_Collection
{
protected $collection_key = 'targetModules';
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $healthChecks;
public $ipAddress;
@@ -1079,6 +1113,8 @@ public function getTargetModules()
class Google_Service_Manager_LbModuleStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $forwardingRuleUrl;
public $targetPoolUrl;
@@ -1106,6 +1142,8 @@ public function getTargetPoolUrl()
class Google_Service_Manager_Metadata extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $fingerPrint;
protected $itemsType = 'Google_Service_Manager_MetadataItem';
protected $itemsDataType = 'array';
@@ -1133,6 +1171,8 @@ public function getItems()
class Google_Service_Manager_MetadataItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -1159,6 +1199,8 @@ public function getValue()
class Google_Service_Manager_Module extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $autoscalingModuleType = 'Google_Service_Manager_AutoscalingModule';
protected $autoscalingModuleDataType = '';
protected $firewallModuleType = 'Google_Service_Manager_FirewallModule';
@@ -1246,6 +1288,8 @@ public function getType()
class Google_Service_Manager_ModuleStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $autoscalingModuleStatusType = 'Google_Service_Manager_AutoscalingModuleStatus';
protected $autoscalingModuleStatusDataType = '';
protected $firewallModuleStatusType = 'Google_Service_Manager_FirewallModuleStatus';
@@ -1346,6 +1390,8 @@ public function getType()
class Google_Service_Manager_NetworkInterface extends Google_Collection
{
protected $collection_key = 'accessConfigs';
+ protected $internal_gapi_mappings = array(
+ );
protected $accessConfigsType = 'Google_Service_Manager_AccessConfig';
protected $accessConfigsDataType = 'array';
public $name;
@@ -1395,6 +1441,9 @@ public function getNetworkIp()
class Google_Service_Manager_NetworkModule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "iPv4Range" => "IPv4Range",
+ );
public $iPv4Range;
public $description;
public $gatewayIPv4;
@@ -1432,6 +1481,8 @@ public function getGatewayIPv4()
class Google_Service_Manager_NetworkModuleStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $networkUrl;
public function setNetworkUrl($networkUrl)
@@ -1447,6 +1498,8 @@ public function getNetworkUrl()
class Google_Service_Manager_NewDisk extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $attachmentType = 'Google_Service_Manager_DiskAttachment';
protected $attachmentDataType = '';
public $autoDelete;
@@ -1497,6 +1550,8 @@ public function getInitializeParams()
class Google_Service_Manager_NewDiskInitializeParams extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $diskSizeGb;
public $diskType;
public $sourceImage;
@@ -1534,6 +1589,8 @@ public function getSourceImage()
class Google_Service_Manager_ParamOverride extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $path;
public $value;
@@ -1561,6 +1618,8 @@ public function getValue()
class Google_Service_Manager_ReplicaPoolModule extends Google_Collection
{
protected $collection_key = 'healthChecks';
+ protected $internal_gapi_mappings = array(
+ );
protected $envVariablesType = 'Google_Service_Manager_EnvVariable';
protected $envVariablesDataType = 'map';
public $healthChecks;
@@ -1622,11 +1681,14 @@ public function getResourceView()
class Google_Service_Manager_ReplicaPoolModuleEnvVariables extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Manager_ReplicaPoolModuleStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $replicaPoolUrl;
public $resourceViewUrl;
@@ -1653,6 +1715,8 @@ public function getResourceViewUrl()
class Google_Service_Manager_ReplicaPoolParams extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $v1beta1Type = 'Google_Service_Manager_ReplicaPoolParamsV1Beta1';
protected $v1beta1DataType = '';
@@ -1670,6 +1734,8 @@ public function getV1beta1()
class Google_Service_Manager_ReplicaPoolParamsV1Beta1 extends Google_Collection
{
protected $collection_key = 'serviceAccounts';
+ protected $internal_gapi_mappings = array(
+ );
public $autoRestart;
public $baseInstanceName;
public $canIpForward;
@@ -1835,6 +1901,8 @@ public function getZone()
class Google_Service_Manager_ServiceAccount extends Google_Collection
{
protected $collection_key = 'scopes';
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $scopes;
@@ -1862,6 +1930,8 @@ public function getScopes()
class Google_Service_Manager_Tag extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $fingerPrint;
public $items;
@@ -1888,6 +1958,8 @@ public function getItems()
class Google_Service_Manager_Template extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $actionsType = 'Google_Service_Manager_Action';
protected $actionsDataType = 'map';
public $description;
@@ -1938,17 +2010,21 @@ public function getName()
class Google_Service_Manager_TemplateActions extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Manager_TemplateModules extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Manager_TemplatesListResponse extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
protected $resourcesType = 'Google_Service_Manager_Template';
protected $resourcesDataType = 'array';
From 506b1a8e4c7859135b2c22ef8b8ef0e59096a709 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:47 -0700
Subject: [PATCH 0220/1219] Updated Reports.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Reports.php | 32 ++++++++++++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/Reports.php b/src/Google/Service/Reports.php
index e7cfd53db..adbe57fe5 100644
--- a/src/Google/Service/Reports.php
+++ b/src/Google/Service/Reports.php
@@ -447,6 +447,8 @@ public function get($userKey, $date, $optParams = array())
class Google_Service_Reports_Activities extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Reports_Activity';
protected $itemsDataType = 'array';
@@ -497,6 +499,8 @@ public function getNextPageToken()
class Google_Service_Reports_Activity extends Google_Collection
{
protected $collection_key = 'events';
+ protected $internal_gapi_mappings = array(
+ );
protected $actorType = 'Google_Service_Reports_ActivityActor';
protected $actorDataType = '';
public $etag;
@@ -581,6 +585,8 @@ public function getOwnerDomain()
class Google_Service_Reports_ActivityActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $callerType;
public $email;
public $key;
@@ -630,6 +636,8 @@ public function getProfileId()
class Google_Service_Reports_ActivityEvents extends Google_Collection
{
protected $collection_key = 'parameters';
+ protected $internal_gapi_mappings = array(
+ );
public $name;
protected $parametersType = 'Google_Service_Reports_ActivityEventsParameters';
protected $parametersDataType = 'array';
@@ -669,6 +677,8 @@ public function getType()
class Google_Service_Reports_ActivityEventsParameters extends Google_Collection
{
protected $collection_key = 'multiValue';
+ protected $internal_gapi_mappings = array(
+ );
public $boolValue;
public $intValue;
public $multiIntValue;
@@ -739,6 +749,8 @@ public function getValue()
class Google_Service_Reports_ActivityId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $applicationName;
public $customerId;
public $time;
@@ -787,6 +799,8 @@ public function getUniqueQualifier()
class Google_Service_Reports_Channel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $address;
public $expiration;
public $id;
@@ -901,12 +915,15 @@ public function getType()
class Google_Service_Reports_ChannelParams extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Reports_UsageReport extends Google_Collection
{
protected $collection_key = 'parameters';
+ protected $internal_gapi_mappings = array(
+ );
public $date;
protected $entityType = 'Google_Service_Reports_UsageReportEntity';
protected $entityDataType = '';
@@ -968,6 +985,8 @@ public function getParameters()
class Google_Service_Reports_UsageReportEntity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customerId;
public $profileId;
public $type;
@@ -1017,6 +1036,8 @@ public function getUserEmail()
class Google_Service_Reports_UsageReportParameters extends Google_Collection
{
protected $collection_key = 'msgValue';
+ protected $internal_gapi_mappings = array(
+ );
public $boolValue;
public $datetimeValue;
public $intValue;
@@ -1087,12 +1108,15 @@ public function getStringValue()
class Google_Service_Reports_UsageReportParametersMsgValue extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Reports_UsageReports extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
public $nextPageToken;
@@ -1155,6 +1179,8 @@ public function getWarnings()
class Google_Service_Reports_UsageReportsWarnings extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Reports_UsageReportsWarningsData';
protected $dataDataType = 'array';
@@ -1193,6 +1219,8 @@ public function getMessage()
class Google_Service_Reports_UsageReportsWarningsData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
From 392d3f68f1b0e677b63b738bafcce81206f6d72a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:47 -0700
Subject: [PATCH 0221/1219] Updated Resourceviews.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Resourceviews.php | 35 +++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Resourceviews.php b/src/Google/Service/Resourceviews.php
index 2b2b937a9..0fccd84bf 100644
--- a/src/Google/Service/Resourceviews.php
+++ b/src/Google/Service/Resourceviews.php
@@ -597,6 +597,8 @@ public function setService($project, $zone, $resourceView, Google_Service_Resour
class Google_Service_Resourceviews_Label extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -623,6 +625,8 @@ public function getValue()
class Google_Service_Resourceviews_ListResourceResponseItem extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endpoints;
public $resource;
@@ -649,12 +653,15 @@ public function getResource()
class Google_Service_Resourceviews_ListResourceResponseItemEndpoints extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Resourceviews_Operation extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $clientOperationId;
public $creationTimestamp;
public $endTime;
@@ -904,6 +911,8 @@ public function getZone()
class Google_Service_Resourceviews_OperationError extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
protected $errorsType = 'Google_Service_Resourceviews_OperationErrorErrors';
protected $errorsDataType = 'array';
@@ -920,6 +929,8 @@ public function getErrors()
class Google_Service_Resourceviews_OperationErrorErrors extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $location;
public $message;
@@ -958,6 +969,8 @@ public function getMessage()
class Google_Service_Resourceviews_OperationList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $itemsType = 'Google_Service_Resourceviews_Operation';
protected $itemsDataType = 'array';
@@ -1019,6 +1032,8 @@ public function getSelfLink()
class Google_Service_Resourceviews_OperationWarnings extends Google_Collection
{
protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $dataType = 'Google_Service_Resourceviews_OperationWarningsData';
protected $dataDataType = 'array';
@@ -1057,6 +1072,8 @@ public function getMessage()
class Google_Service_Resourceviews_OperationWarningsData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $key;
public $value;
@@ -1084,6 +1101,8 @@ public function getValue()
class Google_Service_Resourceviews_ResourceView extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $creationTimestamp;
public $description;
protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
@@ -1222,6 +1241,8 @@ public function getSize()
class Google_Service_Resourceviews_ServiceEndpoint extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $port;
@@ -1249,6 +1270,8 @@ public function getPort()
class Google_Service_Resourceviews_ZoneViewsAddResourcesRequest extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $resources;
public function setResources($resources)
@@ -1265,6 +1288,8 @@ public function getResources()
class Google_Service_Resourceviews_ZoneViewsGetServiceResponse extends Google_Collection
{
protected $collection_key = 'endpoints';
+ protected $internal_gapi_mappings = array(
+ );
protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
protected $endpointsDataType = 'array';
public $fingerprint;
@@ -1293,6 +1318,8 @@ public function getFingerprint()
class Google_Service_Resourceviews_ZoneViewsList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Resourceviews_ResourceView';
protected $itemsDataType = 'array';
public $kind;
@@ -1343,6 +1370,8 @@ public function getSelfLink()
class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Resourceviews_ListResourceResponseItem';
protected $itemsDataType = 'array';
public $network;
@@ -1382,6 +1411,8 @@ public function getNextPageToken()
class Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest extends Google_Collection
{
protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
public $resources;
public function setResources($resources)
@@ -1398,6 +1429,8 @@ public function getResources()
class Google_Service_Resourceviews_ZoneViewsSetServiceRequest extends Google_Collection
{
protected $collection_key = 'endpoints';
+ protected $internal_gapi_mappings = array(
+ );
protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
protected $endpointsDataType = 'array';
public $fingerprint;
From e8608e573d06f4d5eb2f7e356b42cf54765a5e7c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:48 -0700
Subject: [PATCH 0222/1219] Updated PlusDomains.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/PlusDomains.php | 106 +++++++++++++++++++++++++++++
1 file changed, 106 insertions(+)
diff --git a/src/Google/Service/PlusDomains.php b/src/Google/Service/PlusDomains.php
index 815c3d063..d2b4d3523 100644
--- a/src/Google/Service/PlusDomains.php
+++ b/src/Google/Service/PlusDomains.php
@@ -903,6 +903,8 @@ public function listByCircle($circleId, $optParams = array())
class Google_Service_PlusDomains_Acl extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $domainRestricted;
protected $itemsType = 'Google_Service_PlusDomains_PlusDomainsAclentryResource';
@@ -952,6 +954,8 @@ public function getKind()
class Google_Service_PlusDomains_Activity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accessType = 'Google_Service_PlusDomains_Acl';
protected $accessDataType = '';
protected $actorType = 'Google_Service_PlusDomains_ActivityActor';
@@ -1181,6 +1185,8 @@ public function getVerb()
class Google_Service_PlusDomains_ActivityActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_PlusDomains_ActivityActorImage';
@@ -1242,6 +1248,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityActorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -1257,6 +1265,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityActorName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $givenName;
@@ -1284,6 +1294,8 @@ public function getGivenName()
class Google_Service_PlusDomains_ActivityFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
protected $itemsType = 'Google_Service_PlusDomains_Activity';
@@ -1389,6 +1401,8 @@ public function getUpdated()
class Google_Service_PlusDomains_ActivityObject extends Google_Collection
{
protected $collection_key = 'attachments';
+ protected $internal_gapi_mappings = array(
+ );
protected $actorType = 'Google_Service_PlusDomains_ActivityObjectActor';
protected $actorDataType = '';
protected $attachmentsType = 'Google_Service_PlusDomains_ActivityObjectAttachments';
@@ -1520,6 +1534,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_PlusDomains_ActivityObjectActorImage';
@@ -1569,6 +1585,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectActorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -1585,6 +1603,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectAttachments extends Google_Collection
{
protected $collection_key = 'thumbnails';
+ protected $internal_gapi_mappings = array(
+ );
public $content;
public $displayName;
protected $embedType = 'Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed';
@@ -1704,6 +1724,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $url;
@@ -1730,6 +1752,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $type;
public $url;
@@ -1778,6 +1802,8 @@ public function getWidth()
class Google_Service_PlusDomains_ActivityObjectAttachmentsImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $type;
public $url;
@@ -1826,6 +1852,8 @@ public function getWidth()
class Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -1841,6 +1869,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
protected $imageType = 'Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage';
protected $imageDataType = '';
@@ -1879,6 +1909,8 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $type;
public $url;
@@ -1927,6 +1959,8 @@ public function getWidth()
class Google_Service_PlusDomains_ActivityObjectPlusoners extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public $totalItems;
@@ -1953,6 +1987,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_ActivityObjectReplies extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public $totalItems;
@@ -1979,6 +2015,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_ActivityObjectResharers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public $totalItems;
@@ -2005,6 +2043,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_ActivityObjectStatusForViewer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $canComment;
public $canPlusone;
public $canUpdate;
@@ -2064,6 +2104,8 @@ public function getResharingDisabled()
class Google_Service_PlusDomains_ActivityProvider extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $title;
public function setTitle($title)
@@ -2079,6 +2121,8 @@ public function getTitle()
class Google_Service_PlusDomains_Audience extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemType = 'Google_Service_PlusDomains_PlusDomainsAclentryResource';
protected $itemDataType = '';
@@ -2140,6 +2184,8 @@ public function getVisibility()
class Google_Service_PlusDomains_AudiencesFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_PlusDomains_Audience';
protected $itemsDataType = 'array';
@@ -2200,6 +2246,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_Circle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $displayName;
public $etag;
@@ -2283,6 +2331,8 @@ public function getSelfLink()
class Google_Service_PlusDomains_CircleFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_PlusDomains_Circle';
protected $itemsDataType = 'array';
@@ -2376,6 +2426,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_CirclePeople extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $totalItems;
public function setTotalItems($totalItems)
@@ -2392,6 +2444,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_Comment extends Google_Collection
{
protected $collection_key = 'inReplyTo';
+ protected $internal_gapi_mappings = array(
+ );
protected $actorType = 'Google_Service_PlusDomains_CommentActor';
protected $actorDataType = '';
public $etag;
@@ -2521,6 +2575,8 @@ public function getVerb()
class Google_Service_PlusDomains_CommentActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_PlusDomains_CommentActorImage';
@@ -2570,6 +2626,8 @@ public function getUrl()
class Google_Service_PlusDomains_CommentActorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -2586,6 +2644,8 @@ public function getUrl()
class Google_Service_PlusDomains_CommentFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
protected $itemsType = 'Google_Service_PlusDomains_Comment';
@@ -2679,6 +2739,8 @@ public function getUpdated()
class Google_Service_PlusDomains_CommentInReplyTo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $url;
@@ -2705,6 +2767,8 @@ public function getUrl()
class Google_Service_PlusDomains_CommentObject extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $content;
public $objectType;
public $originalContent;
@@ -2742,6 +2806,8 @@ public function getOriginalContent()
class Google_Service_PlusDomains_CommentPlusoners extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $totalItems;
public function setTotalItems($totalItems)
@@ -2758,6 +2824,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_Media extends Google_Collection
{
protected $collection_key = 'streams';
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_PlusDomains_MediaAuthor';
protected $authorDataType = '';
public $displayName;
@@ -2963,6 +3031,8 @@ public function getWidth()
class Google_Service_PlusDomains_MediaAuthor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_PlusDomains_MediaAuthorImage';
@@ -3012,6 +3082,8 @@ public function getUrl()
class Google_Service_PlusDomains_MediaAuthorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -3027,6 +3099,8 @@ public function getUrl()
class Google_Service_PlusDomains_MediaExif extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $time;
public function setTime($time)
@@ -3043,6 +3117,8 @@ public function getTime()
class Google_Service_PlusDomains_PeopleFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_PlusDomains_Person';
protected $itemsDataType = 'array';
@@ -3126,6 +3202,8 @@ public function getTotalItems()
class Google_Service_PlusDomains_Person extends Google_Collection
{
protected $collection_key = 'urls';
+ protected $internal_gapi_mappings = array(
+ );
public $aboutMe;
public $birthday;
public $braggingRights;
@@ -3445,6 +3523,8 @@ public function getVerified()
class Google_Service_PlusDomains_PersonCover extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $coverInfoType = 'Google_Service_PlusDomains_PersonCoverCoverInfo';
protected $coverInfoDataType = '';
protected $coverPhotoType = 'Google_Service_PlusDomains_PersonCoverCoverPhoto';
@@ -3484,6 +3564,8 @@ public function getLayout()
class Google_Service_PlusDomains_PersonCoverCoverInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $leftImageOffset;
public $topImageOffset;
@@ -3510,6 +3592,8 @@ public function getTopImageOffset()
class Google_Service_PlusDomains_PersonCoverCoverPhoto extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $url;
public $width;
@@ -3547,6 +3631,8 @@ public function getWidth()
class Google_Service_PlusDomains_PersonEmails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -3573,6 +3659,8 @@ public function getValue()
class Google_Service_PlusDomains_PersonImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $isDefault;
public $url;
@@ -3599,6 +3687,8 @@ public function getUrl()
class Google_Service_PlusDomains_PersonName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $formatted;
public $givenName;
@@ -3669,6 +3759,8 @@ public function getMiddleName()
class Google_Service_PlusDomains_PersonOrganizations extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $department;
public $description;
public $endDate;
@@ -3772,6 +3864,8 @@ public function getType()
class Google_Service_PlusDomains_PersonPlacesLived extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $primary;
public $value;
@@ -3798,6 +3892,8 @@ public function getValue()
class Google_Service_PlusDomains_PersonUrls extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $label;
public $type;
public $value;
@@ -3835,6 +3931,8 @@ public function getValue()
class Google_Service_PlusDomains_Place extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $addressType = 'Google_Service_PlusDomains_PlaceAddress';
protected $addressDataType = '';
public $displayName;
@@ -3896,6 +3994,8 @@ public function getPosition()
class Google_Service_PlusDomains_PlaceAddress extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $formatted;
public function setFormatted($formatted)
@@ -3911,6 +4011,8 @@ public function getFormatted()
class Google_Service_PlusDomains_PlacePosition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $latitude;
public $longitude;
@@ -3937,6 +4039,8 @@ public function getLongitude()
class Google_Service_PlusDomains_PlusDomainsAclentryResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
public $type;
@@ -3974,6 +4078,8 @@ public function getType()
class Google_Service_PlusDomains_Videostream extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $type;
public $url;
From 635a6d71d84bd089b61b95214b117862415e2d19 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:49 -0700
Subject: [PATCH 0223/1219] Updated Analytics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Analytics.php | 209 ++++++++++++++++++++++++++++++-
1 file changed, 205 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/Analytics.php b/src/Google/Service/Analytics.php
index 470cb2a21..d5c8bf7fa 100644
--- a/src/Google/Service/Analytics.php
+++ b/src/Google/Service/Analytics.php
@@ -3653,6 +3653,8 @@ public function createAccountTicket(Google_Service_Analytics_AccountTicket $post
class Google_Service_Analytics_Account extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $childLinkType = 'Google_Service_Analytics_AccountChildLink';
protected $childLinkDataType = '';
public $created;
@@ -3747,6 +3749,8 @@ public function getUpdated()
class Google_Service_Analytics_AccountChildLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -3774,6 +3778,8 @@ public function getType()
class Google_Service_Analytics_AccountPermissions extends Google_Collection
{
protected $collection_key = 'effective';
+ protected $internal_gapi_mappings = array(
+ );
public $effective;
public function setEffective($effective)
@@ -3789,6 +3795,8 @@ public function getEffective()
class Google_Service_Analytics_AccountRef extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $id;
public $kind;
@@ -3838,6 +3846,8 @@ public function getName()
class Google_Service_Analytics_AccountSummaries extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_AccountSummary';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -3932,6 +3942,8 @@ public function getUsername()
class Google_Service_Analytics_AccountSummary extends Google_Collection
{
protected $collection_key = 'webProperties';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -3981,6 +3993,8 @@ public function getWebProperties()
class Google_Service_Analytics_AccountTicket extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accountType = 'Google_Service_Analytics_Account';
protected $accountDataType = '';
public $id;
@@ -4055,6 +4069,8 @@ public function getWebproperty()
class Google_Service_Analytics_Accounts extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Account';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -4148,6 +4164,8 @@ public function getUsername()
class Google_Service_Analytics_AdWordsAccount extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $autoTaggingEnabled;
public $customerId;
public $kind;
@@ -4186,6 +4204,8 @@ public function getKind()
class Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest extends Google_Collection
{
protected $collection_key = 'customDataImportUids';
+ protected $internal_gapi_mappings = array(
+ );
public $customDataImportUids;
public function setCustomDataImportUids($customDataImportUids)
@@ -4201,6 +4221,8 @@ public function getCustomDataImportUids()
class Google_Service_Analytics_Column extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attributes;
public $id;
public $kind;
@@ -4238,12 +4260,15 @@ public function getKind()
class Google_Service_Analytics_ColumnAttributes extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Analytics_Columns extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $attributeNames;
public $etag;
protected $itemsType = 'Google_Service_Analytics_Column';
@@ -4305,6 +4330,8 @@ public function getTotalResults()
class Google_Service_Analytics_CustomDataSource extends Google_Collection
{
protected $collection_key = 'profilesLinked';
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
protected $childLinkType = 'Google_Service_Analytics_CustomDataSourceChildLink';
protected $childLinkDataType = '';
@@ -4476,6 +4503,8 @@ public function getWebPropertyId()
class Google_Service_Analytics_CustomDataSourceChildLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -4502,6 +4531,8 @@ public function getType()
class Google_Service_Analytics_CustomDataSourceParentLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -4529,6 +4560,8 @@ public function getType()
class Google_Service_Analytics_CustomDataSources extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_CustomDataSource';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -4623,6 +4656,8 @@ public function getUsername()
class Google_Service_Analytics_DailyUpload extends Google_Collection
{
protected $collection_key = 'recentChanges';
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $appendCount;
public $createdTime;
@@ -4750,6 +4785,8 @@ public function getWebPropertyId()
class Google_Service_Analytics_DailyUploadAppend extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $appendNumber;
public $customDataSourceId;
@@ -4831,6 +4868,8 @@ public function getWebPropertyId()
class Google_Service_Analytics_DailyUploadParentLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -4857,6 +4896,8 @@ public function getType()
class Google_Service_Analytics_DailyUploadRecentChanges extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $change;
public $time;
@@ -4884,6 +4925,8 @@ public function getTime()
class Google_Service_Analytics_DailyUploads extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_DailyUpload';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -4978,6 +5021,8 @@ public function getUsername()
class Google_Service_Analytics_EntityAdWordsLink extends Google_Collection
{
protected $collection_key = 'profileIds';
+ protected $internal_gapi_mappings = array(
+ );
protected $adWordsAccountsType = 'Google_Service_Analytics_AdWordsAccount';
protected $adWordsAccountsDataType = 'array';
protected $entityType = 'Google_Service_Analytics_EntityAdWordsLinkEntity';
@@ -5061,6 +5106,8 @@ public function getSelfLink()
class Google_Service_Analytics_EntityAdWordsLinkEntity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $webPropertyRefType = 'Google_Service_Analytics_WebPropertyRef';
protected $webPropertyRefDataType = '';
@@ -5078,6 +5125,8 @@ public function getWebPropertyRef()
class Google_Service_Analytics_EntityAdWordsLinks extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_EntityAdWordsLink';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -5160,6 +5209,8 @@ public function getTotalResults()
class Google_Service_Analytics_EntityUserLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $entityType = 'Google_Service_Analytics_EntityUserLinkEntity';
protected $entityDataType = '';
public $id;
@@ -5233,6 +5284,8 @@ public function getUserRef()
class Google_Service_Analytics_EntityUserLinkEntity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accountRefType = 'Google_Service_Analytics_AccountRef';
protected $accountRefDataType = '';
protected $profileRefType = 'Google_Service_Analytics_ProfileRef';
@@ -5274,6 +5327,8 @@ public function getWebPropertyRef()
class Google_Service_Analytics_EntityUserLinkPermissions extends Google_Collection
{
protected $collection_key = 'local';
+ protected $internal_gapi_mappings = array(
+ );
public $effective;
public $local;
@@ -5301,6 +5356,8 @@ public function getLocal()
class Google_Service_Analytics_EntityUserLinks extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_EntityUserLink';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -5384,6 +5441,8 @@ public function getTotalResults()
class Google_Service_Analytics_Experiment extends Google_Collection
{
protected $collection_key = 'variations';
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $created;
public $description;
@@ -5698,6 +5757,8 @@ public function getWinnerFound()
class Google_Service_Analytics_ExperimentParentLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -5724,6 +5785,8 @@ public function getType()
class Google_Service_Analytics_ExperimentVariations extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $status;
public $url;
@@ -5784,6 +5847,8 @@ public function getWon()
class Google_Service_Analytics_Experiments extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Experiment';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -5877,6 +5942,8 @@ public function getUsername()
class Google_Service_Analytics_Filter extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
protected $advancedDetailsType = 'Google_Service_Analytics_FilterAdvancedDetails';
protected $advancedDetailsDataType = '';
@@ -6053,6 +6120,8 @@ public function getUppercaseDetails()
class Google_Service_Analytics_FilterAdvancedDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $caseSensitive;
public $extractA;
public $extractB;
@@ -6167,6 +6236,8 @@ public function getOverrideOutputField()
class Google_Service_Analytics_FilterExpression extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $caseSensitive;
public $expressionValue;
public $field;
@@ -6226,6 +6297,8 @@ public function getMatchType()
class Google_Service_Analytics_FilterLowercaseDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $field;
public function setField($field)
@@ -6241,6 +6314,8 @@ public function getField()
class Google_Service_Analytics_FilterParentLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -6267,6 +6342,8 @@ public function getType()
class Google_Service_Analytics_FilterRef extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $href;
public $id;
@@ -6326,6 +6403,8 @@ public function getName()
class Google_Service_Analytics_FilterSearchAndReplaceDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $caseSensitive;
public $field;
public $replaceString;
@@ -6374,6 +6453,8 @@ public function getSearchString()
class Google_Service_Analytics_FilterUppercaseDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $field;
public function setField($field)
@@ -6390,6 +6471,8 @@ public function getField()
class Google_Service_Analytics_Filters extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Filter';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -6484,6 +6567,8 @@ public function getUsername()
class Google_Service_Analytics_GaData extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
protected $columnHeadersType = 'Google_Service_Analytics_GaDataColumnHeaders';
protected $columnHeadersDataType = 'array';
public $containsSampledData;
@@ -6668,6 +6753,8 @@ public function getTotalsForAllResults()
class Google_Service_Analytics_GaDataColumnHeaders extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $columnType;
public $dataType;
public $name;
@@ -6706,6 +6793,8 @@ public function getName()
class Google_Service_Analytics_GaDataDataTable extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
protected $colsType = 'Google_Service_Analytics_GaDataDataTableCols';
protected $colsDataType = 'array';
protected $rowsType = 'Google_Service_Analytics_GaDataDataTableRows';
@@ -6734,6 +6823,8 @@ public function getRows()
class Google_Service_Analytics_GaDataDataTableCols extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $label;
public $type;
@@ -6772,6 +6863,8 @@ public function getType()
class Google_Service_Analytics_GaDataDataTableRows extends Google_Collection
{
protected $collection_key = 'c';
+ protected $internal_gapi_mappings = array(
+ );
protected $cType = 'Google_Service_Analytics_GaDataDataTableRowsC';
protected $cDataType = 'array';
@@ -6788,6 +6881,8 @@ public function getC()
class Google_Service_Analytics_GaDataDataTableRowsC extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $v;
public function setV($v)
@@ -6803,6 +6898,8 @@ public function getV()
class Google_Service_Analytics_GaDataProfileInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $internalWebPropertyId;
public $profileId;
@@ -6874,6 +6971,12 @@ public function getWebPropertyId()
class Google_Service_Analytics_GaDataQuery extends Google_Collection
{
protected $collection_key = 'sort';
+ protected $internal_gapi_mappings = array(
+ "endDate" => "end-date",
+ "maxResults" => "max-results",
+ "startDate" => "start-date",
+ "startIndex" => "start-index",
+ );
public $dimensions;
public $endDate;
public $filters;
@@ -6999,11 +7102,14 @@ public function getStartIndex()
class Google_Service_Analytics_GaDataTotalsForAllResults extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Analytics_Goal extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $active;
public $created;
@@ -7212,6 +7318,8 @@ public function getWebPropertyId()
class Google_Service_Analytics_GoalEventDetails extends Google_Collection
{
protected $collection_key = 'eventConditions';
+ protected $internal_gapi_mappings = array(
+ );
protected $eventConditionsType = 'Google_Service_Analytics_GoalEventDetailsEventConditions';
protected $eventConditionsDataType = 'array';
public $useEventValue;
@@ -7239,6 +7347,8 @@ public function getUseEventValue()
class Google_Service_Analytics_GoalEventDetailsEventConditions extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $comparisonType;
public $comparisonValue;
public $expression;
@@ -7298,6 +7408,8 @@ public function getType()
class Google_Service_Analytics_GoalParentLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -7325,6 +7437,8 @@ public function getType()
class Google_Service_Analytics_GoalUrlDestinationDetails extends Google_Collection
{
protected $collection_key = 'steps';
+ protected $internal_gapi_mappings = array(
+ );
public $caseSensitive;
public $firstStepRequired;
public $matchType;
@@ -7385,6 +7499,8 @@ public function getUrl()
class Google_Service_Analytics_GoalUrlDestinationDetailsSteps extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $number;
public $url;
@@ -7422,6 +7538,8 @@ public function getUrl()
class Google_Service_Analytics_GoalVisitNumPagesDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $comparisonType;
public $comparisonValue;
@@ -7448,6 +7566,8 @@ public function getComparisonValue()
class Google_Service_Analytics_GoalVisitTimeOnSiteDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $comparisonType;
public $comparisonValue;
@@ -7475,6 +7595,8 @@ public function getComparisonValue()
class Google_Service_Analytics_Goals extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Goal';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -7569,6 +7691,8 @@ public function getUsername()
class Google_Service_Analytics_McfData extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
protected $columnHeadersType = 'Google_Service_Analytics_McfDataColumnHeaders';
protected $columnHeadersDataType = 'array';
public $containsSampledData;
@@ -7742,6 +7866,8 @@ public function getTotalsForAllResults()
class Google_Service_Analytics_McfDataColumnHeaders extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $columnType;
public $dataType;
public $name;
@@ -7779,6 +7905,8 @@ public function getName()
class Google_Service_Analytics_McfDataProfileInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $internalWebPropertyId;
public $profileId;
@@ -7850,6 +7978,12 @@ public function getWebPropertyId()
class Google_Service_Analytics_McfDataQuery extends Google_Collection
{
protected $collection_key = 'sort';
+ protected $internal_gapi_mappings = array(
+ "endDate" => "end-date",
+ "maxResults" => "max-results",
+ "startDate" => "start-date",
+ "startIndex" => "start-index",
+ );
public $dimensions;
public $endDate;
public $filters;
@@ -7976,6 +8110,8 @@ public function getStartIndex()
class Google_Service_Analytics_McfDataRows extends Google_Collection
{
protected $collection_key = 'conversionPathValue';
+ protected $internal_gapi_mappings = array(
+ );
protected $conversionPathValueType = 'Google_Service_Analytics_McfDataRowsConversionPathValue';
protected $conversionPathValueDataType = 'array';
public $primitiveValue;
@@ -8003,6 +8139,8 @@ public function getPrimitiveValue()
class Google_Service_Analytics_McfDataRowsConversionPathValue extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $interactionType;
public $nodeValue;
@@ -8029,11 +8167,14 @@ public function getNodeValue()
class Google_Service_Analytics_McfDataTotalsForAllResults extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Analytics_Profile extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
protected $childLinkType = 'Google_Service_Analytics_ProfileChildLink';
protected $childLinkDataType = '';
@@ -8294,6 +8435,8 @@ public function getWebsiteUrl()
class Google_Service_Analytics_ProfileChildLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -8320,6 +8463,8 @@ public function getType()
class Google_Service_Analytics_ProfileFilterLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $filterRefType = 'Google_Service_Analytics_FilterRef';
protected $filterRefDataType = '';
public $id;
@@ -8393,6 +8538,8 @@ public function getSelfLink()
class Google_Service_Analytics_ProfileFilterLinks extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_ProfileFilterLink';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -8486,6 +8633,8 @@ public function getUsername()
class Google_Service_Analytics_ProfileParentLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -8513,6 +8662,8 @@ public function getType()
class Google_Service_Analytics_ProfilePermissions extends Google_Collection
{
protected $collection_key = 'effective';
+ protected $internal_gapi_mappings = array(
+ );
public $effective;
public function setEffective($effective)
@@ -8528,6 +8679,8 @@ public function getEffective()
class Google_Service_Analytics_ProfileRef extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $href;
public $id;
@@ -8609,6 +8762,8 @@ public function getWebPropertyId()
class Google_Service_Analytics_ProfileSummary extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -8658,6 +8813,8 @@ public function getType()
class Google_Service_Analytics_Profiles extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Profile';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -8752,6 +8909,8 @@ public function getUsername()
class Google_Service_Analytics_RealtimeData extends Google_Collection
{
protected $collection_key = 'rows';
+ protected $internal_gapi_mappings = array(
+ );
protected $columnHeadersType = 'Google_Service_Analytics_RealtimeDataColumnHeaders';
protected $columnHeadersDataType = 'array';
public $id;
@@ -8858,6 +9017,8 @@ public function getTotalsForAllResults()
class Google_Service_Analytics_RealtimeDataColumnHeaders extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $columnType;
public $dataType;
public $name;
@@ -8895,6 +9056,8 @@ public function getName()
class Google_Service_Analytics_RealtimeDataProfileInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $internalWebPropertyId;
public $profileId;
@@ -8966,6 +9129,9 @@ public function getWebPropertyId()
class Google_Service_Analytics_RealtimeDataQuery extends Google_Collection
{
protected $collection_key = 'sort';
+ protected $internal_gapi_mappings = array(
+ "maxResults" => "max-results",
+ );
public $dimensions;
public $filters;
public $ids;
@@ -9036,11 +9202,14 @@ public function getSort()
class Google_Service_Analytics_RealtimeDataTotalsForAllResults extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Analytics_Segment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $created;
public $definition;
public $id;
@@ -9145,6 +9314,8 @@ public function getUpdated()
class Google_Service_Analytics_Segments extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Segment';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -9238,6 +9409,10 @@ public function getUsername()
class Google_Service_Analytics_UnsampledReport extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "endDate" => "end-date",
+ "startDate" => "start-date",
+ );
public $accountId;
protected $cloudStorageDownloadDetailsType = 'Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails';
protected $cloudStorageDownloadDetailsDataType = '';
@@ -9453,6 +9628,8 @@ public function getWebPropertyId()
class Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $bucketId;
public $objectId;
@@ -9479,6 +9656,8 @@ public function getObjectId()
class Google_Service_Analytics_UnsampledReportDriveDownloadDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $documentId;
public function setDocumentId($documentId)
@@ -9495,6 +9674,8 @@ public function getDocumentId()
class Google_Service_Analytics_UnsampledReports extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_UnsampledReport';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -9589,6 +9770,8 @@ public function getUsername()
class Google_Service_Analytics_Upload extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $customDataSourceId;
public $errors;
@@ -9660,6 +9843,8 @@ public function getStatus()
class Google_Service_Analytics_Uploads extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Upload';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -9742,6 +9927,8 @@ public function getTotalResults()
class Google_Service_Analytics_UserRef extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $id;
public $kind;
@@ -9779,6 +9966,8 @@ public function getKind()
class Google_Service_Analytics_WebPropertyRef extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $href;
public $id;
@@ -9850,6 +10039,8 @@ public function getName()
class Google_Service_Analytics_WebPropertySummary extends Google_Collection
{
protected $collection_key = 'profiles';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $internalWebPropertyId;
public $kind;
@@ -9933,6 +10124,8 @@ public function getWebsiteUrl()
class Google_Service_Analytics_Webproperties extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Analytics_Webproperty';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -10026,6 +10219,8 @@ public function getUsername()
class Google_Service_Analytics_Webproperty extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
protected $childLinkType = 'Google_Service_Analytics_WebpropertyChildLink';
protected $childLinkDataType = '';
@@ -10209,6 +10404,8 @@ public function getWebsiteUrl()
class Google_Service_Analytics_WebpropertyChildLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -10235,6 +10432,8 @@ public function getType()
class Google_Service_Analytics_WebpropertyParentLink extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $href;
public $type;
@@ -10262,6 +10461,8 @@ public function getType()
class Google_Service_Analytics_WebpropertyPermissions extends Google_Collection
{
protected $collection_key = 'effective';
+ protected $internal_gapi_mappings = array(
+ );
public $effective;
public function setEffective($effective)
From c1791e289cfdfbc71062592ba7ef5734b8e92753 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:49 -0700
Subject: [PATCH 0224/1219] Updated Webmasters.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Webmasters.php | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/src/Google/Service/Webmasters.php b/src/Google/Service/Webmasters.php
index 0925c7cef..1662e1756 100644
--- a/src/Google/Service/Webmasters.php
+++ b/src/Google/Service/Webmasters.php
@@ -541,6 +541,8 @@ public function markAsFixed($siteUrl, $url, $category, $platform, $optParams = a
class Google_Service_Webmasters_SitemapsListResponse extends Google_Collection
{
protected $collection_key = 'sitemap';
+ protected $internal_gapi_mappings = array(
+ );
protected $sitemapType = 'Google_Service_Webmasters_WmxSitemap';
protected $sitemapDataType = 'array';
@@ -558,6 +560,8 @@ public function getSitemap()
class Google_Service_Webmasters_SitesListResponse extends Google_Collection
{
protected $collection_key = 'siteEntry';
+ protected $internal_gapi_mappings = array(
+ );
protected $siteEntryType = 'Google_Service_Webmasters_WmxSite';
protected $siteEntryDataType = 'array';
@@ -574,6 +578,8 @@ public function getSiteEntry()
class Google_Service_Webmasters_UrlCrawlErrorCount extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $timestamp;
@@ -601,6 +607,8 @@ public function getTimestamp()
class Google_Service_Webmasters_UrlCrawlErrorCountsPerType extends Google_Collection
{
protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
public $category;
protected $entriesType = 'Google_Service_Webmasters_UrlCrawlErrorCount';
protected $entriesDataType = 'array';
@@ -640,6 +648,8 @@ public function getPlatform()
class Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse extends Google_Collection
{
protected $collection_key = 'countPerTypes';
+ protected $internal_gapi_mappings = array(
+ );
protected $countPerTypesType = 'Google_Service_Webmasters_UrlCrawlErrorCountsPerType';
protected $countPerTypesDataType = 'array';
@@ -656,6 +666,10 @@ public function getCountPerTypes()
class Google_Service_Webmasters_UrlCrawlErrorsSample extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "firstDetected" => "first_detected",
+ "lastCrawled" => "last_crawled",
+ );
public $firstDetected;
public $lastCrawled;
public $pageUrl;
@@ -717,6 +731,8 @@ public function getUrlDetails()
class Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse extends Google_Collection
{
protected $collection_key = 'urlCrawlErrorSample';
+ protected $internal_gapi_mappings = array(
+ );
protected $urlCrawlErrorSampleType = 'Google_Service_Webmasters_UrlCrawlErrorsSample';
protected $urlCrawlErrorSampleDataType = 'array';
@@ -734,6 +750,8 @@ public function getUrlCrawlErrorSample()
class Google_Service_Webmasters_UrlSampleDetails extends Google_Collection
{
protected $collection_key = 'linkedFromUrls';
+ protected $internal_gapi_mappings = array(
+ );
public $containingSitemaps;
public $linkedFromUrls;
@@ -760,6 +778,8 @@ public function getLinkedFromUrls()
class Google_Service_Webmasters_WmxSite extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $permissionLevel;
public $siteUrl;
@@ -787,6 +807,8 @@ public function getSiteUrl()
class Google_Service_Webmasters_WmxSitemap extends Google_Collection
{
protected $collection_key = 'contents';
+ protected $internal_gapi_mappings = array(
+ );
protected $contentsType = 'Google_Service_Webmasters_WmxSitemapContent';
protected $contentsDataType = 'array';
public $errors;
@@ -891,6 +913,8 @@ public function getWarnings()
class Google_Service_Webmasters_WmxSitemapContent extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $indexed;
public $submitted;
public $type;
From df454bbde9cc3bdcd399d6544d46dcd24e2b7121 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:49 -0700
Subject: [PATCH 0225/1219] Updated Groupssettings.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Groupssettings.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Google/Service/Groupssettings.php b/src/Google/Service/Groupssettings.php
index b14b87c4f..8c5b87e89 100644
--- a/src/Google/Service/Groupssettings.php
+++ b/src/Google/Service/Groupssettings.php
@@ -156,6 +156,8 @@ public function update($groupUniqueId, Google_Service_Groupssettings_Groups $pos
class Google_Service_Groupssettings_Groups extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $allowExternalMembers;
public $allowGoogleCommunication;
public $allowWebPosting;
From 66450e86f2c98c16e234a7f258052dacde5e0723 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:50 -0700
Subject: [PATCH 0226/1219] Updated Plus.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Plus.php | 91 +++++++++++++++++++++++++++++++++++++
1 file changed, 91 insertions(+)
diff --git a/src/Google/Service/Plus.php b/src/Google/Service/Plus.php
index eeafbcecd..3cbf0b4d2 100644
--- a/src/Google/Service/Plus.php
+++ b/src/Google/Service/Plus.php
@@ -649,6 +649,8 @@ public function search($query, $optParams = array())
class Google_Service_Plus_Acl extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $description;
protected $itemsType = 'Google_Service_Plus_PlusAclentryResource';
protected $itemsDataType = 'array';
@@ -687,6 +689,8 @@ public function getKind()
class Google_Service_Plus_Activity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $accessType = 'Google_Service_Plus_Acl';
protected $accessDataType = '';
protected $actorType = 'Google_Service_Plus_ActivityActor';
@@ -916,6 +920,8 @@ public function getVerb()
class Google_Service_Plus_ActivityActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_Plus_ActivityActorImage';
@@ -977,6 +983,8 @@ public function getUrl()
class Google_Service_Plus_ActivityActorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -992,6 +1000,8 @@ public function getUrl()
class Google_Service_Plus_ActivityActorName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $givenName;
@@ -1019,6 +1029,8 @@ public function getGivenName()
class Google_Service_Plus_ActivityFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
protected $itemsType = 'Google_Service_Plus_Activity';
@@ -1124,6 +1136,8 @@ public function getUpdated()
class Google_Service_Plus_ActivityObject extends Google_Collection
{
protected $collection_key = 'attachments';
+ protected $internal_gapi_mappings = array(
+ );
protected $actorType = 'Google_Service_Plus_ActivityObjectActor';
protected $actorDataType = '';
protected $attachmentsType = 'Google_Service_Plus_ActivityObjectAttachments';
@@ -1243,6 +1257,8 @@ public function getUrl()
class Google_Service_Plus_ActivityObjectActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_Plus_ActivityObjectActorImage';
@@ -1292,6 +1308,8 @@ public function getUrl()
class Google_Service_Plus_ActivityObjectActorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -1308,6 +1326,8 @@ public function getUrl()
class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
{
protected $collection_key = 'thumbnails';
+ protected $internal_gapi_mappings = array(
+ );
public $content;
public $displayName;
protected $embedType = 'Google_Service_Plus_ActivityObjectAttachmentsEmbed';
@@ -1415,6 +1435,8 @@ public function getUrl()
class Google_Service_Plus_ActivityObjectAttachmentsEmbed extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $url;
@@ -1441,6 +1463,8 @@ public function getUrl()
class Google_Service_Plus_ActivityObjectAttachmentsFullImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $type;
public $url;
@@ -1489,6 +1513,8 @@ public function getWidth()
class Google_Service_Plus_ActivityObjectAttachmentsImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $type;
public $url;
@@ -1537,6 +1563,8 @@ public function getWidth()
class Google_Service_Plus_ActivityObjectAttachmentsThumbnails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
protected $imageType = 'Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage';
protected $imageDataType = '';
@@ -1575,6 +1603,8 @@ public function getUrl()
class Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $type;
public $url;
@@ -1623,6 +1653,8 @@ public function getWidth()
class Google_Service_Plus_ActivityObjectPlusoners extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public $totalItems;
@@ -1649,6 +1681,8 @@ public function getTotalItems()
class Google_Service_Plus_ActivityObjectReplies extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public $totalItems;
@@ -1675,6 +1709,8 @@ public function getTotalItems()
class Google_Service_Plus_ActivityObjectResharers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $selfLink;
public $totalItems;
@@ -1701,6 +1737,8 @@ public function getTotalItems()
class Google_Service_Plus_ActivityProvider extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $title;
public function setTitle($title)
@@ -1717,6 +1755,8 @@ public function getTitle()
class Google_Service_Plus_Comment extends Google_Collection
{
protected $collection_key = 'inReplyTo';
+ protected $internal_gapi_mappings = array(
+ );
protected $actorType = 'Google_Service_Plus_CommentActor';
protected $actorDataType = '';
public $etag;
@@ -1846,6 +1886,8 @@ public function getVerb()
class Google_Service_Plus_CommentActor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
protected $imageType = 'Google_Service_Plus_CommentActorImage';
@@ -1895,6 +1937,8 @@ public function getUrl()
class Google_Service_Plus_CommentActorImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
@@ -1911,6 +1955,8 @@ public function getUrl()
class Google_Service_Plus_CommentFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
protected $itemsType = 'Google_Service_Plus_Comment';
@@ -2004,6 +2050,8 @@ public function getUpdated()
class Google_Service_Plus_CommentInReplyTo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $url;
@@ -2030,6 +2078,8 @@ public function getUrl()
class Google_Service_Plus_CommentObject extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $content;
public $objectType;
public $originalContent;
@@ -2067,6 +2117,8 @@ public function getOriginalContent()
class Google_Service_Plus_CommentPlusoners extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $totalItems;
public function setTotalItems($totalItems)
@@ -2083,6 +2135,9 @@ public function getTotalItems()
class Google_Service_Plus_ItemScope extends Google_Collection
{
protected $collection_key = 'performers';
+ protected $internal_gapi_mappings = array(
+ "associatedMedia" => "associated_media",
+ );
protected $aboutType = 'Google_Service_Plus_ItemScope';
protected $aboutDataType = '';
public $additionalName;
@@ -2707,6 +2762,8 @@ public function getWorstRating()
class Google_Service_Plus_Moment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
protected $objectType = 'Google_Service_Plus_ItemScope';
@@ -2792,6 +2849,8 @@ public function getType()
class Google_Service_Plus_MomentsFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Plus_Moment';
protected $itemsDataType = 'array';
@@ -2886,6 +2945,8 @@ public function getUpdated()
class Google_Service_Plus_PeopleFeed extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Plus_Person';
protected $itemsDataType = 'array';
@@ -2969,6 +3030,8 @@ public function getTotalItems()
class Google_Service_Plus_Person extends Google_Collection
{
protected $collection_key = 'urls';
+ protected $internal_gapi_mappings = array(
+ );
public $aboutMe;
protected $ageRangeType = 'Google_Service_Plus_PersonAgeRange';
protected $ageRangeDataType = '';
@@ -3311,6 +3374,8 @@ public function getVerified()
class Google_Service_Plus_PersonAgeRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $max;
public $min;
@@ -3337,6 +3402,8 @@ public function getMin()
class Google_Service_Plus_PersonCover extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $coverInfoType = 'Google_Service_Plus_PersonCoverCoverInfo';
protected $coverInfoDataType = '';
protected $coverPhotoType = 'Google_Service_Plus_PersonCoverCoverPhoto';
@@ -3376,6 +3443,8 @@ public function getLayout()
class Google_Service_Plus_PersonCoverCoverInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $leftImageOffset;
public $topImageOffset;
@@ -3402,6 +3471,8 @@ public function getTopImageOffset()
class Google_Service_Plus_PersonCoverCoverPhoto extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $url;
public $width;
@@ -3439,6 +3510,8 @@ public function getWidth()
class Google_Service_Plus_PersonEmails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -3465,6 +3538,8 @@ public function getValue()
class Google_Service_Plus_PersonImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $isDefault;
public $url;
@@ -3491,6 +3566,8 @@ public function getUrl()
class Google_Service_Plus_PersonName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $formatted;
public $givenName;
@@ -3561,6 +3638,8 @@ public function getMiddleName()
class Google_Service_Plus_PersonOrganizations extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $department;
public $description;
public $endDate;
@@ -3664,6 +3743,8 @@ public function getType()
class Google_Service_Plus_PersonPlacesLived extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $primary;
public $value;
@@ -3690,6 +3771,8 @@ public function getValue()
class Google_Service_Plus_PersonUrls extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $label;
public $type;
public $value;
@@ -3727,6 +3810,8 @@ public function getValue()
class Google_Service_Plus_Place extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $addressType = 'Google_Service_Plus_PlaceAddress';
protected $addressDataType = '';
public $displayName;
@@ -3788,6 +3873,8 @@ public function getPosition()
class Google_Service_Plus_PlaceAddress extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $formatted;
public function setFormatted($formatted)
@@ -3803,6 +3890,8 @@ public function getFormatted()
class Google_Service_Plus_PlacePosition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $latitude;
public $longitude;
@@ -3829,6 +3918,8 @@ public function getLongitude()
class Google_Service_Plus_PlusAclentryResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $id;
public $type;
From 447ccf258a53b5f3e2fa61d294ecb7b3274980ae Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:50 -0700
Subject: [PATCH 0227/1219] Updated Prediction.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Prediction.php | 57 ++++++++++++++++++++++++++++---
1 file changed, 52 insertions(+), 5 deletions(-)
diff --git a/src/Google/Service/Prediction.php b/src/Google/Service/Prediction.php
index 4c874b9b0..b0745f965 100644
--- a/src/Google/Service/Prediction.php
+++ b/src/Google/Service/Prediction.php
@@ -364,6 +364,8 @@ public function update($project, $id, Google_Service_Prediction_Update $postBody
class Google_Service_Prediction_Analyze extends Google_Collection
{
protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
protected $dataDescriptionType = 'Google_Service_Prediction_AnalyzeDataDescription';
protected $dataDescriptionDataType = '';
public $errors;
@@ -437,6 +439,8 @@ public function getSelfLink()
class Google_Service_Prediction_AnalyzeDataDescription extends Google_Collection
{
protected $collection_key = 'features';
+ protected $internal_gapi_mappings = array(
+ );
protected $featuresType = 'Google_Service_Prediction_AnalyzeDataDescriptionFeatures';
protected $featuresDataType = 'array';
protected $outputFeatureType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature';
@@ -465,6 +469,8 @@ public function getOutputFeature()
class Google_Service_Prediction_AnalyzeDataDescriptionFeatures extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $categoricalType = 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical';
protected $categoricalDataType = '';
public $index;
@@ -517,6 +523,8 @@ public function getText()
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical extends Google_Collection
{
protected $collection_key = 'values';
+ protected $internal_gapi_mappings = array(
+ );
public $count;
protected $valuesType = 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues';
protected $valuesDataType = 'array';
@@ -544,6 +552,8 @@ public function getValues()
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $value;
@@ -570,6 +580,8 @@ public function getValue()
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $mean;
public $variance;
@@ -607,6 +619,8 @@ public function getVariance()
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public function setCount($count)
@@ -623,6 +637,8 @@ public function getCount()
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature extends Google_Collection
{
protected $collection_key = 'text';
+ protected $internal_gapi_mappings = array(
+ );
protected $numericType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric';
protected $numericDataType = '';
protected $textType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText';
@@ -651,6 +667,8 @@ public function getText()
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $mean;
public $variance;
@@ -688,6 +706,8 @@ public function getVariance()
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $value;
@@ -714,11 +734,14 @@ public function getValue()
class Google_Service_Prediction_AnalyzeErrors extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Prediction_AnalyzeModelDescription extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $confusionMatrix;
public $confusionMatrixRowTotals;
protected $modelinfoType = 'Google_Service_Prediction_Insert2';
@@ -757,21 +780,26 @@ public function getModelinfo()
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrix extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixElement extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixRowTotals extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Prediction_Input extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $inputType = 'Google_Service_Prediction_InputInput';
protected $inputDataType = '';
@@ -789,6 +817,8 @@ public function getInput()
class Google_Service_Prediction_InputInput extends Google_Collection
{
protected $collection_key = 'csvInstance';
+ protected $internal_gapi_mappings = array(
+ );
public $csvInstance;
public function setCsvInstance($csvInstance)
@@ -805,6 +835,8 @@ public function getCsvInstance()
class Google_Service_Prediction_Insert extends Google_Collection
{
protected $collection_key = 'utility';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $modelType;
public $sourceModel;
@@ -898,6 +930,8 @@ public function getUtility()
class Google_Service_Prediction_Insert2 extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $created;
public $id;
public $kind;
@@ -1024,6 +1058,8 @@ public function getTrainingStatus()
class Google_Service_Prediction_Insert2ModelInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $classWeightedAccuracy;
public $classificationAccuracy;
public $meanSquaredError;
@@ -1095,6 +1131,8 @@ public function getNumberLabels()
class Google_Service_Prediction_InsertTrainingInstances extends Google_Collection
{
protected $collection_key = 'csvInstance';
+ protected $internal_gapi_mappings = array(
+ );
public $csvInstance;
public $output;
@@ -1121,12 +1159,15 @@ public function getOutput()
class Google_Service_Prediction_InsertUtility extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Prediction_Output extends Google_Collection
{
protected $collection_key = 'outputMulti';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $outputLabel;
@@ -1198,6 +1239,8 @@ public function getSelfLink()
class Google_Service_Prediction_OutputOutputMulti extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $label;
public $score;
@@ -1225,6 +1268,8 @@ public function getScore()
class Google_Service_Prediction_PredictionList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Prediction_Insert2';
protected $itemsDataType = 'array';
public $kind;
@@ -1275,6 +1320,8 @@ public function getSelfLink()
class Google_Service_Prediction_Update extends Google_Collection
{
protected $collection_key = 'csvInstance';
+ protected $internal_gapi_mappings = array(
+ );
public $csvInstance;
public $output;
From 16bf0216aed0744af73f3f463d6276c884dc347b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:50 -0700
Subject: [PATCH 0228/1219] Updated IdentityToolkit.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/IdentityToolkit.php | 51 +++++++++++++++++++++++++-
1 file changed, 50 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/IdentityToolkit.php b/src/Google/Service/IdentityToolkit.php
index 4b602596e..eee52a366 100644
--- a/src/Google/Service/IdentityToolkit.php
+++ b/src/Google/Service/IdentityToolkit.php
@@ -268,6 +268,8 @@ public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRel
class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $authUri;
public $captchaRequired;
public $forExistingProvider;
@@ -338,6 +340,8 @@ public function getRegistered()
class Google_Service_IdentityToolkit_DeleteAccountResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public function setKind($kind)
@@ -354,6 +358,8 @@ public function getKind()
class Google_Service_IdentityToolkit_DownloadAccountResponse extends Google_Collection
{
protected $collection_key = 'users';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
@@ -393,6 +399,8 @@ public function getUsers()
class Google_Service_IdentityToolkit_GetAccountInfoResponse extends Google_Collection
{
protected $collection_key = 'users';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
protected $usersDataType = 'array';
@@ -420,6 +428,8 @@ public function getUsers()
class Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $oobCode;
@@ -446,6 +456,8 @@ public function getOobCode()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $appId;
public $clientId;
public $context;
@@ -538,6 +550,8 @@ public function getProviderId()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $localId;
public function setLocalId($localId)
@@ -553,6 +567,8 @@ public function getLocalId()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $maxResults;
public $nextPageToken;
@@ -580,6 +596,8 @@ public function getNextPageToken()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Google_Collection
{
protected $collection_key = 'localId';
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $idToken;
public $localId;
@@ -617,11 +635,14 @@ public function getLocalId()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $newPassword;
public $oldPassword;
@@ -671,6 +692,8 @@ public function getOobCode()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest extends Google_Collection
{
protected $collection_key = 'provider';
+ protected $internal_gapi_mappings = array(
+ );
public $captchaChallenge;
public $captchaResponse;
public $displayName;
@@ -797,6 +820,8 @@ public function getUpgradeToFederatedLogin()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest extends Google_Collection
{
protected $collection_key = 'users';
+ protected $internal_gapi_mappings = array(
+ );
public $hashAlgorithm;
public $memoryCost;
public $rounds;
@@ -868,6 +893,8 @@ public function getUsers()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $pendingIdToken;
public $postBody;
public $requestUri;
@@ -905,6 +932,8 @@ public function getRequestUri()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $captchaChallenge;
public $captchaResponse;
public $email;
@@ -964,6 +993,8 @@ public function getPendingIdToken()
class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $captchaResp;
public $challenge;
public $email;
@@ -1056,6 +1087,8 @@ public function getUserIp()
class Google_Service_IdentityToolkit_ResetPasswordResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $kind;
@@ -1083,6 +1116,8 @@ public function getKind()
class Google_Service_IdentityToolkit_SetAccountInfoResponse extends Google_Collection
{
protected $collection_key = 'providerUserInfo';
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $email;
public $idToken;
@@ -1143,6 +1178,8 @@ public function getProviderUserInfo()
class Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $photoUrl;
public $providerId;
@@ -1181,6 +1218,8 @@ public function getProviderId()
class Google_Service_IdentityToolkit_UploadAccountResponse extends Google_Collection
{
protected $collection_key = 'error';
+ protected $internal_gapi_mappings = array(
+ );
protected $errorType = 'Google_Service_IdentityToolkit_UploadAccountResponseError';
protected $errorDataType = 'array';
public $kind;
@@ -1208,6 +1247,8 @@ public function getKind()
class Google_Service_IdentityToolkit_UploadAccountResponseError extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $index;
public $message;
@@ -1235,6 +1276,8 @@ public function getMessage()
class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
{
protected $collection_key = 'providerUserInfo';
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $email;
public $emailVerified;
@@ -1350,6 +1393,8 @@ public function getVersion()
class Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $federatedId;
public $photoUrl;
@@ -1399,6 +1444,8 @@ public function getProviderId()
class Google_Service_IdentityToolkit_VerifyAssertionResponse extends Google_Collection
{
protected $collection_key = 'verifiedProvider';
+ protected $internal_gapi_mappings = array(
+ );
public $action;
public $appInstallationUrl;
public $appScheme;
@@ -1700,6 +1747,8 @@ public function getVerifiedProvider()
class Google_Service_IdentityToolkit_VerifyPasswordResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $email;
public $idToken;
From a3e7f04fbf1dcbe3fa9b3d3e1bffa74acc30d356 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:51 -0700
Subject: [PATCH 0229/1219] Updated Drive.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Drive.php | 92 ++++++++++++++++++++++++++++++++++--
1 file changed, 88 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index 1bc3b9eda..291a60912 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -2538,6 +2538,8 @@ public function update($fileId, $revisionId, Google_Service_Drive_Revision $post
class Google_Service_Drive_About extends Google_Collection
{
protected $collection_key = 'quotaBytesByService';
+ protected $internal_gapi_mappings = array(
+ );
protected $additionalRoleInfoType = 'Google_Service_Drive_AboutAdditionalRoleInfo';
protected $additionalRoleInfoDataType = 'array';
public $domainSharingPolicy;
@@ -2803,6 +2805,8 @@ public function getUser()
class Google_Service_Drive_AboutAdditionalRoleInfo extends Google_Collection
{
protected $collection_key = 'roleSets';
+ protected $internal_gapi_mappings = array(
+ );
protected $roleSetsType = 'Google_Service_Drive_AboutAdditionalRoleInfoRoleSets';
protected $roleSetsDataType = 'array';
public $type;
@@ -2831,6 +2835,8 @@ public function getType()
class Google_Service_Drive_AboutAdditionalRoleInfoRoleSets extends Google_Collection
{
protected $collection_key = 'additionalRoles';
+ protected $internal_gapi_mappings = array(
+ );
public $additionalRoles;
public $primaryRole;
@@ -2858,6 +2864,8 @@ public function getPrimaryRole()
class Google_Service_Drive_AboutExportFormats extends Google_Collection
{
protected $collection_key = 'targets';
+ protected $internal_gapi_mappings = array(
+ );
public $source;
public $targets;
@@ -2884,6 +2892,8 @@ public function getTargets()
class Google_Service_Drive_AboutFeatures extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $featureName;
public $featureRate;
@@ -2911,6 +2921,8 @@ public function getFeatureRate()
class Google_Service_Drive_AboutImportFormats extends Google_Collection
{
protected $collection_key = 'targets';
+ protected $internal_gapi_mappings = array(
+ );
public $source;
public $targets;
@@ -2937,6 +2949,8 @@ public function getTargets()
class Google_Service_Drive_AboutMaxUploadSizes extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $size;
public $type;
@@ -2963,6 +2977,8 @@ public function getType()
class Google_Service_Drive_AboutQuotaBytesByService extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $bytesUsed;
public $serviceName;
@@ -2990,6 +3006,8 @@ public function getServiceName()
class Google_Service_Drive_App extends Google_Collection
{
protected $collection_key = 'secondaryMimeTypes';
+ protected $internal_gapi_mappings = array(
+ );
public $authorized;
public $createInFolderTemplate;
public $createUrl;
@@ -3259,6 +3277,8 @@ public function getUseByDefault()
class Google_Service_Drive_AppIcons extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $category;
public $iconUrl;
public $size;
@@ -3297,6 +3317,8 @@ public function getSize()
class Google_Service_Drive_AppList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $defaultAppIds;
public $etag;
protected $itemsType = 'Google_Service_Drive_App';
@@ -3357,6 +3379,8 @@ public function getSelfLink()
class Google_Service_Drive_Change extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $deleted;
protected $fileType = 'Google_Service_Drive_DriveFile';
protected $fileDataType = '';
@@ -3440,6 +3464,8 @@ public function getSelfLink()
class Google_Service_Drive_ChangeList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Drive_Change';
protected $itemsDataType = 'array';
@@ -3522,6 +3548,8 @@ public function getSelfLink()
class Google_Service_Drive_Channel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $address;
public $expiration;
public $id;
@@ -3636,12 +3664,15 @@ public function getType()
class Google_Service_Drive_ChannelParams extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Drive_ChildList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Drive_ChildReference';
protected $itemsDataType = 'array';
@@ -3713,6 +3744,8 @@ public function getSelfLink()
class Google_Service_Drive_ChildReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $childLink;
public $id;
public $kind;
@@ -3762,6 +3795,8 @@ public function getSelfLink()
class Google_Service_Drive_Comment extends Google_Collection
{
protected $collection_key = 'replies';
+ protected $internal_gapi_mappings = array(
+ );
public $anchor;
protected $authorType = 'Google_Service_Drive_User';
protected $authorDataType = '';
@@ -3934,6 +3969,8 @@ public function getStatus()
class Google_Service_Drive_CommentContext extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -3961,6 +3998,8 @@ public function getValue()
class Google_Service_Drive_CommentList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Drive_Comment';
protected $itemsDataType = 'array';
public $kind;
@@ -4021,6 +4060,8 @@ public function getSelfLink()
class Google_Service_Drive_CommentReply extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $authorType = 'Google_Service_Drive_User';
protected $authorDataType = '';
public $content;
@@ -4126,6 +4167,8 @@ public function getVerb()
class Google_Service_Drive_CommentReplyList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Drive_CommentReply';
protected $itemsDataType = 'array';
public $kind;
@@ -4187,6 +4230,8 @@ public function getSelfLink()
class Google_Service_Drive_DriveFile extends Google_Collection
{
protected $collection_key = 'properties';
+ protected $internal_gapi_mappings = array(
+ );
public $alternateLink;
public $appDataContents;
public $copyable;
@@ -4753,11 +4798,14 @@ public function getWritersCanShare()
class Google_Service_Drive_DriveFileExportLinks extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Drive_DriveFileImageMediaMetadata extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $aperture;
public $cameraMake;
public $cameraModel;
@@ -4994,6 +5042,8 @@ public function getWidth()
class Google_Service_Drive_DriveFileImageMediaMetadataLocation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $altitude;
public $latitude;
public $longitude;
@@ -5031,6 +5081,8 @@ public function getLongitude()
class Google_Service_Drive_DriveFileIndexableText extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $text;
public function setText($text)
@@ -5046,6 +5098,8 @@ public function getText()
class Google_Service_Drive_DriveFileLabels extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $hidden;
public $restricted;
public $starred;
@@ -5105,11 +5159,14 @@ public function getViewed()
class Google_Service_Drive_DriveFileOpenWithLinks extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Drive_DriveFileThumbnail extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $image;
public $mimeType;
@@ -5136,6 +5193,8 @@ public function getMimeType()
class Google_Service_Drive_DriveFileVideoMediaMetadata extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $durationMillis;
public $height;
public $width;
@@ -5174,6 +5233,8 @@ public function getWidth()
class Google_Service_Drive_FileList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Drive_DriveFile';
protected $itemsDataType = 'array';
@@ -5246,6 +5307,8 @@ public function getSelfLink()
class Google_Service_Drive_ParentList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Drive_ParentReference';
protected $itemsDataType = 'array';
@@ -5295,6 +5358,8 @@ public function getSelfLink()
class Google_Service_Drive_ParentReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $isRoot;
public $kind;
@@ -5355,6 +5420,8 @@ public function getSelfLink()
class Google_Service_Drive_Permission extends Google_Collection
{
protected $collection_key = 'additionalRoles';
+ protected $internal_gapi_mappings = array(
+ );
public $additionalRoles;
public $authKey;
public $domain;
@@ -5513,6 +5580,8 @@ public function getWithLink()
class Google_Service_Drive_PermissionId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
@@ -5540,6 +5609,8 @@ public function getKind()
class Google_Service_Drive_PermissionList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Drive_Permission';
protected $itemsDataType = 'array';
@@ -5589,6 +5660,8 @@ public function getSelfLink()
class Google_Service_Drive_Property extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $key;
public $kind;
@@ -5660,6 +5733,8 @@ public function getVisibility()
class Google_Service_Drive_PropertyList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Drive_Property';
protected $itemsDataType = 'array';
@@ -5709,6 +5784,8 @@ public function getSelfLink()
class Google_Service_Drive_Revision extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $downloadUrl;
public $etag;
public $exportLinks;
@@ -5912,12 +5989,15 @@ public function getSelfLink()
class Google_Service_Drive_RevisionExportLinks extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Drive_RevisionList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Drive_Revision';
protected $itemsDataType = 'array';
@@ -5967,6 +6047,8 @@ public function getSelfLink()
class Google_Service_Drive_User extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $emailAddress;
public $isAuthenticatedUser;
@@ -6038,6 +6120,8 @@ public function getPicture()
class Google_Service_Drive_UserPicture extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $url;
public function setUrl($url)
From 0a2d3df3a7fdfecd67b7b53f4c0ba0f60e4ebc56 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:51 -0700
Subject: [PATCH 0230/1219] Updated Urlshortener.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Urlshortener.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/Urlshortener.php b/src/Google/Service/Urlshortener.php
index 010529494..2ac1b6a32 100644
--- a/src/Google/Service/Urlshortener.php
+++ b/src/Google/Service/Urlshortener.php
@@ -160,6 +160,8 @@ public function listUrl($optParams = array())
class Google_Service_Urlshortener_AnalyticsSnapshot extends Google_Collection
{
protected $collection_key = 'referrers';
+ protected $internal_gapi_mappings = array(
+ );
protected $browsersType = 'Google_Service_Urlshortener_StringCount';
protected $browsersDataType = 'array';
protected $countriesType = 'Google_Service_Urlshortener_StringCount';
@@ -234,6 +236,8 @@ public function getShortUrlClicks()
class Google_Service_Urlshortener_AnalyticsSummary extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $allTimeType = 'Google_Service_Urlshortener_AnalyticsSnapshot';
protected $allTimeDataType = '';
protected $dayType = 'Google_Service_Urlshortener_AnalyticsSnapshot';
@@ -298,6 +302,8 @@ public function getWeek()
class Google_Service_Urlshortener_StringCount extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $id;
@@ -324,6 +330,8 @@ public function getId()
class Google_Service_Urlshortener_Url extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $analyticsType = 'Google_Service_Urlshortener_AnalyticsSummary';
protected $analyticsDataType = '';
public $created;
@@ -396,6 +404,8 @@ public function getStatus()
class Google_Service_Urlshortener_UrlHistory extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Urlshortener_Url';
protected $itemsDataType = 'array';
public $itemsPerPage;
From 6d7f130fe50033ce44c54461578cb36febd0bfd6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:51 -0700
Subject: [PATCH 0231/1219] Updated Gmail.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Gmail.php | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/src/Google/Service/Gmail.php b/src/Google/Service/Gmail.php
index 8e2e3cf3f..d56fdf93d 100644
--- a/src/Google/Service/Gmail.php
+++ b/src/Google/Service/Gmail.php
@@ -1212,6 +1212,8 @@ public function untrash($userId, $id, $optParams = array())
class Google_Service_Gmail_Draft extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $messageType = 'Google_Service_Gmail_Message';
protected $messageDataType = '';
@@ -1240,6 +1242,8 @@ public function getMessage()
class Google_Service_Gmail_History extends Google_Collection
{
protected $collection_key = 'messages';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $messagesType = 'Google_Service_Gmail_Message';
protected $messagesDataType = 'array';
@@ -1267,6 +1271,8 @@ public function getMessages()
class Google_Service_Gmail_Label extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $labelListVisibility;
public $messageListVisibility;
@@ -1327,6 +1333,8 @@ public function getType()
class Google_Service_Gmail_ListDraftsResponse extends Google_Collection
{
protected $collection_key = 'drafts';
+ protected $internal_gapi_mappings = array(
+ );
protected $draftsType = 'Google_Service_Gmail_Draft';
protected $draftsDataType = 'array';
public $nextPageToken;
@@ -1366,6 +1374,8 @@ public function getResultSizeEstimate()
class Google_Service_Gmail_ListHistoryResponse extends Google_Collection
{
protected $collection_key = 'history';
+ protected $internal_gapi_mappings = array(
+ );
protected $historyType = 'Google_Service_Gmail_History';
protected $historyDataType = 'array';
public $historyId;
@@ -1405,6 +1415,8 @@ public function getNextPageToken()
class Google_Service_Gmail_ListLabelsResponse extends Google_Collection
{
protected $collection_key = 'labels';
+ protected $internal_gapi_mappings = array(
+ );
protected $labelsType = 'Google_Service_Gmail_Label';
protected $labelsDataType = 'array';
@@ -1422,6 +1434,8 @@ public function getLabels()
class Google_Service_Gmail_ListMessagesResponse extends Google_Collection
{
protected $collection_key = 'messages';
+ protected $internal_gapi_mappings = array(
+ );
protected $messagesType = 'Google_Service_Gmail_Message';
protected $messagesDataType = 'array';
public $nextPageToken;
@@ -1461,6 +1475,8 @@ public function getResultSizeEstimate()
class Google_Service_Gmail_ListThreadsResponse extends Google_Collection
{
protected $collection_key = 'threads';
+ protected $internal_gapi_mappings = array(
+ );
public $nextPageToken;
public $resultSizeEstimate;
protected $threadsType = 'Google_Service_Gmail_Thread';
@@ -1500,6 +1516,8 @@ public function getThreads()
class Google_Service_Gmail_Message extends Google_Collection
{
protected $collection_key = 'labelIds';
+ protected $internal_gapi_mappings = array(
+ );
public $historyId;
public $id;
public $labelIds;
@@ -1594,6 +1612,8 @@ public function getThreadId()
class Google_Service_Gmail_MessagePart extends Google_Collection
{
protected $collection_key = 'parts';
+ protected $internal_gapi_mappings = array(
+ );
protected $bodyType = 'Google_Service_Gmail_MessagePartBody';
protected $bodyDataType = '';
public $filename;
@@ -1667,6 +1687,8 @@ public function getParts()
class Google_Service_Gmail_MessagePartBody extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $attachmentId;
public $data;
public $size;
@@ -1704,6 +1726,8 @@ public function getSize()
class Google_Service_Gmail_MessagePartHeader extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $value;
@@ -1731,6 +1755,8 @@ public function getValue()
class Google_Service_Gmail_ModifyMessageRequest extends Google_Collection
{
protected $collection_key = 'removeLabelIds';
+ protected $internal_gapi_mappings = array(
+ );
public $addLabelIds;
public $removeLabelIds;
@@ -1758,6 +1784,8 @@ public function getRemoveLabelIds()
class Google_Service_Gmail_ModifyThreadRequest extends Google_Collection
{
protected $collection_key = 'removeLabelIds';
+ protected $internal_gapi_mappings = array(
+ );
public $addLabelIds;
public $removeLabelIds;
@@ -1785,6 +1813,8 @@ public function getRemoveLabelIds()
class Google_Service_Gmail_Thread extends Google_Collection
{
protected $collection_key = 'messages';
+ protected $internal_gapi_mappings = array(
+ );
public $historyId;
public $id;
protected $messagesType = 'Google_Service_Gmail_Message';
From 29af82b05f9f23e567f6141a05fe78d8f27643e3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:52 -0700
Subject: [PATCH 0232/1219] Updated AdExchangeBuyer.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdExchangeBuyer.php | 41 ++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/src/Google/Service/AdExchangeBuyer.php b/src/Google/Service/AdExchangeBuyer.php
index 0ed662742..cc07873bc 100644
--- a/src/Google/Service/AdExchangeBuyer.php
+++ b/src/Google/Service/AdExchangeBuyer.php
@@ -706,6 +706,8 @@ public function update($accountId, $configId, Google_Service_AdExchangeBuyer_Pre
class Google_Service_AdExchangeBuyer_Account extends Google_Collection
{
protected $collection_key = 'bidderLocation';
+ protected $internal_gapi_mappings = array(
+ );
protected $bidderLocationType = 'Google_Service_AdExchangeBuyer_AccountBidderLocation';
protected $bidderLocationDataType = 'array';
public $cookieMatchingNid;
@@ -777,6 +779,8 @@ public function getMaximumTotalQps()
class Google_Service_AdExchangeBuyer_AccountBidderLocation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $maximumQps;
public $region;
public $url;
@@ -815,6 +819,8 @@ public function getUrl()
class Google_Service_AdExchangeBuyer_AccountsList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdExchangeBuyer_Account';
protected $itemsDataType = 'array';
public $kind;
@@ -843,6 +849,8 @@ public function getKind()
class Google_Service_AdExchangeBuyer_BillingInfo extends Google_Collection
{
protected $collection_key = 'billingId';
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $accountName;
public $billingId;
@@ -892,6 +900,8 @@ public function getKind()
class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdExchangeBuyer_BillingInfo';
protected $itemsDataType = 'array';
public $kind;
@@ -920,6 +930,9 @@ public function getKind()
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{
protected $collection_key = 'vendorType';
+ protected $internal_gapi_mappings = array(
+ "hTMLSnippet" => "HTMLSnippet",
+ );
public $hTMLSnippet;
public $accountId;
public $advertiserId;
@@ -1148,6 +1161,8 @@ public function getWidth()
class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collection
{
protected $collection_key = 'details';
+ protected $internal_gapi_mappings = array(
+ );
public $details;
public $reason;
@@ -1175,6 +1190,8 @@ public function getReason()
class Google_Service_AdExchangeBuyer_CreativeDisapprovalReasons extends Google_Collection
{
protected $collection_key = 'details';
+ protected $internal_gapi_mappings = array(
+ );
public $details;
public $reason;
@@ -1202,6 +1219,8 @@ public function getReason()
class Google_Service_AdExchangeBuyer_CreativeFilteringReasons extends Google_Collection
{
protected $collection_key = 'reasons';
+ protected $internal_gapi_mappings = array(
+ );
public $date;
protected $reasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons';
protected $reasonsDataType = 'array';
@@ -1229,6 +1248,8 @@ public function getReasons()
class Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $filteringCount;
public $filteringStatus;
@@ -1256,6 +1277,8 @@ public function getFilteringStatus()
class Google_Service_AdExchangeBuyer_CreativesList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdExchangeBuyer_Creative';
protected $itemsDataType = 'array';
public $kind;
@@ -1294,6 +1317,8 @@ public function getNextPageToken()
class Google_Service_AdExchangeBuyer_DirectDeal extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $accountId;
public $advertiser;
public $currencyCode;
@@ -1431,6 +1456,8 @@ public function getStartTime()
class Google_Service_AdExchangeBuyer_DirectDealsList extends Google_Collection
{
protected $collection_key = 'directDeals';
+ protected $internal_gapi_mappings = array(
+ );
protected $directDealsType = 'Google_Service_AdExchangeBuyer_DirectDeal';
protected $directDealsDataType = 'array';
public $kind;
@@ -1459,6 +1486,8 @@ public function getKind()
class Google_Service_AdExchangeBuyer_PerformanceReport extends Google_Collection
{
protected $collection_key = 'hostedMatchStatusRate';
+ protected $internal_gapi_mappings = array(
+ );
public $calloutStatusRate;
public $cookieMatcherStatusRate;
public $creativeStatusRate;
@@ -1640,6 +1669,8 @@ public function getTimestamp()
class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collection
{
protected $collection_key = 'performanceReport';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $performanceReportType = 'Google_Service_AdExchangeBuyer_PerformanceReport';
protected $performanceReportDataType = 'array';
@@ -1668,6 +1699,8 @@ public function getPerformanceReport()
class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collection
{
protected $collection_key = 'verticals';
+ protected $internal_gapi_mappings = array(
+ );
public $billingId;
public $configId;
public $configName;
@@ -1928,6 +1961,8 @@ public function getVerticals()
class Google_Service_AdExchangeBuyer_PretargetingConfigDimensions extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $width;
@@ -1954,6 +1989,8 @@ public function getWidth()
class Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $token;
public $type;
@@ -1981,6 +2018,8 @@ public function getType()
class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdExchangeBuyer_PretargetingConfig';
protected $itemsDataType = 'array';
public $kind;
@@ -2008,6 +2047,8 @@ public function getKind()
class Google_Service_AdExchangeBuyer_PretargetingConfigPlacements extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $token;
public $type;
From f8ff6bd3b8a22c6bd0cd4bb567583abc53506edb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:52 -0700
Subject: [PATCH 0233/1219] Updated GamesManagement.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/GamesManagement.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/src/Google/Service/GamesManagement.php b/src/Google/Service/GamesManagement.php
index da88b1808..39b6a4a69 100644
--- a/src/Google/Service/GamesManagement.php
+++ b/src/Google/Service/GamesManagement.php
@@ -605,6 +605,8 @@ public function reset($optParams = array())
class Google_Service_GamesManagement_AchievementResetAllResponse extends Google_Collection
{
protected $collection_key = 'results';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $resultsType = 'Google_Service_GamesManagement_AchievementResetResponse';
protected $resultsDataType = 'array';
@@ -632,6 +634,8 @@ public function getResults()
class Google_Service_GamesManagement_AchievementResetResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentState;
public $definitionId;
public $kind;
@@ -680,6 +684,8 @@ public function getUpdateOccurred()
class Google_Service_GamesManagement_GamesPlayedResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $autoMatched;
public $timeMillis;
@@ -706,6 +712,8 @@ public function getTimeMillis()
class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentExperiencePoints;
protected $currentLevelType = 'Google_Service_GamesManagement_GamesPlayerLevelResource';
protected $currentLevelDataType = '';
@@ -756,6 +764,8 @@ public function getNextLevel()
class Google_Service_GamesManagement_GamesPlayerLevelResource extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $level;
public $maxExperiencePoints;
public $minExperiencePoints;
@@ -793,6 +803,8 @@ public function getMinExperiencePoints()
class Google_Service_GamesManagement_HiddenPlayer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $hiddenTimeMillis;
public $kind;
protected $playerType = 'Google_Service_GamesManagement_Player';
@@ -832,6 +844,8 @@ public function getPlayer()
class Google_Service_GamesManagement_HiddenPlayerList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_GamesManagement_HiddenPlayer';
protected $itemsDataType = 'array';
public $kind;
@@ -870,6 +884,8 @@ public function getNextPageToken()
class Google_Service_GamesManagement_Player extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $avatarImageUrl;
public $displayName;
protected $experienceInfoType = 'Google_Service_GamesManagement_GamesPlayerExperienceInfoResource';
@@ -965,6 +981,8 @@ public function getTitle()
class Google_Service_GamesManagement_PlayerName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $givenName;
@@ -992,6 +1010,8 @@ public function getGivenName()
class Google_Service_GamesManagement_PlayerScoreResetResponse extends Google_Collection
{
protected $collection_key = 'resetScoreTimeSpans';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $resetScoreTimeSpans;
From b1c79df6ab3468376136dd580d8974a61d57014a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:53 -0700
Subject: [PATCH 0234/1219] Updated Directory.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Directory.php | 92 ++++++++++++++++++++++++++++++--
1 file changed, 89 insertions(+), 3 deletions(-)
diff --git a/src/Google/Service/Directory.php b/src/Google/Service/Directory.php
index 045620501..70b962702 100644
--- a/src/Google/Service/Directory.php
+++ b/src/Google/Service/Directory.php
@@ -2626,6 +2626,8 @@ public function listVerificationCodes($userKey, $optParams = array())
class Google_Service_Directory_Alias extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $alias;
public $etag;
public $id;
@@ -2686,6 +2688,8 @@ public function getPrimaryEmail()
class Google_Service_Directory_Aliases extends Google_Collection
{
protected $collection_key = 'aliases';
+ protected $internal_gapi_mappings = array(
+ );
protected $aliasesType = 'Google_Service_Directory_Alias';
protected $aliasesDataType = 'array';
public $etag;
@@ -2724,6 +2728,8 @@ public function getKind()
class Google_Service_Directory_Asp extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $codeId;
public $creationTime;
public $etag;
@@ -2806,6 +2812,8 @@ public function getUserKey()
class Google_Service_Directory_Asps extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Directory_Asp';
protected $itemsDataType = 'array';
@@ -2844,6 +2852,8 @@ public function getKind()
class Google_Service_Directory_Channel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $address;
public $expiration;
public $id;
@@ -2958,12 +2968,15 @@ public function getType()
class Google_Service_Directory_ChannelParams extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Directory_ChromeOsDevice extends Google_Collection
{
protected $collection_key = 'recentUsers';
+ protected $internal_gapi_mappings = array(
+ );
public $annotatedLocation;
public $annotatedUser;
public $bootMode;
@@ -3222,6 +3235,8 @@ public function getWillAutoRenew()
class Google_Service_Directory_ChromeOsDeviceRecentUsers extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $type;
@@ -3249,6 +3264,8 @@ public function getType()
class Google_Service_Directory_ChromeOsDevices extends Google_Collection
{
protected $collection_key = 'chromeosdevices';
+ protected $internal_gapi_mappings = array(
+ );
protected $chromeosdevicesType = 'Google_Service_Directory_ChromeOsDevice';
protected $chromeosdevicesDataType = 'array';
public $etag;
@@ -3299,6 +3316,8 @@ public function getNextPageToken()
class Google_Service_Directory_Group extends Google_Collection
{
protected $collection_key = 'nonEditableAliases';
+ protected $internal_gapi_mappings = array(
+ );
public $adminCreated;
public $aliases;
public $description;
@@ -3414,6 +3433,8 @@ public function getNonEditableAliases()
class Google_Service_Directory_Groups extends Google_Collection
{
protected $collection_key = 'groups';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $groupsType = 'Google_Service_Directory_Group';
protected $groupsDataType = 'array';
@@ -3463,6 +3484,8 @@ public function getNextPageToken()
class Google_Service_Directory_Member extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $email;
public $etag;
public $id;
@@ -3534,6 +3557,8 @@ public function getType()
class Google_Service_Directory_Members extends Google_Collection
{
protected $collection_key = 'members';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
protected $membersType = 'Google_Service_Directory_Member';
@@ -3584,6 +3609,8 @@ public function getNextPageToken()
class Google_Service_Directory_MobileDevice extends Google_Collection
{
protected $collection_key = 'name';
+ protected $internal_gapi_mappings = array(
+ );
protected $applicationsType = 'Google_Service_Directory_MobileDeviceApplications';
protected $applicationsDataType = 'array';
public $basebandVersion;
@@ -3875,6 +3902,8 @@ public function getWifiMacAddress()
class Google_Service_Directory_MobileDeviceAction extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $action;
public function setAction($action)
@@ -3891,6 +3920,8 @@ public function getAction()
class Google_Service_Directory_MobileDeviceApplications extends Google_Collection
{
protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
public $displayName;
public $packageName;
public $permission;
@@ -3951,6 +3982,8 @@ public function getVersionName()
class Google_Service_Directory_MobileDevices extends Google_Collection
{
protected $collection_key = 'mobiledevices';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
protected $mobiledevicesType = 'Google_Service_Directory_MobileDevice';
@@ -4000,6 +4033,8 @@ public function getNextPageToken()
class Google_Service_Directory_Notification extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $body;
public $etag;
public $fromAddress;
@@ -4093,6 +4128,8 @@ public function getSubject()
class Google_Service_Directory_Notifications extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Directory_Notification';
protected $itemsDataType = 'array';
@@ -4153,6 +4190,8 @@ public function getUnreadNotificationsCount()
class Google_Service_Directory_OrgUnit extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $blockInheritance;
public $description;
public $etag;
@@ -4235,6 +4274,8 @@ public function getParentOrgUnitPath()
class Google_Service_Directory_OrgUnits extends Google_Collection
{
protected $collection_key = 'organizationUnits';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
protected $organizationUnitsType = 'Google_Service_Directory_OrgUnit';
@@ -4274,6 +4315,8 @@ public function getOrganizationUnits()
class Google_Service_Directory_Schema extends Google_Collection
{
protected $collection_key = 'fields';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $fieldsType = 'Google_Service_Directory_SchemaFieldSpec';
protected $fieldsDataType = 'array';
@@ -4334,6 +4377,8 @@ public function getSchemaName()
class Google_Service_Directory_SchemaFieldSpec extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $fieldId;
public $fieldName;
@@ -4438,6 +4483,8 @@ public function getReadAccessType()
class Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $maxValue;
public $minValue;
@@ -4465,6 +4512,8 @@ public function getMinValue()
class Google_Service_Directory_Schemas extends Google_Collection
{
protected $collection_key = 'schemas';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
protected $schemasType = 'Google_Service_Directory_Schema';
@@ -4504,6 +4553,8 @@ public function getSchemas()
class Google_Service_Directory_Token extends Google_Collection
{
protected $collection_key = 'scopes';
+ protected $internal_gapi_mappings = array(
+ );
public $anonymous;
public $clientId;
public $displayText;
@@ -4597,6 +4648,8 @@ public function getUserKey()
class Google_Service_Directory_Tokens extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Directory_Token';
protected $itemsDataType = 'array';
@@ -4636,6 +4689,8 @@ public function getKind()
class Google_Service_Directory_User extends Google_Collection
{
protected $collection_key = 'nonEditableAliases';
+ protected $internal_gapi_mappings = array(
+ );
public $addresses;
public $agreedToTerms;
public $aliases;
@@ -4993,6 +5048,8 @@ public function getThumbnailPhotoUrl()
class Google_Service_Directory_UserAddress extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $country;
public $countryCode;
public $customType;
@@ -5140,16 +5197,20 @@ public function getType()
class Google_Service_Directory_UserCustomProperties extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Directory_UserCustomSchemas extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Directory_UserEmail extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $address;
public $customType;
public $primary;
@@ -5198,6 +5259,8 @@ public function getType()
class Google_Service_Directory_UserExternalId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customType;
public $type;
public $value;
@@ -5235,6 +5298,8 @@ public function getValue()
class Google_Service_Directory_UserIm extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customProtocol;
public $customType;
public $im;
@@ -5305,6 +5370,8 @@ public function getType()
class Google_Service_Directory_UserMakeAdmin extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $status;
public function setStatus($status)
@@ -5320,6 +5387,8 @@ public function getStatus()
class Google_Service_Directory_UserName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $fullName;
public $givenName;
@@ -5357,6 +5426,8 @@ public function getGivenName()
class Google_Service_Directory_UserOrganization extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $costCenter;
public $customType;
public $department;
@@ -5482,6 +5553,8 @@ public function getType()
class Google_Service_Directory_UserPhone extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customType;
public $primary;
public $type;
@@ -5530,6 +5603,8 @@ public function getValue()
class Google_Service_Directory_UserPhoto extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $height;
public $id;
@@ -5622,6 +5697,8 @@ public function getWidth()
class Google_Service_Directory_UserRelation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customType;
public $type;
public $value;
@@ -5659,6 +5736,8 @@ public function getValue()
class Google_Service_Directory_UserUndelete extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $orgUnitPath;
public function setOrgUnitPath($orgUnitPath)
@@ -5675,6 +5754,9 @@ public function getOrgUnitPath()
class Google_Service_Directory_Users extends Google_Collection
{
protected $collection_key = 'users';
+ protected $internal_gapi_mappings = array(
+ "triggerEvent" => "trigger_event",
+ );
public $etag;
public $kind;
public $nextPageToken;
@@ -5735,6 +5817,8 @@ public function getUsers()
class Google_Service_Directory_VerificationCode extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $kind;
public $userId;
@@ -5784,6 +5868,8 @@ public function getVerificationCode()
class Google_Service_Directory_VerificationCodes extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Directory_VerificationCode';
protected $itemsDataType = 'array';
From 35ab392cb3be3b6721f1005722cfbfce4cc271e7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:53 -0700
Subject: [PATCH 0235/1219] Updated Games.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Games.php | 203 +++++++++++++++++++++++++++++++++++
1 file changed, 203 insertions(+)
diff --git a/src/Google/Service/Games.php b/src/Google/Service/Games.php
index fe72291ad..900c0466e 100644
--- a/src/Google/Service/Games.php
+++ b/src/Google/Service/Games.php
@@ -2283,6 +2283,8 @@ public function takeTurn($matchId, Google_Service_Games_TurnBasedMatchTurn $post
class Google_Service_Games_AchievementDefinition extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $achievementType;
public $description;
public $experiencePoints;
@@ -2431,6 +2433,8 @@ public function getUnlockedIconUrl()
class Google_Service_Games_AchievementDefinitionsListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_AchievementDefinition';
protected $itemsDataType = 'array';
public $kind;
@@ -2469,6 +2473,8 @@ public function getNextPageToken()
class Google_Service_Games_AchievementIncrementResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentSteps;
public $kind;
public $newlyUnlocked;
@@ -2506,6 +2512,8 @@ public function getNewlyUnlocked()
class Google_Service_Games_AchievementRevealResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentState;
public $kind;
@@ -2532,6 +2540,8 @@ public function getKind()
class Google_Service_Games_AchievementSetStepsAtLeastResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentSteps;
public $kind;
public $newlyUnlocked;
@@ -2569,6 +2579,8 @@ public function getNewlyUnlocked()
class Google_Service_Games_AchievementUnlockResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $newlyUnlocked;
@@ -2596,6 +2608,8 @@ public function getNewlyUnlocked()
class Google_Service_Games_AchievementUpdateMultipleRequest extends Google_Collection
{
protected $collection_key = 'updates';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $updatesType = 'Google_Service_Games_AchievementUpdateRequest';
protected $updatesDataType = 'array';
@@ -2624,6 +2638,8 @@ public function getUpdates()
class Google_Service_Games_AchievementUpdateMultipleResponse extends Google_Collection
{
protected $collection_key = 'updatedAchievements';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $updatedAchievementsType = 'Google_Service_Games_AchievementUpdateResponse';
protected $updatedAchievementsDataType = 'array';
@@ -2651,6 +2667,8 @@ public function getUpdatedAchievements()
class Google_Service_Games_AchievementUpdateRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $achievementId;
protected $incrementPayloadType = 'Google_Service_Games_GamesAchievementIncrement';
protected $incrementPayloadDataType = '';
@@ -2712,6 +2730,8 @@ public function getUpdateType()
class Google_Service_Games_AchievementUpdateResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $achievementId;
public $currentState;
public $currentSteps;
@@ -2782,6 +2802,8 @@ public function getUpdateOccurred()
class Google_Service_Games_AggregateStats extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $kind;
public $max;
@@ -2841,6 +2863,8 @@ public function getSum()
class Google_Service_Games_AnonymousPlayer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $avatarImageUrl;
public $displayName;
public $kind;
@@ -2879,6 +2903,10 @@ public function getKind()
class Google_Service_Games_Application extends Google_Collection
{
protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ "achievementCount" => "achievement_count",
+ "leaderboardCount" => "leaderboard_count",
+ );
public $achievementCount;
protected $assetsType = 'Google_Service_Games_ImageAsset';
protected $assetsDataType = 'array';
@@ -3018,6 +3046,8 @@ public function getName()
class Google_Service_Games_ApplicationCategory extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $primary;
public $secondary;
@@ -3055,6 +3085,8 @@ public function getSecondary()
class Google_Service_Games_Category extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $category;
public $experiencePoints;
public $kind;
@@ -3093,6 +3125,8 @@ public function getKind()
class Google_Service_Games_CategoryListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_Category';
protected $itemsDataType = 'array';
public $kind;
@@ -3131,6 +3165,8 @@ public function getNextPageToken()
class Google_Service_Games_EventBatchRecordFailure extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $failureCause;
public $kind;
protected $rangeType = 'Google_Service_Games_EventPeriodRange';
@@ -3169,6 +3205,8 @@ public function getRange()
class Google_Service_Games_EventChild extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $childId;
public $kind;
@@ -3196,6 +3234,8 @@ public function getKind()
class Google_Service_Games_EventDefinition extends Google_Collection
{
protected $collection_key = 'childEvents';
+ protected $internal_gapi_mappings = array(
+ );
protected $childEventsType = 'Google_Service_Games_EventChild';
protected $childEventsDataType = 'array';
public $description;
@@ -3290,6 +3330,8 @@ public function getVisibility()
class Google_Service_Games_EventDefinitionListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_EventDefinition';
protected $itemsDataType = 'array';
public $kind;
@@ -3328,6 +3370,8 @@ public function getNextPageToken()
class Google_Service_Games_EventPeriodRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $periodEndMillis;
public $periodStartMillis;
@@ -3366,6 +3410,8 @@ public function getPeriodStartMillis()
class Google_Service_Games_EventPeriodUpdate extends Google_Collection
{
protected $collection_key = 'updates';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $timePeriodType = 'Google_Service_Games_EventPeriodRange';
protected $timePeriodDataType = '';
@@ -3405,6 +3451,8 @@ public function getUpdates()
class Google_Service_Games_EventRecordFailure extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $eventId;
public $failureCause;
public $kind;
@@ -3443,6 +3491,8 @@ public function getKind()
class Google_Service_Games_EventRecordRequest extends Google_Collection
{
protected $collection_key = 'timePeriods';
+ protected $internal_gapi_mappings = array(
+ );
public $currentTimeMillis;
public $kind;
public $requestId;
@@ -3492,6 +3542,8 @@ public function getTimePeriods()
class Google_Service_Games_EventUpdateRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $definitionId;
public $kind;
public $updateCount;
@@ -3530,6 +3582,8 @@ public function getUpdateCount()
class Google_Service_Games_EventUpdateResponse extends Google_Collection
{
protected $collection_key = 'playerEvents';
+ protected $internal_gapi_mappings = array(
+ );
protected $batchFailuresType = 'Google_Service_Games_EventBatchRecordFailure';
protected $batchFailuresDataType = 'array';
protected $eventFailuresType = 'Google_Service_Games_EventRecordFailure';
@@ -3581,6 +3635,8 @@ public function getPlayerEvents()
class Google_Service_Games_GamesAchievementIncrement extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $requestId;
public $steps;
@@ -3618,6 +3674,8 @@ public function getSteps()
class Google_Service_Games_GamesAchievementSetStepsAtLeast extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $steps;
@@ -3644,6 +3702,8 @@ public function getSteps()
class Google_Service_Games_ImageAsset extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $kind;
public $name;
@@ -3703,6 +3763,8 @@ public function getWidth()
class Google_Service_Games_Instance extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $acquisitionUri;
protected $androidInstanceType = 'Google_Service_Games_InstanceAndroidDetails';
protected $androidInstanceDataType = '';
@@ -3809,6 +3871,8 @@ public function getWebInstance()
class Google_Service_Games_InstanceAndroidDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $enablePiracyCheck;
public $kind;
public $packageName;
@@ -3857,6 +3921,8 @@ public function getPreferred()
class Google_Service_Games_InstanceIosDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $bundleIdentifier;
public $itunesAppId;
public $kind;
@@ -3938,6 +4004,8 @@ public function getSupportIphone()
class Google_Service_Games_InstanceWebDetails extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $launchUrl;
public $preferred;
@@ -3975,6 +4043,8 @@ public function getPreferred()
class Google_Service_Games_Leaderboard extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $iconUrl;
public $id;
public $isIconUrlDefault;
@@ -4045,6 +4115,8 @@ public function getOrder()
class Google_Service_Games_LeaderboardEntry extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $formattedScore;
public $formattedScoreRank;
public $kind;
@@ -4150,6 +4222,8 @@ public function getWriteTimestampMillis()
class Google_Service_Games_LeaderboardListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_Leaderboard';
protected $itemsDataType = 'array';
public $kind;
@@ -4188,6 +4262,8 @@ public function getNextPageToken()
class Google_Service_Games_LeaderboardScoreRank extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $formattedNumScores;
public $formattedRank;
public $kind;
@@ -4248,6 +4324,8 @@ public function getRank()
class Google_Service_Games_LeaderboardScores extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_LeaderboardEntry';
protected $itemsDataType = 'array';
public $kind;
@@ -4321,6 +4399,8 @@ public function getPrevPageToken()
class Google_Service_Games_MetagameConfig extends Google_Collection
{
protected $collection_key = 'playerLevels';
+ protected $internal_gapi_mappings = array(
+ );
public $currentVersion;
public $kind;
protected $playerLevelsType = 'Google_Service_Games_PlayerLevel';
@@ -4359,6 +4439,8 @@ public function getPlayerLevels()
class Google_Service_Games_NetworkDiagnostics extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $androidNetworkSubtype;
public $androidNetworkType;
public $iosNetworkType;
@@ -4440,6 +4522,8 @@ public function getRegistrationLatencyMillis()
class Google_Service_Games_ParticipantResult extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $participantId;
public $placing;
@@ -4488,6 +4572,8 @@ public function getResult()
class Google_Service_Games_PeerChannelDiagnostics extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $bytesReceivedType = 'Google_Service_Games_AggregateStats';
protected $bytesReceivedDataType = '';
protected $bytesSentType = 'Google_Service_Games_AggregateStats';
@@ -4583,6 +4669,8 @@ public function getRoundtripLatencyMillis()
class Google_Service_Games_PeerSessionDiagnostics extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $connectedTimestampMillis;
public $kind;
public $participantId;
@@ -4644,6 +4732,8 @@ public function getUnreliableChannel()
class Google_Service_Games_Played extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $autoMatched;
public $kind;
public $timeMillis;
@@ -4681,6 +4771,8 @@ public function getTimeMillis()
class Google_Service_Games_Player extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $avatarImageUrl;
public $displayName;
protected $experienceInfoType = 'Google_Service_Games_PlayerExperienceInfo';
@@ -4776,6 +4868,8 @@ public function getTitle()
class Google_Service_Games_PlayerAchievement extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $achievementState;
public $currentSteps;
public $experiencePoints;
@@ -4858,6 +4952,8 @@ public function getLastUpdatedTimestamp()
class Google_Service_Games_PlayerAchievementListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_PlayerAchievement';
protected $itemsDataType = 'array';
public $kind;
@@ -4896,6 +4992,8 @@ public function getNextPageToken()
class Google_Service_Games_PlayerEvent extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $definitionId;
public $formattedNumEvents;
public $kind;
@@ -4956,6 +5054,8 @@ public function getPlayerId()
class Google_Service_Games_PlayerEventListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_PlayerEvent';
protected $itemsDataType = 'array';
public $kind;
@@ -4994,6 +5094,8 @@ public function getNextPageToken()
class Google_Service_Games_PlayerExperienceInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currentExperiencePoints;
protected $currentLevelType = 'Google_Service_Games_PlayerLevel';
protected $currentLevelDataType = '';
@@ -5055,6 +5157,9 @@ public function getNextLevel()
class Google_Service_Games_PlayerLeaderboardScore extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "leaderboardId" => "leaderboard_id",
+ );
public $kind;
public $leaderboardId;
protected $publicRankType = 'Google_Service_Games_LeaderboardScoreRank';
@@ -5161,6 +5266,8 @@ public function getWriteTimestamp()
class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_PlayerLeaderboardScore';
protected $itemsDataType = 'array';
public $kind;
@@ -5211,6 +5318,8 @@ public function getPlayer()
class Google_Service_Games_PlayerLevel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $level;
public $maxExperiencePoints;
@@ -5260,6 +5369,8 @@ public function getMinExperiencePoints()
class Google_Service_Games_PlayerListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_Player';
protected $itemsDataType = 'array';
public $kind;
@@ -5298,6 +5409,8 @@ public function getNextPageToken()
class Google_Service_Games_PlayerName extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $familyName;
public $givenName;
@@ -5324,6 +5437,8 @@ public function getGivenName()
class Google_Service_Games_PlayerScore extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $formattedScore;
public $kind;
public $score;
@@ -5384,6 +5499,8 @@ public function getTimeSpan()
class Google_Service_Games_PlayerScoreListResponse extends Google_Collection
{
protected $collection_key = 'submittedScores';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $submittedScoresType = 'Google_Service_Games_PlayerScoreResponse';
protected $submittedScoresDataType = 'array';
@@ -5412,6 +5529,8 @@ public function getSubmittedScores()
class Google_Service_Games_PlayerScoreResponse extends Google_Collection
{
protected $collection_key = 'unbeatenScores';
+ protected $internal_gapi_mappings = array(
+ );
public $beatenScoreTimeSpans;
public $formattedScore;
public $kind;
@@ -5484,6 +5603,8 @@ public function getUnbeatenScores()
class Google_Service_Games_PlayerScoreSubmissionList extends Google_Collection
{
protected $collection_key = 'scores';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $scoresType = 'Google_Service_Games_ScoreSubmission';
protected $scoresDataType = 'array';
@@ -5511,6 +5632,8 @@ public function getScores()
class Google_Service_Games_PushToken extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $clientRevision;
protected $idType = 'Google_Service_Games_PushTokenId';
protected $idDataType = '';
@@ -5560,6 +5683,8 @@ public function getLanguage()
class Google_Service_Games_PushTokenId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $iosType = 'Google_Service_Games_PushTokenIdIos';
protected $iosDataType = '';
public $kind;
@@ -5587,6 +5712,10 @@ public function getKind()
class Google_Service_Games_PushTokenIdIos extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "apnsDeviceToken" => "apns_device_token",
+ "apnsEnvironment" => "apns_environment",
+ );
public $apnsDeviceToken;
public $apnsEnvironment;
@@ -5614,6 +5743,8 @@ public function getApnsEnvironment()
class Google_Service_Games_Quest extends Google_Collection
{
protected $collection_key = 'milestones';
+ protected $internal_gapi_mappings = array(
+ );
public $acceptedTimestampMillis;
public $applicationId;
public $bannerUrl;
@@ -5795,6 +5926,8 @@ public function getState()
class Google_Service_Games_QuestContribution extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $formattedValue;
public $kind;
public $value;
@@ -5832,6 +5965,8 @@ public function getValue()
class Google_Service_Games_QuestCriterion extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $completionContributionType = 'Google_Service_Games_QuestContribution';
protected $completionContributionDataType = '';
protected $currentContributionType = 'Google_Service_Games_QuestContribution';
@@ -5895,6 +6030,8 @@ public function getKind()
class Google_Service_Games_QuestListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_Quest';
protected $itemsDataType = 'array';
public $kind;
@@ -5934,6 +6071,8 @@ public function getNextPageToken()
class Google_Service_Games_QuestMilestone extends Google_Collection
{
protected $collection_key = 'criteria';
+ protected $internal_gapi_mappings = array(
+ );
public $completionRewardData;
protected $criteriaType = 'Google_Service_Games_QuestCriterion';
protected $criteriaDataType = 'array';
@@ -5994,6 +6133,8 @@ public function getState()
class Google_Service_Games_RevisionCheckResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $apiVersion;
public $kind;
public $revisionStatus;
@@ -6032,6 +6173,8 @@ public function getRevisionStatus()
class Google_Service_Games_Room extends Google_Collection
{
protected $collection_key = 'participants';
+ protected $internal_gapi_mappings = array(
+ );
public $applicationId;
protected $autoMatchingCriteriaType = 'Google_Service_Games_RoomAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
@@ -6184,6 +6327,8 @@ public function getVariant()
class Google_Service_Games_RoomAutoMatchStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $waitEstimateSeconds;
@@ -6210,6 +6355,8 @@ public function getWaitEstimateSeconds()
class Google_Service_Games_RoomAutoMatchingCriteria extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $exclusiveBitmask;
public $kind;
public $maxAutoMatchingPlayers;
@@ -6258,6 +6405,8 @@ public function getMinAutoMatchingPlayers()
class Google_Service_Games_RoomClientAddress extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $xmppAddress;
@@ -6285,6 +6434,8 @@ public function getXmppAddress()
class Google_Service_Games_RoomCreateRequest extends Google_Collection
{
protected $collection_key = 'invitedPlayerIds';
+ protected $internal_gapi_mappings = array(
+ );
protected $autoMatchingCriteriaType = 'Google_Service_Games_RoomAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
public $capabilities;
@@ -6381,6 +6532,8 @@ public function getVariant()
class Google_Service_Games_RoomJoinRequest extends Google_Collection
{
protected $collection_key = 'capabilities';
+ protected $internal_gapi_mappings = array(
+ );
public $capabilities;
protected $clientAddressType = 'Google_Service_Games_RoomClientAddress';
protected $clientAddressDataType = '';
@@ -6432,6 +6585,8 @@ public function getNetworkDiagnostics()
class Google_Service_Games_RoomLeaveDiagnostics extends Google_Collection
{
protected $collection_key = 'peerSession';
+ protected $internal_gapi_mappings = array(
+ );
public $androidNetworkSubtype;
public $androidNetworkType;
public $iosNetworkType;
@@ -6525,6 +6680,8 @@ public function getSocketsUsed()
class Google_Service_Games_RoomLeaveRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $leaveDiagnosticsType = 'Google_Service_Games_RoomLeaveDiagnostics';
protected $leaveDiagnosticsDataType = '';
@@ -6564,6 +6721,8 @@ public function getReason()
class Google_Service_Games_RoomList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_Room';
protected $itemsDataType = 'array';
public $kind;
@@ -6602,6 +6761,8 @@ public function getNextPageToken()
class Google_Service_Games_RoomModification extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $modifiedTimestampMillis;
public $participantId;
@@ -6639,6 +6800,9 @@ public function getParticipantId()
class Google_Service_Games_RoomP2PStatus extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "errorReason" => "error_reason",
+ );
public $connectionSetupLatencyMillis;
public $error;
public $errorReason;
@@ -6721,6 +6885,8 @@ public function getUnreliableRoundtripLatencyMillis()
class Google_Service_Games_RoomP2PStatuses extends Google_Collection
{
protected $collection_key = 'updates';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $updatesType = 'Google_Service_Games_RoomP2PStatus';
protected $updatesDataType = 'array';
@@ -6749,6 +6915,8 @@ public function getUpdates()
class Google_Service_Games_RoomParticipant extends Google_Collection
{
protected $collection_key = 'capabilities';
+ protected $internal_gapi_mappings = array(
+ );
public $autoMatched;
protected $autoMatchedPlayerType = 'Google_Service_Games_AnonymousPlayer';
protected $autoMatchedPlayerDataType = '';
@@ -6867,6 +7035,8 @@ public function getStatus()
class Google_Service_Games_RoomStatus extends Google_Collection
{
protected $collection_key = 'participants';
+ protected $internal_gapi_mappings = array(
+ );
protected $autoMatchingStatusType = 'Google_Service_Games_RoomAutoMatchStatus';
protected $autoMatchingStatusDataType = '';
public $kind;
@@ -6939,6 +7109,8 @@ public function getStatusVersion()
class Google_Service_Games_ScoreSubmission extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $leaderboardId;
public $score;
@@ -6998,6 +7170,8 @@ public function getSignature()
class Google_Service_Games_Snapshot extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $coverImageType = 'Google_Service_Games_SnapshotImage';
protected $coverImageDataType = '';
public $description;
@@ -7113,6 +7287,9 @@ public function getUniqueName()
class Google_Service_Games_SnapshotImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "mimeType" => "mime_type",
+ );
public $height;
public $kind;
public $mimeType;
@@ -7173,6 +7350,8 @@ public function getWidth()
class Google_Service_Games_SnapshotListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_Snapshot';
protected $itemsDataType = 'array';
public $kind;
@@ -7211,6 +7390,8 @@ public function getNextPageToken()
class Google_Service_Games_TurnBasedAutoMatchingCriteria extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $exclusiveBitmask;
public $kind;
public $maxAutoMatchingPlayers;
@@ -7260,6 +7441,8 @@ public function getMinAutoMatchingPlayers()
class Google_Service_Games_TurnBasedMatch extends Google_Collection
{
protected $collection_key = 'results';
+ protected $internal_gapi_mappings = array(
+ );
public $applicationId;
protected $autoMatchingCriteriaType = 'Google_Service_Games_TurnBasedAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
@@ -7492,6 +7675,8 @@ public function getWithParticipantId()
class Google_Service_Games_TurnBasedMatchCreateRequest extends Google_Collection
{
protected $collection_key = 'invitedPlayerIds';
+ protected $internal_gapi_mappings = array(
+ );
protected $autoMatchingCriteriaType = 'Google_Service_Games_TurnBasedAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
public $invitedPlayerIds;
@@ -7552,6 +7737,8 @@ public function getVariant()
class Google_Service_Games_TurnBasedMatchData extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $data;
public $dataAvailable;
public $kind;
@@ -7589,6 +7776,8 @@ public function getKind()
class Google_Service_Games_TurnBasedMatchDataRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $data;
public $kind;
@@ -7616,6 +7805,8 @@ public function getKind()
class Google_Service_Games_TurnBasedMatchList extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_TurnBasedMatch';
protected $itemsDataType = 'array';
public $kind;
@@ -7654,6 +7845,8 @@ public function getNextPageToken()
class Google_Service_Games_TurnBasedMatchModification extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $modifiedTimestampMillis;
public $participantId;
@@ -7691,6 +7884,8 @@ public function getParticipantId()
class Google_Service_Games_TurnBasedMatchParticipant extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $autoMatched;
protected $autoMatchedPlayerType = 'Google_Service_Games_AnonymousPlayer';
protected $autoMatchedPlayerDataType = '';
@@ -7763,6 +7958,8 @@ public function getStatus()
class Google_Service_Games_TurnBasedMatchRematch extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $previousMatchType = 'Google_Service_Games_TurnBasedMatch';
protected $previousMatchDataType = '';
@@ -7803,6 +8000,8 @@ public function getRematch()
class Google_Service_Games_TurnBasedMatchResults extends Google_Collection
{
protected $collection_key = 'results';
+ protected $internal_gapi_mappings = array(
+ );
protected $dataType = 'Google_Service_Games_TurnBasedMatchDataRequest';
protected $dataDataType = '';
public $kind;
@@ -7854,6 +8053,8 @@ public function getResults()
class Google_Service_Games_TurnBasedMatchSync extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Games_TurnBasedMatch';
protected $itemsDataType = 'array';
public $kind;
@@ -7904,6 +8105,8 @@ public function getNextPageToken()
class Google_Service_Games_TurnBasedMatchTurn extends Google_Collection
{
protected $collection_key = 'results';
+ protected $internal_gapi_mappings = array(
+ );
protected $dataType = 'Google_Service_Games_TurnBasedMatchDataRequest';
protected $dataDataType = '';
public $kind;
From 8079b2ea6cf06e63e189df0a80764d5a00669619 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:54 -0700
Subject: [PATCH 0236/1219] Updated Spectrum.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Spectrum.php | 66 +++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
diff --git a/src/Google/Service/Spectrum.php b/src/Google/Service/Spectrum.php
index c2fbbdf3b..96233f89b 100644
--- a/src/Google/Service/Spectrum.php
+++ b/src/Google/Service/Spectrum.php
@@ -193,6 +193,8 @@ public function verifyDevice(Google_Service_Spectrum_PawsVerifyDeviceRequest $po
class Google_Service_Spectrum_AntennaCharacteristics extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $heightType;
public $heightUncertainty;
@@ -230,6 +232,8 @@ public function getHeightUncertainty()
class Google_Service_Spectrum_DatabaseSpec extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public $uri;
@@ -257,6 +261,8 @@ public function getUri()
class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection
{
protected $collection_key = 'databases';
+ protected $internal_gapi_mappings = array(
+ );
protected $databasesType = 'Google_Service_Spectrum_DatabaseSpec';
protected $databasesDataType = 'array';
@@ -274,6 +280,8 @@ public function getDatabases()
class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection
{
protected $collection_key = 'frequencyRanges';
+ protected $internal_gapi_mappings = array(
+ );
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
protected $frequencyRangesDataType = 'array';
@@ -291,6 +299,8 @@ public function getFrequencyRanges()
class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection
{
protected $collection_key = 'rulesetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $etsiEnDeviceCategory;
public $etsiEnDeviceEmissionsClass;
public $etsiEnDeviceType;
@@ -405,6 +415,8 @@ public function getSerialNumber()
class Google_Service_Spectrum_DeviceOwner extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $operatorType = 'Google_Service_Spectrum_Vcard';
protected $operatorDataType = '';
protected $ownerType = 'Google_Service_Spectrum_Vcard';
@@ -433,6 +445,8 @@ public function getOwner()
class Google_Service_Spectrum_DeviceValidity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
protected $deviceDescDataType = '';
public $isValid;
@@ -471,6 +485,8 @@ public function getReason()
class Google_Service_Spectrum_EventTime extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $startTime;
public $stopTime;
@@ -497,6 +513,8 @@ public function getStopTime()
class Google_Service_Spectrum_FrequencyRange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $channelId;
public $maxPowerDBm;
public $startHz;
@@ -545,6 +563,8 @@ public function getStopHz()
class Google_Service_Spectrum_GeoLocation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $confidence;
protected $pointType = 'Google_Service_Spectrum_GeoLocationEllipse';
protected $pointDataType = '';
@@ -584,6 +604,8 @@ public function getRegion()
class Google_Service_Spectrum_GeoLocationEllipse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $centerType = 'Google_Service_Spectrum_GeoLocationPoint';
protected $centerDataType = '';
public $orientation;
@@ -633,6 +655,8 @@ public function getSemiMinorAxis()
class Google_Service_Spectrum_GeoLocationPoint extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $latitude;
public $longitude;
@@ -660,6 +684,8 @@ public function getLongitude()
class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection
{
protected $collection_key = 'exterior';
+ protected $internal_gapi_mappings = array(
+ );
protected $exteriorType = 'Google_Service_Spectrum_GeoLocationPoint';
protected $exteriorDataType = 'array';
@@ -677,6 +703,8 @@ public function getExterior()
class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection
{
protected $collection_key = 'spectrumSchedules';
+ protected $internal_gapi_mappings = array(
+ );
protected $locationType = 'Google_Service_Spectrum_GeoLocation';
protected $locationDataType = '';
protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule';
@@ -706,6 +734,8 @@ public function getSpectrumSchedules()
class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collection
{
protected $collection_key = 'locations';
+ protected $internal_gapi_mappings = array(
+ );
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
protected $antennaDataType = '';
protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities';
@@ -816,6 +846,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collection
{
protected $collection_key = 'geoSpectrumSchedules';
+ protected $internal_gapi_mappings = array(
+ );
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
@@ -945,6 +977,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsGetSpectrumRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
protected $antennaDataType = '';
protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities';
@@ -1055,6 +1089,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection
{
protected $collection_key = 'spectrumSchedules';
+ protected $internal_gapi_mappings = array(
+ );
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
@@ -1184,6 +1220,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsInitRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
protected $deviceDescDataType = '';
protected $locationType = 'Google_Service_Spectrum_GeoLocation';
@@ -1234,6 +1272,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsInitResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
public $kind;
@@ -1296,6 +1336,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collection
{
protected $collection_key = 'spectra';
+ protected $internal_gapi_mappings = array(
+ );
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
protected $deviceDescDataType = '';
protected $locationType = 'Google_Service_Spectrum_GeoLocation';
@@ -1358,6 +1400,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsNotifySpectrumUseResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $type;
public $version;
@@ -1395,6 +1439,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsRegisterRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
protected $antennaDataType = '';
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
@@ -1469,6 +1515,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsRegisterResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
public $kind;
@@ -1519,6 +1567,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection
{
protected $collection_key = 'deviceDescs';
+ protected $internal_gapi_mappings = array(
+ );
protected $deviceDescsType = 'Google_Service_Spectrum_DeviceDescriptor';
protected $deviceDescsDataType = 'array';
public $type;
@@ -1558,6 +1608,8 @@ public function getVersion()
class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection
{
protected $collection_key = 'deviceValidities';
+ protected $internal_gapi_mappings = array(
+ );
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
protected $deviceValiditiesType = 'Google_Service_Spectrum_DeviceValidity';
@@ -1620,6 +1672,8 @@ public function getVersion()
class Google_Service_Spectrum_RulesetInfo extends Google_Collection
{
protected $collection_key = 'rulesetIds';
+ protected $internal_gapi_mappings = array(
+ );
public $authority;
public $maxLocationChange;
public $maxPollingSecs;
@@ -1669,6 +1723,8 @@ public function getRulesetIds()
class Google_Service_Spectrum_SpectrumMessage extends Google_Collection
{
protected $collection_key = 'frequencyRanges';
+ protected $internal_gapi_mappings = array(
+ );
public $bandwidth;
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
protected $frequencyRangesDataType = 'array';
@@ -1697,6 +1753,8 @@ public function getFrequencyRanges()
class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection
{
protected $collection_key = 'spectra';
+ protected $internal_gapi_mappings = array(
+ );
protected $eventTimeType = 'Google_Service_Spectrum_EventTime';
protected $eventTimeDataType = '';
protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage';
@@ -1725,6 +1783,8 @@ public function getSpectra()
class Google_Service_Spectrum_Vcard extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $adrType = 'Google_Service_Spectrum_VcardAddress';
protected $adrDataType = '';
protected $emailType = 'Google_Service_Spectrum_VcardTypedText';
@@ -1788,6 +1848,8 @@ public function getTel()
class Google_Service_Spectrum_VcardAddress extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $country;
public $locality;
@@ -1858,6 +1920,8 @@ public function getStreet()
class Google_Service_Spectrum_VcardTelephone extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $uri;
public function setUri($uri)
@@ -1873,6 +1937,8 @@ public function getUri()
class Google_Service_Spectrum_VcardTypedText extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $text;
public function setText($text)
From 3c3ec16b6ed30146ee61db0ab0f1b9cbe27d312b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:54 -0700
Subject: [PATCH 0237/1219] Updated Reseller.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Reseller.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/src/Google/Service/Reseller.php b/src/Google/Service/Reseller.php
index 497b3cd63..ad5eb3893 100644
--- a/src/Google/Service/Reseller.php
+++ b/src/Google/Service/Reseller.php
@@ -489,6 +489,8 @@ public function startPaidService($customerId, $subscriptionId, $optParams = arra
class Google_Service_Reseller_Address extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $addressLine1;
public $addressLine2;
public $addressLine3;
@@ -603,6 +605,8 @@ public function getRegion()
class Google_Service_Reseller_ChangePlanRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $planName;
public $purchaseOrderId;
@@ -652,6 +656,8 @@ public function getSeats()
class Google_Service_Reseller_Customer extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $alternateEmail;
public $customerDomain;
public $customerId;
@@ -734,6 +740,8 @@ public function getResourceUiUrl()
class Google_Service_Reseller_RenewalSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $renewalType;
@@ -760,6 +768,8 @@ public function getRenewalType()
class Google_Service_Reseller_Seats extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $maximumNumberOfSeats;
public $numberOfSeats;
@@ -797,6 +807,8 @@ public function getNumberOfSeats()
class Google_Service_Reseller_Subscription extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $creationTime;
public $customerId;
public $kind;
@@ -949,6 +961,8 @@ public function getTrialSettings()
class Google_Service_Reseller_SubscriptionPlan extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $commitmentIntervalType = 'Google_Service_Reseller_SubscriptionPlanCommitmentInterval';
protected $commitmentIntervalDataType = '';
public $isCommitmentPlan;
@@ -987,6 +1001,8 @@ public function getPlanName()
class Google_Service_Reseller_SubscriptionPlanCommitmentInterval extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $endTime;
public $startTime;
@@ -1013,6 +1029,8 @@ public function getStartTime()
class Google_Service_Reseller_SubscriptionTransferInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $minimumTransferableSeats;
public $transferabilityExpirationTime;
@@ -1039,6 +1057,8 @@ public function getTransferabilityExpirationTime()
class Google_Service_Reseller_SubscriptionTrialSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $isInTrial;
public $trialEndTime;
@@ -1066,6 +1086,8 @@ public function getTrialEndTime()
class Google_Service_Reseller_Subscriptions extends Google_Collection
{
protected $collection_key = 'subscriptions';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
protected $subscriptionsType = 'Google_Service_Reseller_Subscription';
From 28d4fe42c2af53aad91fab552ce933013ed8fa3e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:54 -0700
Subject: [PATCH 0238/1219] Updated Tasks.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Tasks.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/Tasks.php b/src/Google/Service/Tasks.php
index b7badc3ae..eacd00748 100644
--- a/src/Google/Service/Tasks.php
+++ b/src/Google/Service/Tasks.php
@@ -585,6 +585,8 @@ public function update($tasklist, $task, Google_Service_Tasks_Task $postBody, $o
class Google_Service_Tasks_Task extends Google_Collection
{
protected $collection_key = 'links';
+ protected $internal_gapi_mappings = array(
+ );
public $completed;
public $deleted;
public $due;
@@ -755,6 +757,8 @@ public function getUpdated()
class Google_Service_Tasks_TaskLinks extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $link;
public $type;
@@ -792,6 +796,8 @@ public function getType()
class Google_Service_Tasks_TaskList extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
public $id;
public $kind;
@@ -863,6 +869,8 @@ public function getUpdated()
class Google_Service_Tasks_TaskLists extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Tasks_TaskList';
protected $itemsDataType = 'array';
@@ -913,6 +921,8 @@ public function getNextPageToken()
class Google_Service_Tasks_Tasks extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_Tasks_Task';
protected $itemsDataType = 'array';
From 88395d3e770be30facfbaaf2bf311dee0a4861e0 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:55 -0700
Subject: [PATCH 0239/1219] Updated Customsearch.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Customsearch.php | 37 ++++++++++++++++++++++++++---
1 file changed, 34 insertions(+), 3 deletions(-)
diff --git a/src/Google/Service/Customsearch.php b/src/Google/Service/Customsearch.php
index 5694e9430..abb157c42 100644
--- a/src/Google/Service/Customsearch.php
+++ b/src/Google/Service/Customsearch.php
@@ -299,6 +299,8 @@ public function listCse($q, $optParams = array())
class Google_Service_Customsearch_Context extends Google_Collection
{
protected $collection_key = 'facets';
+ protected $internal_gapi_mappings = array(
+ );
protected $facetsType = 'Google_Service_Customsearch_ContextFacets';
protected $facetsDataType = 'array';
public $title;
@@ -326,6 +328,9 @@ public function getTitle()
class Google_Service_Customsearch_ContextFacets extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "labelWithOp" => "label_with_op",
+ );
public $anchor;
public $label;
public $labelWithOp;
@@ -364,6 +369,8 @@ public function getLabelWithOp()
class Google_Service_Customsearch_Promotion extends Google_Collection
{
protected $collection_key = 'bodyLines';
+ protected $internal_gapi_mappings = array(
+ );
protected $bodyLinesType = 'Google_Service_Customsearch_PromotionBodyLines';
protected $bodyLinesDataType = 'array';
public $displayLink;
@@ -436,6 +443,8 @@ public function getTitle()
class Google_Service_Customsearch_PromotionBodyLines extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $htmlTitle;
public $link;
public $title;
@@ -484,6 +493,8 @@ public function getUrl()
class Google_Service_Customsearch_PromotionImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $height;
public $source;
public $width;
@@ -521,6 +532,8 @@ public function getWidth()
class Google_Service_Customsearch_Query extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $cr;
public $cref;
@@ -933,6 +946,8 @@ public function getTotalResults()
class Google_Service_Customsearch_Result extends Google_Collection
{
protected $collection_key = 'labels';
+ protected $internal_gapi_mappings = array(
+ );
public $cacheId;
public $displayLink;
public $fileFormat;
@@ -1104,6 +1119,8 @@ public function getTitle()
class Google_Service_Customsearch_ResultImage extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $byteSize;
public $contextLink;
public $height;
@@ -1185,6 +1202,9 @@ public function getWidth()
class Google_Service_Customsearch_ResultLabels extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "labelWithOp" => "label_with_op",
+ );
public $displayName;
public $labelWithOp;
public $name;
@@ -1222,17 +1242,21 @@ public function getName()
class Google_Service_Customsearch_ResultPagemap extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Customsearch_ResultPagemapItemElement extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Customsearch_Search extends Google_Collection
{
protected $collection_key = 'promotions';
+ protected $internal_gapi_mappings = array(
+ );
protected $contextType = 'Google_Service_Customsearch_Context';
protected $contextDataType = '';
protected $itemsType = 'Google_Service_Customsearch_Result';
@@ -1332,11 +1356,14 @@ public function getUrl()
class Google_Service_Customsearch_SearchQueries extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Customsearch_SearchSearchInformation extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $formattedSearchTime;
public $formattedTotalResults;
public $searchTime;
@@ -1385,6 +1412,8 @@ public function getTotalResults()
class Google_Service_Customsearch_SearchSpelling extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $correctedQuery;
public $htmlCorrectedQuery;
@@ -1411,6 +1440,8 @@ public function getHtmlCorrectedQuery()
class Google_Service_Customsearch_SearchUrl extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $template;
public $type;
From 9e3fc5cfa4955c63ed4085aa6e9c84b3f9fea49b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:55 -0700
Subject: [PATCH 0240/1219] Updated Datastore.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Datastore.php | 71 +++++++++++++++++++++++++++++++-
1 file changed, 70 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Datastore.php b/src/Google/Service/Datastore.php
index c6e68ae26..b7abee1d6 100644
--- a/src/Google/Service/Datastore.php
+++ b/src/Google/Service/Datastore.php
@@ -238,6 +238,8 @@ public function runQuery($datasetId, Google_Service_Datastore_RunQueryRequest $p
class Google_Service_Datastore_AllocateIdsRequest extends Google_Collection
{
protected $collection_key = 'keys';
+ protected $internal_gapi_mappings = array(
+ );
protected $keysType = 'Google_Service_Datastore_Key';
protected $keysDataType = 'array';
@@ -255,6 +257,8 @@ public function getKeys()
class Google_Service_Datastore_AllocateIdsResponse extends Google_Collection
{
protected $collection_key = 'keys';
+ protected $internal_gapi_mappings = array(
+ );
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
protected $headerDataType = '';
protected $keysType = 'Google_Service_Datastore_Key';
@@ -283,6 +287,8 @@ public function getKeys()
class Google_Service_Datastore_BeginTransactionRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $isolationLevel;
public function setIsolationLevel($isolationLevel)
@@ -298,6 +304,8 @@ public function getIsolationLevel()
class Google_Service_Datastore_BeginTransactionResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
protected $headerDataType = '';
public $transaction;
@@ -325,6 +333,8 @@ public function getTransaction()
class Google_Service_Datastore_CommitRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $ignoreReadOnly;
public $mode;
protected $mutationType = 'Google_Service_Datastore_Mutation';
@@ -374,6 +384,8 @@ public function getTransaction()
class Google_Service_Datastore_CommitResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
protected $headerDataType = '';
protected $mutationResultType = 'Google_Service_Datastore_MutationResult';
@@ -403,6 +415,8 @@ public function getMutationResult()
class Google_Service_Datastore_CompositeFilter extends Google_Collection
{
protected $collection_key = 'filters';
+ protected $internal_gapi_mappings = array(
+ );
protected $filtersType = 'Google_Service_Datastore_Filter';
protected $filtersDataType = 'array';
public $operator;
@@ -430,6 +444,8 @@ public function getOperator()
class Google_Service_Datastore_Entity extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $keyType = 'Google_Service_Datastore_Key';
protected $keyDataType = '';
protected $propertiesType = 'Google_Service_Datastore_Property';
@@ -458,11 +474,14 @@ public function getProperties()
class Google_Service_Datastore_EntityProperties extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Datastore_EntityResult extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $entityType = 'Google_Service_Datastore_Entity';
protected $entityDataType = '';
@@ -479,6 +498,8 @@ public function getEntity()
class Google_Service_Datastore_Filter extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $compositeFilterType = 'Google_Service_Datastore_CompositeFilter';
protected $compositeFilterDataType = '';
protected $propertyFilterType = 'Google_Service_Datastore_PropertyFilter';
@@ -508,6 +529,8 @@ public function getPropertyFilter()
class Google_Service_Datastore_GqlQuery extends Google_Collection
{
protected $collection_key = 'numberArgs';
+ protected $internal_gapi_mappings = array(
+ );
public $allowLiteral;
protected $nameArgsType = 'Google_Service_Datastore_GqlQueryArg';
protected $nameArgsDataType = 'array';
@@ -558,6 +581,8 @@ public function getQueryString()
class Google_Service_Datastore_GqlQueryArg extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $cursor;
public $name;
protected $valueType = 'Google_Service_Datastore_Value';
@@ -597,6 +622,8 @@ public function getValue()
class Google_Service_Datastore_Key extends Google_Collection
{
protected $collection_key = 'path';
+ protected $internal_gapi_mappings = array(
+ );
protected $partitionIdType = 'Google_Service_Datastore_PartitionId';
protected $partitionIdDataType = '';
protected $pathType = 'Google_Service_Datastore_KeyPathElement';
@@ -625,6 +652,8 @@ public function getPath()
class Google_Service_Datastore_KeyPathElement extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -662,6 +691,8 @@ public function getName()
class Google_Service_Datastore_KindExpression extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public function setName($name)
@@ -678,6 +709,8 @@ public function getName()
class Google_Service_Datastore_LookupRequest extends Google_Collection
{
protected $collection_key = 'keys';
+ protected $internal_gapi_mappings = array(
+ );
protected $keysType = 'Google_Service_Datastore_Key';
protected $keysDataType = 'array';
protected $readOptionsType = 'Google_Service_Datastore_ReadOptions';
@@ -707,6 +740,8 @@ public function getReadOptions()
class Google_Service_Datastore_LookupResponse extends Google_Collection
{
protected $collection_key = 'missing';
+ protected $internal_gapi_mappings = array(
+ );
protected $deferredType = 'Google_Service_Datastore_Key';
protected $deferredDataType = 'array';
protected $foundType = 'Google_Service_Datastore_EntityResult';
@@ -760,6 +795,8 @@ public function getMissing()
class Google_Service_Datastore_Mutation extends Google_Collection
{
protected $collection_key = 'upsert';
+ protected $internal_gapi_mappings = array(
+ );
protected $deleteType = 'Google_Service_Datastore_Key';
protected $deleteDataType = 'array';
public $force;
@@ -836,6 +873,8 @@ public function getUpsert()
class Google_Service_Datastore_MutationResult extends Google_Collection
{
protected $collection_key = 'insertAutoIdKeys';
+ protected $internal_gapi_mappings = array(
+ );
public $indexUpdates;
protected $insertAutoIdKeysType = 'Google_Service_Datastore_Key';
protected $insertAutoIdKeysDataType = 'array';
@@ -863,6 +902,8 @@ public function getInsertAutoIdKeys()
class Google_Service_Datastore_PartitionId extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $datasetId;
public $namespace;
@@ -890,6 +931,8 @@ public function getNamespace()
class Google_Service_Datastore_Property extends Google_Collection
{
protected $collection_key = 'listValue';
+ protected $internal_gapi_mappings = array(
+ );
public $blobKeyValue;
public $blobValue;
public $booleanValue;
@@ -1029,6 +1072,8 @@ public function getStringValue()
class Google_Service_Datastore_PropertyExpression extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $aggregationFunction;
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
protected $propertyDataType = '';
@@ -1056,6 +1101,8 @@ public function getProperty()
class Google_Service_Datastore_PropertyFilter extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $operator;
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
protected $propertyDataType = '';
@@ -1095,6 +1142,8 @@ public function getValue()
class Google_Service_Datastore_PropertyOrder extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $direction;
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
protected $propertyDataType = '';
@@ -1122,6 +1171,8 @@ public function getProperty()
class Google_Service_Datastore_PropertyReference extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $name;
public function setName($name)
@@ -1138,6 +1189,8 @@ public function getName()
class Google_Service_Datastore_Query extends Google_Collection
{
protected $collection_key = 'projection';
+ protected $internal_gapi_mappings = array(
+ );
public $endCursor;
protected $filterType = 'Google_Service_Datastore_Filter';
protected $filterDataType = '';
@@ -1247,6 +1300,8 @@ public function getStartCursor()
class Google_Service_Datastore_QueryResultBatch extends Google_Collection
{
protected $collection_key = 'entityResults';
+ protected $internal_gapi_mappings = array(
+ );
public $endCursor;
public $entityResultType;
protected $entityResultsType = 'Google_Service_Datastore_EntityResult';
@@ -1307,6 +1362,8 @@ public function getSkippedResults()
class Google_Service_Datastore_ReadOptions extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $readConsistency;
public $transaction;
@@ -1333,6 +1390,8 @@ public function getTransaction()
class Google_Service_Datastore_ResponseHeader extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public function setKind($kind)
@@ -1348,6 +1407,8 @@ public function getKind()
class Google_Service_Datastore_RollbackRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $transaction;
public function setTransaction($transaction)
@@ -1363,6 +1424,8 @@ public function getTransaction()
class Google_Service_Datastore_RollbackResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
protected $headerDataType = '';
@@ -1379,6 +1442,8 @@ public function getHeader()
class Google_Service_Datastore_RunQueryRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $gqlQueryType = 'Google_Service_Datastore_GqlQuery';
protected $gqlQueryDataType = '';
protected $partitionIdType = 'Google_Service_Datastore_PartitionId';
@@ -1431,6 +1496,8 @@ public function getReadOptions()
class Google_Service_Datastore_RunQueryResponse extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $batchType = 'Google_Service_Datastore_QueryResultBatch';
protected $batchDataType = '';
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
@@ -1460,6 +1527,8 @@ public function getHeader()
class Google_Service_Datastore_Value extends Google_Collection
{
protected $collection_key = 'listValue';
+ protected $internal_gapi_mappings = array(
+ );
public $blobKeyValue;
public $blobValue;
public $booleanValue;
From dc6baa67f82118bb6ab24685e823fffe41f36647 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:55 -0700
Subject: [PATCH 0241/1219] Updated Pagespeedonline.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Pagespeedonline.php | 32 +++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Pagespeedonline.php b/src/Google/Service/Pagespeedonline.php
index 1a8f2ab96..4b5c3d51c 100644
--- a/src/Google/Service/Pagespeedonline.php
+++ b/src/Google/Service/Pagespeedonline.php
@@ -139,6 +139,8 @@ public function runpagespeed($url, $optParams = array())
class Google_Service_Pagespeedonline_Result extends Google_Collection
{
protected $collection_key = 'invalidRules';
+ protected $internal_gapi_mappings = array(
+ );
protected $formattedResultsType = 'Google_Service_Pagespeedonline_ResultFormattedResults';
protected $formattedResultsDataType = '';
public $id;
@@ -257,6 +259,8 @@ public function getVersion()
class Google_Service_Pagespeedonline_ResultFormattedResults extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $locale;
protected $ruleResultsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement';
protected $ruleResultsDataType = 'map';
@@ -284,12 +288,15 @@ public function getRuleResults()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResults extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement extends Google_Collection
{
protected $collection_key = 'urlBlocks';
+ protected $internal_gapi_mappings = array(
+ );
public $localizedRuleName;
public $ruleImpact;
protected $urlBlocksType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks';
@@ -329,6 +336,8 @@ public function getUrlBlocks()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks extends Google_Collection
{
protected $collection_key = 'urls';
+ protected $internal_gapi_mappings = array(
+ );
protected $headerType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader';
protected $headerDataType = '';
protected $urlsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls';
@@ -358,6 +367,8 @@ public function getUrls()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader extends Google_Collection
{
protected $collection_key = 'args';
+ protected $internal_gapi_mappings = array(
+ );
protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs';
protected $argsDataType = 'array';
public $format;
@@ -385,6 +396,8 @@ public function getFormat()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -412,6 +425,8 @@ public function getValue()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls extends Google_Collection
{
protected $collection_key = 'details';
+ protected $internal_gapi_mappings = array(
+ );
protected $detailsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails';
protected $detailsDataType = 'array';
protected $resultType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult';
@@ -441,6 +456,8 @@ public function getResult()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails extends Google_Collection
{
protected $collection_key = 'args';
+ protected $internal_gapi_mappings = array(
+ );
protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs';
protected $argsDataType = 'array';
public $format;
@@ -468,6 +485,8 @@ public function getFormat()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -495,6 +514,8 @@ public function getValue()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult extends Google_Collection
{
protected $collection_key = 'args';
+ protected $internal_gapi_mappings = array(
+ );
protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs';
protected $argsDataType = 'array';
public $format;
@@ -522,6 +543,8 @@ public function getFormat()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $type;
public $value;
@@ -548,6 +571,8 @@ public function getValue()
class Google_Service_Pagespeedonline_ResultPageStats extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $cssResponseBytes;
public $flashResponseBytes;
public $htmlResponseBytes;
@@ -695,6 +720,9 @@ public function getTotalRequestBytes()
class Google_Service_Pagespeedonline_ResultScreenshot extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ "mimeType" => "mime_type",
+ );
public $data;
public $height;
public $mimeType;
@@ -743,6 +771,8 @@ public function getWidth()
class Google_Service_Pagespeedonline_ResultVersion extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $major;
public $minor;
From 91662ded00efa29ce8d75906b52d978badf7050b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:56 -0700
Subject: [PATCH 0242/1219] Updated CloudMonitoring.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CloudMonitoring.php | 35 +++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/CloudMonitoring.php b/src/Google/Service/CloudMonitoring.php
index 43b02d2ee..2d138993b 100644
--- a/src/Google/Service/CloudMonitoring.php
+++ b/src/Google/Service/CloudMonitoring.php
@@ -378,6 +378,8 @@ public function listTimeseriesDescriptors($project, $metric, $youngest, $optPara
class Google_Service_CloudMonitoring_ListMetricDescriptorsRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public function setKind($kind)
@@ -394,6 +396,8 @@ public function getKind()
class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Google_Collection
{
protected $collection_key = 'metrics';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $metricsType = 'Google_Service_CloudMonitoring_MetricDescriptor';
protected $metricsDataType = 'array';
@@ -432,6 +436,8 @@ public function getNextPageToken()
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public function setKind($kind)
@@ -448,6 +454,8 @@ public function getKind()
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
{
protected $collection_key = 'timeseries';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
public $oldest;
@@ -508,6 +516,8 @@ public function getYoungest()
class Google_Service_CloudMonitoring_ListTimeseriesRequest extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public function setKind($kind)
@@ -524,6 +534,8 @@ public function getKind()
class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Collection
{
protected $collection_key = 'timeseries';
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
public $oldest;
@@ -585,6 +597,8 @@ public function getYoungest()
class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
{
protected $collection_key = 'labels';
+ protected $internal_gapi_mappings = array(
+ );
public $description;
protected $labelsType = 'Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor';
protected $labelsDataType = 'array';
@@ -646,6 +660,8 @@ public function getTypeDescriptor()
class Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $description;
public $key;
@@ -672,6 +688,8 @@ public function getKey()
class Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $metricType;
public $valueType;
@@ -698,6 +716,8 @@ public function getValueType()
class Google_Service_CloudMonitoring_Point extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $boolValue;
protected $distributionValueType = 'Google_Service_CloudMonitoring_PointDistribution';
protected $distributionValueDataType = '';
@@ -781,6 +801,8 @@ public function getStringValue()
class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
{
protected $collection_key = 'buckets';
+ protected $internal_gapi_mappings = array(
+ );
protected $bucketsType = 'Google_Service_CloudMonitoring_PointDistributionBucket';
protected $bucketsDataType = 'array';
protected $overflowBucketType = 'Google_Service_CloudMonitoring_PointDistributionOverflowBucket';
@@ -821,6 +843,8 @@ public function getUnderflowBucket()
class Google_Service_CloudMonitoring_PointDistributionBucket extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $lowerBound;
public $upperBound;
@@ -858,6 +882,8 @@ public function getUpperBound()
class Google_Service_CloudMonitoring_PointDistributionOverflowBucket extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $lowerBound;
@@ -884,6 +910,8 @@ public function getLowerBound()
class Google_Service_CloudMonitoring_PointDistributionUnderflowBucket extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $count;
public $upperBound;
@@ -911,6 +939,8 @@ public function getUpperBound()
class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
{
protected $collection_key = 'points';
+ protected $internal_gapi_mappings = array(
+ );
protected $pointsType = 'Google_Service_CloudMonitoring_Point';
protected $pointsDataType = 'array';
protected $timeseriesDescType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor';
@@ -939,6 +969,8 @@ public function getTimeseriesDesc()
class Google_Service_CloudMonitoring_TimeseriesDescriptor extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $labels;
public $metric;
public $project;
@@ -976,5 +1008,6 @@ public function getProject()
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model
{
-
+ protected $internal_gapi_mappings = array(
+ );
}
From e5d1d21d503ce5e115101bd7672283f8ae43a910 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 30 Sep 2014 02:11:56 -0700
Subject: [PATCH 0243/1219] Updated Coordinate.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Coordinate.php | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/src/Google/Service/Coordinate.php b/src/Google/Service/Coordinate.php
index f985caffa..72baf9137 100644
--- a/src/Google/Service/Coordinate.php
+++ b/src/Google/Service/Coordinate.php
@@ -777,6 +777,8 @@ public function listWorker($teamId, $optParams = array())
class Google_Service_Coordinate_CustomField extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $customFieldId;
public $kind;
public $value;
@@ -814,6 +816,8 @@ public function getValue()
class Google_Service_Coordinate_CustomFieldDef extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $enabled;
public $id;
public $kind;
@@ -885,6 +889,8 @@ public function getType()
class Google_Service_Coordinate_CustomFieldDefListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Coordinate_CustomFieldDef';
protected $itemsDataType = 'array';
public $kind;
@@ -913,6 +919,8 @@ public function getKind()
class Google_Service_Coordinate_CustomFields extends Google_Collection
{
protected $collection_key = 'customField';
+ protected $internal_gapi_mappings = array(
+ );
protected $customFieldType = 'Google_Service_Coordinate_CustomField';
protected $customFieldDataType = 'array';
public $kind;
@@ -941,6 +949,8 @@ public function getKind()
class Google_Service_Coordinate_Job extends Google_Collection
{
protected $collection_key = 'jobChange';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
protected $jobChangeType = 'Google_Service_Coordinate_JobChange';
protected $jobChangeDataType = 'array';
@@ -991,6 +1001,8 @@ public function getState()
class Google_Service_Coordinate_JobChange extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
protected $stateType = 'Google_Service_Coordinate_JobState';
protected $stateDataType = '';
@@ -1030,6 +1042,8 @@ public function getTimestamp()
class Google_Service_Coordinate_JobListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Coordinate_Job';
protected $itemsDataType = 'array';
public $kind;
@@ -1069,6 +1083,8 @@ public function getNextPageToken()
class Google_Service_Coordinate_JobState extends Google_Collection
{
protected $collection_key = 'note';
+ protected $internal_gapi_mappings = array(
+ );
public $assignee;
protected $customFieldsType = 'Google_Service_Coordinate_CustomFields';
protected $customFieldsDataType = '';
@@ -1175,6 +1191,8 @@ public function getTitle()
class Google_Service_Coordinate_Location extends Google_Collection
{
protected $collection_key = 'addressLine';
+ protected $internal_gapi_mappings = array(
+ );
public $addressLine;
public $kind;
public $lat;
@@ -1224,6 +1242,8 @@ public function getLng()
class Google_Service_Coordinate_LocationListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Coordinate_LocationRecord';
protected $itemsDataType = 'array';
public $kind;
@@ -1274,6 +1294,8 @@ public function getTokenPagination()
class Google_Service_Coordinate_LocationRecord extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $collectionTime;
public $confidenceRadius;
public $kind;
@@ -1333,6 +1355,8 @@ public function getLongitude()
class Google_Service_Coordinate_Schedule extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $allDay;
public $duration;
public $endTime;
@@ -1392,6 +1416,8 @@ public function getStartTime()
class Google_Service_Coordinate_TokenPagination extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $kind;
public $nextPageToken;
public $previousPageToken;
@@ -1429,6 +1455,8 @@ public function getPreviousPageToken()
class Google_Service_Coordinate_Worker extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
@@ -1456,6 +1484,8 @@ public function getKind()
class Google_Service_Coordinate_WorkerListResponse extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_Coordinate_Worker';
protected $itemsDataType = 'array';
public $kind;
From 1afb90003f6a3035d7944424f3058c582b510b8a Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 10:25:50 -0700
Subject: [PATCH 0244/1219] Fix handling for 204 with no content
---
examples/batch.php | 3 ++-
examples/simple-query.php | 3 ++-
src/Google/IO/Abstract.php | 5 ++++-
tests/general/IoTest.php | 7 +++++++
4 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/examples/batch.php b/examples/batch.php
index e02ed5569..744f318cb 100644
--- a/examples/batch.php
+++ b/examples/batch.php
@@ -35,7 +35,8 @@
************************************************/
$client = new Google_Client();
$client->setApplicationName("Client_Library_Examples");
-$apiKey = "";
+$apiKey = ""; // Change to your API key.
+// Warn if the API key isn't changed!
if ($apiKey == '') {
echo missingApiKeyWarning();
} else {
diff --git a/examples/simple-query.php b/examples/simple-query.php
index f1d61ab31..540fdea8d 100644
--- a/examples/simple-query.php
+++ b/examples/simple-query.php
@@ -37,7 +37,8 @@
************************************************/
$client = new Google_Client();
$client->setApplicationName("Client_Library_Examples");
-$apiKey = "";
+$apiKey = ""; // Change this line.
+// Warn if the API key isn't changed.
if ($apiKey == '') {
echo missingApiKeyWarning();
}
diff --git a/src/Google/IO/Abstract.php b/src/Google/IO/Abstract.php
index 4f1134211..a4025e874 100644
--- a/src/Google/IO/Abstract.php
+++ b/src/Google/IO/Abstract.php
@@ -271,7 +271,10 @@ public function parseHttpResponse($respData, $headerSize)
$responseBody = substr($respData, $headerSize);
$responseHeaders = substr($respData, 0, $headerSize);
} else {
- list($responseHeaders, $responseBody) = explode("\r\n\r\n", $respData, 2);
+ $responseSegments = explode("\r\n\r\n", $respData, 2);
+ $responseHeaders = $responseSegments[0];
+ $responseBody = isset($responseSegments[1]) ? $responseSegments[1] :
+ null;
}
$responseHeaders = $this->getHttpResponseHeaders($responseHeaders);
diff --git a/tests/general/IoTest.php b/tests/general/IoTest.php
index 8710f42fc..d7d41c7d2 100644
--- a/tests/general/IoTest.php
+++ b/tests/general/IoTest.php
@@ -236,6 +236,13 @@ public function responseChecker($io)
$this->assertEquals(3, sizeof($headers));
$this->assertEquals(null, json_decode($body, true));
+ // Test no content.
+ $rawerHeaders = "HTTP/1.1 204 No Content\r\n"
+ . "Date: Fri, 19 Sep 2014 15:52:14 GMT";
+ list($headers, $body) = $io->parseHttpResponse($rawerHeaders, 0);
+ $this->assertEquals(1, sizeof($headers));
+ $this->assertEquals(null, json_decode($body, true));
+
// Test transforms from proxies.
$connection_established_headers = array(
"HTTP/1.0 200 Connection established\r\n\r\n",
From 0636b1b56ee33807521f459cf0cb1422dd191b90 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 10:36:41 -0700
Subject: [PATCH 0245/1219] Use mappings when generated names don't match wire.
---
src/Google/Model.php | 15 +++++++++++++++
tests/general/ApiModelTest.php | 17 +++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/src/Google/Model.php b/src/Google/Model.php
index 34904ab0f..084db5620 100644
--- a/src/Google/Model.php
+++ b/src/Google/Model.php
@@ -25,6 +25,7 @@
*/
class Google_Model implements ArrayAccess
{
+ protected $internal_gapi_mappings = array();
protected $modelData = array();
protected $processed = array();
@@ -126,6 +127,7 @@ public function toSimpleObject()
$name = $member->getName();
$result = $this->getSimpleValue($this->$name);
if ($result !== null) {
+ $name = $this->getMappedName($name);
$object->$name = $result;
}
}
@@ -146,6 +148,7 @@ private function getSimpleValue($value)
foreach ($value as $key => $a_value) {
$a_value = $this->getSimpleValue($a_value);
if ($a_value !== null) {
+ $key = $this->getMappedName($key);
$return[$key] = $a_value;
}
}
@@ -154,6 +157,18 @@ private function getSimpleValue($value)
return $value;
}
+ /**
+ * If there is an internal name mapping, use that.
+ */
+ private function getMappedName($key)
+ {
+ if (isset($this->internal_gapi_mappings) &&
+ isset($this->internal_gapi_mappings[$key])) {
+ $key = $this->internal_gapi_mappings[$key];
+ }
+ return $key;
+ }
+
/**
* Returns true only if the array is associative.
* @param array $array
diff --git a/tests/general/ApiModelTest.php b/tests/general/ApiModelTest.php
index b099abb6d..5cb8cc1af 100644
--- a/tests/general/ApiModelTest.php
+++ b/tests/general/ApiModelTest.php
@@ -19,6 +19,7 @@
*/
require_once 'BaseTest.php';
+require_once 'Google/Service/AdExchangeBuyer.php';
require_once 'Google/Service/Calendar.php';
class ApiModelTest extends BaseTest
@@ -77,6 +78,22 @@ public function testModelMutation()
$this->assertEquals($summary, $simpleEvent->summary);
}
+ public function testOddMappingNames() {
+ $creative = new Google_Service_AdExchangeBuyer_Creative();
+ $creative->setAccountId('12345');
+ $creative->setBuyerCreativeId('12345');
+ $creative->setAdvertiserName('Hi');
+ $creative->setHTMLSnippet("Foo!
");
+ $creative->setClickThroughUrl(array('http://somedomain.com/'));
+ $creative->setWidth(100);
+ $creative->setHeight(100);
+ $data = json_decode(json_encode($creative->toSimpleObject()), true);
+ $this->assertEquals($data['HTMLSnippet'], "Foo!
");
+ $this->assertEquals($data['width'], 100);
+ $this->assertEquals($data['height'], 100);
+ $this->assertEquals($data['accountId'], "12345");
+ }
+
public function testJsonStructure()
{
$model = new Google_Model();
From 9fec681f552f0fe309a6b5c399bc18f88e9516cb Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 10:51:55 -0700
Subject: [PATCH 0246/1219] Fixes undefined warnings on object subtypes
---
src/Google/Model.php | 2 +-
tests/general/ApiModelTest.php | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/Google/Model.php b/src/Google/Model.php
index 084db5620..2bb9a333d 100644
--- a/src/Google/Model.php
+++ b/src/Google/Model.php
@@ -76,7 +76,7 @@ public function __get($key)
$this->processed[$key] = true;
}
- return $this->modelData[$key];
+ return isset($this->modelData[$key]) ? $this->modelData[$key] : null;
}
/**
diff --git a/tests/general/ApiModelTest.php b/tests/general/ApiModelTest.php
index 5cb8cc1af..bf937387c 100644
--- a/tests/general/ApiModelTest.php
+++ b/tests/general/ApiModelTest.php
@@ -76,9 +76,13 @@ public function testModelMutation()
$this->assertEquals($dateString, $simpleEvent->start->date);
$this->assertEquals($dateString, $simpleEvent->end->date);
$this->assertEquals($summary, $simpleEvent->summary);
+
+ $event2 = new Google_Service_Calendar_Event();
+ $this->assertNull($event2->getStart());
}
- public function testOddMappingNames() {
+ public function testOddMappingNames()
+ {
$creative = new Google_Service_AdExchangeBuyer_Creative();
$creative->setAccountId('12345');
$creative->setBuyerCreativeId('12345');
From 85936d30687506036013643dce585139ba625b9f Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 11:02:13 -0700
Subject: [PATCH 0247/1219] Bump version to 1.0.6
---
src/Google/Client.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 12bc02288..5ca92373f 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -36,7 +36,7 @@
*/
class Google_Client
{
- const LIBVER = "1.0.5-beta";
+ const LIBVER = "1.0.6-beta";
const USER_AGENT_SUFFIX = "google-api-php-client/";
/**
* @var Google_Auth_Abstract $auth
From 8726af30d865e06ce3ae01ce3f988e79789b128e Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 11:07:15 -0700
Subject: [PATCH 0248/1219] Update README with note on non-JSON
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 693913fc4..d23c2a9ca 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,16 @@ When we started working on the 1.0.0 branch we knew there were several fundament
The _Service classes are generally automatically generated from the API discovery documents: https://developers.google.com/discovery/. Sometimes new features are added to APIs with unusual names, which can cause some unexpected or non-standard style naming in the PHP classes.
+### How do I deal with non-JSON response types ###
+
+Some servives return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call:
+
+```
+$opt_params = array(
+ 'alt' => "json"
+);
+```
+
## Code Quality ##
Copy the ruleset.xml in style/ into a new directory named GAPI/ in your
From f37dc74d1b38de4b27f409ac624106c01f89fe35 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 11:51:34 -0700
Subject: [PATCH 0249/1219] Update comment in config
---
src/Google/Config.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Config.php b/src/Google/Config.php
index 97e8bd375..8acb12c06 100644
--- a/src/Google/Config.php
+++ b/src/Google/Config.php
@@ -30,7 +30,7 @@ class Google_Config
/**
* Create a new Google_Config. Can accept an ini file location with the
* local configuration. For example:
- * application_name: "My App";
+ * application_name="My App"
*
* @param [$ini_file_location] - optional - The location of the ini file to load
*/
From 68fd4cd47a5440b7b6fc4a6cfbadc1eca1c8fc6b Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 12:22:45 -0700
Subject: [PATCH 0250/1219] Update to add new auth options
---
src/Google/Auth/OAuth2.php | 23 ++++++++++----
src/Google/Client.php | 46 +++++++++++++++++++++++++++-
src/Google/Config.php | 53 +++++++++++++++++++++++++++++++--
tests/general/ApiOAuth2Test.php | 10 ++++++-
4 files changed, 123 insertions(+), 9 deletions(-)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index 2fa3fd0e7..5630d755e 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -149,13 +149,14 @@ public function createAuthUrl($scope)
'client_id' => $this->client->getClassConfig($this, 'client_id'),
'scope' => $scope,
'access_type' => $this->client->getClassConfig($this, 'access_type'),
- 'approval_prompt' => $this->client->getClassConfig($this, 'approval_prompt'),
);
- $login_hint = $this->client->getClassConfig($this, 'login_hint');
- if ($login_hint != '') {
- $params['login_hint'] = $login_hint;
- }
+ $params = $this->maybeAddParam($params, 'approval_prompt');
+ $params = $this->maybeAddParam($params, 'login_hint');
+ $params = $this->maybeAddParam($params, 'hd');
+ $params = $this->maybeAddParam($params, 'openid.realm');
+ $params = $this->maybeAddParam($params, 'prompt');
+ $params = $this->maybeAddParam($params, 'include_granted_scopes');
// If the list of scopes contains plus.login, add request_visible_actions
// to auth URL.
@@ -604,4 +605,16 @@ public function verifySignedJwtWithCerts(
// All good.
return new Google_Auth_LoginTicket($envelope, $payload);
}
+
+ /**
+ * Add a parameter to the auth params if not empty string.
+ */
+ private function maybeAddParam($params, $name)
+ {
+ $param = $this->client->getClassConfig($this, $name);
+ if ($param != '') {
+ $params[$name] = $param;
+ }
+ return $params;
+ }
}
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 5ca92373f..e15b4f4ea 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -247,7 +247,7 @@ public function getAccessToken()
// in the library.
return (null == $token || 'null' == $token || '[]' == $token) ? null : $token;
}
-
+
/**
* Get the OAuth 2.0 refresh token.
* @return string $refreshToken refresh token or null if not available
@@ -367,6 +367,50 @@ public function setDeveloperKey($developerKey)
$this->config->setDeveloperKey($developerKey);
}
+ /**
+ * Set the hd (hosted domain) parameter streamlines the login process for
+ * Google Apps hosted accounts. By including the domain of the user, you
+ * restrict sign-in to accounts at that domain.
+ * @param $hd string - the domain to use.
+ */
+ public function setHostedDomain($hd)
+ {
+ $this->config->setHostedDomain($hd);
+ }
+
+ /**
+ * Set the prompt hint. Valid values are none, consent and select_account.
+ * If no value is specified and the user has not previously authorized
+ * access, then the user is shown a consent screen.
+ * @param $prompt string
+ */
+ public function setPrompt($prompt)
+ {
+ $this->config->setPrompt($prompt);
+ }
+
+ /**
+ * openid.realm is a parameter from the OpenID 2.0 protocol, not from OAuth
+ * 2.0. It is used in OpenID 2.0 requests to signify the URL-space for which
+ * an authentication request is valid.
+ * @param $realm string - the URL-space to use.
+ */
+ public function setOpenidRealm($realm)
+ {
+ $this->config->setOpenidRealm($realm);
+ }
+
+ /**
+ * If this is provided with the value true, and the authorization request is
+ * granted, the authorization will include any previous authorizations
+ * granted to this user/application combination for other scopes.
+ * @param $include boolean - the URL-space to use.
+ */
+ public function setIncludeGrantedScopes($include)
+ {
+ $this->config->setIncludeGrantedScopes($include);
+ }
+
/**
* Fetches a fresh OAuth 2.0 access token with the given refresh token.
* @param string $refreshToken
diff --git a/src/Google/Config.php b/src/Google/Config.php
index 8acb12c06..ef7aace12 100644
--- a/src/Google/Config.php
+++ b/src/Google/Config.php
@@ -78,10 +78,14 @@ public function __construct($ini_file_location = null)
'developer_key' => '',
// Other parameters.
- 'access_type' => 'online',
- 'approval_prompt' => 'auto',
+ 'hd' => '',
+ 'prompt' => '',
+ 'openid.realm' => '',
+ 'include_granted_scopes' => '',
'login_hint' => '',
'request_visible_actions' => '',
+ 'access_type' => 'online',
+ 'approval_prompt' => 'auto',
'federated_signon_certs_url' =>
'https://www.googleapis.com/oauth2/v1/certs',
),
@@ -297,6 +301,51 @@ public function setDeveloperKey($key)
$this->setAuthConfig('developer_key', $key);
}
+ /**
+ * Set the hd (hosted domain) parameter streamlines the login process for
+ * Google Apps hosted accounts. By including the domain of the user, you
+ * restrict sign-in to accounts at that domain.
+ * @param $hd string - the domain to use.
+ */
+ public function setHostedDomain($hd)
+ {
+ $this->setAuthConfig('hd', $hd);
+ }
+
+ /**
+ * Set the prompt hint. Valid values are none, consent and select_account.
+ * If no value is specified and the user has not previously authorized
+ * access, then the user is shown a consent screen.
+ * @param $prompt string
+ */
+ public function setPrompt($prompt)
+ {
+ $this->setAuthConfig('prompt', $prompt);
+ }
+
+ /**
+ * openid.realm is a parameter from the OpenID 2.0 protocol, not from OAuth
+ * 2.0. It is used in OpenID 2.0 requests to signify the URL-space for which
+ * an authentication request is valid.
+ * @param $realm string - the URL-space to use.
+ */
+ public function setOpenidRealm($realm)
+ {
+ $this->setAuthConfig('openid.realm', $realm);
+ }
+
+ /**
+ * If this is provided with the value true, and the authorization request is
+ * granted, the authorization will include any previous authorizations
+ * granted to this user/application combination for other scopes.
+ * @param $include boolean - the URL-space to use.
+ */
+ public function setIncludeGrantedScopes($include)
+ {
+ $this->setAuthConfig('include_granted_scopes',
+ $include ? "true" : "false");
+ }
+
/**
* @return string the base URL to use for API calls
*/
diff --git a/tests/general/ApiOAuth2Test.php b/tests/general/ApiOAuth2Test.php
index d76b36a92..79ab7a406 100644
--- a/tests/general/ApiOAuth2Test.php
+++ b/tests/general/ApiOAuth2Test.php
@@ -130,6 +130,10 @@ public function testCreateAuthUrl()
// Again with a blank login hint (should remove all traces from authUrl)
$client->setLoginHint("");
+ $client->setHostedDomain("example.com");
+ $client->setOpenidRealm("example.com");
+ $client->setPrompt("select_account");
+ $client->setIncludeGrantedScopes(true);
$authUrl = $oauth->createAuthUrl("http://googleapis.com/scope/foo");
$expected = "https://accounts.google.com/o/oauth2/auth"
. "?response_type=code"
@@ -137,7 +141,11 @@ public function testCreateAuthUrl()
. "&client_id=clientId1"
. "&scope=http%3A%2F%2Fgoogleapis.com%2Fscope%2Ffoo"
. "&access_type=offline"
- . "&approval_prompt=force";
+ . "&approval_prompt=force"
+ . "&hd=example.com"
+ . "&openid.realm=example.com"
+ . "&prompt=select_account"
+ . "&include_granted_scopes=true";
$this->assertEquals($expected, $authUrl);
}
From 1987ba4af3658ed858e00ee05e17b9c474a042e3 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 30 Sep 2014 12:27:17 -0700
Subject: [PATCH 0251/1219] Small style guide fixes
---
src/Google/Config.php | 6 ++++--
src/Google/Http/MediaFileUpload.php | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/Google/Config.php b/src/Google/Config.php
index ef7aace12..84083058f 100644
--- a/src/Google/Config.php
+++ b/src/Google/Config.php
@@ -342,8 +342,10 @@ public function setOpenidRealm($realm)
*/
public function setIncludeGrantedScopes($include)
{
- $this->setAuthConfig('include_granted_scopes',
- $include ? "true" : "false");
+ $this->setAuthConfig(
+ 'include_granted_scopes',
+ $include ? "true" : "false"
+ );
}
/**
diff --git a/src/Google/Http/MediaFileUpload.php b/src/Google/Http/MediaFileUpload.php
index 35c32e98e..8005db4bb 100644
--- a/src/Google/Http/MediaFileUpload.php
+++ b/src/Google/Http/MediaFileUpload.php
@@ -288,13 +288,13 @@ private function getResumeUri()
return $location;
}
$message = $code;
- $body = @json_decode( $response->getResponseBody() );
- if ( ! empty( $body->error->errors ) ) {
+ $body = @json_decode($response->getResponseBody());
+ if (!empty( $body->error->errors ) ) {
$message .= ': ';
- foreach( $body->error->errors as $error ) {
+ foreach ($body->error->errors as $error) {
$message .= "{$error->domain}, {$error->message};";
}
- $message = rtrim( $message, ';' );
+ $message = rtrim($message, ';');
}
throw new Google_Exception("Failed to start the resumable upload (HTTP {$message})");
}
From 31e9f24ada69dac1b4e770b37dcf717226113000 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 3 Oct 2014 02:13:53 -0700
Subject: [PATCH 0252/1219] Updated Compute.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Compute.php | 417 +++++++++++++++++++++++++++++++++
1 file changed, 417 insertions(+)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index fc4fec5dd..3f80f8a90 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -53,6 +53,7 @@ class Google_Service_Compute extends Google_Service
public $globalOperations;
public $httpHealthChecks;
public $images;
+ public $instanceTemplates;
public $instances;
public $licenses;
public $machineTypes;
@@ -1198,6 +1199,78 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->instanceTemplates = new Google_Service_Compute_InstanceTemplates_Resource(
+ $this,
+ $this->serviceName,
+ 'instanceTemplates',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => '{project}/global/instanceTemplates/{instanceTemplate}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'instanceTemplate' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{project}/global/instanceTemplates/{instanceTemplate}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'instanceTemplate' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => '{project}/global/instanceTemplates',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{project}/global/instanceTemplates',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->instances = new Google_Service_Compute_Instances_Resource(
$this,
$this->serviceName,
@@ -3935,6 +4008,91 @@ public function listImages($project, $optParams = array())
}
}
+/**
+ * The "instanceTemplates" collection of methods.
+ * Typical usage is:
+ *
+ * $computeService = new Google_Service_Compute(...);
+ * $instanceTemplates = $computeService->instanceTemplates;
+ *
+ */
+class Google_Service_Compute_InstanceTemplates_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the specified instance template resource. (instanceTemplates.delete)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $instanceTemplate
+ * Name of the instance template resource to delete.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function delete($project, $instanceTemplate, $optParams = array())
+ {
+ $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Returns the specified instance template resource. (instanceTemplates.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $instanceTemplate
+ * Name of the instance template resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_InstanceTemplate
+ */
+ public function get($project, $instanceTemplate, $optParams = array())
+ {
+ $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate");
+ }
+ /**
+ * Creates an instance template resource in the specified project using the data
+ * included in the request. (instanceTemplates.insert)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param Google_InstanceTemplate $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function insert($project, Google_Service_Compute_InstanceTemplate $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Retrieves the list of instance template resources contained within the
+ * specified project. (instanceTemplates.listInstanceTemplates)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_InstanceTemplateList
+ */
+ public function listInstanceTemplates($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList");
+ }
+}
+
/**
* The "instances" collection of methods.
* Typical usage is:
@@ -8739,6 +8897,118 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_InstanceProperties extends Google_Collection
+{
+ protected $collection_key = 'serviceAccounts';
+ protected $internal_gapi_mappings = array(
+ );
+ public $canIpForward;
+ public $description;
+ protected $disksType = 'Google_Service_Compute_AttachedDisk';
+ protected $disksDataType = 'array';
+ public $machineType;
+ protected $metadataType = 'Google_Service_Compute_Metadata';
+ protected $metadataDataType = '';
+ protected $networkInterfacesType = 'Google_Service_Compute_NetworkInterface';
+ protected $networkInterfacesDataType = 'array';
+ protected $schedulingType = 'Google_Service_Compute_Scheduling';
+ protected $schedulingDataType = '';
+ protected $serviceAccountsType = 'Google_Service_Compute_ServiceAccount';
+ protected $serviceAccountsDataType = 'array';
+ protected $tagsType = 'Google_Service_Compute_Tags';
+ protected $tagsDataType = '';
+
+ public function setCanIpForward($canIpForward)
+ {
+ $this->canIpForward = $canIpForward;
+ }
+
+ public function getCanIpForward()
+ {
+ return $this->canIpForward;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDisks($disks)
+ {
+ $this->disks = $disks;
+ }
+
+ public function getDisks()
+ {
+ return $this->disks;
+ }
+
+ public function setMachineType($machineType)
+ {
+ $this->machineType = $machineType;
+ }
+
+ public function getMachineType()
+ {
+ return $this->machineType;
+ }
+
+ public function setMetadata(Google_Service_Compute_Metadata $metadata)
+ {
+ $this->metadata = $metadata;
+ }
+
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+
+ public function setNetworkInterfaces($networkInterfaces)
+ {
+ $this->networkInterfaces = $networkInterfaces;
+ }
+
+ public function getNetworkInterfaces()
+ {
+ return $this->networkInterfaces;
+ }
+
+ public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
+ {
+ $this->scheduling = $scheduling;
+ }
+
+ public function getScheduling()
+ {
+ return $this->scheduling;
+ }
+
+ public function setServiceAccounts($serviceAccounts)
+ {
+ $this->serviceAccounts = $serviceAccounts;
+ }
+
+ public function getServiceAccounts()
+ {
+ return $this->serviceAccounts;
+ }
+
+ public function setTags(Google_Service_Compute_Tags $tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
class Google_Service_Compute_InstanceReference extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -8756,6 +9026,153 @@ public function getInstance()
}
}
+class Google_Service_Compute_InstanceTemplate extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $creationTimestamp;
+ public $description;
+ public $id;
+ public $kind;
+ public $name;
+ protected $propertiesType = 'Google_Service_Compute_InstanceProperties';
+ protected $propertiesDataType = '';
+ public $selfLink;
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProperties(Google_Service_Compute_InstanceProperties $properties)
+ {
+ $this->properties = $properties;
+ }
+
+ public function getProperties()
+ {
+ return $this->properties;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Compute_InstanceTemplateList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_InstanceTemplate';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
class Google_Service_Compute_InstancesScopedList extends Google_Collection
{
protected $collection_key = 'instances';
From dfcae0135b5539dac8dc0d08beed9fa8488af7d7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 3 Oct 2014 02:13:54 -0700
Subject: [PATCH 0253/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 34 ++++++++++++++++++++++++++++-----
1 file changed, 29 insertions(+), 5 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 34b8d51a4..00f98dae3 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -1125,9 +1125,14 @@ public function get($variantId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Genomics_Variant");
}
/**
- * Creates variant data by asynchronously importing the provided information. If
- * the destination variant set already contains data, new variants will be
- * merged according to the behavior of mergeVariants. (variants.import)
+ * Creates variant data by asynchronously importing the provided information.
+ * The variants for import will be merged with any existing data and each other
+ * according to the behavior of mergeVariants. In particular, this means for
+ * merged VCF variants that have conflicting INFO fields, some data will be
+ * arbitrarily discarded. As a special case, for single-sample VCF files, QUAL
+ * and FILTER fields will be moved to the call level; these are sometimes
+ * interpreted in a call-specific context. Imported VCF headers are appended to
+ * the metadata already in a VariantSet. (variants.import)
*
* @param Google_ImportVariantsRequest $postBody
* @param array $optParams Optional parameters.
@@ -1222,10 +1227,10 @@ public function get($variantSetId, $optParams = array())
*
* @param string $variantSetId
* The destination variant set.
- * @param Google_Variant $postBody
+ * @param Google_MergeVariantsRequest $postBody
* @param array $optParams Optional parameters.
*/
- public function mergeVariants($variantSetId, Google_Service_Genomics_Variant $postBody, $optParams = array())
+ public function mergeVariants($variantSetId, Google_Service_Genomics_MergeVariantsRequest $postBody, $optParams = array())
{
$params = array('variantSetId' => $variantSetId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
@@ -2283,6 +2288,25 @@ public function getNextPageToken()
}
}
+class Google_Service_Genomics_MergeVariantsRequest extends Google_Collection
+{
+ protected $collection_key = 'variants';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $variantsType = 'Google_Service_Genomics_Variant';
+ protected $variantsDataType = 'array';
+
+ public function setVariants($variants)
+ {
+ $this->variants = $variants;
+ }
+
+ public function getVariants()
+ {
+ return $this->variants;
+ }
+}
+
class Google_Service_Genomics_Metadata extends Google_Model
{
protected $internal_gapi_mappings = array(
From 5fe9495fbd56d50b6dec4fe6227644bc89b2afc1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 3 Oct 2014 02:13:54 -0700
Subject: [PATCH 0254/1219] Updated Appsactivity.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Appsactivity.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/Appsactivity.php b/src/Google/Service/Appsactivity.php
index 55481773a..7a2a1ac24 100644
--- a/src/Google/Service/Appsactivity.php
+++ b/src/Google/Service/Appsactivity.php
@@ -31,7 +31,7 @@
*/
class Google_Service_Appsactivity extends Google_Service
{
- /** View historical activity for Google services. */
+ /** View the activity history of your Google Apps. */
const ACTIVITY = "https://www.googleapis.com/auth/activity";
/** View and manage the files and documents in your Google Drive. */
const DRIVE = "https://www.googleapis.com/auth/drive";
From 0ee25feb67c154dea27d543853ae17cfa97e9f78 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 3 Oct 2014 02:13:55 -0700
Subject: [PATCH 0255/1219] Updated AdSense.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdSense.php | 62 ++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/src/Google/Service/AdSense.php b/src/Google/Service/AdSense.php
index 19e5808eb..ab77a56c6 100644
--- a/src/Google/Service/AdSense.php
+++ b/src/Google/Service/AdSense.php
@@ -2175,6 +2175,8 @@ public function listUrlchannels($adClientId, $optParams = array())
class Google_Service_AdSense_Account extends Google_Collection
{
protected $collection_key = 'subAccounts';
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -2247,6 +2249,8 @@ public function getTimezone()
class Google_Service_AdSense_Accounts extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSense_Account';
protected $itemsDataType = 'array';
@@ -2296,6 +2300,8 @@ public function getNextPageToken()
class Google_Service_AdSense_AdClient extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $arcOptIn;
public $arcReviewMode;
public $id;
@@ -2367,6 +2373,8 @@ public function getSupportsReporting()
class Google_Service_AdSense_AdClients extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSense_AdClient';
protected $itemsDataType = 'array';
@@ -2416,6 +2424,8 @@ public function getNextPageToken()
class Google_Service_AdSense_AdCode extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adCode;
public $kind;
@@ -2442,6 +2452,8 @@ public function getKind()
class Google_Service_AdSense_AdStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $colorsType = 'Google_Service_AdSense_AdStyleColors';
protected $colorsDataType = '';
public $corners;
@@ -2492,6 +2504,8 @@ public function getKind()
class Google_Service_AdSense_AdStyleColors extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $background;
public $border;
public $text;
@@ -2551,6 +2565,8 @@ public function getUrl()
class Google_Service_AdSense_AdStyleFont extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $family;
public $size;
@@ -2577,6 +2593,8 @@ public function getSize()
class Google_Service_AdSense_AdUnit extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
protected $contentAdsSettingsType = 'Google_Service_AdSense_AdUnitContentAdsSettings';
protected $contentAdsSettingsDataType = '';
@@ -2695,6 +2713,8 @@ public function getStatus()
class Google_Service_AdSense_AdUnitContentAdsSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $backupOptionType = 'Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption';
protected $backupOptionDataType = '';
public $size;
@@ -2733,6 +2753,8 @@ public function getType()
class Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $color;
public $type;
public $url;
@@ -2770,6 +2792,8 @@ public function getUrl()
class Google_Service_AdSense_AdUnitFeedAdsSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adPosition;
public $frequency;
public $minimumWordCount;
@@ -2818,6 +2842,8 @@ public function getType()
class Google_Service_AdSense_AdUnitMobileContentAdsSettings extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $markupLanguage;
public $scriptingLanguage;
public $size;
@@ -2867,6 +2893,8 @@ public function getType()
class Google_Service_AdSense_AdUnits extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSense_AdUnit';
protected $itemsDataType = 'array';
@@ -2917,6 +2945,8 @@ public function getNextPageToken()
class Google_Service_AdSense_AdsenseReportsGenerateResponse extends Google_Collection
{
protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
public $averages;
public $endDate;
protected $headersType = 'Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders';
@@ -3021,6 +3051,8 @@ public function getWarnings()
class Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $currency;
public $name;
public $type;
@@ -3058,6 +3090,8 @@ public function getType()
class Google_Service_AdSense_Alert extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $isDismissible;
public $kind;
@@ -3129,6 +3163,8 @@ public function getType()
class Google_Service_AdSense_Alerts extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdSense_Alert';
protected $itemsDataType = 'array';
public $kind;
@@ -3156,6 +3192,8 @@ public function getKind()
class Google_Service_AdSense_CustomChannel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $code;
public $id;
public $kind;
@@ -3216,6 +3254,8 @@ public function getTargetingInfo()
class Google_Service_AdSense_CustomChannelTargetingInfo extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $adsAppearOn;
public $description;
public $location;
@@ -3265,6 +3305,8 @@ public function getSiteLanguage()
class Google_Service_AdSense_CustomChannels extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSense_CustomChannel';
protected $itemsDataType = 'array';
@@ -3315,6 +3357,8 @@ public function getNextPageToken()
class Google_Service_AdSense_Metadata extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdSense_ReportingMetadataEntry';
protected $itemsDataType = 'array';
public $kind;
@@ -3342,6 +3386,8 @@ public function getKind()
class Google_Service_AdSense_Payment extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $paymentAmount;
@@ -3402,6 +3448,8 @@ public function getPaymentDate()
class Google_Service_AdSense_Payments extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
protected $itemsType = 'Google_Service_AdSense_Payment';
protected $itemsDataType = 'array';
public $kind;
@@ -3430,6 +3478,8 @@ public function getKind()
class Google_Service_AdSense_ReportingMetadataEntry extends Google_Collection
{
protected $collection_key = 'supportedProducts';
+ protected $internal_gapi_mappings = array(
+ );
public $compatibleDimensions;
public $compatibleMetrics;
public $id;
@@ -3511,6 +3561,8 @@ public function getSupportedProducts()
class Google_Service_AdSense_SavedAdStyle extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
protected $adStyleType = 'Google_Service_AdSense_AdStyle';
protected $adStyleDataType = '';
public $id;
@@ -3561,6 +3613,8 @@ public function getName()
class Google_Service_AdSense_SavedAdStyles extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSense_SavedAdStyle';
protected $itemsDataType = 'array';
@@ -3610,6 +3664,8 @@ public function getNextPageToken()
class Google_Service_AdSense_SavedReport extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $name;
@@ -3648,6 +3704,8 @@ public function getName()
class Google_Service_AdSense_SavedReports extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSense_SavedReport';
protected $itemsDataType = 'array';
@@ -3697,6 +3755,8 @@ public function getNextPageToken()
class Google_Service_AdSense_UrlChannel extends Google_Model
{
+ protected $internal_gapi_mappings = array(
+ );
public $id;
public $kind;
public $urlPattern;
@@ -3735,6 +3795,8 @@ public function getUrlPattern()
class Google_Service_AdSense_UrlChannels extends Google_Collection
{
protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
public $etag;
protected $itemsType = 'Google_Service_AdSense_UrlChannel';
protected $itemsDataType = 'array';
From a1e3424c20acbe4af2d340c7134a8df43174fff3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 3 Oct 2014 02:13:55 -0700
Subject: [PATCH 0256/1219] Updated GamesManagement.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/GamesManagement.php | 70 +++++++++++++++++++++++++-
1 file changed, 68 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/GamesManagement.php b/src/Google/Service/GamesManagement.php
index 39b6a4a69..9fd41127f 100644
--- a/src/Google/Service/GamesManagement.php
+++ b/src/Google/Service/GamesManagement.php
@@ -78,6 +78,10 @@ public function __construct(Google_Client $client)
'path' => 'achievements/reset',
'httpMethod' => 'POST',
'parameters' => array(),
+ ),'resetAllForAllPlayers' => array(
+ 'path' => 'achievements/resetAllForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),'resetForAllPlayers' => array(
'path' => 'achievements/{achievementId}/resetForAllPlayers',
'httpMethod' => 'POST',
@@ -88,6 +92,10 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'resetMultipleForAllPlayers' => array(
+ 'path' => 'achievements/resetMultipleForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -318,8 +326,22 @@ public function resetAll($optParams = array())
return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse");
}
/**
- * Resets the achievement with the given ID for the all players. This method is
- * only available to user accounts for your developer console. Only draft
+ * Resets all draft achievements for all players. This method is only available
+ * to user accounts for your developer console.
+ * (achievements.resetAllForAllPlayers)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesManagement_AchievementResetAllResponse
+ */
+ public function resetAllForAllPlayers($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetAllForAllPlayers', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse");
+ }
+ /**
+ * Resets the achievement with the given ID for all players. This method is only
+ * available to user accounts for your developer console. Only draft
* achievements can be reset. (achievements.resetForAllPlayers)
*
* @param string $achievementId
@@ -332,6 +354,20 @@ public function resetForAllPlayers($achievementId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetForAllPlayers', array($params));
}
+ /**
+ * Resets the achievement with the given IDs for all players. This method is
+ * only available to user accounts for your developer console. Only draft
+ * achievements may be reset. (achievements.resetMultipleForAllPlayers)
+ *
+ * @param Google_AchievementResetMultipleForAllRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function resetMultipleForAllPlayers(Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('resetMultipleForAllPlayers', array($params));
+ }
}
/**
@@ -632,6 +668,36 @@ public function getResults()
}
}
+class Google_Service_GamesManagement_AchievementResetMultipleForAllRequest extends Google_Collection
+{
+ protected $collection_key = 'achievement_ids';
+ protected $internal_gapi_mappings = array(
+ "achievementIds" => "achievement_ids",
+ );
+ public $achievementIds;
+ public $kind;
+
+ public function setAchievementIds($achievementIds)
+ {
+ $this->achievementIds = $achievementIds;
+ }
+
+ public function getAchievementIds()
+ {
+ return $this->achievementIds;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
class Google_Service_GamesManagement_AchievementResetResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
From 2604f4ddc81a3c424625fcfa719d9ebb59c51e81 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 3 Oct 2014 02:13:55 -0700
Subject: [PATCH 0257/1219] Updated Games.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Games.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Games.php b/src/Google/Service/Games.php
index 900c0466e..c936cbd24 100644
--- a/src/Google/Service/Games.php
+++ b/src/Google/Service/Games.php
@@ -2922,6 +2922,7 @@ class Google_Service_Games_Application extends Google_Collection
public $lastUpdatedTimestamp;
public $leaderboardCount;
public $name;
+ public $themeColor;
public function setAchievementCount($achievementCount)
{
@@ -3042,6 +3043,16 @@ public function getName()
{
return $this->name;
}
+
+ public function setThemeColor($themeColor)
+ {
+ $this->themeColor = $themeColor;
+ }
+
+ public function getThemeColor()
+ {
+ return $this->themeColor;
+ }
}
class Google_Service_Games_ApplicationCategory extends Google_Model
From 5ad4812fd5007ea72894ca9a99c02bad6c28e751 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 3 Oct 2014 02:13:56 -0700
Subject: [PATCH 0258/1219] Removed Orkut.php
---
src/Google/Service/Orkut.php | 4127 ----------------------------------
1 file changed, 4127 deletions(-)
delete mode 100644 src/Google/Service/Orkut.php
diff --git a/src/Google/Service/Orkut.php b/src/Google/Service/Orkut.php
deleted file mode 100644
index cc5a62c92..000000000
--- a/src/Google/Service/Orkut.php
+++ /dev/null
@@ -1,4127 +0,0 @@
-
- * Lets you manage activities, comments and badges in Orkut. More stuff coming in time.
- *
- *
- *
- * For more information about this service, see the API
- * Documentation
- *
- *
- * @author Google, Inc.
- */
-class Google_Service_Orkut extends Google_Service
-{
- /** Manage your Orkut activity. */
- const ORKUT = "https://www.googleapis.com/auth/orkut";
- /** View your Orkut data. */
- const ORKUT_READONLY = "https://www.googleapis.com/auth/orkut.readonly";
-
- public $acl;
- public $activities;
- public $activityVisibility;
- public $badges;
- public $comments;
- public $communities;
- public $communityFollow;
- public $communityMembers;
- public $communityMessages;
- public $communityPollComments;
- public $communityPollVotes;
- public $communityPolls;
- public $communityRelated;
- public $communityTopics;
- public $counters;
- public $scraps;
-
-
- /**
- * Constructs the internal representation of the Orkut service.
- *
- * @param Google_Client $client
- */
- public function __construct(Google_Client $client)
- {
- parent::__construct($client);
- $this->servicePath = 'orkut/v2/';
- $this->version = 'v2';
- $this->serviceName = 'orkut';
-
- $this->acl = new Google_Service_Orkut_Acl_Resource(
- $this,
- $this->serviceName,
- 'acl',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'activities/{activityId}/acl/{userId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'activityId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->activities = new Google_Service_Orkut_Activities_Resource(
- $this,
- $this->serviceName,
- 'activities',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'activities/{activityId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'activityId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'people/{userId}/activities/{collection}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'collection' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->activityVisibility = new Google_Service_Orkut_ActivityVisibility_Resource(
- $this,
- $this->serviceName,
- 'activityVisibility',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'activities/{activityId}/visibility',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'activityId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'patch' => array(
- 'path' => 'activities/{activityId}/visibility',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'activityId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'activities/{activityId}/visibility',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'activityId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->badges = new Google_Service_Orkut_Badges_Resource(
- $this,
- $this->serviceName,
- 'badges',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'people/{userId}/badges/{badgeId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'badgeId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'people/{userId}/badges',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->comments = new Google_Service_Orkut_Comments_Resource(
- $this,
- $this->serviceName,
- 'comments',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'comments/{commentId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'commentId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'comments/{commentId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'commentId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'insert' => array(
- 'path' => 'activities/{activityId}/comments',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'activityId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'activities/{activityId}/comments',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'activityId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'orderBy' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->communities = new Google_Service_Orkut_Communities_Resource(
- $this,
- $this->serviceName,
- 'communities',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'communities/{communityId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'list' => array(
- 'path' => 'people/{userId}/communities',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'orderBy' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->communityFollow = new Google_Service_Orkut_CommunityFollow_Resource(
- $this,
- $this->serviceName,
- 'communityFollow',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'communities/{communityId}/followers/{userId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'insert' => array(
- 'path' => 'communities/{communityId}/followers/{userId}',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->communityMembers = new Google_Service_Orkut_CommunityMembers_Resource(
- $this,
- $this->serviceName,
- 'communityMembers',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'communities/{communityId}/members/{userId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'communities/{communityId}/members/{userId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'insert' => array(
- 'path' => 'communities/{communityId}/members/{userId}',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'communities/{communityId}/members',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'friendsOnly' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->communityMessages = new Google_Service_Orkut_CommunityMessages_Resource(
- $this,
- $this->serviceName,
- 'communityMessages',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'communities/{communityId}/topics/{topicId}/messages/{messageId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'topicId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'messageId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'insert' => array(
- 'path' => 'communities/{communityId}/topics/{topicId}/messages',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'topicId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'communities/{communityId}/topics/{topicId}/messages',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'topicId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->communityPollComments = new Google_Service_Orkut_CommunityPollComments_Resource(
- $this,
- $this->serviceName,
- 'communityPollComments',
- array(
- 'methods' => array(
- 'insert' => array(
- 'path' => 'communities/{communityId}/polls/{pollId}/comments',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'pollId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'communities/{communityId}/polls/{pollId}/comments',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'pollId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->communityPollVotes = new Google_Service_Orkut_CommunityPollVotes_Resource(
- $this,
- $this->serviceName,
- 'communityPollVotes',
- array(
- 'methods' => array(
- 'insert' => array(
- 'path' => 'communities/{communityId}/polls/{pollId}/votes',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'pollId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->communityPolls = new Google_Service_Orkut_CommunityPolls_Resource(
- $this,
- $this->serviceName,
- 'communityPolls',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'communities/{communityId}/polls/{pollId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'pollId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'list' => array(
- 'path' => 'communities/{communityId}/polls',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->communityRelated = new Google_Service_Orkut_CommunityRelated_Resource(
- $this,
- $this->serviceName,
- 'communityRelated',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'communities/{communityId}/related',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->communityTopics = new Google_Service_Orkut_CommunityTopics_Resource(
- $this,
- $this->serviceName,
- 'communityTopics',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'communities/{communityId}/topics/{topicId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'topicId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'communities/{communityId}/topics/{topicId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'topicId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'insert' => array(
- 'path' => 'communities/{communityId}/topics',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'isShout' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'list' => array(
- 'path' => 'communities/{communityId}/topics',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'communityId' => array(
- 'location' => 'path',
- 'type' => 'integer',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'hl' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->counters = new Google_Service_Orkut_Counters_Resource(
- $this,
- $this->serviceName,
- 'counters',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'people/{userId}/counters',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->scraps = new Google_Service_Orkut_Scraps_Resource(
- $this,
- $this->serviceName,
- 'scraps',
- array(
- 'methods' => array(
- 'insert' => array(
- 'path' => 'activities/scraps',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),
- )
- )
- );
- }
-}
-
-
-/**
- * The "acl" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $acl = $orkutService->acl;
- *
- */
-class Google_Service_Orkut_Acl_Resource extends Google_Service_Resource
-{
-
- /**
- * Excludes an element from the ACL of the activity. (acl.delete)
- *
- * @param string $activityId
- * ID of the activity.
- * @param string $userId
- * ID of the user to be removed from the activity.
- * @param array $optParams Optional parameters.
- */
- public function delete($activityId, $userId, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
-}
-
-/**
- * The "activities" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $activities = $orkutService->activities;
- *
- */
-class Google_Service_Orkut_Activities_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes an existing activity, if the access controls allow it.
- * (activities.delete)
- *
- * @param string $activityId
- * ID of the activity to remove.
- * @param array $optParams Optional parameters.
- */
- public function delete($activityId, $optParams = array())
- {
- $params = array('activityId' => $activityId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves a list of activities. (activities.listActivities)
- *
- * @param string $userId
- * The ID of the user whose activities will be listed. Can be me to refer to the viewer (i.e. the
- * authenticated user).
- * @param string $collection
- * The collection of activities to list.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of activities to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_ActivityList
- */
- public function listActivities($userId, $collection, $optParams = array())
- {
- $params = array('userId' => $userId, 'collection' => $collection);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_ActivityList");
- }
-}
-
-/**
- * The "activityVisibility" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $activityVisibility = $orkutService->activityVisibility;
- *
- */
-class Google_Service_Orkut_ActivityVisibility_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets the visibility of an existing activity. (activityVisibility.get)
- *
- * @param string $activityId
- * ID of the activity to get the visibility.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Visibility
- */
- public function get($activityId, $optParams = array())
- {
- $params = array('activityId' => $activityId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Visibility");
- }
- /**
- * Updates the visibility of an existing activity. This method supports patch
- * semantics. (activityVisibility.patch)
- *
- * @param string $activityId
- * ID of the activity.
- * @param Google_Visibility $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Visibility
- */
- public function patch($activityId, Google_Service_Orkut_Visibility $postBody, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Orkut_Visibility");
- }
- /**
- * Updates the visibility of an existing activity. (activityVisibility.update)
- *
- * @param string $activityId
- * ID of the activity.
- * @param Google_Visibility $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Visibility
- */
- public function update($activityId, Google_Service_Orkut_Visibility $postBody, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Orkut_Visibility");
- }
-}
-
-/**
- * The "badges" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $badges = $orkutService->badges;
- *
- */
-class Google_Service_Orkut_Badges_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves a badge from a user. (badges.get)
- *
- * @param string $userId
- * The ID of the user whose badges will be listed. Can be me to refer to caller.
- * @param string $badgeId
- * The ID of the badge that will be retrieved.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Badge
- */
- public function get($userId, $badgeId, $optParams = array())
- {
- $params = array('userId' => $userId, 'badgeId' => $badgeId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Badge");
- }
- /**
- * Retrieves the list of visible badges of a user. (badges.listBadges)
- *
- * @param string $userId
- * The id of the user whose badges will be listed. Can be me to refer to caller.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_BadgeList
- */
- public function listBadges($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_BadgeList");
- }
-}
-
-/**
- * The "comments" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $comments = $orkutService->comments;
- *
- */
-class Google_Service_Orkut_Comments_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes an existing comment. (comments.delete)
- *
- * @param string $commentId
- * ID of the comment to remove.
- * @param array $optParams Optional parameters.
- */
- public function delete($commentId, $optParams = array())
- {
- $params = array('commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves an existing comment. (comments.get)
- *
- * @param string $commentId
- * ID of the comment to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_Comment
- */
- public function get($commentId, $optParams = array())
- {
- $params = array('commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Comment");
- }
- /**
- * Inserts a new comment to an activity. (comments.insert)
- *
- * @param string $activityId
- * The ID of the activity to contain the new comment.
- * @param Google_Comment $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Comment
- */
- public function insert($activityId, Google_Service_Orkut_Comment $postBody, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_Comment");
- }
- /**
- * Retrieves a list of comments, possibly filtered. (comments.listComments)
- *
- * @param string $activityId
- * The ID of the activity containing the comments.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * Sort search results.
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of activities to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommentList
- */
- public function listComments($activityId, $optParams = array())
- {
- $params = array('activityId' => $activityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommentList");
- }
-}
-
-/**
- * The "communities" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communities = $orkutService->communities;
- *
- */
-class Google_Service_Orkut_Communities_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves the basic information (aka. profile) of a community.
- * (communities.get)
- *
- * @param int $communityId
- * The ID of the community to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_Community
- */
- public function get($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Community");
- }
- /**
- * Retrieves the list of communities the current user is a member of.
- * (communities.listCommunities)
- *
- * @param string $userId
- * The ID of the user whose communities will be listed. Can be me to refer to caller.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * How to order the communities by.
- * @opt_param string maxResults
- * The maximum number of communities to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityList
- */
- public function listCommunities($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityList");
- }
-}
-
-/**
- * The "communityFollow" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityFollow = $orkutService->communityFollow;
- *
- */
-class Google_Service_Orkut_CommunityFollow_Resource extends Google_Service_Resource
-{
-
- /**
- * Removes a user from the followers of a community. (communityFollow.delete)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Adds a user as a follower of a community. (communityFollow.insert)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityMembers
- */
- public function insert($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityMembers");
- }
-}
-
-/**
- * The "communityMembers" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityMembers = $orkutService->communityMembers;
- *
- */
-class Google_Service_Orkut_CommunityMembers_Resource extends Google_Service_Resource
-{
-
- /**
- * Makes the user leave a community. (communityMembers.delete)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves the relationship between a user and a community.
- * (communityMembers.get)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityMembers
- */
- public function get($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_CommunityMembers");
- }
- /**
- * Makes the user join a community. (communityMembers.insert)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityMembers
- */
- public function insert($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityMembers");
- }
- /**
- * Lists members of a community. Use the pagination tokens to retrieve the full
- * list; do not rely on the member count available in the community profile
- * information to know when to stop iterating, as that count may be approximate.
- * (communityMembers.listCommunityMembers)
- *
- * @param int $communityId
- * The ID of the community whose members will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param bool friendsOnly
- * Whether to list only community members who are friends of the user.
- * @opt_param string maxResults
- * The maximum number of members to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityMembersList
- */
- public function listCommunityMembers($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityMembersList");
- }
-}
-
-/**
- * The "communityMessages" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityMessages = $orkutService->communityMessages;
- *
- */
-class Google_Service_Orkut_CommunityMessages_Resource extends Google_Service_Resource
-{
-
- /**
- * Moves a message of the community to the trash folder.
- * (communityMessages.delete)
- *
- * @param int $communityId
- * The ID of the community whose message will be moved to the trash folder.
- * @param string $topicId
- * The ID of the topic whose message will be moved to the trash folder.
- * @param string $messageId
- * The ID of the message to be moved to the trash folder.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $topicId, $messageId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId, 'messageId' => $messageId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Adds a message to a given community topic. (communityMessages.insert)
- *
- * @param int $communityId
- * The ID of the community the message should be added to.
- * @param string $topicId
- * The ID of the topic the message should be added to.
- * @param Google_CommunityMessage $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityMessage
- */
- public function insert($communityId, $topicId, Google_Service_Orkut_CommunityMessage $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityMessage");
- }
- /**
- * Retrieves the messages of a topic of a community.
- * (communityMessages.listCommunityMessages)
- *
- * @param int $communityId
- * The ID of the community which messages will be listed.
- * @param string $topicId
- * The ID of the topic which messages will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of messages to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityMessageList
- */
- public function listCommunityMessages($communityId, $topicId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityMessageList");
- }
-}
-
-/**
- * The "communityPollComments" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityPollComments = $orkutService->communityPollComments;
- *
- */
-class Google_Service_Orkut_CommunityPollComments_Resource extends Google_Service_Resource
-{
-
- /**
- * Adds a comment on a community poll. (communityPollComments.insert)
- *
- * @param int $communityId
- * The ID of the community whose poll is being commented.
- * @param string $pollId
- * The ID of the poll being commented.
- * @param Google_CommunityPollComment $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityPollComment
- */
- public function insert($communityId, $pollId, Google_Service_Orkut_CommunityPollComment $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityPollComment");
- }
- /**
- * Retrieves the comments of a community poll.
- * (communityPollComments.listCommunityPollComments)
- *
- * @param int $communityId
- * The ID of the community whose poll is having its comments listed.
- * @param string $pollId
- * The ID of the community whose polls will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of comments to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityPollCommentList
- */
- public function listCommunityPollComments($communityId, $pollId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityPollCommentList");
- }
-}
-
-/**
- * The "communityPollVotes" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityPollVotes = $orkutService->communityPollVotes;
- *
- */
-class Google_Service_Orkut_CommunityPollVotes_Resource extends Google_Service_Resource
-{
-
- /**
- * Votes on a community poll. (communityPollVotes.insert)
- *
- * @param int $communityId
- * The ID of the community whose poll is being voted.
- * @param string $pollId
- * The ID of the poll being voted.
- * @param Google_CommunityPollVote $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityPollVote
- */
- public function insert($communityId, $pollId, Google_Service_Orkut_CommunityPollVote $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityPollVote");
- }
-}
-
-/**
- * The "communityPolls" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityPolls = $orkutService->communityPolls;
- *
- */
-class Google_Service_Orkut_CommunityPolls_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves one specific poll of a community. (communityPolls.get)
- *
- * @param int $communityId
- * The ID of the community for whose poll will be retrieved.
- * @param string $pollId
- * The ID of the poll to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityPoll
- */
- public function get($communityId, $pollId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_CommunityPoll");
- }
- /**
- * Retrieves the polls of a community. (communityPolls.listCommunityPolls)
- *
- * @param int $communityId
- * The ID of the community which polls will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of polls to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityPollList
- */
- public function listCommunityPolls($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityPollList");
- }
-}
-
-/**
- * The "communityRelated" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityRelated = $orkutService->communityRelated;
- *
- */
-class Google_Service_Orkut_CommunityRelated_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves the communities related to another one.
- * (communityRelated.listCommunityRelated)
- *
- * @param int $communityId
- * The ID of the community whose related communities will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityList
- */
- public function listCommunityRelated($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityList");
- }
-}
-
-/**
- * The "communityTopics" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityTopics = $orkutService->communityTopics;
- *
- */
-class Google_Service_Orkut_CommunityTopics_Resource extends Google_Service_Resource
-{
-
- /**
- * Moves a topic of the community to the trash folder. (communityTopics.delete)
- *
- * @param int $communityId
- * The ID of the community whose topic will be moved to the trash folder.
- * @param string $topicId
- * The ID of the topic to be moved to the trash folder.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $topicId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves a topic of a community. (communityTopics.get)
- *
- * @param int $communityId
- * The ID of the community whose topic will be retrieved.
- * @param string $topicId
- * The ID of the topic to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityTopic
- */
- public function get($communityId, $topicId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_CommunityTopic");
- }
- /**
- * Adds a topic to a given community. (communityTopics.insert)
- *
- * @param int $communityId
- * The ID of the community the topic should be added to.
- * @param Google_CommunityTopic $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool isShout
- * Whether this topic is a shout.
- * @return Google_Service_Orkut_CommunityTopic
- */
- public function insert($communityId, Google_Service_Orkut_CommunityTopic $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityTopic");
- }
- /**
- * Retrieves the topics of a community. (communityTopics.listCommunityTopics)
- *
- * @param int $communityId
- * The ID of the community which topics will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of topics to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityTopicList
- */
- public function listCommunityTopics($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityTopicList");
- }
-}
-
-/**
- * The "counters" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $counters = $orkutService->counters;
- *
- */
-class Google_Service_Orkut_Counters_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves the counters of a user. (counters.listCounters)
- *
- * @param string $userId
- * The ID of the user whose counters will be listed. Can be me to refer to caller.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Counters
- */
- public function listCounters($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_Counters");
- }
-}
-
-/**
- * The "scraps" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $scraps = $orkutService->scraps;
- *
- */
-class Google_Service_Orkut_Scraps_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a new scrap. (scraps.insert)
- *
- * @param Google_Activity $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Activity
- */
- public function insert(Google_Service_Orkut_Activity $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_Activity");
- }
-}
-
-
-
-
-class Google_Service_Orkut_Acl extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $description;
- protected $itemsType = 'Google_Service_Orkut_AclItems';
- protected $itemsDataType = 'array';
- public $kind;
- public $totalParticipants;
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setTotalParticipants($totalParticipants)
- {
- $this->totalParticipants = $totalParticipants;
- }
-
- public function getTotalParticipants()
- {
- return $this->totalParticipants;
- }
-}
-
-class Google_Service_Orkut_AclItems extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $id;
- public $type;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_Orkut_Activity extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- protected $accessType = 'Google_Service_Orkut_Acl';
- protected $accessDataType = '';
- protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $actorDataType = '';
- public $id;
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- protected $objectType = 'Google_Service_Orkut_ActivityObject';
- protected $objectDataType = '';
- public $published;
- public $title;
- public $updated;
- public $verb;
-
- public function setAccess(Google_Service_Orkut_Acl $access)
- {
- $this->access = $access;
- }
-
- public function getAccess()
- {
- return $this->access;
- }
-
- public function setActor(Google_Service_Orkut_OrkutAuthorResource $actor)
- {
- $this->actor = $actor;
- }
-
- public function getActor()
- {
- return $this->actor;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setObject(Google_Service_Orkut_ActivityObject $object)
- {
- $this->object = $object;
- }
-
- public function getObject()
- {
- return $this->object;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setUpdated($updated)
- {
- $this->updated = $updated;
- }
-
- public function getUpdated()
- {
- return $this->updated;
- }
-
- public function setVerb($verb)
- {
- $this->verb = $verb;
- }
-
- public function getVerb()
- {
- return $this->verb;
- }
-}
-
-class Google_Service_Orkut_ActivityList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Activity';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_Orkut_ActivityObject extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $content;
- protected $itemsType = 'Google_Service_Orkut_OrkutActivityobjectsResource';
- protected $itemsDataType = 'array';
- public $objectType;
- protected $repliesType = 'Google_Service_Orkut_ActivityObjectReplies';
- protected $repliesDataType = '';
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setObjectType($objectType)
- {
- $this->objectType = $objectType;
- }
-
- public function getObjectType()
- {
- return $this->objectType;
- }
-
- public function setReplies(Google_Service_Orkut_ActivityObjectReplies $replies)
- {
- $this->replies = $replies;
- }
-
- public function getReplies()
- {
- return $this->replies;
- }
-}
-
-class Google_Service_Orkut_ActivityObjectReplies extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Comment';
- protected $itemsDataType = 'array';
- public $totalItems;
- public $url;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setTotalItems($totalItems)
- {
- $this->totalItems = $totalItems;
- }
-
- public function getTotalItems()
- {
- return $this->totalItems;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_Badge extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $badgeLargeLogo;
- public $badgeSmallLogo;
- public $caption;
- public $description;
- public $id;
- public $kind;
- public $sponsorLogo;
- public $sponsorName;
- public $sponsorUrl;
-
- public function setBadgeLargeLogo($badgeLargeLogo)
- {
- $this->badgeLargeLogo = $badgeLargeLogo;
- }
-
- public function getBadgeLargeLogo()
- {
- return $this->badgeLargeLogo;
- }
-
- public function setBadgeSmallLogo($badgeSmallLogo)
- {
- $this->badgeSmallLogo = $badgeSmallLogo;
- }
-
- public function getBadgeSmallLogo()
- {
- return $this->badgeSmallLogo;
- }
-
- public function setCaption($caption)
- {
- $this->caption = $caption;
- }
-
- public function getCaption()
- {
- return $this->caption;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setSponsorLogo($sponsorLogo)
- {
- $this->sponsorLogo = $sponsorLogo;
- }
-
- public function getSponsorLogo()
- {
- return $this->sponsorLogo;
- }
-
- public function setSponsorName($sponsorName)
- {
- $this->sponsorName = $sponsorName;
- }
-
- public function getSponsorName()
- {
- return $this->sponsorName;
- }
-
- public function setSponsorUrl($sponsorUrl)
- {
- $this->sponsorUrl = $sponsorUrl;
- }
-
- public function getSponsorUrl()
- {
- return $this->sponsorUrl;
- }
-}
-
-class Google_Service_Orkut_BadgeList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Badge';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_Comment extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $actorDataType = '';
- public $content;
- public $id;
- protected $inReplyToType = 'Google_Service_Orkut_CommentInReplyTo';
- protected $inReplyToDataType = '';
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $published;
-
- public function setActor(Google_Service_Orkut_OrkutAuthorResource $actor)
- {
- $this->actor = $actor;
- }
-
- public function getActor()
- {
- return $this->actor;
- }
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setInReplyTo(Google_Service_Orkut_CommentInReplyTo $inReplyTo)
- {
- $this->inReplyTo = $inReplyTo;
- }
-
- public function getInReplyTo()
- {
- return $this->inReplyTo;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-}
-
-class Google_Service_Orkut_CommentInReplyTo extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $href;
- public $ref;
- public $rel;
- public $type;
-
- public function setHref($href)
- {
- $this->href = $href;
- }
-
- public function getHref()
- {
- return $this->href;
- }
-
- public function setRef($ref)
- {
- $this->ref = $ref;
- }
-
- public function getRef()
- {
- return $this->ref;
- }
-
- public function setRel($rel)
- {
- $this->rel = $rel;
- }
-
- public function getRel()
- {
- return $this->rel;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_Orkut_CommentList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Comment';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
- public $previousPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPreviousPageToken($previousPageToken)
- {
- $this->previousPageToken = $previousPageToken;
- }
-
- public function getPreviousPageToken()
- {
- return $this->previousPageToken;
- }
-}
-
-class Google_Service_Orkut_Community extends Google_Collection
-{
- protected $collection_key = 'moderators';
- protected $internal_gapi_mappings = array(
- "coOwners" => "co_owners",
- "creationDate" => "creation_date",
- "memberCount" => "member_count",
- "photoUrl" => "photo_url",
- );
- public $category;
- protected $coOwnersType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $coOwnersDataType = 'array';
- public $creationDate;
- public $description;
- public $id;
- public $kind;
- public $language;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $location;
- public $memberCount;
- protected $moderatorsType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $moderatorsDataType = 'array';
- public $name;
- protected $ownerType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $ownerDataType = '';
- public $photoUrl;
-
- public function setCategory($category)
- {
- $this->category = $category;
- }
-
- public function getCategory()
- {
- return $this->category;
- }
-
- public function setCoOwners($coOwners)
- {
- $this->coOwners = $coOwners;
- }
-
- public function getCoOwners()
- {
- return $this->coOwners;
- }
-
- public function setCreationDate($creationDate)
- {
- $this->creationDate = $creationDate;
- }
-
- public function getCreationDate()
- {
- return $this->creationDate;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLanguage($language)
- {
- $this->language = $language;
- }
-
- public function getLanguage()
- {
- return $this->language;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setLocation($location)
- {
- $this->location = $location;
- }
-
- public function getLocation()
- {
- return $this->location;
- }
-
- public function setMemberCount($memberCount)
- {
- $this->memberCount = $memberCount;
- }
-
- public function getMemberCount()
- {
- return $this->memberCount;
- }
-
- public function setModerators($moderators)
- {
- $this->moderators = $moderators;
- }
-
- public function getModerators()
- {
- return $this->moderators;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setOwner(Google_Service_Orkut_OrkutAuthorResource $owner)
- {
- $this->owner = $owner;
- }
-
- public function getOwner()
- {
- return $this->owner;
- }
-
- public function setPhotoUrl($photoUrl)
- {
- $this->photoUrl = $photoUrl;
- }
-
- public function getPhotoUrl()
- {
- return $this->photoUrl;
- }
-}
-
-class Google_Service_Orkut_CommunityList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Community';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_CommunityMembers extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $communityMembershipStatusType = 'Google_Service_Orkut_CommunityMembershipStatus';
- protected $communityMembershipStatusDataType = '';
- public $kind;
- protected $personType = 'Google_Service_Orkut_OrkutActivitypersonResource';
- protected $personDataType = '';
-
- public function setCommunityMembershipStatus(Google_Service_Orkut_CommunityMembershipStatus $communityMembershipStatus)
- {
- $this->communityMembershipStatus = $communityMembershipStatus;
- }
-
- public function getCommunityMembershipStatus()
- {
- return $this->communityMembershipStatus;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPerson(Google_Service_Orkut_OrkutActivitypersonResource $person)
- {
- $this->person = $person;
- }
-
- public function getPerson()
- {
- return $this->person;
- }
-}
-
-class Google_Service_Orkut_CommunityMembersList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityMembers';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityMembershipStatus extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $canCreatePoll;
- public $canCreateTopic;
- public $canShout;
- public $isCoOwner;
- public $isFollowing;
- public $isModerator;
- public $isOwner;
- public $isRestoreAvailable;
- public $isTakebackAvailable;
- public $kind;
- public $status;
-
- public function setCanCreatePoll($canCreatePoll)
- {
- $this->canCreatePoll = $canCreatePoll;
- }
-
- public function getCanCreatePoll()
- {
- return $this->canCreatePoll;
- }
-
- public function setCanCreateTopic($canCreateTopic)
- {
- $this->canCreateTopic = $canCreateTopic;
- }
-
- public function getCanCreateTopic()
- {
- return $this->canCreateTopic;
- }
-
- public function setCanShout($canShout)
- {
- $this->canShout = $canShout;
- }
-
- public function getCanShout()
- {
- return $this->canShout;
- }
-
- public function setIsCoOwner($isCoOwner)
- {
- $this->isCoOwner = $isCoOwner;
- }
-
- public function getIsCoOwner()
- {
- return $this->isCoOwner;
- }
-
- public function setIsFollowing($isFollowing)
- {
- $this->isFollowing = $isFollowing;
- }
-
- public function getIsFollowing()
- {
- return $this->isFollowing;
- }
-
- public function setIsModerator($isModerator)
- {
- $this->isModerator = $isModerator;
- }
-
- public function getIsModerator()
- {
- return $this->isModerator;
- }
-
- public function setIsOwner($isOwner)
- {
- $this->isOwner = $isOwner;
- }
-
- public function getIsOwner()
- {
- return $this->isOwner;
- }
-
- public function setIsRestoreAvailable($isRestoreAvailable)
- {
- $this->isRestoreAvailable = $isRestoreAvailable;
- }
-
- public function getIsRestoreAvailable()
- {
- return $this->isRestoreAvailable;
- }
-
- public function setIsTakebackAvailable($isTakebackAvailable)
- {
- $this->isTakebackAvailable = $isTakebackAvailable;
- }
-
- public function getIsTakebackAvailable()
- {
- return $this->isTakebackAvailable;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
-}
-
-class Google_Service_Orkut_CommunityMessage extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- public $addedDate;
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $body;
- public $id;
- public $isSpam;
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $subject;
-
- public function setAddedDate($addedDate)
- {
- $this->addedDate = $addedDate;
- }
-
- public function getAddedDate()
- {
- return $this->addedDate;
- }
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBody($body)
- {
- $this->body = $body;
- }
-
- public function getBody()
- {
- return $this->body;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setIsSpam($isSpam)
- {
- $this->isSpam = $isSpam;
- }
-
- public function getIsSpam()
- {
- return $this->isSpam;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setSubject($subject)
- {
- $this->subject = $subject;
- }
-
- public function getSubject()
- {
- return $this->subject;
- }
-}
-
-class Google_Service_Orkut_CommunityMessageList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityMessage';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityPoll extends Google_Collection
-{
- protected $collection_key = 'votedOptions';
- protected $internal_gapi_mappings = array(
- );
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $communityId;
- public $creationTime;
- public $description;
- public $endingTime;
- public $hasVoted;
- public $id;
- protected $imageType = 'Google_Service_Orkut_CommunityPollImage';
- protected $imageDataType = '';
- public $isClosed;
- public $isMultipleAnswers;
- public $isOpenForVoting;
- public $isRestricted;
- public $isSpam;
- public $isUsersVotePublic;
- public $isVotingAllowedForNonMembers;
- public $kind;
- public $lastUpdate;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- protected $optionsType = 'Google_Service_Orkut_OrkutCommunitypolloptionResource';
- protected $optionsDataType = 'array';
- public $question;
- public $totalNumberOfVotes;
- public $votedOptions;
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setCommunityId($communityId)
- {
- $this->communityId = $communityId;
- }
-
- public function getCommunityId()
- {
- return $this->communityId;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setEndingTime($endingTime)
- {
- $this->endingTime = $endingTime;
- }
-
- public function getEndingTime()
- {
- return $this->endingTime;
- }
-
- public function setHasVoted($hasVoted)
- {
- $this->hasVoted = $hasVoted;
- }
-
- public function getHasVoted()
- {
- return $this->hasVoted;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Orkut_CommunityPollImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setIsClosed($isClosed)
- {
- $this->isClosed = $isClosed;
- }
-
- public function getIsClosed()
- {
- return $this->isClosed;
- }
-
- public function setIsMultipleAnswers($isMultipleAnswers)
- {
- $this->isMultipleAnswers = $isMultipleAnswers;
- }
-
- public function getIsMultipleAnswers()
- {
- return $this->isMultipleAnswers;
- }
-
- public function setIsOpenForVoting($isOpenForVoting)
- {
- $this->isOpenForVoting = $isOpenForVoting;
- }
-
- public function getIsOpenForVoting()
- {
- return $this->isOpenForVoting;
- }
-
- public function setIsRestricted($isRestricted)
- {
- $this->isRestricted = $isRestricted;
- }
-
- public function getIsRestricted()
- {
- return $this->isRestricted;
- }
-
- public function setIsSpam($isSpam)
- {
- $this->isSpam = $isSpam;
- }
-
- public function getIsSpam()
- {
- return $this->isSpam;
- }
-
- public function setIsUsersVotePublic($isUsersVotePublic)
- {
- $this->isUsersVotePublic = $isUsersVotePublic;
- }
-
- public function getIsUsersVotePublic()
- {
- return $this->isUsersVotePublic;
- }
-
- public function setIsVotingAllowedForNonMembers($isVotingAllowedForNonMembers)
- {
- $this->isVotingAllowedForNonMembers = $isVotingAllowedForNonMembers;
- }
-
- public function getIsVotingAllowedForNonMembers()
- {
- return $this->isVotingAllowedForNonMembers;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastUpdate($lastUpdate)
- {
- $this->lastUpdate = $lastUpdate;
- }
-
- public function getLastUpdate()
- {
- return $this->lastUpdate;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setOptions($options)
- {
- $this->options = $options;
- }
-
- public function getOptions()
- {
- return $this->options;
- }
-
- public function setQuestion($question)
- {
- $this->question = $question;
- }
-
- public function getQuestion()
- {
- return $this->question;
- }
-
- public function setTotalNumberOfVotes($totalNumberOfVotes)
- {
- $this->totalNumberOfVotes = $totalNumberOfVotes;
- }
-
- public function getTotalNumberOfVotes()
- {
- return $this->totalNumberOfVotes;
- }
-
- public function setVotedOptions($votedOptions)
- {
- $this->votedOptions = $votedOptions;
- }
-
- public function getVotedOptions()
- {
- return $this->votedOptions;
- }
-}
-
-class Google_Service_Orkut_CommunityPollComment extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $addedDate;
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $body;
- public $id;
- public $kind;
-
- public function setAddedDate($addedDate)
- {
- $this->addedDate = $addedDate;
- }
-
- public function getAddedDate()
- {
- return $this->addedDate;
- }
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBody($body)
- {
- $this->body = $body;
- }
-
- public function getBody()
- {
- return $this->body;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_CommunityPollCommentList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityPollComment';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityPollImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_CommunityPollList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityPoll';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityPollVote extends Google_Collection
-{
- protected $collection_key = 'optionIds';
- protected $internal_gapi_mappings = array(
- );
- public $isVotevisible;
- public $kind;
- public $optionIds;
-
- public function setIsVotevisible($isVotevisible)
- {
- $this->isVotevisible = $isVotevisible;
- }
-
- public function getIsVotevisible()
- {
- return $this->isVotevisible;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setOptionIds($optionIds)
- {
- $this->optionIds = $optionIds;
- }
-
- public function getOptionIds()
- {
- return $this->optionIds;
- }
-}
-
-class Google_Service_Orkut_CommunityTopic extends Google_Collection
-{
- protected $collection_key = 'messages';
- protected $internal_gapi_mappings = array(
- );
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $body;
- public $id;
- public $isClosed;
- public $kind;
- public $lastUpdate;
- public $latestMessageSnippet;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- protected $messagesType = 'Google_Service_Orkut_CommunityMessage';
- protected $messagesDataType = 'array';
- public $numberOfReplies;
- public $title;
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBody($body)
- {
- $this->body = $body;
- }
-
- public function getBody()
- {
- return $this->body;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setIsClosed($isClosed)
- {
- $this->isClosed = $isClosed;
- }
-
- public function getIsClosed()
- {
- return $this->isClosed;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastUpdate($lastUpdate)
- {
- $this->lastUpdate = $lastUpdate;
- }
-
- public function getLastUpdate()
- {
- return $this->lastUpdate;
- }
-
- public function setLatestMessageSnippet($latestMessageSnippet)
- {
- $this->latestMessageSnippet = $latestMessageSnippet;
- }
-
- public function getLatestMessageSnippet()
- {
- return $this->latestMessageSnippet;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setMessages($messages)
- {
- $this->messages = $messages;
- }
-
- public function getMessages()
- {
- return $this->messages;
- }
-
- public function setNumberOfReplies($numberOfReplies)
- {
- $this->numberOfReplies = $numberOfReplies;
- }
-
- public function getNumberOfReplies()
- {
- return $this->numberOfReplies;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-}
-
-class Google_Service_Orkut_CommunityTopicList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityTopic';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_Counters extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_OrkutCounterResource';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_OrkutActivityobjectsResource extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- protected $communityType = 'Google_Service_Orkut_Community';
- protected $communityDataType = '';
- public $content;
- public $displayName;
- public $id;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $objectType;
- protected $personType = 'Google_Service_Orkut_OrkutActivitypersonResource';
- protected $personDataType = '';
-
- public function setCommunity(Google_Service_Orkut_Community $community)
- {
- $this->community = $community;
- }
-
- public function getCommunity()
- {
- return $this->community;
- }
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setObjectType($objectType)
- {
- $this->objectType = $objectType;
- }
-
- public function getObjectType()
- {
- return $this->objectType;
- }
-
- public function setPerson(Google_Service_Orkut_OrkutActivitypersonResource $person)
- {
- $this->person = $person;
- }
-
- public function getPerson()
- {
- return $this->person;
- }
-}
-
-class Google_Service_Orkut_OrkutActivitypersonResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $birthday;
- public $gender;
- public $id;
- protected $imageType = 'Google_Service_Orkut_OrkutActivitypersonResourceImage';
- protected $imageDataType = '';
- protected $nameType = 'Google_Service_Orkut_OrkutActivitypersonResourceName';
- protected $nameDataType = '';
- public $url;
-
- public function setBirthday($birthday)
- {
- $this->birthday = $birthday;
- }
-
- public function getBirthday()
- {
- return $this->birthday;
- }
-
- public function setGender($gender)
- {
- $this->gender = $gender;
- }
-
- public function getGender()
- {
- return $this->gender;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Orkut_OrkutActivitypersonResourceImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setName(Google_Service_Orkut_OrkutActivitypersonResourceName $name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutActivitypersonResourceImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutActivitypersonResourceName extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $familyName;
- public $givenName;
-
- public function setFamilyName($familyName)
- {
- $this->familyName = $familyName;
- }
-
- public function getFamilyName()
- {
- return $this->familyName;
- }
-
- public function setGivenName($givenName)
- {
- $this->givenName = $givenName;
- }
-
- public function getGivenName()
- {
- return $this->givenName;
- }
-}
-
-class Google_Service_Orkut_OrkutAuthorResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $displayName;
- public $id;
- protected $imageType = 'Google_Service_Orkut_OrkutAuthorResourceImage';
- protected $imageDataType = '';
- public $url;
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Orkut_OrkutAuthorResourceImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutAuthorResourceImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutCommunitypolloptionResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $description;
- protected $imageType = 'Google_Service_Orkut_OrkutCommunitypolloptionResourceImage';
- protected $imageDataType = '';
- public $numberOfVotes;
- public $optionId;
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setImage(Google_Service_Orkut_OrkutCommunitypolloptionResourceImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setNumberOfVotes($numberOfVotes)
- {
- $this->numberOfVotes = $numberOfVotes;
- }
-
- public function getNumberOfVotes()
- {
- return $this->numberOfVotes;
- }
-
- public function setOptionId($optionId)
- {
- $this->optionId = $optionId;
- }
-
- public function getOptionId()
- {
- return $this->optionId;
- }
-}
-
-class Google_Service_Orkut_OrkutCommunitypolloptionResourceImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutCounterResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $linkType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linkDataType = '';
- public $name;
- public $total;
-
- public function setLink(Google_Service_Orkut_OrkutLinkResource $link)
- {
- $this->link = $link;
- }
-
- public function getLink()
- {
- return $this->link;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setTotal($total)
- {
- $this->total = $total;
- }
-
- public function getTotal()
- {
- return $this->total;
- }
-}
-
-class Google_Service_Orkut_OrkutLinkResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $href;
- public $rel;
- public $title;
- public $type;
-
- public function setHref($href)
- {
- $this->href = $href;
- }
-
- public function getHref()
- {
- return $this->href;
- }
-
- public function setRel($rel)
- {
- $this->rel = $rel;
- }
-
- public function getRel()
- {
- return $this->rel;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_Orkut_Visibility extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $visibility;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setVisibility($visibility)
- {
- $this->visibility = $visibility;
- }
-
- public function getVisibility()
- {
- return $this->visibility;
- }
-}
From a7211348fbe0fc3febc49540fdd41585d73f1f0f Mon Sep 17 00:00:00 2001
From: Lars Trebing
Date: Sat, 4 Oct 2014 00:56:33 +0200
Subject: [PATCH 0259/1219] Autoload function for Google_* classes
Addresses #341
---
autoload.php | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 autoload.php
diff --git a/autoload.php b/autoload.php
new file mode 100644
index 000000000..0046a87bc
--- /dev/null
+++ b/autoload.php
@@ -0,0 +1,33 @@
+ 3) {
+ // Maximum class file path depth in this project is 3.
+ $classPath = array_slice($className, 0, 3);
+ }
+ $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php';
+ if (file_exists($filePath)) {
+ require_once($filePath);
+ }
+}
+
+spl_autoload_register('google_api_php_client_autoload');
From 1d561221fc786cabcc78b894f008aa01dca7fe5e Mon Sep 17 00:00:00 2001
From: Lars Trebing
Date: Sat, 4 Oct 2014 01:10:35 +0200
Subject: [PATCH 0260/1219] Use autoloader instead of requiring class files
For backwards compatibility (if someone still includes a class file
directly instead of using the autoloader), we make sure to always use
the autoloader whenever appropriate.
Addresses #341
---
examples/appengineauth.php | 5 +----
examples/batch.php | 5 +----
examples/fileupload.php | 5 +----
examples/idtoken.php | 3 +--
examples/multi-api.php | 5 +----
examples/service-account.php | 4 +---
examples/simple-query.php | 4 +---
examples/simplefileupload.php | 5 +----
examples/user-example.php | 4 +---
src/Google/Auth/Abstract.php | 3 ++-
src/Google/Auth/AppIdentity.php | 3 +--
src/Google/Auth/AssertionCredentials.php | 4 +---
src/Google/Auth/Exception.php | 2 +-
src/Google/Auth/LoginTicket.php | 2 +-
src/Google/Auth/OAuth2.php | 9 +--------
src/Google/Auth/Simple.php | 3 +--
src/Google/Cache/Apc.php | 3 +--
src/Google/Cache/Exception.php | 3 ++-
src/Google/Cache/File.php | 3 +--
src/Google/Cache/Memcache.php | 3 +--
src/Google/Cache/Null.php | 3 +--
src/Google/Client.php | 12 +-----------
src/Google/Collection.php | 2 +-
src/Google/Http/Batch.php | 4 +---
src/Google/Http/CacheParser.php | 2 +-
src/Google/Http/MediaFileUpload.php | 6 +-----
src/Google/Http/REST.php | 5 +----
src/Google/Http/Request.php | 2 +-
src/Google/IO/Abstract.php | 5 +----
src/Google/IO/Curl.php | 2 +-
src/Google/IO/Exception.php | 2 +-
src/Google/IO/Stream.php | 2 +-
src/Google/Service/Exception.php | 2 +-
src/Google/Service/Resource.php | 7 +------
src/Google/Signer/P12.php | 3 +--
src/Google/Verifier/Pem.php | 3 +--
tests/BaseTest.php | 2 +-
tests/OAuthHelper.php | 2 +-
tests/adsense/AdSenseTest.php | 2 +-
tests/general/ApiBatchRequestTest.php | 3 +--
tests/general/ApiCacheParserTest.php | 3 +--
tests/general/ApiClientTest.php | 5 +----
tests/general/ApiMediaFileUploadTest.php | 2 +-
tests/general/ApiModelTest.php | 3 +--
tests/general/ApiOAuth2Test.php | 3 +--
tests/general/AuthTest.php | 8 +-------
tests/general/CacheTest.php | 5 +----
tests/general/IoTest.php | 4 +---
tests/general/RequestTest.php | 3 +--
tests/general/RestTest.php | 3 +--
tests/general/ServiceTest.php | 4 +---
tests/general/URITemplateTest.php | 2 +-
tests/pagespeed/PageSpeedTest.php | 2 +-
tests/plus/PlusTest.php | 2 +-
tests/tasks/TasksTest.php | 2 +-
tests/urlshortener/UrlShortenerTests.php | 3 +--
tests/youtube/YouTubeTest.php | 2 +-
57 files changed, 59 insertions(+), 146 deletions(-)
diff --git a/examples/appengineauth.php b/examples/appengineauth.php
index 911da74d6..4300c70bb 100644
--- a/examples/appengineauth.php
+++ b/examples/appengineauth.php
@@ -21,10 +21,7 @@
Make an API request authenticated via the
AppIdentity service on AppEngine.
************************************************/
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Auth/AppIdentity.php';
-require_once 'Google/Service/Storage.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
echo pageHeader("AppIdentity Account Access");
diff --git a/examples/batch.php b/examples/batch.php
index 744f318cb..a0b6bc87e 100644
--- a/examples/batch.php
+++ b/examples/batch.php
@@ -22,10 +22,7 @@
books API again as an example, but this time we
will batch up two queries into a single call.
************************************************/
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Service/Books.php';
-require_once 'Google/Http/Batch.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
We create the client and set the simple API
diff --git a/examples/fileupload.php b/examples/fileupload.php
index 7e75719b7..0b6574211 100644
--- a/examples/fileupload.php
+++ b/examples/fileupload.php
@@ -17,10 +17,7 @@
include_once "templates/base.php";
session_start();
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Http/MediaFileUpload.php';
-require_once 'Google/Service/Drive.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
We'll setup an empty 20MB file to upload.
diff --git a/examples/idtoken.php b/examples/idtoken.php
index f5cf6aa59..293096050 100644
--- a/examples/idtoken.php
+++ b/examples/idtoken.php
@@ -17,8 +17,7 @@
include_once "templates/base.php";
session_start();
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
ATTENTION: Fill in these values! Make sure
diff --git a/examples/multi-api.php b/examples/multi-api.php
index 9806d6dd7..982b7f611 100644
--- a/examples/multi-api.php
+++ b/examples/multi-api.php
@@ -17,10 +17,7 @@
include_once "templates/base.php";
session_start();
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Service/YouTube.php';
-require_once 'Google/Service/Drive.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
ATTENTION: Fill in these values! Make sure
diff --git a/examples/service-account.php b/examples/service-account.php
index f9889842c..7478d8c9e 100644
--- a/examples/service-account.php
+++ b/examples/service-account.php
@@ -21,9 +21,7 @@
Make an API request authenticated with a service
account.
************************************************/
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Service/Books.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
ATTENTION: Fill in these values! You can get
diff --git a/examples/simple-query.php b/examples/simple-query.php
index 540fdea8d..e22790be5 100644
--- a/examples/simple-query.php
+++ b/examples/simple-query.php
@@ -25,9 +25,7 @@
should use our quota, which is higher than the
anonymous quota (which is limited per IP).
************************************************/
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Service/Books.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
We create the client and set the simple API
diff --git a/examples/simplefileupload.php b/examples/simplefileupload.php
index cb5fc45cc..ef86675c0 100644
--- a/examples/simplefileupload.php
+++ b/examples/simplefileupload.php
@@ -17,10 +17,7 @@
include_once "templates/base.php";
session_start();
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Http/MediaFileUpload.php';
-require_once 'Google/Service/Drive.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
We'll setup an empty 1MB file to upload.
diff --git a/examples/user-example.php b/examples/user-example.php
index fbb189753..cc7e4edfd 100644
--- a/examples/user-example.php
+++ b/examples/user-example.php
@@ -17,9 +17,7 @@
include_once "templates/base.php";
session_start();
-set_include_path("../src/" . PATH_SEPARATOR . get_include_path());
-require_once 'Google/Client.php';
-require_once 'Google/Service/Urlshortener.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
/************************************************
ATTENTION: Fill in these values! Make sure
diff --git a/src/Google/Auth/Abstract.php b/src/Google/Auth/Abstract.php
index 0832df3a4..c1e36dc4c 100644
--- a/src/Google/Auth/Abstract.php
+++ b/src/Google/Auth/Abstract.php
@@ -14,7 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-require_once "Google/Http/Request.php";
+
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* Abstract class for the Authentication in the API client
diff --git a/src/Google/Auth/AppIdentity.php b/src/Google/Auth/AppIdentity.php
index 0be591762..82104b06b 100644
--- a/src/Google/Auth/AppIdentity.php
+++ b/src/Google/Auth/AppIdentity.php
@@ -22,8 +22,7 @@
*/
use google\appengine\api\app_identity\AppIdentityService;
-require_once "Google/Auth/Abstract.php";
-require_once "Google/Http/Request.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* Authentication via the Google App Engine App Identity service.
diff --git a/src/Google/Auth/AssertionCredentials.php b/src/Google/Auth/AssertionCredentials.php
index 3db0a779d..2b92c5731 100644
--- a/src/Google/Auth/AssertionCredentials.php
+++ b/src/Google/Auth/AssertionCredentials.php
@@ -15,9 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Auth/OAuth2.php";
-require_once "Google/Signer/P12.php";
-require_once "Google/Utils.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* Credentials object used for OAuth 2.0 Signed JWT assertion grants.
diff --git a/src/Google/Auth/Exception.php b/src/Google/Auth/Exception.php
index 65067ee44..81c795aec 100644
--- a/src/Google/Auth/Exception.php
+++ b/src/Google/Auth/Exception.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Exception.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
class Google_Auth_Exception extends Google_Exception
{
diff --git a/src/Google/Auth/LoginTicket.php b/src/Google/Auth/LoginTicket.php
index bcf798ae5..b29abdffd 100644
--- a/src/Google/Auth/LoginTicket.php
+++ b/src/Google/Auth/LoginTicket.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Auth/Exception.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* Class to hold information about an authenticated login.
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index 5630d755e..947b4484b 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -15,14 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Auth/Abstract.php";
-require_once "Google/Auth/AssertionCredentials.php";
-require_once "Google/Auth/Exception.php";
-require_once "Google/Auth/LoginTicket.php";
-require_once "Google/Client.php";
-require_once "Google/Http/Request.php";
-require_once "Google/Utils.php";
-require_once "Google/Verifier/Pem.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* Authentication class that deals with the OAuth 2 web-server authentication flow
diff --git a/src/Google/Auth/Simple.php b/src/Google/Auth/Simple.php
index e83900fc2..e80ca6a7d 100644
--- a/src/Google/Auth/Simple.php
+++ b/src/Google/Auth/Simple.php
@@ -15,8 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Auth/Abstract.php";
-require_once "Google/Http/Request.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* Simple API access implementation. Can either be used to make requests
diff --git a/src/Google/Cache/Apc.php b/src/Google/Cache/Apc.php
index 051b537a4..953f20236 100644
--- a/src/Google/Cache/Apc.php
+++ b/src/Google/Cache/Apc.php
@@ -15,8 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Cache/Abstract.php";
-require_once "Google/Cache/Exception.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* A persistent storage class based on the APC cache, which is not
diff --git a/src/Google/Cache/Exception.php b/src/Google/Cache/Exception.php
index 23b624608..a1d2d7adc 100644
--- a/src/Google/Cache/Exception.php
+++ b/src/Google/Cache/Exception.php
@@ -14,7 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-require_once "Google/Exception.php";
+
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
class Google_Cache_Exception extends Google_Exception
{
diff --git a/src/Google/Cache/File.php b/src/Google/Cache/File.php
index 8d0d62fe8..6fddbe3fa 100644
--- a/src/Google/Cache/File.php
+++ b/src/Google/Cache/File.php
@@ -15,8 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Cache/Abstract.php";
-require_once "Google/Cache/Exception.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/*
* This class implements a basic on disk storage. While that does
diff --git a/src/Google/Cache/Memcache.php b/src/Google/Cache/Memcache.php
index 1104afb8a..e4a4713ec 100644
--- a/src/Google/Cache/Memcache.php
+++ b/src/Google/Cache/Memcache.php
@@ -15,8 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Cache/Abstract.php";
-require_once "Google/Cache/Exception.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* A persistent storage class based on the memcache, which is not
diff --git a/src/Google/Cache/Null.php b/src/Google/Cache/Null.php
index 0e3363120..0cd24c578 100644
--- a/src/Google/Cache/Null.php
+++ b/src/Google/Cache/Null.php
@@ -15,8 +15,7 @@
* limitations under the License.
*/
-require_once "Google/Cache/Abstract.php";
-require_once "Google/Cache/Exception.php";
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* A blank storage class, for cases where caching is not
diff --git a/src/Google/Client.php b/src/Google/Client.php
index e15b4f4ea..4981a365d 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -15,17 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Auth/AssertionCredentials.php';
-require_once 'Google/Cache/File.php';
-require_once 'Google/Cache/Memcache.php';
-require_once 'Google/Config.php';
-require_once 'Google/Collection.php';
-require_once 'Google/Exception.php';
-require_once 'Google/IO/Curl.php';
-require_once 'Google/IO/Stream.php';
-require_once 'Google/Model.php';
-require_once 'Google/Service.php';
-require_once 'Google/Service/Resource.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
/**
* The Google API Client
diff --git a/src/Google/Collection.php b/src/Google/Collection.php
index 6e7bf9b0f..dbb2855e9 100644
--- a/src/Google/Collection.php
+++ b/src/Google/Collection.php
@@ -1,6 +1,6 @@
diff --git a/src/Google/Http/CacheParser.php b/src/Google/Http/CacheParser.php
index 83f1c8d2f..298317c82 100644
--- a/src/Google/Http/CacheParser.php
+++ b/src/Google/Http/CacheParser.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Http/Request.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* Implement the caching directives specified in rfc2616. This
diff --git a/src/Google/Http/MediaFileUpload.php b/src/Google/Http/MediaFileUpload.php
index 8005db4bb..3df859e97 100644
--- a/src/Google/Http/MediaFileUpload.php
+++ b/src/Google/Http/MediaFileUpload.php
@@ -15,11 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Client.php';
-require_once 'Google/Exception.php';
-require_once 'Google/Http/Request.php';
-require_once 'Google/Http/REST.php';
-require_once 'Google/Utils.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* @author Chirag Shah
diff --git a/src/Google/Http/REST.php b/src/Google/Http/REST.php
index 3c318e44c..1cf09a141 100644
--- a/src/Google/Http/REST.php
+++ b/src/Google/Http/REST.php
@@ -15,10 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Client.php';
-require_once 'Google/Http/Request.php';
-require_once 'Google/Service/Exception.php';
-require_once 'Google/Utils/URITemplate.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* This class implements the RESTful transport of apiServiceRequest()'s
diff --git a/src/Google/Http/Request.php b/src/Google/Http/Request.php
index 8643694da..9811c146a 100644
--- a/src/Google/Http/Request.php
+++ b/src/Google/Http/Request.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Utils.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
/**
* HTTP Request to be executed by IO classes. Upon execution, the
diff --git a/src/Google/IO/Abstract.php b/src/Google/IO/Abstract.php
index a4025e874..fc8edbe87 100644
--- a/src/Google/IO/Abstract.php
+++ b/src/Google/IO/Abstract.php
@@ -19,10 +19,7 @@
* Abstract IO base class
*/
-require_once 'Google/Client.php';
-require_once 'Google/IO/Exception.php';
-require_once 'Google/Http/CacheParser.php';
-require_once 'Google/Http/Request.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
abstract class Google_IO_Abstract
{
diff --git a/src/Google/IO/Curl.php b/src/Google/IO/Curl.php
index 57a057114..4dff61f53 100644
--- a/src/Google/IO/Curl.php
+++ b/src/Google/IO/Curl.php
@@ -21,7 +21,7 @@
* @author Stuart Langley
*/
-require_once 'Google/IO/Abstract.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
class Google_IO_Curl extends Google_IO_Abstract
{
diff --git a/src/Google/IO/Exception.php b/src/Google/IO/Exception.php
index 28c2d8ce6..98e9d255d 100644
--- a/src/Google/IO/Exception.php
+++ b/src/Google/IO/Exception.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Exception.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
class Google_IO_Exception extends Google_Exception
{
diff --git a/src/Google/IO/Stream.php b/src/Google/IO/Stream.php
index 917578d87..d270b2d35 100644
--- a/src/Google/IO/Stream.php
+++ b/src/Google/IO/Stream.php
@@ -21,7 +21,7 @@
* @author Stuart Langley
*/
-require_once 'Google/IO/Abstract.php';
+require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
class Google_IO_Stream extends Google_IO_Abstract
{
diff --git a/src/Google/Service/Exception.php b/src/Google/Service/Exception.php
index a780ff7b4..65c1fccc6 100644
--- a/src/Google/Service/Exception.php
+++ b/src/Google/Service/Exception.php
@@ -1,6 +1,6 @@
";
diff --git a/tests/OAuthHelper.php b/tests/OAuthHelper.php
index 421a9c54e..25d8c45cd 100644
--- a/tests/OAuthHelper.php
+++ b/tests/OAuthHelper.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
include_once 'bootstrap.php';
-require_once 'Google/Client.php';
+require_once realpath(dirname(__FILE__) . '/../autoload.php');
$client = new Google_Client();
$client->setScopes(array(
diff --git a/tests/adsense/AdSenseTest.php b/tests/adsense/AdSenseTest.php
index 444f67f15..964765899 100644
--- a/tests/adsense/AdSenseTest.php
+++ b/tests/adsense/AdSenseTest.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Service/AdSense.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class AdsenseTests extends PHPUnit_Framework_TestSuite {
public static function suite() {
diff --git a/tests/general/ApiBatchRequestTest.php b/tests/general/ApiBatchRequestTest.php
index 2e643b106..1fa52ffe6 100644
--- a/tests/general/ApiBatchRequestTest.php
+++ b/tests/general/ApiBatchRequestTest.php
@@ -19,8 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Service/Plus.php';
-require_once 'Google/Http/Batch.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class ApiBatchRequestTest extends BaseTest {
public $plus;
diff --git a/tests/general/ApiCacheParserTest.php b/tests/general/ApiCacheParserTest.php
index eec416dc8..d67622c6e 100644
--- a/tests/general/ApiCacheParserTest.php
+++ b/tests/general/ApiCacheParserTest.php
@@ -19,8 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Http/CacheParser.php';
-require_once 'Google/Http/Request.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class ApiCacheParserTest extends BaseTest {
public function testIsResponseCacheable() {
diff --git a/tests/general/ApiClientTest.php b/tests/general/ApiClientTest.php
index fadf40ae4..b9f7b2e4b 100644
--- a/tests/general/ApiClientTest.php
+++ b/tests/general/ApiClientTest.php
@@ -19,10 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Auth/Exception.php';
-require_once 'Google/Auth/Simple.php';
-require_once 'Google/Client.php';
-require_once 'Google/Service/Drive.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class ApiClientTest extends BaseTest {
public function testClient() {
diff --git a/tests/general/ApiMediaFileUploadTest.php b/tests/general/ApiMediaFileUploadTest.php
index 466fff4b0..e2d4929de 100644
--- a/tests/general/ApiMediaFileUploadTest.php
+++ b/tests/general/ApiMediaFileUploadTest.php
@@ -19,7 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Http/MediaFileUpload.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class ApiMediaFileUploadTest extends BaseTest
{
diff --git a/tests/general/ApiModelTest.php b/tests/general/ApiModelTest.php
index bf937387c..f6fa79c66 100644
--- a/tests/general/ApiModelTest.php
+++ b/tests/general/ApiModelTest.php
@@ -19,8 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Service/AdExchangeBuyer.php';
-require_once 'Google/Service/Calendar.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class ApiModelTest extends BaseTest
{
diff --git a/tests/general/ApiOAuth2Test.php b/tests/general/ApiOAuth2Test.php
index 79ab7a406..154280973 100644
--- a/tests/general/ApiOAuth2Test.php
+++ b/tests/general/ApiOAuth2Test.php
@@ -19,8 +19,7 @@
*/
require_once "BaseTest.php";
-require_once "Google/Auth/OAuth2.php";
-require_once "Google/Http/Request.php";
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class ApiOAuth2Test extends BaseTest {
diff --git a/tests/general/AuthTest.php b/tests/general/AuthTest.php
index ac664de40..50d5e6f2f 100644
--- a/tests/general/AuthTest.php
+++ b/tests/general/AuthTest.php
@@ -19,13 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Auth/AssertionCredentials.php';
-require_once 'Google/Auth/Exception.php';
-require_once 'Google/Auth/Simple.php';
-require_once "Google/Http/Request.php";
-require_once 'Google/Signer/P12.php';
-require_once 'Google/Utils.php';
-require_once 'Google/Verifier/Pem.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class AuthTest extends BaseTest {
const PRIVATE_KEY_FILE = "testdata/cert.p12";
diff --git a/tests/general/CacheTest.php b/tests/general/CacheTest.php
index d3e71af8d..cb7bb0ecd 100644
--- a/tests/general/CacheTest.php
+++ b/tests/general/CacheTest.php
@@ -19,10 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Cache/File.php';
-require_once 'Google/Cache/Memcache.php';
-require_once 'Google/Cache/Apc.php';
-require_once 'Google/Cache/Null.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class CacheTest extends BaseTest {
diff --git a/tests/general/IoTest.php b/tests/general/IoTest.php
index d7d41c7d2..fe7041ee7 100644
--- a/tests/general/IoTest.php
+++ b/tests/general/IoTest.php
@@ -19,9 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Http/Request.php';
-require_once 'Google/IO/Curl.php';
-require_once 'Google/IO/Stream.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class IoTest extends BaseTest
{
diff --git a/tests/general/RequestTest.php b/tests/general/RequestTest.php
index 4e47d0b69..53847185d 100644
--- a/tests/general/RequestTest.php
+++ b/tests/general/RequestTest.php
@@ -19,8 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Service/Plus.php';
-require_once 'Google/Http/Request.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class RequestTest extends BaseTest {
public function testRequestParameters()
diff --git a/tests/general/RestTest.php b/tests/general/RestTest.php
index 7b6e44392..8474619f9 100644
--- a/tests/general/RestTest.php
+++ b/tests/general/RestTest.php
@@ -16,8 +16,7 @@
*/
require_once 'BaseTest.php';
-require_once "Google/Http/Request.php";
-require_once "Google/Http/REST.php";
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class RestTest extends BaseTest
{
diff --git a/tests/general/ServiceTest.php b/tests/general/ServiceTest.php
index 1688d5119..eb473dd42 100644
--- a/tests/general/ServiceTest.php
+++ b/tests/general/ServiceTest.php
@@ -19,9 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Service/Plus.php';
-require_once 'Google/Utils.php';
-require_once 'Google/Service/Resource.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class TestModel extends Google_Model {
public function mapTypes($array) {
diff --git a/tests/general/URITemplateTest.php b/tests/general/URITemplateTest.php
index d4ce436f3..9c361d49b 100644
--- a/tests/general/URITemplateTest.php
+++ b/tests/general/URITemplateTest.php
@@ -19,7 +19,7 @@
*/
require_once 'BaseTest.php';
-require_once 'Google/Utils/URITemplate.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class URITemplateTest extends BaseTest {
public function testLevelOne() {
diff --git a/tests/pagespeed/PageSpeedTest.php b/tests/pagespeed/PageSpeedTest.php
index 39187c7cb..acd0526fd 100644
--- a/tests/pagespeed/PageSpeedTest.php
+++ b/tests/pagespeed/PageSpeedTest.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Service/Pagespeedonline.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class PageSpeedTest extends BaseTest {
public $service;
diff --git a/tests/plus/PlusTest.php b/tests/plus/PlusTest.php
index 06c13de50..18a2b3cb6 100644
--- a/tests/plus/PlusTest.php
+++ b/tests/plus/PlusTest.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Service/Plus.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class AllPlusTests extends PHPUnit_Framework_TestSuite {
public static function suite() {
diff --git a/tests/tasks/TasksTest.php b/tests/tasks/TasksTest.php
index dc7eda3d8..463226b95 100644
--- a/tests/tasks/TasksTest.php
+++ b/tests/tasks/TasksTest.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Service/Tasks.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class TasksTest extends BaseTest {
/** @var Google_TasksService */
diff --git a/tests/urlshortener/UrlShortenerTests.php b/tests/urlshortener/UrlShortenerTests.php
index 9c326ac87..00501b56b 100644
--- a/tests/urlshortener/UrlShortenerTests.php
+++ b/tests/urlshortener/UrlShortenerTests.php
@@ -15,8 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Client.php';
-require_once 'Google/Service/Urlshortener.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class UrlShortenerTests extends BaseTest {
/** @var Google_UrlshortenerService */
diff --git a/tests/youtube/YouTubeTest.php b/tests/youtube/YouTubeTest.php
index 3c7d5ab48..373f812f1 100644
--- a/tests/youtube/YouTubeTest.php
+++ b/tests/youtube/YouTubeTest.php
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-require_once 'Google/Service/YouTube.php';
+require_once realpath(dirname(__FILE__) . '/../../autoload.php');
class YouTubeTests extends PHPUnit_Framework_TestSuite
{
From 32ea38f91103ffd412ecb5b2544a58070ad6b8db Mon Sep 17 00:00:00 2001
From: Lars Trebing
Date: Sat, 4 Oct 2014 01:36:19 +0200
Subject: [PATCH 0261/1219] Update README.md and composer.json
Addresses #341
---
README.md | 3 +--
composer.json | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index d23c2a9ca..4b453d35b 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,7 @@ For the latest installation and setup instructions, see [the documentation](http
See the examples/ directory for examples of the key client features.
```PHP
setApplicationName("Client_Library_Examples");
$client->setDeveloperKey("YOUR_APP_KEY");
diff --git a/composer.json b/composer.json
index f8a8cd603..ccb0c07f3 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,6 @@
"src/"
]
},
- "include-path": ["src/"],
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
From 7c4088e87efd7eece1d83f716ed502e67fe5adbb Mon Sep 17 00:00:00 2001
From: Lars Trebing
Date: Sat, 4 Oct 2014 03:42:07 +0200
Subject: [PATCH 0262/1219] Fix case of Google_Cache_Apc in CacheTest.php
Addresses #341
---
tests/general/CacheTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/general/CacheTest.php b/tests/general/CacheTest.php
index cb7bb0ecd..0692106fa 100644
--- a/tests/general/CacheTest.php
+++ b/tests/general/CacheTest.php
@@ -84,7 +84,7 @@ public function testAPC() {
$this->markTestSkipped('Test requires APC enabled for CLI');
}
$client = $this->getClient();
- $cache = new Google_Cache_APC($client);
+ $cache = new Google_Cache_Apc($client);
$this->getSetDelete($cache);
}
From ef939cdf1a1235441ce325fb82511cee48df54fd Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Mon, 6 Oct 2014 02:16:53 -0700
Subject: [PATCH 0263/1219] Updated Doubleclicksearch.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Doubleclicksearch.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Doubleclicksearch.php b/src/Google/Service/Doubleclicksearch.php
index 67a31c24f..e52b6caf1 100644
--- a/src/Google/Service/Doubleclicksearch.php
+++ b/src/Google/Service/Doubleclicksearch.php
@@ -994,6 +994,7 @@ class Google_Service_Doubleclicksearch_ReportApiColumnSpec extends Google_Model
);
public $columnName;
public $customDimensionName;
+ public $customMetricName;
public $endDate;
public $groupByColumn;
public $headerText;
@@ -1021,6 +1022,16 @@ public function getCustomDimensionName()
return $this->customDimensionName;
}
+ public function setCustomMetricName($customMetricName)
+ {
+ $this->customMetricName = $customMetricName;
+ }
+
+ public function getCustomMetricName()
+ {
+ return $this->customMetricName;
+ }
+
public function setEndDate($endDate)
{
$this->endDate = $endDate;
From 1c8ddc45756a28695fe2387032929d473f621202 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Mon, 6 Oct 2014 02:16:53 -0700
Subject: [PATCH 0264/1219] Updated Gmail.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Gmail.php | 44 ++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/src/Google/Service/Gmail.php b/src/Google/Service/Gmail.php
index d56fdf93d..ba2906bb4 100644
--- a/src/Google/Service/Gmail.php
+++ b/src/Google/Service/Gmail.php
@@ -1276,7 +1276,11 @@ class Google_Service_Gmail_Label extends Google_Model
public $id;
public $labelListVisibility;
public $messageListVisibility;
+ public $messagesTotal;
+ public $messagesUnread;
public $name;
+ public $threadsTotal;
+ public $threadsUnread;
public $type;
public function setId($id)
@@ -1309,6 +1313,26 @@ public function getMessageListVisibility()
return $this->messageListVisibility;
}
+ public function setMessagesTotal($messagesTotal)
+ {
+ $this->messagesTotal = $messagesTotal;
+ }
+
+ public function getMessagesTotal()
+ {
+ return $this->messagesTotal;
+ }
+
+ public function setMessagesUnread($messagesUnread)
+ {
+ $this->messagesUnread = $messagesUnread;
+ }
+
+ public function getMessagesUnread()
+ {
+ return $this->messagesUnread;
+ }
+
public function setName($name)
{
$this->name = $name;
@@ -1319,6 +1343,26 @@ public function getName()
return $this->name;
}
+ public function setThreadsTotal($threadsTotal)
+ {
+ $this->threadsTotal = $threadsTotal;
+ }
+
+ public function getThreadsTotal()
+ {
+ return $this->threadsTotal;
+ }
+
+ public function setThreadsUnread($threadsUnread)
+ {
+ $this->threadsUnread = $threadsUnread;
+ }
+
+ public function getThreadsUnread()
+ {
+ return $this->threadsUnread;
+ }
+
public function setType($type)
{
$this->type = $type;
From 8f8fc8f83fd9709ab98574bc8d8310ed21085ab3 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Mon, 6 Oct 2014 18:27:29 +0100
Subject: [PATCH 0265/1219] Fix for tests when no cURL available
---
tests/general/IoTest.php | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/general/IoTest.php b/tests/general/IoTest.php
index fe7041ee7..406c26e0e 100644
--- a/tests/general/IoTest.php
+++ b/tests/general/IoTest.php
@@ -213,8 +213,11 @@ public function authCache($io, $client)
public function responseChecker($io)
{
- $curlVer = curl_version();
- $hasQuirk = $curlVer['version_number'] < Google_IO_Curl::NO_QUIRK_VERSION;
+ $hasQuirk = false;
+ if (function_exists('curl_version')) {
+ $curlVer = curl_version();
+ $hasQuirk = $curlVer['version_number'] < Google_IO_Curl::NO_QUIRK_VERSION;
+ }
$rawHeaders = "HTTP/1.1 200 OK\r\n"
. "Expires: Sun, 22 Jan 2012 09:00:56 GMT\r\n"
From e23a725bba251c4824fa466f2d0cf40fa59bf505 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Mon, 6 Oct 2014 18:30:00 +0100
Subject: [PATCH 0266/1219] Bump version to 1.1.0
Autoloading change may well break BC!
---
src/Google/Client.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 4981a365d..30013e997 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -26,7 +26,7 @@
*/
class Google_Client
{
- const LIBVER = "1.0.6-beta";
+ const LIBVER = "1.1.0-beta";
const USER_AGENT_SUFFIX = "google-api-php-client/";
/**
* @var Google_Auth_Abstract $auth
From d3c0e3519dd30c6218fc80557e106b77b189af95 Mon Sep 17 00:00:00 2001
From: MightyBranch
Date: Mon, 6 Oct 2014 13:23:03 -0600
Subject: [PATCH 0267/1219] Minor spelling/grammar corrections
Added "?" at the end of question, as the rest of questions have it.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4b453d35b..454b06bb4 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ When we started working on the 1.0.0 branch we knew there were several fundament
The _Service classes are generally automatically generated from the API discovery documents: https://developers.google.com/discovery/. Sometimes new features are added to APIs with unusual names, which can cause some unexpected or non-standard style naming in the PHP classes.
-### How do I deal with non-JSON response types ###
+### How do I deal with non-JSON response types? ###
Some servives return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call:
From 4b30a6e57c6ff0270f9bee13730c677ecffdcf43 Mon Sep 17 00:00:00 2001
From: Misha Nasledov
Date: Tue, 7 Oct 2014 15:21:52 -0700
Subject: [PATCH 0268/1219] Fix reference to Google_IO_Abstract (wrong case)
---
src/Google/Client.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 30013e997..510f9440e 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -195,9 +195,9 @@ public function setAuth(Google_Auth_Abstract $auth)
/**
* Set the IO object
- * @param Google_Io_Abstract $auth
+ * @param Google_IO_Abstract $auth
*/
- public function setIo(Google_Io_Abstract $io)
+ public function setIo(Google_IO_Abstract $io)
{
$this->config->setIoClass(get_class($io));
$this->io = $io;
From 9aa14e499685307f7adfa9b25f202eab9ebfa352 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 8 Oct 2014 02:19:29 -0700
Subject: [PATCH 0269/1219] Updated GamesManagement.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/GamesManagement.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/Google/Service/GamesManagement.php b/src/Google/Service/GamesManagement.php
index 9fd41127f..17afb2690 100644
--- a/src/Google/Service/GamesManagement.php
+++ b/src/Google/Service/GamesManagement.php
@@ -331,13 +331,12 @@ public function resetAll($optParams = array())
* (achievements.resetAllForAllPlayers)
*
* @param array $optParams Optional parameters.
- * @return Google_Service_GamesManagement_AchievementResetAllResponse
*/
public function resetAllForAllPlayers($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
- return $this->call('resetAllForAllPlayers', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse");
+ return $this->call('resetAllForAllPlayers', array($params));
}
/**
* Resets the achievement with the given ID for all players. This method is only
From b1e0363bf6b5530f73418bfa13b9d9e056249414 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Wed, 8 Oct 2014 18:26:41 +0100
Subject: [PATCH 0270/1219] Update dev-master alias for 1.1. branch
---
composer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index ccb0c07f3..a4ca07dd3 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "1.1.x-dev"
}
}
}
From 86bfef3313c5dbc2105b1b123748f96e51933698 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 9 Oct 2014 02:20:57 -0700
Subject: [PATCH 0271/1219] Updated Storage.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Storage.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Storage.php b/src/Google/Service/Storage.php
index 269cc5402..bb6ec5541 100644
--- a/src/Google/Service/Storage.php
+++ b/src/Google/Service/Storage.php
@@ -31,6 +31,8 @@
*/
class Google_Service_Storage extends Google_Service
{
+ /** View and manage your data across Google Cloud Platform services. */
+ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
/** Manage your data and permissions in Google Cloud Storage. */
const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control";
/** View your data in Google Cloud Storage. */
@@ -1620,7 +1622,7 @@ public function delete($bucket, $object, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Retrieves objects or their metadata. (objects.get)
+ * Retrieves an object or its metadata. (objects.get)
*
* @param string $bucket
* Name of the bucket in which the object resides.
From 2d1dcbdb4433fd5ae9d3b10e80274eeb7f20e208 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 9 Oct 2014 02:20:58 -0700
Subject: [PATCH 0272/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 108 ++++++++++++++++----------------
1 file changed, 53 insertions(+), 55 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 00f98dae3..79bebbc9c 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -495,10 +495,30 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'patch' => array(
+ 'path' => 'variantsets/{variantSetId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'variantSetId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'search' => array(
'path' => 'variantsets/search',
'httpMethod' => 'POST',
'parameters' => array(),
+ ),'update' => array(
+ 'path' => 'variantsets/{variantSetId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'variantSetId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
@@ -1236,6 +1256,23 @@ public function mergeVariants($variantSetId, Google_Service_Genomics_MergeVarian
$params = array_merge($params, $optParams);
return $this->call('mergeVariants', array($params));
}
+ /**
+ * Updates a variant set's metadata. All other modifications are silently
+ * ignored. Returns the modified variant set. This method supports patch
+ * semantics. (variantsets.patch)
+ *
+ * @param string $variantSetId
+ * The ID of the variant to be updated.
+ * @param Google_VariantSet $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_VariantSet
+ */
+ public function patch($variantSetId, Google_Service_Genomics_VariantSet $postBody, $optParams = array())
+ {
+ $params = array('variantSetId' => $variantSetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Genomics_VariantSet");
+ }
/**
* Returns a list of all variant sets matching search criteria.
* (variantsets.search)
@@ -1250,6 +1287,22 @@ public function search(Google_Service_Genomics_SearchVariantSetsRequest $postBod
$params = array_merge($params, $optParams);
return $this->call('search', array($params), "Google_Service_Genomics_SearchVariantSetsResponse");
}
+ /**
+ * Updates a variant set's metadata. All other modifications are silently
+ * ignored. Returns the modified variant set. (variantsets.update)
+ *
+ * @param string $variantSetId
+ * The ID of the variant to be updated.
+ * @param Google_VariantSet $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_VariantSet
+ */
+ public function update($variantSetId, Google_Service_Genomics_VariantSet $postBody, $optParams = array())
+ {
+ $params = array('variantSetId' => $variantSetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Genomics_VariantSet");
+ }
}
@@ -1517,13 +1570,8 @@ class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collec
public $align;
public $callVariants;
public $gcsOutputPath;
- public $libraryName;
public $pairedSourceUris;
- public $platformName;
- public $platformUnit;
public $projectId;
- public $readGroupId;
- public $sampleName;
public $sourceUris;
public function setAlign($align)
@@ -1556,16 +1604,6 @@ public function getGcsOutputPath()
return $this->gcsOutputPath;
}
- public function setLibraryName($libraryName)
- {
- $this->libraryName = $libraryName;
- }
-
- public function getLibraryName()
- {
- return $this->libraryName;
- }
-
public function setPairedSourceUris($pairedSourceUris)
{
$this->pairedSourceUris = $pairedSourceUris;
@@ -1576,26 +1614,6 @@ public function getPairedSourceUris()
return $this->pairedSourceUris;
}
- public function setPlatformName($platformName)
- {
- $this->platformName = $platformName;
- }
-
- public function getPlatformName()
- {
- return $this->platformName;
- }
-
- public function setPlatformUnit($platformUnit)
- {
- $this->platformUnit = $platformUnit;
- }
-
- public function getPlatformUnit()
- {
- return $this->platformUnit;
- }
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1606,26 +1624,6 @@ public function getProjectId()
return $this->projectId;
}
- public function setReadGroupId($readGroupId)
- {
- $this->readGroupId = $readGroupId;
- }
-
- public function getReadGroupId()
- {
- return $this->readGroupId;
- }
-
- public function setSampleName($sampleName)
- {
- $this->sampleName = $sampleName;
- }
-
- public function getSampleName()
- {
- return $this->sampleName;
- }
-
public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
From d0e7380ec036c14c3abad9f88b8291ca5ff10ca3 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Thu, 9 Oct 2014 18:33:46 +0100
Subject: [PATCH 0273/1219] Fix typo in autoloader
---
autoload.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autoload.php b/autoload.php
index 0046a87bc..3815c5262 100644
--- a/autoload.php
+++ b/autoload.php
@@ -22,7 +22,7 @@ function google_api_php_client_autoload($className) {
}
if (count($classPath) > 3) {
// Maximum class file path depth in this project is 3.
- $classPath = array_slice($className, 0, 3);
+ $classPath = array_slice($classPath, 0, 3);
}
$filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php';
if (file_exists($filePath)) {
From 44d0abd0e6ccb4840cedaad75dfbc491cc98c1ab Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 10 Oct 2014 05:22:23 -0400
Subject: [PATCH 0274/1219] Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/ShoppingContent.php | 52 +++++++++++++++++++++++++-
1 file changed, 50 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 29084a5fc..77bdb6688 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -263,6 +263,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
),
),'patch' => array(
'path' => '{merchantId}/datafeeds/{datafeedId}',
@@ -332,6 +340,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
),
),
)
@@ -772,8 +788,13 @@ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $pos
* (datafeeds.listDatafeeds)
*
* @param string $merchantId
- *
+ * The ID of the managing account.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of products to return in the response, used for paging.
* @return Google_Service_ShoppingContent_DatafeedsListResponse
*/
public function listDatafeeds($merchantId, $optParams = array())
@@ -865,8 +886,13 @@ public function get($merchantId, $datafeedId, $optParams = array())
* (datafeedstatuses.listDatafeedstatuses)
*
* @param string $merchantId
- *
+ * The ID of the managing account.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of products to return in the response, used for paging.
* @return Google_Service_ShoppingContent_DatafeedstatusesListResponse
*/
public function listDatafeedstatuses($merchantId, $optParams = array())
@@ -2427,6 +2453,7 @@ class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collec
protected $internal_gapi_mappings = array(
);
public $kind;
+ public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
protected $resourcesDataType = 'array';
@@ -2440,6 +2467,16 @@ public function getKind()
return $this->kind;
}
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
public function setResources($resources)
{
$this->resources = $resources;
@@ -2597,6 +2634,7 @@ class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google
protected $internal_gapi_mappings = array(
);
public $kind;
+ public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
protected $resourcesDataType = 'array';
@@ -2610,6 +2648,16 @@ public function getKind()
return $this->kind;
}
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
public function setResources($resources)
{
$this->resources = $resources;
From da8d899c200cab326db9918e13ee1aede347bb1f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 10 Oct 2014 05:22:23 -0400
Subject: [PATCH 0275/1219] Updated Reseller.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Reseller.php | 76 ++++++++++++++++++++++++++++++++-
1 file changed, 75 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Reseller.php b/src/Google/Service/Reseller.php
index ad5eb3893..907903776 100644
--- a/src/Google/Service/Reseller.php
+++ b/src/Google/Service/Reseller.php
@@ -107,7 +107,22 @@ public function __construct(Google_Client $client)
'subscriptions',
array(
'methods' => array(
- 'changePlan' => array(
+ 'activate' => array(
+ 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/activate',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'subscriptionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'changePlan' => array(
'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changePlan',
'httpMethod' => 'POST',
'parameters' => array(
@@ -241,6 +256,21 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'suspend' => array(
+ 'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/suspend',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'customerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'subscriptionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
@@ -337,6 +367,23 @@ public function update($customerId, Google_Service_Reseller_Customer $postBody,
class Google_Service_Reseller_Subscriptions_Resource extends Google_Service_Resource
{
+ /**
+ * Activates a subscription previously suspended by the reseller
+ * (subscriptions.activate)
+ *
+ * @param string $customerId
+ * Id of the Customer
+ * @param string $subscriptionId
+ * Id of the subscription, which is unique for a customer
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Reseller_Subscription
+ */
+ public function activate($customerId, $subscriptionId, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('activate', array($params), "Google_Service_Reseller_Subscription");
+ }
/**
* Changes the plan of a subscription (subscriptions.changePlan)
*
@@ -482,6 +529,22 @@ public function startPaidService($customerId, $subscriptionId, $optParams = arra
$params = array_merge($params, $optParams);
return $this->call('startPaidService', array($params), "Google_Service_Reseller_Subscription");
}
+ /**
+ * Suspends an active subscription (subscriptions.suspend)
+ *
+ * @param string $customerId
+ * Id of the Customer
+ * @param string $subscriptionId
+ * Id of the subscription, which is unique for a customer
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Reseller_Subscription
+ */
+ public function suspend($customerId, $subscriptionId, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('suspend', array($params), "Google_Service_Reseller_Subscription");
+ }
}
@@ -771,6 +834,7 @@ class Google_Service_Reseller_Seats extends Google_Model
protected $internal_gapi_mappings = array(
);
public $kind;
+ public $licensedNumberOfSeats;
public $maximumNumberOfSeats;
public $numberOfSeats;
@@ -784,6 +848,16 @@ public function getKind()
return $this->kind;
}
+ public function setLicensedNumberOfSeats($licensedNumberOfSeats)
+ {
+ $this->licensedNumberOfSeats = $licensedNumberOfSeats;
+ }
+
+ public function getLicensedNumberOfSeats()
+ {
+ return $this->licensedNumberOfSeats;
+ }
+
public function setMaximumNumberOfSeats($maximumNumberOfSeats)
{
$this->maximumNumberOfSeats = $maximumNumberOfSeats;
From 32933af9d0b967416a81228240005ffe31ffd064 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 11 Oct 2014 02:23:38 -0700
Subject: [PATCH 0276/1219] Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/ShoppingContent.php | 52 +-------------------------
1 file changed, 2 insertions(+), 50 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 77bdb6688..29084a5fc 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -263,14 +263,6 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
),
),'patch' => array(
'path' => '{merchantId}/datafeeds/{datafeedId}',
@@ -340,14 +332,6 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
),
),
)
@@ -788,13 +772,8 @@ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $pos
* (datafeeds.listDatafeeds)
*
* @param string $merchantId
- * The ID of the managing account.
- * @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of products to return in the response, used for paging.
+ * @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_DatafeedsListResponse
*/
public function listDatafeeds($merchantId, $optParams = array())
@@ -886,13 +865,8 @@ public function get($merchantId, $datafeedId, $optParams = array())
* (datafeedstatuses.listDatafeedstatuses)
*
* @param string $merchantId
- * The ID of the managing account.
- * @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of products to return in the response, used for paging.
+ * @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_DatafeedstatusesListResponse
*/
public function listDatafeedstatuses($merchantId, $optParams = array())
@@ -2453,7 +2427,6 @@ class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collec
protected $internal_gapi_mappings = array(
);
public $kind;
- public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
protected $resourcesDataType = 'array';
@@ -2467,16 +2440,6 @@ public function getKind()
return $this->kind;
}
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -2634,7 +2597,6 @@ class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google
protected $internal_gapi_mappings = array(
);
public $kind;
- public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
protected $resourcesDataType = 'array';
@@ -2648,16 +2610,6 @@ public function getKind()
return $this->kind;
}
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
public function setResources($resources)
{
$this->resources = $resources;
From 129148527a88f37dfad1242d3d0b874d3b507d39 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 14 Oct 2014 02:27:37 -0700
Subject: [PATCH 0277/1219] Updated CloudMonitoring.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CloudMonitoring.php | 28 ++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/src/Google/Service/CloudMonitoring.php b/src/Google/Service/CloudMonitoring.php
index 2d138993b..08f957456 100644
--- a/src/Google/Service/CloudMonitoring.php
+++ b/src/Google/Service/CloudMonitoring.php
@@ -1006,6 +1006,34 @@ public function getProject()
}
}
+class Google_Service_CloudMonitoring_TimeseriesDescriptorLabel extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model
{
protected $internal_gapi_mappings = array(
From 697dfac449c4fa58b3057d2b23221828cd86aada Mon Sep 17 00:00:00 2001
From: Abu Salam Parvez Alam
Date: Tue, 14 Oct 2014 17:14:57 +0530
Subject: [PATCH 0278/1219] Minor spelling correction
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 454b06bb4..e799f6725 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ The _Service classes are generally automatically generated from the API discover
### How do I deal with non-JSON response types? ###
-Some servives return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call:
+Some services return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call:
```
$opt_params = array(
From b458c008a949579dda45ec8955a563f47ab019c1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 16 Oct 2014 02:30:24 -0700
Subject: [PATCH 0279/1219] Added service Tagmanager.php
---
src/Google/Service/Tagmanager.php | 3945 +++++++++++++++++++++++++++++
1 file changed, 3945 insertions(+)
create mode 100644 src/Google/Service/Tagmanager.php
diff --git a/src/Google/Service/Tagmanager.php b/src/Google/Service/Tagmanager.php
new file mode 100644
index 000000000..15ee489c9
--- /dev/null
+++ b/src/Google/Service/Tagmanager.php
@@ -0,0 +1,3945 @@
+
+ * API for accessing Tag Manager accounts and containers.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_Tagmanager extends Google_Service
+{
+ /** Google Tag Manager. */
+ const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers";
+ /** Google Tag Manager. */
+ const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers";
+ /** Google Tag Manager. */
+ const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
+ /** Google Tag Manager. */
+ const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts";
+ /** Google Tag Manager. */
+ const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users";
+ /** Google Tag Manager. */
+ const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish";
+ /** Google Tag Manager. */
+ const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly";
+
+ public $accounts;
+ public $accounts_containers;
+ public $accounts_containers_macros;
+ public $accounts_containers_rules;
+ public $accounts_containers_tags;
+ public $accounts_containers_triggers;
+ public $accounts_containers_variables;
+ public $accounts_containers_versions;
+ public $accounts_permissions;
+
+
+ /**
+ * Constructs the internal representation of the Tagmanager service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'tagmanager/v1/';
+ $this->version = 'v1';
+ $this->serviceName = 'tagmanager';
+
+ $this->accounts = new Google_Service_Tagmanager_Accounts_Resource(
+ $this,
+ $this->serviceName,
+ 'accounts',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'accounts/{accountId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers = new Google_Service_Tagmanager_AccountsContainers_Resource(
+ $this,
+ $this->serviceName,
+ 'containers',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_macros = new Google_Service_Tagmanager_AccountsContainersMacros_Resource(
+ $this,
+ $this->serviceName,
+ 'macros',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'macroId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'macroId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'macroId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'macroId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_rules = new Google_Service_Tagmanager_AccountsContainersRules_Resource(
+ $this,
+ $this->serviceName,
+ 'rules',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ruleId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ruleId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ruleId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ruleId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_tags = new Google_Service_Tagmanager_AccountsContainersTags_Resource(
+ $this,
+ $this->serviceName,
+ 'tags',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_triggers = new Google_Service_Tagmanager_AccountsContainersTriggers_Resource(
+ $this,
+ $this->serviceName,
+ 'triggers',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'triggerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'triggerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'triggerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'triggerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_variables = new Google_Service_Tagmanager_AccountsContainersVariables_Resource(
+ $this,
+ $this->serviceName,
+ 'variables',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'variableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'variableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'variableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'variableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_versions = new Google_Service_Tagmanager_AccountsContainersVersions_Resource(
+ $this,
+ $this->serviceName,
+ 'versions',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'headers' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'publish' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'restore' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'undelete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_permissions = new Google_Service_Tagmanager_AccountsPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/permissions',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/permissions/{permissionId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'permissionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/permissions/{permissionId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'permissionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'accounts/{accountId}/permissions/{permissionId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'permissionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/permissions/{permissionId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'permissionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "accounts" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $accounts = $tagmanagerService->accounts;
+ *
+ */
+class Google_Service_Tagmanager_Accounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets a GTM Account. (accounts.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Account
+ */
+ public function get($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Account");
+ }
+ /**
+ * Lists all GTM Accounts that a user has access to. (accounts.listAccounts)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListAccountsResponse
+ */
+ public function listAccounts($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountsResponse");
+ }
+ /**
+ * Updates a GTM Account. This method supports patch semantics. (accounts.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the account in storage.
+ * @return Google_Service_Tagmanager_Account
+ */
+ public function patch($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Account");
+ }
+ /**
+ * Updates a GTM Account. (accounts.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the account in storage.
+ * @return Google_Service_Tagmanager_Account
+ */
+ public function update($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Account");
+ }
+}
+
+/**
+ * The "containers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $containers = $tagmanagerService->containers;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container. (containers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function create($accountId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Container");
+ }
+ /**
+ * Deletes a Container. (containers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container. (containers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function get($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Container");
+ }
+ /**
+ * Lists all Containers that belongs to a GTM Account.
+ * (containers.listAccountsContainers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListContainersResponse
+ */
+ public function listAccountsContainers($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainersResponse");
+ }
+ /**
+ * Updates a Container. This method supports patch semantics. (containers.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container in storage.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function patch($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Container");
+ }
+ /**
+ * Updates a Container. (containers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container in storage.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function update($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Container");
+ }
+}
+
+/**
+ * The "macros" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $macros = $tagmanagerService->macros;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersMacros_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Macro. (macros.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Macro");
+ }
+ /**
+ * Deletes a GTM Macro. (macros.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Macro. (macros.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function get($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Macro");
+ }
+ /**
+ * Lists all GTM Macros of a Container. (macros.listAccountsContainersMacros)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListMacrosResponse
+ */
+ public function listAccountsContainersMacros($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListMacrosResponse");
+ }
+ /**
+ * Updates a GTM Macro. This method supports patch semantics. (macros.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the macro in storage.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function patch($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Macro");
+ }
+ /**
+ * Updates a GTM Macro. (macros.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the macro in storage.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function update($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Macro");
+ }
+}
+/**
+ * The "rules" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $rules = $tagmanagerService->rules;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersRules_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Rule. (rules.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Rule");
+ }
+ /**
+ * Deletes a GTM Rule. (rules.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Rule. (rules.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function get($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Rule");
+ }
+ /**
+ * Lists all GTM Rules of a Container. (rules.listAccountsContainersRules)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListRulesResponse
+ */
+ public function listAccountsContainersRules($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListRulesResponse");
+ }
+ /**
+ * Updates a GTM Rule. This method supports patch semantics. (rules.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the rule in storage.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function patch($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Rule");
+ }
+ /**
+ * Updates a GTM Rule. (rules.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the rule in storage.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function update($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Rule");
+ }
+}
+/**
+ * The "tags" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $tags = $tagmanagerService->tags;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersTags_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Tag. (tags.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Tag");
+ }
+ /**
+ * Deletes a GTM Tag. (tags.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Tag. (tags.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function get($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Tag");
+ }
+ /**
+ * Lists all GTM Tags of a Container. (tags.listAccountsContainersTags)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListTagsResponse
+ */
+ public function listAccountsContainersTags($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListTagsResponse");
+ }
+ /**
+ * Updates a GTM Tag. This method supports patch semantics. (tags.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the tag in storage.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function patch($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Tag");
+ }
+ /**
+ * Updates a GTM Tag. (tags.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the tag in storage.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function update($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Tag");
+ }
+}
+/**
+ * The "triggers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $triggers = $tagmanagerService->triggers;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersTriggers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Trigger. (triggers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+ /**
+ * Deletes a GTM Trigger. (triggers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Trigger. (triggers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function get($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+ /**
+ * Lists all GTM Triggers of a Container.
+ * (triggers.listAccountsContainersTriggers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListTriggersResponse
+ */
+ public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListTriggersResponse");
+ }
+ /**
+ * Updates a GTM Trigger. This method supports patch semantics. (triggers.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the trigger in storage.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function patch($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+ /**
+ * Updates a GTM Trigger. (triggers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the trigger in storage.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function update($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+}
+/**
+ * The "variables" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $variables = $tagmanagerService->variables;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersVariables_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Variable. (variables.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Variable");
+ }
+ /**
+ * Deletes a GTM Variable. (variables.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Variable. (variables.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function get($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Variable");
+ }
+ /**
+ * Lists all GTM Variables of a Container.
+ * (variables.listAccountsContainersVariables)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListVariablesResponse
+ */
+ public function listAccountsContainersVariables($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListVariablesResponse");
+ }
+ /**
+ * Updates a GTM Variable. This method supports patch semantics.
+ * (variables.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the variable in storage.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function patch($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Variable");
+ }
+ /**
+ * Updates a GTM Variable. (variables.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the variable in storage.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function update($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Variable");
+ }
+}
+/**
+ * The "versions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $versions = $tagmanagerService->versions;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersVersions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container Version. (versions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_CreateContainerVersionRequestVersionOptions $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_CreateContainerVersionResponse
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_CreateContainerVersionResponse");
+ }
+ /**
+ * Deletes a Container Version. (versions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container Version. (versions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID. Specify published to retrieve the currently published version.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function get($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Lists all Container Versions of a GTM Container.
+ * (versions.listAccountsContainersVersions)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool headers
+ * Retrieve headers only when true.
+ * @return Google_Service_Tagmanager_ListContainerVersionsResponse
+ */
+ public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainerVersionsResponse");
+ }
+ /**
+ * Updates a Container Version. This method supports patch semantics.
+ * (versions.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param Google_ContainerVersion $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function patch($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Publishes a Container Version. (versions.publish)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_Tagmanager_PublishContainerVersionResponse
+ */
+ public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_Tagmanager_PublishContainerVersionResponse");
+ }
+ /**
+ * Restores a Container Version. This will overwrite the container's current
+ * configuration (including its macros, rules and tags). The operation will not
+ * have any effect on the version that is being served (i.e. the published
+ * version). (versions.restore)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function restore($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('restore', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Undeletes a Container Version. (versions.undelete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function undelete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('undelete', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Updates a Container Version. (versions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param Google_ContainerVersion $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function update($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $permissions = $tagmanagerService->permissions;
+ *
+ */
+class Google_Service_Tagmanager_AccountsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a user's Account & Container Permissions. (permissions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function create($accountId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+ /**
+ * Removes a user from the account, revoking access to it and all of its
+ * containers. (permissions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a user's Account & Container Permissions. (permissions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function get($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+ /**
+ * List all users that have access to the account along with Account and
+ * Container Permissions granted to each of them.
+ * (permissions.listAccountsPermissions)
+ *
+ * @param string $accountId
+ * The GTM Account ID. @required tagmanager.accounts.permissions.list
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListAccountUsersResponse
+ */
+ public function listAccountsPermissions($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountUsersResponse");
+ }
+ /**
+ * Updates a user's Account & Container Permissions. This method supports patch
+ * semantics. (permissions.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function patch($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+ /**
+ * Updates a user's Account & Container Permissions. (permissions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function update($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+}
+
+
+
+
+class Google_Service_Tagmanager_Account extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $fingerprint;
+ public $name;
+ public $shareData;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setShareData($shareData)
+ {
+ $this->shareData = $shareData;
+ }
+
+ public function getShareData()
+ {
+ return $this->shareData;
+ }
+}
+
+class Google_Service_Tagmanager_AccountAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $permission;
+
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+}
+
+class Google_Service_Tagmanager_Condition extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ public $type;
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Tagmanager_Container extends Google_Collection
+{
+ protected $collection_key = 'usageContext';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $domainName;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $publicId;
+ public $timeZoneCountryId;
+ public $timeZoneId;
+ public $usageContext;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDomainName($domainName)
+ {
+ $this->domainName = $domainName;
+ }
+
+ public function getDomainName()
+ {
+ return $this->domainName;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setPublicId($publicId)
+ {
+ $this->publicId = $publicId;
+ }
+
+ public function getPublicId()
+ {
+ return $this->publicId;
+ }
+
+ public function setTimeZoneCountryId($timeZoneCountryId)
+ {
+ $this->timeZoneCountryId = $timeZoneCountryId;
+ }
+
+ public function getTimeZoneCountryId()
+ {
+ return $this->timeZoneCountryId;
+ }
+
+ public function setTimeZoneId($timeZoneId)
+ {
+ $this->timeZoneId = $timeZoneId;
+ }
+
+ public function getTimeZoneId()
+ {
+ return $this->timeZoneId;
+ }
+
+ public function setUsageContext($usageContext)
+ {
+ $this->usageContext = $usageContext;
+ }
+
+ public function getUsageContext()
+ {
+ return $this->usageContext;
+ }
+}
+
+class Google_Service_Tagmanager_ContainerAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $containerId;
+ public $permission;
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+}
+
+class Google_Service_Tagmanager_ContainerVersion extends Google_Collection
+{
+ protected $collection_key = 'trigger';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $containerType = 'Google_Service_Tagmanager_Container';
+ protected $containerDataType = '';
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $fingerprint;
+ protected $macroType = 'Google_Service_Tagmanager_Macro';
+ protected $macroDataType = 'array';
+ public $name;
+ public $notes;
+ protected $ruleType = 'Google_Service_Tagmanager_Rule';
+ protected $ruleDataType = 'array';
+ protected $tagType = 'Google_Service_Tagmanager_Tag';
+ protected $tagDataType = 'array';
+ protected $triggerType = 'Google_Service_Tagmanager_Trigger';
+ protected $triggerDataType = 'array';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainer(Google_Service_Tagmanager_Container $container)
+ {
+ $this->container = $container;
+ }
+
+ public function getContainer()
+ {
+ return $this->container;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setMacro($macro)
+ {
+ $this->macro = $macro;
+ }
+
+ public function getMacro()
+ {
+ return $this->macro;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setRule($rule)
+ {
+ $this->rule = $rule;
+ }
+
+ public function getRule()
+ {
+ return $this->rule;
+ }
+
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+
+ public function getTag()
+ {
+ return $this->tag;
+ }
+
+ public function setTrigger($trigger)
+ {
+ $this->trigger = $trigger;
+ }
+
+ public function getTrigger()
+ {
+ return $this->trigger;
+ }
+}
+
+class Google_Service_Tagmanager_ContainerVersionHeader extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $name;
+ public $numMacros;
+ public $numRules;
+ public $numTags;
+ public $numTriggers;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNumMacros($numMacros)
+ {
+ $this->numMacros = $numMacros;
+ }
+
+ public function getNumMacros()
+ {
+ return $this->numMacros;
+ }
+
+ public function setNumRules($numRules)
+ {
+ $this->numRules = $numRules;
+ }
+
+ public function getNumRules()
+ {
+ return $this->numRules;
+ }
+
+ public function setNumTags($numTags)
+ {
+ $this->numTags = $numTags;
+ }
+
+ public function getNumTags()
+ {
+ return $this->numTags;
+ }
+
+ public function setNumTriggers($numTriggers)
+ {
+ $this->numTriggers = $numTriggers;
+ }
+
+ public function getNumTriggers()
+ {
+ return $this->numTriggers;
+ }
+}
+
+class Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $name;
+ public $notes;
+ public $quickPreview;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setQuickPreview($quickPreview)
+ {
+ $this->quickPreview = $quickPreview;
+ }
+
+ public function getQuickPreview()
+ {
+ return $this->quickPreview;
+ }
+}
+
+class Google_Service_Tagmanager_CreateContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+
+ public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+}
+
+class Google_Service_Tagmanager_ListAccountUsersResponse extends Google_Collection
+{
+ protected $collection_key = 'userAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $userAccessType = 'Google_Service_Tagmanager_UserAccess';
+ protected $userAccessDataType = 'array';
+
+ public function setUserAccess($userAccess)
+ {
+ $this->userAccess = $userAccess;
+ }
+
+ public function getUserAccess()
+ {
+ return $this->userAccess;
+ }
+}
+
+class Google_Service_Tagmanager_ListAccountsResponse extends Google_Collection
+{
+ protected $collection_key = 'accounts';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountsType = 'Google_Service_Tagmanager_Account';
+ protected $accountsDataType = 'array';
+
+ public function setAccounts($accounts)
+ {
+ $this->accounts = $accounts;
+ }
+
+ public function getAccounts()
+ {
+ return $this->accounts;
+ }
+}
+
+class Google_Service_Tagmanager_ListContainerVersionsResponse extends Google_Collection
+{
+ protected $collection_key = 'containerVersionHeader';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
+ protected $containerVersionDataType = 'array';
+ protected $containerVersionHeaderType = 'Google_Service_Tagmanager_ContainerVersionHeader';
+ protected $containerVersionHeaderDataType = 'array';
+
+ public function setContainerVersion($containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+
+ public function setContainerVersionHeader($containerVersionHeader)
+ {
+ $this->containerVersionHeader = $containerVersionHeader;
+ }
+
+ public function getContainerVersionHeader()
+ {
+ return $this->containerVersionHeader;
+ }
+}
+
+class Google_Service_Tagmanager_ListContainersResponse extends Google_Collection
+{
+ protected $collection_key = 'containers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containersType = 'Google_Service_Tagmanager_Container';
+ protected $containersDataType = 'array';
+
+ public function setContainers($containers)
+ {
+ $this->containers = $containers;
+ }
+
+ public function getContainers()
+ {
+ return $this->containers;
+ }
+}
+
+class Google_Service_Tagmanager_ListMacrosResponse extends Google_Collection
+{
+ protected $collection_key = 'macros';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $macrosType = 'Google_Service_Tagmanager_Macro';
+ protected $macrosDataType = 'array';
+
+ public function setMacros($macros)
+ {
+ $this->macros = $macros;
+ }
+
+ public function getMacros()
+ {
+ return $this->macros;
+ }
+}
+
+class Google_Service_Tagmanager_ListRulesResponse extends Google_Collection
+{
+ protected $collection_key = 'rules';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $rulesType = 'Google_Service_Tagmanager_Rule';
+ protected $rulesDataType = 'array';
+
+ public function setRules($rules)
+ {
+ $this->rules = $rules;
+ }
+
+ public function getRules()
+ {
+ return $this->rules;
+ }
+}
+
+class Google_Service_Tagmanager_ListTagsResponse extends Google_Collection
+{
+ protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $tagsType = 'Google_Service_Tagmanager_Tag';
+ protected $tagsDataType = 'array';
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
+class Google_Service_Tagmanager_ListTriggersResponse extends Google_Collection
+{
+ protected $collection_key = 'triggers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $triggersType = 'Google_Service_Tagmanager_Trigger';
+ protected $triggersDataType = 'array';
+
+ public function setTriggers($triggers)
+ {
+ $this->triggers = $triggers;
+ }
+
+ public function getTriggers()
+ {
+ return $this->triggers;
+ }
+}
+
+class Google_Service_Tagmanager_ListVariablesResponse extends Google_Collection
+{
+ protected $collection_key = 'variables';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $variablesType = 'Google_Service_Tagmanager_Variable';
+ protected $variablesDataType = 'array';
+
+ public function setVariables($variables)
+ {
+ $this->variables = $variables;
+ }
+
+ public function getVariables()
+ {
+ return $this->variables;
+ }
+}
+
+class Google_Service_Tagmanager_Macro extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingRuleId;
+ public $enablingRuleId;
+ public $fingerprint;
+ public $macroId;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDisablingRuleId($disablingRuleId)
+ {
+ $this->disablingRuleId = $disablingRuleId;
+ }
+
+ public function getDisablingRuleId()
+ {
+ return $this->disablingRuleId;
+ }
+
+ public function setEnablingRuleId($enablingRuleId)
+ {
+ $this->enablingRuleId = $enablingRuleId;
+ }
+
+ public function getEnablingRuleId()
+ {
+ return $this->enablingRuleId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setMacroId($macroId)
+ {
+ $this->macroId = $macroId;
+ }
+
+ public function getMacroId()
+ {
+ return $this->macroId;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Tagmanager_Parameter extends Google_Collection
+{
+ protected $collection_key = 'map';
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ protected $listType = 'Google_Service_Tagmanager_Parameter';
+ protected $listDataType = 'array';
+ protected $mapType = 'Google_Service_Tagmanager_Parameter';
+ protected $mapDataType = 'array';
+ public $type;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setList($list)
+ {
+ $this->list = $list;
+ }
+
+ public function getList()
+ {
+ return $this->list;
+ }
+
+ public function setMap($map)
+ {
+ $this->map = $map;
+ }
+
+ public function getMap()
+ {
+ return $this->map;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Tagmanager_PublishContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+
+ public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+}
+
+class Google_Service_Tagmanager_Rule extends Google_Collection
+{
+ protected $collection_key = 'condition';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $conditionType = 'Google_Service_Tagmanager_Condition';
+ protected $conditionDataType = 'array';
+ public $containerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $ruleId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setCondition($condition)
+ {
+ $this->condition = $condition;
+ }
+
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setRuleId($ruleId)
+ {
+ $this->ruleId = $ruleId;
+ }
+
+ public function getRuleId()
+ {
+ return $this->ruleId;
+ }
+}
+
+class Google_Service_Tagmanager_Tag extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $blockingRuleId;
+ public $blockingTriggerId;
+ public $containerId;
+ protected $dependenciesType = 'Google_Service_Tagmanager_Parameter';
+ protected $dependenciesDataType = '';
+ public $fingerprint;
+ public $firingRuleId;
+ public $firingTriggerId;
+ public $liveOnly;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ protected $priorityType = 'Google_Service_Tagmanager_Parameter';
+ protected $priorityDataType = '';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $tagId;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setBlockingRuleId($blockingRuleId)
+ {
+ $this->blockingRuleId = $blockingRuleId;
+ }
+
+ public function getBlockingRuleId()
+ {
+ return $this->blockingRuleId;
+ }
+
+ public function setBlockingTriggerId($blockingTriggerId)
+ {
+ $this->blockingTriggerId = $blockingTriggerId;
+ }
+
+ public function getBlockingTriggerId()
+ {
+ return $this->blockingTriggerId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDependencies(Google_Service_Tagmanager_Parameter $dependencies)
+ {
+ $this->dependencies = $dependencies;
+ }
+
+ public function getDependencies()
+ {
+ return $this->dependencies;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setFiringRuleId($firingRuleId)
+ {
+ $this->firingRuleId = $firingRuleId;
+ }
+
+ public function getFiringRuleId()
+ {
+ return $this->firingRuleId;
+ }
+
+ public function setFiringTriggerId($firingTriggerId)
+ {
+ $this->firingTriggerId = $firingTriggerId;
+ }
+
+ public function getFiringTriggerId()
+ {
+ return $this->firingTriggerId;
+ }
+
+ public function setLiveOnly($liveOnly)
+ {
+ $this->liveOnly = $liveOnly;
+ }
+
+ public function getLiveOnly()
+ {
+ return $this->liveOnly;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setPriority(Google_Service_Tagmanager_Parameter $priority)
+ {
+ $this->priority = $priority;
+ }
+
+ public function getPriority()
+ {
+ return $this->priority;
+ }
+
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+
+ public function setTagId($tagId)
+ {
+ $this->tagId = $tagId;
+ }
+
+ public function getTagId()
+ {
+ return $this->tagId;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Tagmanager_Trigger extends Google_Collection
+{
+ protected $collection_key = 'filter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $autoEventFilterType = 'Google_Service_Tagmanager_Condition';
+ protected $autoEventFilterDataType = 'array';
+ protected $checkValidationType = 'Google_Service_Tagmanager_Parameter';
+ protected $checkValidationDataType = '';
+ public $containerId;
+ protected $customEventFilterType = 'Google_Service_Tagmanager_Condition';
+ protected $customEventFilterDataType = 'array';
+ protected $enableAllVideosType = 'Google_Service_Tagmanager_Parameter';
+ protected $enableAllVideosDataType = '';
+ protected $eventNameType = 'Google_Service_Tagmanager_Parameter';
+ protected $eventNameDataType = '';
+ protected $filterType = 'Google_Service_Tagmanager_Condition';
+ protected $filterDataType = 'array';
+ public $fingerprint;
+ protected $intervalType = 'Google_Service_Tagmanager_Parameter';
+ protected $intervalDataType = '';
+ protected $limitType = 'Google_Service_Tagmanager_Parameter';
+ protected $limitDataType = '';
+ public $name;
+ public $triggerId;
+ public $type;
+ protected $uniqueTriggerIdType = 'Google_Service_Tagmanager_Parameter';
+ protected $uniqueTriggerIdDataType = '';
+ protected $videoPercentageListType = 'Google_Service_Tagmanager_Parameter';
+ protected $videoPercentageListDataType = '';
+ protected $waitForTagsType = 'Google_Service_Tagmanager_Parameter';
+ protected $waitForTagsDataType = '';
+ protected $waitForTagsTimeoutType = 'Google_Service_Tagmanager_Parameter';
+ protected $waitForTagsTimeoutDataType = '';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setAutoEventFilter($autoEventFilter)
+ {
+ $this->autoEventFilter = $autoEventFilter;
+ }
+
+ public function getAutoEventFilter()
+ {
+ return $this->autoEventFilter;
+ }
+
+ public function setCheckValidation(Google_Service_Tagmanager_Parameter $checkValidation)
+ {
+ $this->checkValidation = $checkValidation;
+ }
+
+ public function getCheckValidation()
+ {
+ return $this->checkValidation;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setCustomEventFilter($customEventFilter)
+ {
+ $this->customEventFilter = $customEventFilter;
+ }
+
+ public function getCustomEventFilter()
+ {
+ return $this->customEventFilter;
+ }
+
+ public function setEnableAllVideos(Google_Service_Tagmanager_Parameter $enableAllVideos)
+ {
+ $this->enableAllVideos = $enableAllVideos;
+ }
+
+ public function getEnableAllVideos()
+ {
+ return $this->enableAllVideos;
+ }
+
+ public function setEventName(Google_Service_Tagmanager_Parameter $eventName)
+ {
+ $this->eventName = $eventName;
+ }
+
+ public function getEventName()
+ {
+ return $this->eventName;
+ }
+
+ public function setFilter($filter)
+ {
+ $this->filter = $filter;
+ }
+
+ public function getFilter()
+ {
+ return $this->filter;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setInterval(Google_Service_Tagmanager_Parameter $interval)
+ {
+ $this->interval = $interval;
+ }
+
+ public function getInterval()
+ {
+ return $this->interval;
+ }
+
+ public function setLimit(Google_Service_Tagmanager_Parameter $limit)
+ {
+ $this->limit = $limit;
+ }
+
+ public function getLimit()
+ {
+ return $this->limit;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setTriggerId($triggerId)
+ {
+ $this->triggerId = $triggerId;
+ }
+
+ public function getTriggerId()
+ {
+ return $this->triggerId;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setUniqueTriggerId(Google_Service_Tagmanager_Parameter $uniqueTriggerId)
+ {
+ $this->uniqueTriggerId = $uniqueTriggerId;
+ }
+
+ public function getUniqueTriggerId()
+ {
+ return $this->uniqueTriggerId;
+ }
+
+ public function setVideoPercentageList(Google_Service_Tagmanager_Parameter $videoPercentageList)
+ {
+ $this->videoPercentageList = $videoPercentageList;
+ }
+
+ public function getVideoPercentageList()
+ {
+ return $this->videoPercentageList;
+ }
+
+ public function setWaitForTags(Google_Service_Tagmanager_Parameter $waitForTags)
+ {
+ $this->waitForTags = $waitForTags;
+ }
+
+ public function getWaitForTags()
+ {
+ return $this->waitForTags;
+ }
+
+ public function setWaitForTagsTimeout(Google_Service_Tagmanager_Parameter $waitForTagsTimeout)
+ {
+ $this->waitForTagsTimeout = $waitForTagsTimeout;
+ }
+
+ public function getWaitForTagsTimeout()
+ {
+ return $this->waitForTagsTimeout;
+ }
+}
+
+class Google_Service_Tagmanager_UserAccess extends Google_Collection
+{
+ protected $collection_key = 'containerAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountAccessType = 'Google_Service_Tagmanager_AccountAccess';
+ protected $accountAccessDataType = '';
+ public $accountId;
+ protected $containerAccessType = 'Google_Service_Tagmanager_ContainerAccess';
+ protected $containerAccessDataType = 'array';
+ public $emailAddress;
+ public $permissionId;
+
+ public function setAccountAccess(Google_Service_Tagmanager_AccountAccess $accountAccess)
+ {
+ $this->accountAccess = $accountAccess;
+ }
+
+ public function getAccountAccess()
+ {
+ return $this->accountAccess;
+ }
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerAccess($containerAccess)
+ {
+ $this->containerAccess = $containerAccess;
+ }
+
+ public function getContainerAccess()
+ {
+ return $this->containerAccess;
+ }
+
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+
+ public function setPermissionId($permissionId)
+ {
+ $this->permissionId = $permissionId;
+ }
+
+ public function getPermissionId()
+ {
+ return $this->permissionId;
+ }
+}
+
+class Google_Service_Tagmanager_Variable extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingTriggerId;
+ public $enablingTriggerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+ public $variableId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDisablingTriggerId($disablingTriggerId)
+ {
+ $this->disablingTriggerId = $disablingTriggerId;
+ }
+
+ public function getDisablingTriggerId()
+ {
+ return $this->disablingTriggerId;
+ }
+
+ public function setEnablingTriggerId($enablingTriggerId)
+ {
+ $this->enablingTriggerId = $enablingTriggerId;
+ }
+
+ public function getEnablingTriggerId()
+ {
+ return $this->enablingTriggerId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setVariableId($variableId)
+ {
+ $this->variableId = $variableId;
+ }
+
+ public function getVariableId()
+ {
+ return $this->variableId;
+ }
+}
From 1f276102df3bbc0512e24370f8bc74e4a6d90502 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 16 Oct 2014 02:30:25 -0700
Subject: [PATCH 0280/1219] Updated Gmail.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Gmail.php | 85 ++++++++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/src/Google/Service/Gmail.php b/src/Google/Service/Gmail.php
index ba2906bb4..ac2b178ad 100644
--- a/src/Google/Service/Gmail.php
+++ b/src/Google/Service/Gmail.php
@@ -40,6 +40,7 @@ class Google_Service_Gmail extends Google_Service
/** View your emails messages and settings. */
const GMAIL_READONLY = "https://www.googleapis.com/auth/gmail.readonly";
+ public $users;
public $users_drafts;
public $users_history;
public $users_labels;
@@ -60,6 +61,26 @@ public function __construct(Google_Client $client)
$this->version = 'v1';
$this->serviceName = 'gmail';
+ $this->users = new Google_Service_Gmail_Users_Resource(
+ $this,
+ $this->serviceName,
+ 'users',
+ array(
+ 'methods' => array(
+ 'getProfile' => array(
+ 'path' => '{userId}/profile',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'userId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->users_drafts = new Google_Service_Gmail_UsersDrafts_Resource(
$this,
$this->serviceName,
@@ -607,6 +628,20 @@ public function __construct(Google_Client $client)
class Google_Service_Gmail_Users_Resource extends Google_Service_Resource
{
+ /**
+ * Gets the current user's Gmail profile. (users.getProfile)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Profile
+ */
+ public function getProfile($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('getProfile', array($params), "Google_Service_Gmail_Profile");
+ }
}
/**
@@ -1854,6 +1889,56 @@ public function getRemoveLabelIds()
}
}
+class Google_Service_Gmail_Profile extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $emailAddress;
+ public $historyId;
+ public $messagesTotal;
+ public $threadsTotal;
+
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+
+ public function setHistoryId($historyId)
+ {
+ $this->historyId = $historyId;
+ }
+
+ public function getHistoryId()
+ {
+ return $this->historyId;
+ }
+
+ public function setMessagesTotal($messagesTotal)
+ {
+ $this->messagesTotal = $messagesTotal;
+ }
+
+ public function getMessagesTotal()
+ {
+ return $this->messagesTotal;
+ }
+
+ public function setThreadsTotal($threadsTotal)
+ {
+ $this->threadsTotal = $threadsTotal;
+ }
+
+ public function getThreadsTotal()
+ {
+ return $this->threadsTotal;
+ }
+}
+
class Google_Service_Gmail_Thread extends Google_Collection
{
protected $collection_key = 'messages';
From 0c3cbb6557dd607f685618ea7087ef6884cf8660 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 16 Oct 2014 02:30:25 -0700
Subject: [PATCH 0281/1219] Updated Directory.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Directory.php | 40 ++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/src/Google/Service/Directory.php b/src/Google/Service/Directory.php
index 70b962702..e104a9da9 100644
--- a/src/Google/Service/Directory.php
+++ b/src/Google/Service/Directory.php
@@ -2977,6 +2977,8 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
protected $collection_key = 'recentUsers';
protected $internal_gapi_mappings = array(
);
+ protected $activeTimeRangesType = 'Google_Service_Directory_ChromeOsDeviceActiveTimeRanges';
+ protected $activeTimeRangesDataType = 'array';
public $annotatedLocation;
public $annotatedUser;
public $bootMode;
@@ -3002,6 +3004,16 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
public $supportEndDate;
public $willAutoRenew;
+ public function setActiveTimeRanges($activeTimeRanges)
+ {
+ $this->activeTimeRanges = $activeTimeRanges;
+ }
+
+ public function getActiveTimeRanges()
+ {
+ return $this->activeTimeRanges;
+ }
+
public function setAnnotatedLocation($annotatedLocation)
{
$this->annotatedLocation = $annotatedLocation;
@@ -3233,6 +3245,34 @@ public function getWillAutoRenew()
}
}
+class Google_Service_Directory_ChromeOsDeviceActiveTimeRanges extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $activeTime;
+ public $date;
+
+ public function setActiveTime($activeTime)
+ {
+ $this->activeTime = $activeTime;
+ }
+
+ public function getActiveTime()
+ {
+ return $this->activeTime;
+ }
+
+ public function setDate($date)
+ {
+ $this->date = $date;
+ }
+
+ public function getDate()
+ {
+ return $this->date;
+ }
+}
+
class Google_Service_Directory_ChromeOsDeviceRecentUsers extends Google_Model
{
protected $internal_gapi_mappings = array(
From e9060f37e60bddbefe5965ff3dac1c52922e94b7 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Thu, 16 Oct 2014 12:03:41 +0100
Subject: [PATCH 0282/1219] Update to add variant support
---
src/Google/Model.php | 17 ++++++++++++++++-
tests/general/ApiModelTest.php | 10 ++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/src/Google/Model.php b/src/Google/Model.php
index 2bb9a333d..f2be7442d 100644
--- a/src/Google/Model.php
+++ b/src/Google/Model.php
@@ -33,15 +33,21 @@ class Google_Model implements ArrayAccess
* Polymorphic - accepts a variable number of arguments dependent
* on the type of the model subclass.
*/
- public function __construct()
+ public final function __construct()
{
if (func_num_args() == 1 && is_array(func_get_arg(0))) {
// Initialize the model with the array's contents.
$array = func_get_arg(0);
$this->mapTypes($array);
}
+ $this->gapiInit();
}
+ /**
+ * Getter that handles passthrough access to the data array, and lazy object creation.
+ * @param string $key Property name.
+ * @return mixed The value if any, or null.
+ */
public function __get($key)
{
$keyTypeName = $this->keyType($key);
@@ -102,6 +108,15 @@ protected function mapTypes($array)
$this->modelData = $array;
}
+ /**
+ * Blank initialiser to be used in subclasses to do post-construction initialisation - this
+ * avoids the need for subclasses to have to implement the variadics handling in their
+ * constructors.
+ */
+ protected function gapiInit() {
+ return;
+ }
+
/**
* Create a simplified object suitable for straightforward
* conversion to JSON. This is relatively expensive
diff --git a/tests/general/ApiModelTest.php b/tests/general/ApiModelTest.php
index f6fa79c66..5240a279f 100644
--- a/tests/general/ApiModelTest.php
+++ b/tests/general/ApiModelTest.php
@@ -80,6 +80,16 @@ public function testModelMutation()
$this->assertNull($event2->getStart());
}
+ public function testVariantTypes() {
+ $feature = new Google_Service_MapsEngine_Feature();
+ $geometry = new Google_Service_MapsEngine_GeoJsonPoint();
+ $geometry->setCoordinates(array(1, 0));
+ $feature->setGeometry($geometry);
+ $data = json_decode(json_encode($feature->toSimpleObject()), true);
+ $this->assertEquals('Point', $data['geometry']['type']);
+ $this->assertEquals(1, $data['geometry']['coordinates'][0]);
+ }
+
public function testOddMappingNames()
{
$creative = new Google_Service_AdExchangeBuyer_Creative();
From 72ce448a00a1ad4f37efe8a48849e9914a616596 Mon Sep 17 00:00:00 2001
From: Abu Salam Parvez Alam
Date: Thu, 16 Oct 2014 21:05:38 +0530
Subject: [PATCH 0283/1219] Fixed Issue #354
---
src/Google/Client.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 510f9440e..96c99823e 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -404,11 +404,10 @@ public function setIncludeGrantedScopes($include)
/**
* Fetches a fresh OAuth 2.0 access token with the given refresh token.
* @param string $refreshToken
- * @return void
*/
public function refreshToken($refreshToken)
{
- return $this->getAuth()->refreshToken($refreshToken);
+ $this->getAuth()->refreshToken($refreshToken);
}
/**
@@ -623,7 +622,7 @@ public function setClassConfig($class, $config, $value = null)
if (!is_string($class)) {
$class = get_class($class);
}
- return $this->config->setClassConfig($class, $config, $value);
+ $this->config->setClassConfig($class, $config, $value);
}
From a0ad45fd2143dfb9ed7f862e2e7221d0171cc5f9 Mon Sep 17 00:00:00 2001
From: Abu Salam Parvez Alam
Date: Thu, 16 Oct 2014 22:56:00 +0530
Subject: [PATCH 0284/1219] Updated PHPDoc comments to match method signature
---
src/Google/Auth/OAuth2.php | 11 +++++++----
src/Google/Client.php | 26 +++++++++++++++-----------
2 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index 947b4484b..882d9cb8f 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -407,7 +407,9 @@ private function getFederatedSignOnCerts()
/**
* Retrieve and cache a certificates file.
- * @param $url location
+ *
+ * @param $url string location
+ * @throws Google_Auth_Exception
* @return array certificates
*/
public function retrieveCertsFromLocation($url)
@@ -470,12 +472,13 @@ public function verifyIdToken($id_token = null, $audience = null)
/**
* Verifies the id token, returns the verified token contents.
*
- * @param $jwt the token
+ * @param $jwt string the token
* @param $certs array of certificates
- * @param $required_audience the expected consumer of the token
+ * @param $required_audience string the expected consumer of the token
* @param [$issuer] the expected issues, defaults to Google
* @param [$max_expiry] the max lifetime of a token, defaults to MAX_TOKEN_LIFETIME_SECS
- * @return token information if valid, false if not
+ * @throws Google_Auth_Exception
+ * @return mixed token information if valid, false if not
*/
public function verifySignedJwtWithCerts(
$jwt,
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 96c99823e..c06e8aec3 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -126,6 +126,7 @@ public function authenticate($code)
* the "Download JSON" button on in the Google Developer
* Console.
* @param string $json the configuration json
+ * @throws Google_Exception
*/
public function setAuthConfig($json)
{
@@ -154,6 +155,7 @@ public function setAuthConfigFile($file)
}
/**
+ * @throws Google_Auth_Exception
* @return array
* @visible For Testing
*/
@@ -195,7 +197,7 @@ public function setAuth(Google_Auth_Abstract $auth)
/**
* Set the IO object
- * @param Google_IO_Abstract $auth
+ * @param Google_IO_Abstract $io
*/
public function setIo(Google_IO_Abstract $io)
{
@@ -205,7 +207,7 @@ public function setIo(Google_IO_Abstract $io)
/**
* Set the Cache object
- * @param Google_Cache_Abstract $auth
+ * @param Google_Cache_Abstract $cache
*/
public function setCache(Google_Cache_Abstract $cache)
{
@@ -438,12 +440,12 @@ public function verifyIdToken($token = null)
/**
* Verify a JWT that was signed with your own certificates.
*
- * @param $jwt the token
- * @param $certs array of certificates
- * @param $required_audience the expected consumer of the token
- * @param [$issuer] the expected issues, defaults to Google
+ * @param $id_token string The JWT token
+ * @param $cert_location array of certificates
+ * @param $audience string the expected consumer of the token
+ * @param $issuer string the expected issuer, defaults to Google
* @param [$max_expiry] the max lifetime of a token, defaults to MAX_TOKEN_LIFETIME_SECS
- * @return token information if valid, false if not
+ * @return mixed token information if valid, false if not
*/
public function verifySignedJwt($id_token, $cert_location, $audience, $issuer, $max_expiry = null)
{
@@ -453,8 +455,7 @@ public function verifySignedJwt($id_token, $cert_location, $audience, $issuer, $
}
/**
- * @param Google_Auth_AssertionCredentials $creds
- * @return void
+ * @param $creds Google_Auth_AssertionCredentials
*/
public function setAssertionCredentials(Google_Auth_AssertionCredentials $creds)
{
@@ -528,6 +529,8 @@ public function setDefer($defer)
/**
* Helper method to execute deferred HTTP requests.
*
+ * @param $request Google_Http_Request|Google_Http_Batch
+ * @throws Google_Exception
* @return object of the type of the expected class or array.
*/
public function execute($request)
@@ -599,6 +602,7 @@ public function getCache()
* Retrieve custom configuration for a specific class.
* @param $class string|object - class or instance of class to retrieve
* @param $key string optional - key to retrieve
+ * @return array
*/
public function getClassConfig($class, $key = null)
{
@@ -612,9 +616,9 @@ public function getClassConfig($class, $key = null)
* Set configuration specific to a given class.
* $config->setClassConfig('Google_Cache_File',
* array('directory' => '/tmp/cache'));
- * @param $class The class name for the configuration
+ * @param $class string|object - The class name for the configuration
* @param $config string key or an array of configuration values
- * @param $value optional - if $config is a key, the value
+ * @param $value string optional - if $config is a key, the value
*
*/
public function setClassConfig($class, $config, $value = null)
From 5a69d2e6c2290b005423a05db835ab2f79801a24 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sun, 19 Oct 2014 02:32:52 -0700
Subject: [PATCH 0285/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 79bebbc9c..e7523dccb 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -722,7 +722,7 @@ public function get($datasetId, $optParams = array())
* The maximum number of results returned by this request.
* @opt_param string projectId
* Only return datasets which belong to this Google Developers Console project. Only accepts
- * project numbers.
+ * project numbers. Returns all public projects if no project number is specified.
* @return Google_Service_Genomics_ListDatasetsResponse
*/
public function listDatasets($optParams = array())
From 5d62f91116d4c96a99b57bec36a5a10acb023899 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sun, 19 Oct 2014 02:32:53 -0700
Subject: [PATCH 0286/1219] Updated Tagmanager.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Tagmanager.php | 384 +-----------------------------
1 file changed, 1 insertion(+), 383 deletions(-)
diff --git a/src/Google/Service/Tagmanager.php b/src/Google/Service/Tagmanager.php
index 15ee489c9..7a12d18b8 100644
--- a/src/Google/Service/Tagmanager.php
+++ b/src/Google/Service/Tagmanager.php
@@ -24,7 +24,7 @@
*
*
* For more information about this service, see the API
- * Documentation
+ * Documentation
*
*
* @author Google, Inc.
@@ -89,20 +89,6 @@ public function __construct(Google_Client $client)
'path' => 'accounts',
'httpMethod' => 'GET',
'parameters' => array(),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}',
'httpMethod' => 'PUT',
@@ -177,25 +163,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}/containers/{containerId}',
'httpMethod' => 'PUT',
@@ -295,30 +262,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'macroId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
'httpMethod' => 'PUT',
@@ -423,30 +366,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'ruleId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
'httpMethod' => 'PUT',
@@ -551,30 +470,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'tagId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
'httpMethod' => 'PUT',
@@ -679,30 +574,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'triggerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
'httpMethod' => 'PUT',
@@ -807,30 +678,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'variableId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
'httpMethod' => 'PUT',
@@ -939,30 +786,6 @@ public function __construct(Google_Client $client)
'type' => 'boolean',
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerVersionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
),'publish' => array(
'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish',
'httpMethod' => 'POST',
@@ -1111,21 +934,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),'patch' => array(
- 'path' => 'accounts/{accountId}/permissions/{permissionId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'permissionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
),'update' => array(
'path' => 'accounts/{accountId}/permissions/{permissionId}',
'httpMethod' => 'PUT',
@@ -1186,24 +994,6 @@ public function listAccounts($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountsResponse");
}
- /**
- * Updates a GTM Account. This method supports patch semantics. (accounts.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param Google_Account $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the account in storage.
- * @return Google_Service_Tagmanager_Account
- */
- public function patch($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_Account");
- }
/**
* Updates a GTM Account. (accounts.update)
*
@@ -1296,26 +1086,6 @@ public function listAccountsContainers($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainersResponse");
}
- /**
- * Updates a Container. This method supports patch semantics. (containers.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Container $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container in storage.
- * @return Google_Service_Tagmanager_Container
- */
- public function patch($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_Container");
- }
/**
* Updates a Container. (containers.update)
*
@@ -1417,28 +1187,6 @@ public function listAccountsContainersMacros($accountId, $containerId, $optParam
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListMacrosResponse");
}
- /**
- * Updates a GTM Macro. This method supports patch semantics. (macros.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
- * @param Google_Macro $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the macro in storage.
- * @return Google_Service_Tagmanager_Macro
- */
- public function patch($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_Macro");
- }
/**
* Updates a GTM Macro. (macros.update)
*
@@ -1541,28 +1289,6 @@ public function listAccountsContainersRules($accountId, $containerId, $optParams
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListRulesResponse");
}
- /**
- * Updates a GTM Rule. This method supports patch semantics. (rules.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
- * @param Google_Rule $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the rule in storage.
- * @return Google_Service_Tagmanager_Rule
- */
- public function patch($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_Rule");
- }
/**
* Updates a GTM Rule. (rules.update)
*
@@ -1665,28 +1391,6 @@ public function listAccountsContainersTags($accountId, $containerId, $optParams
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListTagsResponse");
}
- /**
- * Updates a GTM Tag. This method supports patch semantics. (tags.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
- * @param Google_Tag $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the tag in storage.
- * @return Google_Service_Tagmanager_Tag
- */
- public function patch($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_Tag");
- }
/**
* Updates a GTM Tag. (tags.update)
*
@@ -1790,28 +1494,6 @@ public function listAccountsContainersTriggers($accountId, $containerId, $optPar
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListTriggersResponse");
}
- /**
- * Updates a GTM Trigger. This method supports patch semantics. (triggers.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
- * @param Google_Trigger $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the trigger in storage.
- * @return Google_Service_Tagmanager_Trigger
- */
- public function patch($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_Trigger");
- }
/**
* Updates a GTM Trigger. (triggers.update)
*
@@ -1915,29 +1597,6 @@ public function listAccountsContainersVariables($accountId, $containerId, $optPa
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListVariablesResponse");
}
- /**
- * Updates a GTM Variable. This method supports patch semantics.
- * (variables.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
- * @param Google_Variable $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the variable in storage.
- * @return Google_Service_Tagmanager_Variable
- */
- public function patch($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_Variable");
- }
/**
* Updates a GTM Variable. (variables.update)
*
@@ -2044,29 +1703,6 @@ public function listAccountsContainersVersions($accountId, $containerId, $optPar
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainerVersionsResponse");
}
- /**
- * Updates a Container Version. This method supports patch semantics.
- * (versions.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param Google_ContainerVersion $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container version in storage.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function patch($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
/**
* Publishes a Container Version. (versions.publish)
*
@@ -2224,24 +1860,6 @@ public function listAccountsPermissions($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountUsersResponse");
}
- /**
- * Updates a user's Account & Container Permissions. This method supports patch
- * semantics. (permissions.patch)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
- * @param Google_UserAccess $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_UserAccess
- */
- public function patch($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Tagmanager_UserAccess");
- }
/**
* Updates a user's Account & Container Permissions. (permissions.update)
*
From 1321213f5c1d6cedc34d70cd08e7a256082c0444 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sun, 19 Oct 2014 02:32:53 -0700
Subject: [PATCH 0287/1219] Updated Analytics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Analytics.php | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Analytics.php b/src/Google/Service/Analytics.php
index d5c8bf7fa..fa815d17f 100644
--- a/src/Google/Service/Analytics.php
+++ b/src/Google/Service/Analytics.php
@@ -2051,7 +2051,8 @@ class Google_Service_Analytics_ManagementAccountSummaries_Resource extends Googl
* @param array $optParams Optional parameters.
*
* @opt_param int max-results
- * The maximum number of filters to include in this response.
+ * The maximum number of account summaries to include in this response, where the largest
+ * acceptable value is 1000.
* @opt_param int start-index
* An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
* with the max-results parameter.
@@ -8182,6 +8183,7 @@ class Google_Service_Analytics_Profile extends Google_Model
public $currency;
public $defaultPage;
public $eCommerceTracking;
+ public $enhancedECommerceTracking;
public $excludeQueryParameters;
public $id;
public $internalWebPropertyId;
@@ -8262,6 +8264,16 @@ public function getECommerceTracking()
return $this->eCommerceTracking;
}
+ public function setEnhancedECommerceTracking($enhancedECommerceTracking)
+ {
+ $this->enhancedECommerceTracking = $enhancedECommerceTracking;
+ }
+
+ public function getEnhancedECommerceTracking()
+ {
+ return $this->enhancedECommerceTracking;
+ }
+
public function setExcludeQueryParameters($excludeQueryParameters)
{
$this->excludeQueryParameters = $excludeQueryParameters;
From 5ae124cbdc402276426940a2ea91573825634659 Mon Sep 17 00:00:00 2001
From: "Domenic R. Merenda"
Date: Sun, 19 Oct 2014 20:32:27 -0700
Subject: [PATCH 0288/1219] Stores error text in separate variable
---
src/Google/Auth/OAuth2.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index 882d9cb8f..0c1adab5a 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -112,15 +112,15 @@ public function authenticate($code)
} else {
$decodedResponse = json_decode($response->getResponseBody(), true);
if ($decodedResponse != null && $decodedResponse['error']) {
- $decodedResponse = $decodedResponse['error'];
+ $errorText = $decodedResponse['error'];
if (isset($decodedResponse['error_description'])) {
- $decodedResponse .= ": " . $decodedResponse['error_description'];
+ $errorText .= ": " . $decodedResponse['error_description'];
}
}
throw new Google_Auth_Exception(
sprintf(
"Error fetching OAuth2 access token, message: '%s'",
- $decodedResponse
+ $errorText
),
$response->getResponseHttpCode()
);
From b6fe0c4d4a4d0980f8fcf3ef79a9c52e2500bed7 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Mon, 20 Oct 2014 16:06:50 +0100
Subject: [PATCH 0289/1219] Don't use approval prompt and prompt together
Fixes #338
---
src/Google/Auth/OAuth2.php | 8 ++++++--
tests/general/ApiOAuth2Test.php | 3 +--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index 0c1adab5a..f717c4ccb 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -144,11 +144,15 @@ public function createAuthUrl($scope)
'access_type' => $this->client->getClassConfig($this, 'access_type'),
);
- $params = $this->maybeAddParam($params, 'approval_prompt');
+ // Prefer prompt to approval prompt.
+ if ($this->client->getClassConfig($this, 'prompt')) {
+ $params = $this->maybeAddParam($params, 'prompt');
+ } else {
+ $params = $this->maybeAddParam($params, 'approval_prompt');
+ }
$params = $this->maybeAddParam($params, 'login_hint');
$params = $this->maybeAddParam($params, 'hd');
$params = $this->maybeAddParam($params, 'openid.realm');
- $params = $this->maybeAddParam($params, 'prompt');
$params = $this->maybeAddParam($params, 'include_granted_scopes');
// If the list of scopes contains plus.login, add request_visible_actions
diff --git a/tests/general/ApiOAuth2Test.php b/tests/general/ApiOAuth2Test.php
index 154280973..4df9d14c1 100644
--- a/tests/general/ApiOAuth2Test.php
+++ b/tests/general/ApiOAuth2Test.php
@@ -140,10 +140,9 @@ public function testCreateAuthUrl()
. "&client_id=clientId1"
. "&scope=http%3A%2F%2Fgoogleapis.com%2Fscope%2Ffoo"
. "&access_type=offline"
- . "&approval_prompt=force"
+ . "&prompt=select_account"
. "&hd=example.com"
. "&openid.realm=example.com"
- . "&prompt=select_account"
. "&include_granted_scopes=true";
$this->assertEquals($expected, $authUrl);
}
From 276a0ec263d8e1d39d89c0d659e4bdae542a71b0 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Mon, 20 Oct 2014 19:22:28 -0400
Subject: [PATCH 0290/1219] Fix year and copyright owner.
---
LICENSE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LICENSE b/LICENSE
index a148ba564..aeb95e0da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@ file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
-Copyright [yyyy] [name of copyright owner]
+Copyright 2013 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
From ef8f08d8a0cfef5e9d4525e66e0c1eae098a5972 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 21 Oct 2014 02:35:47 -0700
Subject: [PATCH 0291/1219] Updated Compute.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Compute.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index 3f80f8a90..bb0ed8625 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -6082,6 +6082,7 @@ class Google_Service_Compute_AttachedDisk extends Google_Collection
public $index;
protected $initializeParamsType = 'Google_Service_Compute_AttachedDiskInitializeParams';
protected $initializeParamsDataType = '';
+ public $interface;
public $kind;
public $licenses;
public $mode;
@@ -6138,6 +6139,16 @@ public function getInitializeParams()
return $this->initializeParams;
}
+ public function setInterface($interface)
+ {
+ $this->interface = $interface;
+ }
+
+ public function getInterface()
+ {
+ return $this->interface;
+ }
+
public function setKind($kind)
{
$this->kind = $kind;
From e9b8f8a6e922d73a42e58554cdf2228cfc6040ba Mon Sep 17 00:00:00 2001
From: Laurent Godet
Date: Tue, 21 Oct 2014 10:48:03 +0100
Subject: [PATCH 0292/1219] Force CURLOPT_SSLVERSION negociation to use TLS
---
src/Google/IO/Curl.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Google/IO/Curl.php b/src/Google/IO/Curl.php
index 4dff61f53..c53d522b3 100644
--- a/src/Google/IO/Curl.php
+++ b/src/Google/IO/Curl.php
@@ -61,6 +61,7 @@ public function executeRequest(Google_Http_Request $request)
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, false);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
+ curl_setopt($curl, CURLOPT_SSLVERSION, 1);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HEADER, true);
From 804b210878294d017546389341aa1c90e1107a00 Mon Sep 17 00:00:00 2001
From: Abu Salam
Date: Tue, 21 Oct 2014 18:40:03 +0530
Subject: [PATCH 0293/1219] Updated PHPDoc comments
---
src/Google/Config.php | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/Google/Config.php b/src/Google/Config.php
index 84083058f..136fb1f47 100644
--- a/src/Google/Config.php
+++ b/src/Google/Config.php
@@ -107,9 +107,9 @@ public function __construct($ini_file_location = null)
* Set configuration specific to a given class.
* $config->setClassConfig('Google_Cache_File',
* array('directory' => '/tmp/cache'));
- * @param $class The class name for the configuration
+ * @param $class string The class name for the configuration
* @param $config string key or an array of configuration values
- * @param $value optional - if $config is a key, the value
+ * @param $value string optional - if $config is a key, the value
*/
public function setClassConfig($class, $config, $value = null)
{
@@ -156,7 +156,7 @@ public function getAuthClass()
/**
* Set the auth class.
*
- * @param $class the class name to set
+ * @param $class string the class name to set
*/
public function setAuthClass($class)
{
@@ -172,7 +172,7 @@ public function setAuthClass($class)
/**
* Set the IO class.
*
- * @param $class the class name to set
+ * @param $class string the class name to set
*/
public function setIoClass($class)
{
@@ -188,7 +188,7 @@ public function setIoClass($class)
/**
* Set the cache class.
*
- * @param $class the class name to set
+ * @param $class string the class name to set
*/
public function setCacheClass($class)
{
@@ -203,6 +203,7 @@ public function setCacheClass($class)
/**
* Return the configured IO class.
+ *
* @return string
*/
public function getIoClass()
@@ -229,7 +230,7 @@ public function getApplicationName()
/**
* Set the client ID for the auth class.
- * @param $key string - the API console client ID
+ * @param $clientId string - the API console client ID
*/
public function setClientId($clientId)
{
@@ -238,7 +239,7 @@ public function setClientId($clientId)
/**
* Set the client secret for the auth class.
- * @param $key string - the API console client secret
+ * @param $secret string - the API console client secret
*/
public function setClientSecret($secret)
{
@@ -248,7 +249,8 @@ public function setClientSecret($secret)
/**
* Set the redirect uri for the auth class. Note that if using the
* Javascript based sign in flow, this should be the string 'postmessage'.
- * @param $key string - the URI that users should be redirected to
+ *
+ * @param $uri string - the URI that users should be redirected to
*/
public function setRedirectUri($uri)
{
From 60aee5f2ff74a39c34f409b4a6be703a7a061922 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 22 Oct 2014 02:37:17 -0700
Subject: [PATCH 0294/1219] Updated MapsEngine.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/MapsEngine.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index c31af5882..23c1d6bfc 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -5374,6 +5374,8 @@ class Google_Service_MapsEngine_PolygonStyle extends Google_Model
);
protected $fillType = 'Google_Service_MapsEngine_Color';
protected $fillDataType = '';
+ protected $labelType = 'Google_Service_MapsEngine_LabelStyle';
+ protected $labelDataType = '';
protected $strokeType = 'Google_Service_MapsEngine_Border';
protected $strokeDataType = '';
@@ -5387,6 +5389,16 @@ public function getFill()
return $this->fill;
}
+ public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
+ {
+ $this->label = $label;
+ }
+
+ public function getLabel()
+ {
+ return $this->label;
+ }
+
public function setStroke(Google_Service_MapsEngine_Border $stroke)
{
$this->stroke = $stroke;
From f2da1b2b1557d9e54a3f7175edf7c473ebe2c9fe Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 22 Oct 2014 02:37:18 -0700
Subject: [PATCH 0295/1219] Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/ShoppingContent.php | 52 +++++++++++++++++++++++++-
1 file changed, 50 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 29084a5fc..77bdb6688 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -263,6 +263,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
),
),'patch' => array(
'path' => '{merchantId}/datafeeds/{datafeedId}',
@@ -332,6 +340,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
),
),
)
@@ -772,8 +788,13 @@ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $pos
* (datafeeds.listDatafeeds)
*
* @param string $merchantId
- *
+ * The ID of the managing account.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of products to return in the response, used for paging.
* @return Google_Service_ShoppingContent_DatafeedsListResponse
*/
public function listDatafeeds($merchantId, $optParams = array())
@@ -865,8 +886,13 @@ public function get($merchantId, $datafeedId, $optParams = array())
* (datafeedstatuses.listDatafeedstatuses)
*
* @param string $merchantId
- *
+ * The ID of the managing account.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of products to return in the response, used for paging.
* @return Google_Service_ShoppingContent_DatafeedstatusesListResponse
*/
public function listDatafeedstatuses($merchantId, $optParams = array())
@@ -2427,6 +2453,7 @@ class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collec
protected $internal_gapi_mappings = array(
);
public $kind;
+ public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
protected $resourcesDataType = 'array';
@@ -2440,6 +2467,16 @@ public function getKind()
return $this->kind;
}
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
public function setResources($resources)
{
$this->resources = $resources;
@@ -2597,6 +2634,7 @@ class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google
protected $internal_gapi_mappings = array(
);
public $kind;
+ public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
protected $resourcesDataType = 'array';
@@ -2610,6 +2648,16 @@ public function getKind()
return $this->kind;
}
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
public function setResources($resources)
{
$this->resources = $resources;
From 5d1276fcc953b293f90bb73ae1d0a441833c28c3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 22 Oct 2014 02:37:19 -0700
Subject: [PATCH 0296/1219] Updated SQLAdmin.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/SQLAdmin.php | 28 ++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/SQLAdmin.php b/src/Google/Service/SQLAdmin.php
index 9c5558fc7..c19cc245a 100644
--- a/src/Google/Service/SQLAdmin.php
+++ b/src/Google/Service/SQLAdmin.php
@@ -536,7 +536,8 @@ class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resourc
* Identifier for the backup configuration. This gets generated automatically when a backup
* configuration is created.
* @param string $dueTime
- * The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+ * The start time of the four-hour backup window. The backup can occur any time in the window. The
+ * time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_BackupRun
*/
@@ -808,7 +809,8 @@ public function restart($project, $instance, $optParams = array())
* The identifier of the backup configuration. This gets generated automatically when a backup
* configuration is created.
* @param string $dueTime
- * The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+ * The start time of the four-hour backup window. The backup can occur any time in the window. The
+ * time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesRestoreBackupResponse
*/
@@ -1363,6 +1365,7 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
public $instanceType;
protected $ipAddressesType = 'Google_Service_SQLAdmin_IpMapping';
protected $ipAddressesDataType = 'array';
+ public $ipv6Address;
public $kind;
public $masterInstanceName;
public $maxDiskSize;
@@ -1435,6 +1438,16 @@ public function getIpAddresses()
return $this->ipAddresses;
}
+ public function setIpv6Address($ipv6Address)
+ {
+ $this->ipv6Address = $ipv6Address;
+ }
+
+ public function getIpv6Address()
+ {
+ return $this->ipv6Address;
+ }
+
public function setKind($kind)
{
$this->kind = $kind;
@@ -2301,6 +2314,7 @@ class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
);
public $authorizedNetworks;
public $enabled;
+ public $kind;
public $requireSsl;
public function setAuthorizedNetworks($authorizedNetworks)
@@ -2323,6 +2337,16 @@ public function getEnabled()
return $this->enabled;
}
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
public function setRequireSsl($requireSsl)
{
$this->requireSsl = $requireSsl;
From 615d1930d235b996487318fcbe153c07ad10daa9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 22 Oct 2014 02:37:21 -0700
Subject: [PATCH 0297/1219] Updated Tagmanager.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Tagmanager.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/Google/Service/Tagmanager.php b/src/Google/Service/Tagmanager.php
index 7a12d18b8..c0fe4d0e0 100644
--- a/src/Google/Service/Tagmanager.php
+++ b/src/Google/Service/Tagmanager.php
@@ -31,19 +31,19 @@
*/
class Google_Service_Tagmanager extends Google_Service
{
- /** Google Tag Manager. */
+ /** Delete your Google Tag Manager containers. */
const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers";
- /** Google Tag Manager. */
+ /** Manage your Google Tag Manager containers. */
const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers";
- /** Google Tag Manager. */
+ /** Manage your Google Tag Manager container versions. */
const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
- /** Google Tag Manager. */
+ /** Manage your Google Tag Manager accounts. */
const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts";
- /** Google Tag Manager. */
+ /** Manage user permissions of your Google Tag Manager data. */
const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users";
- /** Google Tag Manager. */
+ /** Publish your Google Tag Manager containers. */
const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish";
- /** Google Tag Manager. */
+ /** View your Google Tag Manager containers. */
const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly";
public $accounts;
From 56661034a3559d16dd5ae326b04203a44920dd24 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Wed, 22 Oct 2014 10:44:23 +0100
Subject: [PATCH 0298/1219] Skip variant test for now
---
tests/general/ApiModelTest.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/general/ApiModelTest.php b/tests/general/ApiModelTest.php
index 5240a279f..b1841fa11 100644
--- a/tests/general/ApiModelTest.php
+++ b/tests/general/ApiModelTest.php
@@ -81,6 +81,7 @@ public function testModelMutation()
}
public function testVariantTypes() {
+ $this->markTestSkipped('Pending variant support in templates.');
$feature = new Google_Service_MapsEngine_Feature();
$geometry = new Google_Service_MapsEngine_GeoJsonPoint();
$geometry->setCoordinates(array(1, 0));
From decf9b49c73b6846aa8375ca405d2e37c27b0bdc Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Wed, 22 Oct 2014 11:02:30 +0100
Subject: [PATCH 0299/1219] Fix up AppIdentity class
cc @murgatroid99
---
src/Google/Auth/AppIdentity.php | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/src/Google/Auth/AppIdentity.php b/src/Google/Auth/AppIdentity.php
index 82104b06b..94b832e3e 100644
--- a/src/Google/Auth/AppIdentity.php
+++ b/src/Google/Auth/AppIdentity.php
@@ -30,7 +30,6 @@
class Google_Auth_AppIdentity extends Google_Auth_Abstract
{
const CACHE_PREFIX = "Google_Auth_AppIdentity::";
- const CACHE_LIFETIME = 1500;
private $key = null;
private $client;
private $token = false;
@@ -49,18 +48,22 @@ public function authenticateForScope($scopes)
if ($this->token && $this->tokenScopes == $scopes) {
return $this->token;
}
- $memcache = new Memcached();
- $this->token = $memcache->get(self::CACHE_PREFIX . $scopes);
+
+ $cacheKey = self::CACHE_PREFIX;
+ if (is_string($scopes)) {
+ $cacheKey .= $scopes;
+ } else if (is_array($scopes)) {
+ $cacheKey .= implode(":", $scopes);
+ }
+
+ $this->token = $this->client->getCache()->get($cacheKey);
if (!$this->token) {
$this->token = AppIdentityService::getAccessToken($scopes);
if ($this->token) {
- $memcache_key = self::CACHE_PREFIX;
- if (is_string($scopes)) {
- $memcache_key .= $scopes;
- } else if (is_array($scopes)) {
- $memcache_key .= implode(":", $scopes);
- }
- $memcache->set($memcache_key, $this->token, self::CACHE_LIFETIME);
+ $this->client->getCache()->set(
+ $cacheKey,
+ $this->token
+ );
}
}
$this->tokenScopes = $scopes;
@@ -80,7 +83,7 @@ public function authenticateForScope($scopes)
public function authenticatedRequest(Google_Http_Request $request)
{
$request = $this->sign($request);
- return $this->io->makeRequest($request);
+ return $this->client->getIo()->makeRequest($request);
}
public function sign(Google_Http_Request $request)
From 141e1b8f3ac6b27b8c5523a6baeaa02f4d15c808 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Wed, 22 Oct 2014 11:10:01 +0100
Subject: [PATCH 0300/1219] Fix some test related issues
Make tests set time and work from root. Fixed #365 and #367
---
tests/BaseTest.php | 6 +++---
tests/bootstrap.php | 6 ++++--
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/tests/BaseTest.php b/tests/BaseTest.php
index d58ad946e..180d6c109 100644
--- a/tests/BaseTest.php
+++ b/tests/BaseTest.php
@@ -14,11 +14,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-require_once realpath(dirname(__FILE__) . '/../autoload.php');
+require_once 'bootstrap.php';
+require_once 'Google/Client.php';
class BaseTest extends PHPUnit_Framework_TestCase {
- const KEY = "";
+ const KEY = "";
private $token;
private $memcacheHost;
private $memcachePort;
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 1633e28d5..cc40324bd 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,3 +1,5 @@
Date: Wed, 22 Oct 2014 11:53:28 +0100
Subject: [PATCH 0301/1219] Fix lint errors in examples and src/
CC @silvolu - needed some munging, but lint bashed these,
---
examples/batch.php | 2 +-
examples/fileupload.php | 16 ++++++++++------
examples/idtoken.php | 24 ++++++++++++++----------
examples/multi-api.php | 25 +++++++++++++------------
examples/service-account.php | 4 ++--
examples/simplefileupload.php | 22 +++++++++++++---------
examples/styles/style.css | 14 +++++++-------
examples/user-example.php | 34 ++++++++++++++++++++--------------
src/Google/Model.php | 5 +++--
9 files changed, 83 insertions(+), 63 deletions(-)
diff --git a/examples/batch.php b/examples/batch.php
index a0b6bc87e..3a51ab9fc 100644
--- a/examples/batch.php
+++ b/examples/batch.php
@@ -32,7 +32,7 @@
************************************************/
$client = new Google_Client();
$client->setApplicationName("Client_Library_Examples");
-$apiKey = ""; // Change to your API key.
+$apiKey = ""; // Change to your API key.
// Warn if the API key isn't changed!
if ($apiKey == '') {
echo missingApiKeyWarning();
diff --git a/examples/fileupload.php b/examples/fileupload.php
index 0b6574211..0940e1c03 100644
--- a/examples/fileupload.php
+++ b/examples/fileupload.php
@@ -118,16 +118,20 @@
?>
-
-
Connect Me!
- Results Of Drive List:";
- foreach ($dr_results as $item) {
- echo $item->title, "
\n";
- }
+Connect Me!";
+} else {
+ echo "
Results Of Drive List:
";
+ foreach ($dr_results as $item) {
+ echo $item->title, "
\n";
+ }
- echo "
Results Of YouTube Likes:
";
- foreach ($yt_results as $item) {
- echo $item['snippet']['title'], "
\n";
- }
- } ?>
+ echo "
Results Of YouTube Likes:
";
+ foreach ($yt_results as $item) {
+ echo $item['snippet']['title'], "
\n";
+ }
+} ?>
'; //Client ID
-$service_account_name = ''; //Email Address
+$service_account_name = ''; //Email Address
$key_file_location = ''; //key.p12
echo pageHeader("Service Account Access");
@@ -69,7 +69,7 @@
$key
);
$client->setAssertionCredentials($cred);
-if($client->getAuth()->isAccessTokenExpired()) {
+if ($client->getAuth()->isAccessTokenExpired()) {
$client->getAuth()->refreshTokenWithAssertion($cred);
}
$_SESSION['service_token'] = $client->getAccessToken();
diff --git a/examples/simplefileupload.php b/examples/simplefileupload.php
index ef86675c0..1d8fbdaa7 100644
--- a/examples/simplefileupload.php
+++ b/examples/simplefileupload.php
@@ -105,17 +105,21 @@
?>
-
-
- title); ?>
- title); ?>
-
-
+
+title);
+ var_dump($result2->title);
+}
+?>
+
Date: Wed, 22 Oct 2014 12:41:00 +0100
Subject: [PATCH 0302/1219] Lint bash tests
cc @silvolu
---
LICENSE | 2 +-
tests/AllTests.php | 6 +-
tests/BaseTest.php | 34 ++-
tests/OAuthHelper.php | 21 +-
tests/adsense/AdSenseTest.php | 315 ++++++++++++--------
tests/bootstrap.php | 10 +-
tests/general/ApiBatchRequestTest.php | 9 +-
tests/general/ApiCacheParserTest.php | 220 ++++++++------
tests/general/ApiClientTest.php | 69 +++--
tests/general/ApiModelTest.php | 7 +-
tests/general/ApiOAuth2Test.php | 107 ++++---
tests/general/AuthTest.php | 235 +++++++++------
tests/general/CacheTest.php | 16 +-
tests/general/GeneralTests.php | 7 +-
tests/general/IoTest.php | 26 +-
tests/general/RequestTest.php | 5 +-
tests/general/ServiceTest.php | 50 ++--
tests/general/URITemplateTest.php | 255 ++++++++++------
tests/pagespeed/AllPageSpeedTests.php | 6 +-
tests/pagespeed/PageSpeedTest.php | 9 +-
tests/plus/PlusTest.php | 25 +-
tests/tasks/AllTasksTests.php | 6 +-
tests/tasks/TasksTest.php | 24 +-
tests/urlshortener/AllUrlShortenerTests.php | 6 +-
tests/urlshortener/UrlShortenerTests.php | 12 +-
25 files changed, 903 insertions(+), 579 deletions(-)
diff --git a/LICENSE b/LICENSE
index aeb95e0da..a148ba564 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@ file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
-Copyright 2013 Google Inc.
+Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/tests/AllTests.php b/tests/AllTests.php
index df71b8623..232a656dc 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -31,8 +31,10 @@
require_once 'plus/PlusTest.php';
require_once 'youtube/YouTubeTest.php';
-class AllTests {
- public static function suite() {
+class AllTests
+{
+ public static function suite()
+ {
$suite = new PHPUnit_Framework_TestSuite();
$suite->setName('All Google API PHP Client tests');
$suite->addTestSuite(YouTubeTests::suite());
diff --git a/tests/BaseTest.php b/tests/BaseTest.php
index 180d6c109..d113718e7 100644
--- a/tests/BaseTest.php
+++ b/tests/BaseTest.php
@@ -17,7 +17,8 @@
require_once 'bootstrap.php';
require_once 'Google/Client.php';
-class BaseTest extends PHPUnit_Framework_TestCase {
+class BaseTest extends PHPUnit_Framework_TestCase
+{
const KEY = "";
private $token;
private $memcacheHost;
@@ -26,7 +27,7 @@ class BaseTest extends PHPUnit_Framework_TestCase {
public function __construct()
{
parent::__construct();
- // Fill in a token JSON here and you can test the oauth token
+ // Fill in a token JSON here and you can test the oauth token
// requiring functions.
// $this->token = '';
@@ -34,17 +35,18 @@ public function __construct()
$this->memcachePort = getenv('MEMCACHE_PORT') ? getenv('MEMCACHE_PORT') : null;
}
- public function getClient() {
- $client = new Google_Client();
- $client->setDeveloperKey(self::KEY);
- if (strlen($this->token)) {
- $client->setAccessToken($this->token);
- }
- if (strlen($this->memcacheHost)) {
- $client->setClassConfig('Google_Cache_Memcache', 'host', $this->memcacheHost);
- $client->setClassConfig('Google_Cache_Memcache', 'port', $this->memcachePort);
- }
- return $client;
+ public function getClient()
+ {
+ $client = new Google_Client();
+ $client->setDeveloperKey(self::KEY);
+ if (strlen($this->token)) {
+ $client->setAccessToken($this->token);
+ }
+ if (strlen($this->memcacheHost)) {
+ $client->setClassConfig('Google_Cache_Memcache', 'host', $this->memcacheHost);
+ $client->setClassConfig('Google_Cache_Memcache', 'port', $this->memcachePort);
+ }
+ return $client;
}
public function testClientConstructor()
@@ -52,10 +54,11 @@ public function testClientConstructor()
$this->assertInstanceOf('Google_Client', $this->getClient());
}
- public function testIncludes() {
+ public function testIncludes()
+ {
$prefix = dirname(dirname(__FILE__)) . '/src/';
$path = dirname(dirname(__FILE__)) . '/src/Google/Service';
- foreach(glob($path . "/*.php") as $file) {
+ foreach (glob($path . "/*.php") as $file) {
// Munge prefix so we don't double require.
$this->assertEquals(1, require_once(str_replace($prefix, '', $file)));
}
@@ -69,5 +72,4 @@ public function checkToken()
}
return true;
}
-
}
diff --git a/tests/OAuthHelper.php b/tests/OAuthHelper.php
index 25d8c45cd..24ab858be 100644
--- a/tests/OAuthHelper.php
+++ b/tests/OAuthHelper.php
@@ -15,23 +15,22 @@
* limitations under the License.
*/
include_once 'bootstrap.php';
-require_once realpath(dirname(__FILE__) . '/../autoload.php');
+require_once 'Google/Client.php';
$client = new Google_Client();
-$client->setScopes(array(
- "https://www.googleapis.com/auth/plus.me",
- "https://www.googleapis.com/auth/urlshortener",
- "https://www.googleapis.com/auth/tasks",
- "https://www.googleapis.com/auth/adsense",
- "https://www.googleapis.com/auth/youtube"
-));
+$client->setScopes(
+ array(
+ "https://www.googleapis.com/auth/plus.me",
+ "https://www.googleapis.com/auth/urlshortener",
+ "https://www.googleapis.com/auth/tasks",
+ "https://www.googleapis.com/auth/adsense",
+ "https://www.googleapis.com/auth/youtube"
+ )
+);
$client->setRedirectUri("urn:ietf:wg:oauth:2.0:oob");
// Visit https://code.google.com/apis/console to
// generate your oauth2_client_id, oauth2_client_secret, and to
// register your oauth2_redirect_uri.
-$client->setClientId("");
-$client->setClientSecret("");
-
$authUrl = $client->createAuthUrl();
diff --git a/tests/adsense/AdSenseTest.php b/tests/adsense/AdSenseTest.php
index 964765899..9152976e6 100644
--- a/tests/adsense/AdSenseTest.php
+++ b/tests/adsense/AdSenseTest.php
@@ -17,8 +17,10 @@
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class AdsenseTests extends PHPUnit_Framework_TestSuite {
- public static function suite() {
+class AdsenseTests extends PHPUnit_Framework_TestSuite
+{
+ public static function suite()
+ {
$suite = new PHPUnit_Framework_TestSuite();
$suite->setName('AdSense Management API tests');
$suite->addTestSuite('AdSenseManagementTest');
@@ -26,14 +28,17 @@ public static function suite() {
}
}
-class AdSenseManagementTest extends BaseTest {
+class AdSenseManagementTest extends BaseTest
+{
public $adsense;
- public function __construct() {
+ public function __construct()
+ {
parent::__construct();
$this->adsense = new Google_Service_AdSense($this->getClient());
}
- public function testAccountsList() {
+ public function testAccountsList()
+ {
if (!$this->checkToken()) {
return;
}
@@ -47,7 +52,8 @@ public function testAccountsList() {
/**
* @depends testAccountsList
*/
- public function testAccountsGet() {
+ public function testAccountsGet()
+ {
$accounts = $this->adsense->accounts->listAccounts();
$account = $this->getRandomElementFromArray($accounts['items']);
$retrievedAccount = $this->adsense->accounts->get($account['id']);
@@ -57,25 +63,31 @@ public function testAccountsGet() {
/**
* @depends testAccountsList
*/
- public function testAccountsReportGenerate() {
+ public function testAccountsReportGenerate()
+ {
$startDate = '2011-01-01';
$endDate = '2011-01-31';
$optParams = $this->getReportOptParams();
$accounts = $this->adsense->accounts->listAccounts();
$accountId = $accounts['items'][0]['id'];
- $report = $this->adsense->accounts_reports->generate
- ($accountId, $startDate, $endDate, $optParams);
+ $report = $this->adsense->accounts_reports->generate(
+ $accountId,
+ $startDate,
+ $endDate,
+ $optParams
+ );
$this->checkReport($report);
}
/**
* @depends testAccountsList
*/
- public function testAccountsAdClientsList() {
+ public function testAccountsAdClientsList()
+ {
$accounts = $this->adsense->accounts->listAccounts();
$account = $this->getRandomElementFromArray($accounts['items']);
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
+ $adClients =
+ $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
$this->checkAdClientsCollection($adClients);
}
@@ -83,14 +95,16 @@ public function testAccountsAdClientsList() {
* @depends testAccountsList
* @depends testAccountsAdClientsList
*/
- public function testAccountsAdUnitsList() {
+ public function testAccountsAdUnitsList()
+ {
$accounts = $this->adsense->accounts->listAccounts();
- foreach($accounts['items'] as $account) {
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
- foreach($adClients['items'] as $adClient) {
- $adUnits = $this->adsense->accounts_adunits->listAccountsAdunits
- ($account['id'], $adClient['id']);
+ foreach ($accounts['items'] as $account) {
+ $adClients = $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $adUnits = $this->adsense->accounts_adunits->listAccountsAdunits(
+ $account['id'],
+ $adClient['id']
+ );
$this->checkAdUnitsCollection($adUnits);
break 2;
}
@@ -101,15 +115,17 @@ public function testAccountsAdUnitsList() {
* @depends testAccountsList
* @depends testAccountsAdClientsList
*/
- public function testAccountsAdUnitsGet() {
+ public function testAccountsAdUnitsGet()
+ {
$accounts = $this->adsense->accounts->listAccounts();
- foreach($accounts['items'] as $account) {
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
- foreach($adClients['items'] as $adClient) {
- $adUnits = $this->adsense->accounts_adunits->listAccountsAdunits
- ($account['id'], $adClient['id']);
- if(array_key_exists('items', $adUnits)) {
+ foreach ($accounts['items'] as $account) {
+ $adClients = $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $adUnits = $this->adsense->accounts_adunits->listAccountsAdunits(
+ $account['id'],
+ $adClient['id']
+ );
+ if (array_key_exists('items', $adUnits)) {
$adUnit = $this->getRandomElementFromArray($adUnits['items']);
$this->checkAdUnitElement($adUnit);
break 2;
@@ -122,12 +138,12 @@ public function testAccountsAdUnitsGet() {
* @depends testAccountsList
* @depends testAccountsAdClientsList
*/
- public function testAccountsCustomChannelsList() {
+ public function testAccountsCustomChannelsList()
+ {
$accounts = $this->adsense->accounts->listAccounts();
- foreach($accounts['items'] as $account) {
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
- foreach($adClients['items'] as $adClient) {
+ foreach ($accounts['items'] as $account) {
+ $adClients = $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
+ foreach ($adClients['items'] as $adClient) {
$customChannels = $this->adsense->accounts_customchannels
->listAccountsCustomchannels($account['id'], $adClient['id']);
$this->checkCustomChannelsCollection($customChannels);
@@ -140,17 +156,20 @@ public function testAccountsCustomChannelsList() {
* @depends testAccountsList
* @depends testAccountsAdClientsList
*/
- public function testAccountsCustomChannelsGet() {
+ public function testAccountsCustomChannelsGet()
+ {
$accounts = $this->adsense->accounts->listAccounts();
- foreach($accounts['items'] as $account) {
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
- foreach($adClients['items'] as $adClient) {
- $customChannels = $this->adsense->accounts_customchannels
- ->listAccountsCustomchannels($account['id'], $adClient['id']);
- if(array_key_exists('items', $customChannels)) {
- $customChannel = $this->getRandomElementFromArray
- ($customChannels['items']);
+ foreach ($accounts['items'] as $account) {
+ $adClients = $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $customChannels =
+ $this->adsense->accounts_customchannels->listAccountsCustomchannels(
+ $account['id'],
+ $adClient['id']
+ );
+ if (array_key_exists('items', $customChannels)) {
+ $customChannel =
+ $this->getRandomElementFromArray($customChannels['items']);
$this->checkCustomChannelElement($customChannel);
break 2;
}
@@ -162,14 +181,17 @@ public function testAccountsCustomChannelsGet() {
* @depends testAccountsList
* @depends testAccountsAdClientsList
*/
- public function testAccountsUrlChannelsList() {
+ public function testAccountsUrlChannelsList()
+ {
$accounts = $this->adsense->accounts->listAccounts();
- foreach($accounts['items'] as $account) {
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
- foreach($adClients['items'] as $adClient) {
- $urlChannels = $this->adsense->accounts_urlchannels
- ->listAccountsUrlchannels($account['id'], $adClient['id']);
+ foreach ($accounts['items'] as $account) {
+ $adClients = $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $urlChannels =
+ $this->adsense->accounts_urlchannels->listAccountsUrlchannels(
+ $account['id'],
+ $adClient['id']
+ );
$this->checkUrlChannelsCollection($urlChannels);
break 2;
}
@@ -181,19 +203,22 @@ public function testAccountsUrlChannelsList() {
* @depends testAccountsAdClientsList
* @depends testAccountsAdUnitsList
*/
- public function testAccountsAdUnitsCustomChannelsList() {
+ public function testAccountsAdUnitsCustomChannelsList()
+ {
$accounts = $this->adsense->accounts->listAccounts();
- foreach($accounts['items'] as $account) {
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
- foreach($adClients['items'] as $adClient) {
- $adUnits = $this->adsense->accounts_adunits
- ->listAccountsAdunits($account['id'], $adClient['id']);
- if(array_key_exists('items', $adUnits)) {
- foreach($adUnits['items'] as $adUnit) {
- $customChannels = $this->adsense->accounts_adunits_customchannels
- ->listAccountsAdunitsCustomchannels
- ($account['id'], $adClient['id'], $adUnit['id']);
+ foreach ($accounts['items'] as $account) {
+ $adClients = $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $adUnits =
+ $this->adsense->accounts_adunits->listAccountsAdunits($account['id'], $adClient['id']);
+ if (array_key_exists('items', $adUnits)) {
+ foreach ($adUnits['items'] as $adUnit) {
+ $customChannels =
+ $this->adsense->accounts_adunits_customchannels->listAccountsAdunitsCustomchannels(
+ $account['id'],
+ $adClient['id'],
+ $adUnit['id']
+ );
$this->checkCustomChannelsCollection($customChannels);
// it's too expensive to go through each, if one is correct good
break 3;
@@ -208,19 +233,26 @@ public function testAccountsAdUnitsCustomChannelsList() {
* @depends testAccountsAdClientsList
* @depends testAccountsCustomChannelsList
*/
- public function testAccountsCustomChannelsAdUnitsList() {
+ public function testAccountsCustomChannelsAdUnitsList()
+ {
$accounts = $this->adsense->accounts->listAccounts();
- foreach($accounts['items'] as $account) {
- $adClients = $this->adsense->accounts_adclients->listAccountsAdclients
- ($account['id']);
- foreach($adClients['items'] as $adClient) {
- $customChannels = $this->adsense->accounts_customchannels
- ->listAccountsCustomchannels($account['id'], $adClient['id']);
- if(array_key_exists('items', $customChannels)) {
- foreach($customChannels['items'] as $customChannel) {
- $adUnits = $this->adsense->accounts_customchannels_adunits
- ->listAccountsCustomchannelsAdunits
- ($account['id'], $adClient['id'], $customChannel['id']);
+ foreach ($accounts['items'] as $account) {
+ $adClients =
+ $this->adsense->accounts_adclients->listAccountsAdclients($account['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $customChannels =
+ $this->adsense->accounts_customchannels->listAccountsCustomchannels(
+ $account['id'],
+ $adClient['id']
+ );
+ if (array_key_exists('items', $customChannels)) {
+ foreach ($customChannels['items'] as $customChannel) {
+ $adUnits =
+ $this->adsense->accounts_customchannels_adunits->listAccountsCustomchannelsAdunits(
+ $account['id'],
+ $adClient['id'],
+ $customChannel['id']
+ );
$this->checkAdUnitsCollection($adUnits);
// it's too expensive to go through each, if one is correct good
break 3;
@@ -230,7 +262,8 @@ public function testAccountsCustomChannelsAdUnitsList() {
}
}
- public function testAdClientsList() {
+ public function testAdClientsList()
+ {
if (!$this->checkToken()) {
return;
}
@@ -241,9 +274,10 @@ public function testAdClientsList() {
/**
* @depends testAdClientsList
*/
- public function testAdUnitsList() {
+ public function testAdUnitsList()
+ {
$adClients = $this->adsense->adclients->listAdclients();
- foreach($adClients['items'] as $adClient) {
+ foreach ($adClients['items'] as $adClient) {
$adUnits = $this->adsense->adunits->listAdunits($adClient['id']);
$this->checkAdUnitsCollection($adUnits);
}
@@ -252,11 +286,12 @@ public function testAdUnitsList() {
/**
* @depends testAdClientsList
*/
- public function testAdUnitsGet() {
+ public function testAdUnitsGet()
+ {
$adClients = $this->adsense->adclients->listAdclients();
- foreach($adClients['items'] as $adClient) {
+ foreach ($adClients['items'] as $adClient) {
$adUnits = $this->adsense->adunits->listAdunits($adClient['id']);
- if(array_key_exists('items', $adUnits)) {
+ if (array_key_exists('items', $adUnits)) {
$adUnit = $this->getRandomElementFromArray($adUnits['items']);
$this->checkAdUnitElement($adUnit);
break 1;
@@ -268,14 +303,18 @@ public function testAdUnitsGet() {
* @depends testAdClientsList
* @depends testAdUnitsList
*/
- public function testAdUnitsCustomChannelsList() {
+ public function testAdUnitsCustomChannelsList()
+ {
$adClients = $this->adsense->adclients->listAdclients();
- foreach($adClients['items'] as $adClient) {
+ foreach ($adClients['items'] as $adClient) {
$adUnits = $this->adsense->adunits->listAdunits($adClient['id']);
- if(array_key_exists('items', $adUnits)) {
- foreach($adUnits['items'] as $adUnit) {
- $customChannels = $this->adsense->adunits_customchannels
- ->listAdunitsCustomchannels($adClient['id'], $adUnit['id']);
+ if (array_key_exists('items', $adUnits)) {
+ foreach ($adUnits['items'] as $adUnit) {
+ $customChannels =
+ $this->adsense->adunits_customchannels->listAdunitsCustomchannels(
+ $adClient['id'],
+ $adUnit['id']
+ );
$this->checkCustomChannelsCollection($customChannels);
break 2;
}
@@ -286,11 +325,12 @@ public function testAdUnitsCustomChannelsList() {
/**
* @depends testAdClientsList
*/
- public function testCustomChannelsList() {
+ public function testCustomChannelsList()
+ {
$adClients = $this->adsense->adclients->listAdclients();
- foreach($adClients['items'] as $adClient) {
- $customChannels = $this->adsense->customchannels->listCustomchannels
- ($adClient['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $customChannels =
+ $this->adsense->customchannels->listCustomchannels($adClient['id']);
$this->checkCustomChannelsCollection($customChannels);
}
}
@@ -298,14 +338,13 @@ public function testCustomChannelsList() {
/**
* @depends testAdClientsList
*/
- public function testCustomChannelsGet() {
+ public function testCustomChannelsGet()
+ {
$adClients = $this->adsense->adclients->listAdclients();
- foreach($adClients['items'] as $adClient) {
- $customChannels = $this->adsense->customchannels->listCustomchannels
- ($adClient['id']);
- if(array_key_exists('items', $customChannels)) {
- $customChannel = $this->getRandomElementFromArray
- ($customChannels['items']) ;
+ foreach ($adClients['items'] as $adClient) {
+ $customChannels = $this->adsense->customchannels->listCustomchannels($adClient['id']);
+ if (array_key_exists('items', $customChannels)) {
+ $customChannel = $this->getRandomElementFromArray($customChannels['items']);
$this->checkCustomChannelElement($customChannel);
break 1;
}
@@ -316,16 +355,18 @@ public function testCustomChannelsGet() {
* @depends testAdClientsList
* @depends testCustomChannelsList
*/
- public function testCustomChannelsAdUnitsList() {
+ public function testCustomChannelsAdUnitsList()
+ {
$adClients = $this->adsense->adclients->listAdclients();
- foreach($adClients['items'] as $adClient) {
- $customChannels = $this->adsense->customchannels->listCustomchannels
- ($adClient['id']);
- if(array_key_exists('items', $customChannels)) {
- foreach($customChannels['items'] as $customChannel) {
- $adUnits = $this->adsense->customchannels_adunits
- ->listCustomchannelsAdunits
- ($adClient['id'], $customChannel['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $customChannels = $this->adsense->customchannels->listCustomchannels($adClient['id']);
+ if (array_key_exists('items', $customChannels)) {
+ foreach ($customChannels['items'] as $customChannel) {
+ $adUnits =
+ $this->adsense->customchannels_adunits->listCustomchannelsAdunits(
+ $adClient['id'],
+ $customChannel['id']
+ );
$this->checkAdUnitsCollection($adUnits);
break 2;
}
@@ -336,37 +377,39 @@ public function testCustomChannelsAdUnitsList() {
/**
* @depends testAdClientsList
*/
- public function testUrlChannelsList() {
+ public function testUrlChannelsList()
+ {
$adClients = $this->adsense->adclients->listAdclients();
- foreach($adClients['items'] as $adClient) {
- $urlChannels = $this->adsense->urlchannels->listUrlchannels
- ($adClient['id']);
+ foreach ($adClients['items'] as $adClient) {
+ $urlChannels = $this->adsense->urlchannels->listUrlchannels($adClient['id']);
$this->checkUrlChannelsCollection($urlChannels);
}
}
- public function testReportsGenerate() {
+ public function testReportsGenerate()
+ {
if (!$this->checkToken()) {
return;
}
$startDate = '2011-01-01';
$endDate = '2011-01-31';
$optParams = $this->getReportOptParams();
- $report = $this->adsense->reports->generate
- ($startDate, $endDate, $optParams);
+ $report = $this->adsense->reports->generate($startDate, $endDate, $optParams);
$this->checkReport($report);
}
- private function checkAccountElement($account) {
+ private function checkAccountElement($account)
+ {
$this->assertArrayHasKey('kind', $account);
$this->assertArrayHasKey('id', $account);
$this->assertArrayHasKey('name', $account);
}
- private function checkAdClientsCollection($adClients) {
+ private function checkAdClientsCollection($adClients)
+ {
$this->assertArrayHasKey('kind', $adClients);
$this->assertEquals($adClients['kind'], 'adsense#adClients');
- foreach($adClients['items'] as $adClient) {
+ foreach ($adClients['items'] as $adClient) {
$this->assertArrayHasKey('id', $adClient);
$this->assertArrayHasKey('kind', $adClient);
$this->assertArrayHasKey('productCode', $adClient);
@@ -374,17 +417,19 @@ private function checkAdClientsCollection($adClients) {
}
}
- private function checkAdUnitsCollection($adUnits) {
+ private function checkAdUnitsCollection($adUnits)
+ {
$this->assertArrayHasKey('kind', $adUnits);
$this->assertEquals($adUnits['kind'], 'adsense#adUnits');
- if(array_key_exists('items', $adUnits)) {
- foreach($adUnits['items'] as $adUnit) {
+ if (array_key_exists('items', $adUnits)) {
+ foreach ($adUnits['items'] as $adUnit) {
$this->checkAdUnitElement($adUnit);
}
}
}
- private function checkAdUnitElement($adUnit) {
+ private function checkAdUnitElement($adUnit)
+ {
$this->assertArrayHasKey('code', $adUnit);
$this->assertArrayHasKey('id', $adUnit);
$this->assertArrayHasKey('kind', $adUnit);
@@ -392,28 +437,31 @@ private function checkAdUnitElement($adUnit) {
$this->assertArrayHasKey('status', $adUnit);
}
- private function checkCustomChannelsCollection($customChannels) {
+ private function checkCustomChannelsCollection($customChannels)
+ {
$this->assertArrayHasKey('kind', $customChannels);
$this->assertEquals($customChannels['kind'], 'adsense#customChannels');
- if(array_key_exists('items', $customChannels)) {
- foreach($customChannels['items'] as $customChannel) {
+ if (array_key_exists('items', $customChannels)) {
+ foreach ($customChannels['items'] as $customChannel) {
$this->checkCustomChannelElement($customChannel);
}
}
}
- private function checkCustomChannelElement($customChannel) {
+ private function checkCustomChannelElement($customChannel)
+ {
$this->assertArrayHasKey('kind', $customChannel);
$this->assertArrayHasKey('id', $customChannel);
$this->assertArrayHasKey('code', $customChannel);
$this->assertArrayHasKey('name', $customChannel);
}
- private function checkUrlChannelsCollection($urlChannels) {
+ private function checkUrlChannelsCollection($urlChannels)
+ {
$this->assertArrayHasKey('kind', $urlChannels);
$this->assertEquals($urlChannels['kind'], 'adsense#urlChannels');
- if(array_key_exists('items', $urlChannels)) {
- foreach($urlChannels['items'] as $urlChannel) {
+ if (array_key_exists('items', $urlChannels)) {
+ foreach ($urlChannels['items'] as $urlChannel) {
$this->assertArrayHasKey('kind', $urlChannel);
$this->assertArrayHasKey('id', $urlChannel);
$this->assertArrayHasKey('urlPattern', $urlChannel);
@@ -421,7 +469,8 @@ private function checkUrlChannelsCollection($urlChannels) {
}
}
- private function getReportOptParams() {
+ private function getReportOptParams()
+ {
return array(
'metric' => array('PAGE_VIEWS', 'AD_REQUESTS'),
'dimension' => array ('DATE', 'AD_CLIENT_ID'),
@@ -430,17 +479,18 @@ private function getReportOptParams() {
);
}
- private function checkReport($report) {
+ private function checkReport($report)
+ {
$this->assertArrayHasKey('kind', $report);
$this->assertEquals($report['kind'], 'adsense#report');
$this->assertArrayHasKey('totalMatchedRows', $report);
$this->assertGreaterThan(0, count($report->headers));
- foreach($report['headers'] as $header) {
+ foreach ($report['headers'] as $header) {
$this->assertArrayHasKey('name', $header);
$this->assertArrayHasKey('type', $header);
}
- if(array_key_exists('items', $report)) {
- foreach($report['items'] as $row) {
+ if (array_key_exists('items', $report)) {
+ foreach ($report['items'] as $row) {
$this->assertCount(4, $row);
}
}
@@ -448,7 +498,8 @@ private function checkReport($report) {
$this->assertArrayHasKey('averages', $report);
}
- private function getRandomElementFromArray($array) {
+ private function getRandomElementFromArray($array)
+ {
$elementKey = array_rand($array);
return $array[$elementKey];
}
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index cc40324bd..c08ec087e 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,5 +1,7 @@
execute();
$this->assertTrue(isset($result['response-key2']));
- $this->assertInstanceOf('Google_Service_Exception',
- $result['response-key1']);
+ $this->assertInstanceOf(
+ 'Google_Service_Exception',
+ $result['response-key1']
+ );
}
}
diff --git a/tests/general/ApiCacheParserTest.php b/tests/general/ApiCacheParserTest.php
index d67622c6e..ca9866822 100644
--- a/tests/general/ApiCacheParserTest.php
+++ b/tests/general/ApiCacheParserTest.php
@@ -21,8 +21,10 @@
require_once 'BaseTest.php';
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class ApiCacheParserTest extends BaseTest {
- public function testIsResponseCacheable() {
+class ApiCacheParserTest extends BaseTest
+{
+ public function testIsResponseCacheable()
+ {
$client = $this->getClient();
$resp = new Google_Http_Request('http://localhost/', 'POST');
$result = Google_Http_CacheParser::isResponseCacheable($resp);
@@ -32,25 +34,29 @@ public function testIsResponseCacheable() {
// revalidation.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600, must-revalidate',
- 'Expires' => 'Fri, 30 Oct 1998 14:19:41 GMT',
- 'Date' => 'Mon, 29 Jun 1998 02:28:12 GMT',
- 'Last-Modified' => 'Mon, 29 Jun 1998 02:28:12 GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600, must-revalidate',
+ 'Expires' => 'Fri, 30 Oct 1998 14:19:41 GMT',
+ 'Date' => 'Mon, 29 Jun 1998 02:28:12 GMT',
+ 'Last-Modified' => 'Mon, 29 Jun 1998 02:28:12 GMT',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertFalse($result);
// Verify cacheable responses.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600, must-revalidate',
- 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
- 'Date' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'ETag' => '3e86-410-3596fbbc',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600, must-revalidate',
+ 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
+ 'Date' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'ETag' => '3e86-410-3596fbbc',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertTrue($result);
@@ -58,27 +64,31 @@ public function testIsResponseCacheable() {
$resp = new Google_Http_Request('http://localhost/', 'HEAD');
$resp->setResponseHttpCode('200');
$resp->setResponseBody(null);
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600, must-revalidate',
- 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
- 'Date' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'ETag' => '3e86-410-3596fbbc',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600, must-revalidate',
+ 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
+ 'Date' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'ETag' => '3e86-410-3596fbbc',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertTrue($result);
// Verify that Vary: * cannot get cached.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600, must-revalidate',
- 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
- 'Date' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'Vary' => 'foo',
- 'ETag' => '3e86-410-3596fbbc',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600, must-revalidate',
+ 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
+ 'Date' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'Vary' => 'foo',
+ 'ETag' => '3e86-410-3596fbbc',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertFalse($result);
@@ -86,37 +96,43 @@ public function testIsResponseCacheable() {
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('201');
$resp->setResponseBody(null);
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600, must-revalidate',
- 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
- 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'ETag' => '3e86-410-3596fbbc',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600, must-revalidate',
+ 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
+ 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'ETag' => '3e86-410-3596fbbc',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertFalse($result);
// Verify pragma: no-cache.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Expires' => 'Wed, 11 Jan 2012 04:03:37 GMT',
- 'Date' => 'Wed, 11 Jan 2012 04:03:37 GMT',
- 'Pragma' => 'no-cache',
- 'Cache-Control' => 'private, max-age=0, must-revalidate, no-transform',
- 'ETag' => '3e86-410-3596fbbc',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Expires' => 'Wed, 11 Jan 2012 04:03:37 GMT',
+ 'Date' => 'Wed, 11 Jan 2012 04:03:37 GMT',
+ 'Pragma' => 'no-cache',
+ 'Cache-Control' => 'private, max-age=0, must-revalidate, no-transform',
+ 'ETag' => '3e86-410-3596fbbc',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertFalse($result);
// Verify Cache-Control: no-store.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Expires' => 'Wed, 11 Jan 2012 04:03:37 GMT',
- 'Date' => 'Wed, 11 Jan 2012 04:03:37 GMT',
- 'Cache-Control' => 'no-store',
- 'ETag' => '3e86-410-3596fbbc',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Expires' => 'Wed, 11 Jan 2012 04:03:37 GMT',
+ 'Date' => 'Wed, 11 Jan 2012 04:03:37 GMT',
+ 'Cache-Control' => 'no-store',
+ 'ETag' => '3e86-410-3596fbbc',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertFalse($result);
@@ -124,17 +140,20 @@ public function testIsResponseCacheable() {
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setRequestHeaders(array('Authorization' => 'Bearer Token'));
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600, must-revalidate',
- 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
- 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
- 'ETag' => '3e86-410-3596fbbc',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600, must-revalidate',
+ 'Expires' => 'Fri, 30 Oct 2013 14:19:41 GMT',
+ 'Last-Modified' => 'Mon, 29 Jun 2011 02:28:12 GMT',
+ 'ETag' => '3e86-410-3596fbbc',
+ )
+ );
$result = Google_Http_CacheParser::isResponseCacheable($resp);
$this->assertFalse($result);
}
- public function testIsExpired() {
+ public function testIsExpired()
+ {
$now = time();
$future = $now + (365 * 24 * 60 * 60);
$client = $this->getClient();
@@ -142,51 +161,62 @@ public function testIsExpired() {
// Expires 1 year in the future. Response is fresh.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Expires' => gmdate('D, d M Y H:i:s', $future) . ' GMT',
- 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Expires' => gmdate('D, d M Y H:i:s', $future) . ' GMT',
+ 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
+ )
+ );
$this->assertFalse(Google_Http_CacheParser::isExpired($resp));
// The response expires soon. Response is fresh.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Expires' => gmdate('D, d M Y H:i:s', $now + 2) . ' GMT',
- 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Expires' => gmdate('D, d M Y H:i:s', $now + 2) . ' GMT',
+ 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
+ )
+ );
$this->assertFalse(Google_Http_CacheParser::isExpired($resp));
// Expired 1 year ago. Response is stale.
$past = $now - (365 * 24 * 60 * 60);
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Expires' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
- 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Expires' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
+ 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
+ )
+ );
$this->assertTrue(Google_Http_CacheParser::isExpired($resp));
// Invalid expires header. Response is stale.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Expires' => '-1',
- 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Expires' => '-1',
+ 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
+ )
+ );
$this->assertTrue(Google_Http_CacheParser::isExpired($resp));
// The response expires immediately. G+ APIs do this. Response is stale.
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Expires' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
- 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Expires' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
+ 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
+ )
+ );
$this->assertTrue(Google_Http_CacheParser::isExpired($resp));
}
- public function testMustRevalidate() {
+ public function testMustRevalidate()
+ {
$now = time();
$client = $this->getClient();
@@ -195,11 +225,13 @@ public function testMustRevalidate() {
$future = $now + (365 * 24 * 60 * 60);
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600, must-revalidate',
- 'Expires' => gmdate('D, d M Y H:i:s', $future) . ' GMT',
- 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600, must-revalidate',
+ 'Expires' => gmdate('D, d M Y H:i:s', $future) . ' GMT',
+ 'Date' => gmdate('D, d M Y H:i:s', $now) . ' GMT',
+ )
+ );
$this->assertFalse(Google_Http_CacheParser::mustRevalidate($resp));
// Contains the max-age=3600 directive, but was created 2 hours ago.
@@ -207,11 +239,13 @@ public function testMustRevalidate() {
$past = $now - (2 * 60 * 60);
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600',
- 'Expires' => gmdate('D, d M Y H:i:s', $future) . ' GMT',
- 'Date' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600',
+ 'Expires' => gmdate('D, d M Y H:i:s', $future) . ' GMT',
+ 'Date' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
+ )
+ );
$this->assertTrue(Google_Http_CacheParser::mustRevalidate($resp));
// Contains the max-age=3600 directive, and was created 600 seconds ago.
@@ -219,11 +253,13 @@ public function testMustRevalidate() {
$past = $now - (600);
$resp = new Google_Http_Request('http://localhost/', 'GET');
$resp->setResponseHttpCode('200');
- $resp->setResponseHeaders(array(
- 'Cache-Control' => 'max-age=3600',
- 'Expires' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
- 'Date' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
- ));
+ $resp->setResponseHeaders(
+ array(
+ 'Cache-Control' => 'max-age=3600',
+ 'Expires' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
+ 'Date' => gmdate('D, d M Y H:i:s', $past) . ' GMT',
+ )
+ );
$this->assertFalse(Google_Http_CacheParser::mustRevalidate($resp));
}
}
diff --git a/tests/general/ApiClientTest.php b/tests/general/ApiClientTest.php
index b9f7b2e4b..eab31507a 100644
--- a/tests/general/ApiClientTest.php
+++ b/tests/general/ApiClientTest.php
@@ -21,8 +21,10 @@
require_once 'BaseTest.php';
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class ApiClientTest extends BaseTest {
- public function testClient() {
+class ApiClientTest extends BaseTest
+{
+ public function testClient()
+ {
$client = new Google_Client();
$client->setAccessType('foo');
$client->setDeveloperKey('foo');
@@ -38,20 +40,23 @@ public function testClient() {
/**
* @expectedException Google_Auth_Exception
*/
- public function testPrepareInvalidScopes() {
+ public function testPrepareInvalidScopes()
+ {
$client = new Google_Client();
$scopes = $client->prepareScopes();
$this->assertEquals("", $scopes);
}
- public function testNoAuthIsNull() {
+ public function testNoAuthIsNull()
+ {
$client = new Google_Client();
$this->assertNull($client->getAccessToken());
}
- public function testPrepareService() {
+ public function testPrepareService()
+ {
$client = new Google_Client();
$client->setScopes(array("scope1", "scope2"));
$scopes = $client->prepareScopes();
@@ -60,7 +65,7 @@ public function testPrepareService() {
$client->setScopes(array("", "scope2"));
$scopes = $client->prepareScopes();
$this->assertEquals(" scope2", $scopes);
-
+
$client->setScopes("scope2");
$client->addScope("scope3");
$client->addScope(array("scope4", "scope5"));
@@ -72,20 +77,24 @@ public function testPrepareService() {
$client->setScopes(array("http://test.com/", "scope2"));
$scopes = $client->prepareScopes();
$this->assertEquals("http://test.com scope2", $scopes);
- $this->assertEquals(''
+ $this->assertEquals(
+ ''
. 'https://accounts.google.com/o/oauth2/auth'
. '?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%2F'
. '&client_id=test1'
. '&scope=http%3A%2F%2Ftest.com+scope2&access_type=online'
- . '&approval_prompt=auto', $client->createAuthUrl());
-
+ . '&approval_prompt=auto',
+ $client->createAuthUrl()
+ );
+
// This should not trigger a request.
$client->setDefer(true);
$dr_service = new Google_Service_Drive($client);
$this->assertInstanceOf('Google_Http_Request', $dr_service->files->listFiles());
}
- public function testSettersGetters() {
+ public function testSettersGetters()
+ {
$client = new Google_Client();
$client->setClientId("client1");
$client->setClientSecret('client1secret');
@@ -105,7 +114,7 @@ public function testSettersGetters() {
try {
$client->setAccessToken(null);
die('Should have thrown an Google_Auth_Exception.');
- } catch(Google_Auth_Exception $e) {
+ } catch (Google_Auth_Exception $e) {
$this->assertEquals('Could not json decode the token', $e->getMessage());
}
@@ -114,7 +123,8 @@ public function testSettersGetters() {
$this->assertEquals($token, $client->getAccessToken());
}
- public function testAppEngineAutoConfig() {
+ public function testAppEngineAutoConfig()
+ {
if (!class_exists("Memcached")) {
$this->markTestSkipped('Test requires memcache');
}
@@ -123,23 +133,34 @@ public function testAppEngineAutoConfig() {
$this->assertInstanceOf('Google_Cache_Memcache', $client->getCache());
unset($_SERVER['SERVER_SOFTWARE']);
}
-
- public function testJsonConfig() {
- // Device config
+
+ public function testJsonConfig()
+ {
+ // Device config
$config = new Google_Config();
$client = new Google_Client($config);
- $device = '{"installed":{"auth_uri":"https://accounts.google.com/o/oauth2/auth","client_secret":"N0aHCBT1qX1VAcF5J1pJAn6S","token_uri":"https://accounts.google.com/o/oauth2/token","client_email":"","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","oob"],"client_x509_cert_url":"","client_id":"123456789.apps.googleusercontent.com","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs"}}';
+ $device =
+ '{"installed":{"auth_uri":"https://accounts.google.com/o/oauth2/auth","client_secret"'.
+ ':"N0aHCBT1qX1VAcF5J1pJAn6S","token_uri":"https://accounts.google.com/o/oauth2/token",'.
+ '"client_email":"","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","oob"],"client_x509_cert_url"'.
+ ':"","client_id":"123456789.apps.googleusercontent.com","auth_provider_x509_cert_url":'.
+ '"https://www.googleapis.com/oauth2/v1/certs"}}';
$dObj = json_decode($device);
$client->setAuthConfig($device);
$cfg = $config->getClassConfig('Google_Auth_OAuth2');
$this->assertEquals($cfg['client_id'], $dObj->installed->client_id);
$this->assertEquals($cfg['client_secret'], $dObj->installed->client_secret);
$this->assertEquals($cfg['redirect_uri'], $dObj->installed->redirect_uris[0]);
-
- // Web config
+
+ // Web config
$config = new Google_Config();
$client = new Google_Client($config);
- $web = '{"web":{"auth_uri":"https://accounts.google.com/o/oauth2/auth","client_secret":"lpoubuib8bj-Fmke_YhhyHGgXc","token_uri":"https://accounts.google.com/o/oauth2/token","client_email":"123456789@developer.gserviceaccount.com","client_x509_cert_url":"https://www.googleapis.com/robot/v1/metadata/x509/123456789@developer.gserviceaccount.com","client_id":"123456789.apps.googleusercontent.com","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs"}}';
+ $web = '{"web":{"auth_uri":"https://accounts.google.com/o/oauth2/auth","client_secret"' .
+ ':"lpoubuib8bj-Fmke_YhhyHGgXc","token_uri":"https://accounts.google.com/o/oauth2/token"' .
+ ',"client_email":"123456789@developer.gserviceaccount.com","client_x509_cert_url":'.
+ '"https://www.googleapis.com/robot/v1/metadata/x509/123456789@developer.gserviceaccount.com"'.
+ ',"client_id":"123456789.apps.googleusercontent.com","auth_provider_x509_cert_url":'.
+ '"https://www.googleapis.com/oauth2/v1/certs"}}';
$wObj = json_decode($web);
$client->setAuthConfig($web);
$cfg = $config->getClassConfig('Google_Auth_OAuth2');
@@ -147,10 +168,14 @@ public function testJsonConfig() {
$this->assertEquals($cfg['client_secret'], $wObj->web->client_secret);
$this->assertEquals($cfg['redirect_uri'], '');
}
-
- public function testIniConfig() {
+
+ public function testIniConfig()
+ {
$config = new Google_Config(__DIR__ . "/testdata/test.ini");
$this->assertEquals('My Test application', $config->getApplicationName());
- $this->assertEquals('gjfiwnGinpena3', $config->getClassConfig('Google_Auth_OAuth2', 'client_secret'));
+ $this->assertEquals(
+ 'gjfiwnGinpena3',
+ $config->getClassConfig('Google_Auth_OAuth2', 'client_secret')
+ );
}
}
diff --git a/tests/general/ApiModelTest.php b/tests/general/ApiModelTest.php
index b1841fa11..ff0b8e992 100644
--- a/tests/general/ApiModelTest.php
+++ b/tests/general/ApiModelTest.php
@@ -80,7 +80,8 @@ public function testModelMutation()
$this->assertNull($event2->getStart());
}
- public function testVariantTypes() {
+ public function testVariantTypes()
+ {
$this->markTestSkipped('Pending variant support in templates.');
$feature = new Google_Service_MapsEngine_Feature();
$geometry = new Google_Service_MapsEngine_GeoJsonPoint();
@@ -165,7 +166,9 @@ public function testCollection()
{"id": 3},
{"id": 4}
]
- }', true);
+ }',
+ true
+ );
$collection = new Google_Service_Calendar_Events($data);
$this->assertEquals(4, count($collection));
$count = 0;
diff --git a/tests/general/ApiOAuth2Test.php b/tests/general/ApiOAuth2Test.php
index 4df9d14c1..eaa66cf8d 100644
--- a/tests/general/ApiOAuth2Test.php
+++ b/tests/general/ApiOAuth2Test.php
@@ -21,7 +21,8 @@
require_once "BaseTest.php";
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class ApiOAuth2Test extends BaseTest {
+class ApiOAuth2Test extends BaseTest
+{
public function testSign()
{
@@ -42,11 +43,15 @@ public function testSign()
$this->assertEquals('http://localhost/?key=devKey', $req->getUrl());
// test accessToken
- $oauth->setAccessToken(json_encode(array(
- 'access_token' => 'ACCESS_TOKEN',
- 'created' => time(),
- 'expires_in' => '3600'
- )));
+ $oauth->setAccessToken(
+ json_encode(
+ array(
+ 'access_token' => 'ACCESS_TOKEN',
+ 'created' => time(),
+ 'expires_in' => '3600'
+ )
+ )
+ );
$req = $oauth->sign($req);
$auth = $req->getRequestHeader('authorization');
@@ -68,32 +73,44 @@ public function testRevokeAccess()
$io = $this->getMock("Google_IO_Stream", array(), array($client));
$io->expects($this->any())
->method('makeRequest')
- ->will($this->returnCallback(function($request) use (&$token, $response) {
- $elements = array();
- parse_str($request->getPostBody(), $elements);
- $token = isset($elements['token']) ? $elements['token'] : null;
- return $response;
- }));
+ ->will(
+ $this->returnCallback(
+ function ($request) use (&$token, $response) {
+ $elements = array();
+ parse_str($request->getPostBody(), $elements);
+ $token = isset($elements['token']) ? $elements['token'] : null;
+ return $response;
+ }
+ )
+ );
$client->setIo($io);
// Test with access token.
$oauth = new Google_Auth_OAuth2($client);
- $oauth->setAccessToken(json_encode(array(
- 'access_token' => $accessToken,
- 'created' => time(),
- 'expires_in' => '3600'
- )));
+ $oauth->setAccessToken(
+ json_encode(
+ array(
+ 'access_token' => $accessToken,
+ 'created' => time(),
+ 'expires_in' => '3600'
+ )
+ )
+ );
$this->assertTrue($oauth->revokeToken());
$this->assertEquals($accessToken, $token);
// Test with refresh token.
$oauth = new Google_Auth_OAuth2($client);
- $oauth->setAccessToken(json_encode(array(
- 'access_token' => $accessToken,
- 'refresh_token' => $refreshToken,
- 'created' => time(),
- 'expires_in' => '3600'
- )));
+ $oauth->setAccessToken(
+ json_encode(
+ array(
+ 'access_token' => $accessToken,
+ 'refresh_token' => $refreshToken,
+ 'created' => time(),
+ 'expires_in' => '3600'
+ )
+ )
+ );
$this->assertTrue($oauth->revokeToken());
$this->assertEquals($refreshToken, $token);
@@ -167,8 +184,8 @@ public function testValidateIdToken()
$oauth = new Google_Auth_OAuth2($client);
$ticket = $oauth->verifyIdToken($token->id_token, $data->aud);
$this->assertInstanceOf(
- "Google_Auth_LoginTicket",
- $ticket
+ "Google_Auth_LoginTicket",
+ $ticket
);
$this->assertTrue(strlen($ticket->getUserId()) > 0);
@@ -180,8 +197,8 @@ public function testValidateIdToken()
$data = json_decode(Google_Utils::urlSafeB64Decode($segments[1]));
$oauth = new Google_Auth_OAuth2($client);
$this->assertInstanceOf(
- "Google_Auth_LoginTicket",
- $oauth->verifyIdToken($token->id_token, $data->aud)
+ "Google_Auth_LoginTicket",
+ $oauth->verifyIdToken($token->id_token, $data->aud)
);
}
@@ -200,11 +217,13 @@ public function testRevokeWhenNoTokenExists()
public function testRefreshTokenSetsValues()
{
$client = new Google_Client();
- $response_data = json_encode(array(
- 'access_token' => "ACCESS_TOKEN",
- 'id_token' => "ID_TOKEN",
- 'expires_in' => "12345",
- ));
+ $response_data = json_encode(
+ array(
+ 'access_token' => "ACCESS_TOKEN",
+ 'id_token' => "ID_TOKEN",
+ 'expires_in' => "12345",
+ )
+ );
$response = $this->getMock("Google_Http_Request", array(), array(''));
$response->expects($this->any())
->method('getResponseHttpCode')
@@ -215,14 +234,22 @@ public function testRefreshTokenSetsValues()
$io = $this->getMock("Google_IO_Stream", array(), array($client));
$io->expects($this->any())
->method('makeRequest')
- ->will($this->returnCallback(function($request) use (&$token, $response) {
- $elements = $request->getPostBody();
- PHPUnit_Framework_TestCase::assertEquals($elements['grant_type'],
- "refresh_token");
- PHPUnit_Framework_TestCase::assertEquals($elements['refresh_token'],
- "REFRESH_TOKEN");
- return $response;
- }));
+ ->will(
+ $this->returnCallback(
+ function ($request) use (&$token, $response) {
+ $elements = $request->getPostBody();
+ PHPUnit_Framework_TestCase::assertEquals(
+ $elements['grant_type'],
+ "refresh_token"
+ );
+ PHPUnit_Framework_TestCase::assertEquals(
+ $elements['refresh_token'],
+ "REFRESH_TOKEN"
+ );
+ return $response;
+ }
+ )
+ );
$client->setIo($io);
$oauth = new Google_Auth_OAuth2($client);
$oauth->refreshToken("REFRESH_TOKEN");
diff --git a/tests/general/AuthTest.php b/tests/general/AuthTest.php
index 50d5e6f2f..fb5df5193 100644
--- a/tests/general/AuthTest.php
+++ b/tests/general/AuthTest.php
@@ -21,7 +21,8 @@
require_once 'BaseTest.php';
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class AuthTest extends BaseTest {
+class AuthTest extends BaseTest
+{
const PRIVATE_KEY_FILE = "testdata/cert.p12";
const PUBLIC_KEY_FILE_JSON = "testdata/cacert.json";
const PUBLIC_KEY_FILE = "testdata/cacert.pem";
@@ -36,13 +37,18 @@ class AuthTest extends BaseTest {
/** @var Google_Verifier_Pem */
private $verifier;
- public function setUp() {
- $this->signer = new Google_Signer_P12(file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true), "notasecret");
+ public function setUp()
+ {
+ $this->signer = new Google_Signer_P12(
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true),
+ "notasecret"
+ );
$this->pem = file_get_contents(__DIR__.'/'.self::PUBLIC_KEY_FILE, true);
$this->verifier = new Google_Verifier_Pem($this->pem);
}
-
- public function testDirectInject() {
+
+ public function testDirectInject()
+ {
$privateKeyString = <<fail("Should have thrown");
} catch (Google_Auth_Exception $e) {
$this->assertContains("mac verify failure", $e->getMessage());
}
try {
- new Google_Signer_P12(file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true) . "foo", "badpassword");
+ new Google_Signer_P12(
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true) . "foo",
+ "badpassword"
+ );
$this->fail("Should have thrown");
} catch (Exception $e) {
$this->assertContains("Unable to parse", $e->getMessage());
}
}
- public function testVerifySignature() {
+ public function testVerifySignature()
+ {
$binary_data = "\x00\x01\x02\x66\x6f\x6f";
$signature = $this->signer->sign($binary_data);
$this->assertTrue($this->verifier->verify($binary_data, $signature));
@@ -96,7 +110,8 @@ public function testVerifySignature() {
}
// Creates a signed JWT similar to the one created by google authentication.
- private function makeSignedJwt($payload) {
+ private function makeSignedJwt($payload)
+ {
$header = array("typ" => "JWT", "alg" => "RS256");
$segments = array();
$segments[] = Google_Utils::urlSafeB64Encode(json_encode($header));
@@ -110,17 +125,22 @@ private function makeSignedJwt($payload) {
}
// Returns certificates similar to the ones used by google authentication.
- private function getSignonCerts() {
+ private function getSignonCerts()
+ {
return array("keyid" => $this->pem);
}
- public function testVerifySignedJwtWithCerts() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "client_id",
- "sub" => self::USER_ID,
- "iat" => time(),
- "exp" => time() + 3600));
+ public function testVerifySignedJwtWithCerts()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "client_id",
+ "sub" => self::USER_ID,
+ "iat" => time(),
+ "exp" => time() + 3600
+ )
+ );
$certs = $this->getSignonCerts();
$oauth2 = new Google_Auth_OAuth2($this->getClient());
$ticket = $oauth2->verifySignedJwtWithCerts($id_token, $certs, "client_id");
@@ -132,7 +152,8 @@ public function testVerifySignedJwtWithCerts() {
}
// Checks that the id token fails to verify with the expected message.
- private function checkIdTokenFailure($id_token, $msg) {
+ private function checkIdTokenFailure($id_token, $msg)
+ {
$certs = $this->getSignonCerts();
$oauth2 = new Google_Auth_OAuth2($this->getClient());
try {
@@ -143,83 +164,115 @@ private function checkIdTokenFailure($id_token, $msg) {
}
}
- public function testVerifySignedJwt_badJwt() {
+ public function testVerifySignedJwtWithBadJwt()
+ {
$this->checkIdTokenFailure("foo", "Wrong number of segments");
$this->checkIdTokenFailure("foo.bar", "Wrong number of segments");
- $this->checkIdTokenFailure("foo.bar.baz",
- "Can't parse token envelope: foo");
+ $this->checkIdTokenFailure(
+ "foo.bar.baz",
+ "Can't parse token envelope: foo"
+ );
}
- public function testVerifySignedJwt_badSignature() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "client_id",
- "id" => self::USER_ID,
- "iat" => time(),
- "exp" => time() + 3600));
+ public function testVerifySignedJwtWithBadSignature()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "client_id",
+ "id" => self::USER_ID,
+ "iat" => time(),
+ "exp" => time() + 3600
+ )
+ );
$id_token = $id_token . "a";
$this->checkIdTokenFailure($id_token, "Invalid token signature");
}
- public function testVerifySignedJwt_noIssueTime() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "client_id",
- "id" => self::USER_ID,
- "exp" => time() + 3600));
+ public function testVerifySignedJwtWithNoIssueTime()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "client_id",
+ "id" => self::USER_ID,
+ "exp" => time() + 3600
+ )
+ );
$this->checkIdTokenFailure($id_token, "No issue time");
}
- public function testVerifySignedJwt_noExpirationTime() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "client_id",
- "id" => self::USER_ID,
- "iat" => time()));
+ public function testVerifySignedJwtWithNoExpirationTime()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "client_id",
+ "id" => self::USER_ID,
+ "iat" => time()
+ )
+ );
$this->checkIdTokenFailure($id_token, "No expiration time");
}
- public function testVerifySignedJwt_tooEarly() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "client_id",
- "id" => self::USER_ID,
- "iat" => time() + 1800,
- "exp" => time() + 3600));
+ public function testVerifySignedJwtWithTooEarly()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "client_id",
+ "id" => self::USER_ID,
+ "iat" => time() + 1800,
+ "exp" => time() + 3600
+ )
+ );
$this->checkIdTokenFailure($id_token, "Token used too early");
}
- public function testVerifySignedJwt_tooLate() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "client_id",
- "id" => self::USER_ID,
- "iat" => time() - 3600,
- "exp" => time() - 1800));
+ public function testVerifySignedJwtWithTooLate()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "client_id",
+ "id" => self::USER_ID,
+ "iat" => time() - 3600,
+ "exp" => time() - 1800
+ )
+ );
$this->checkIdTokenFailure($id_token, "Token used too late");
}
- public function testVerifySignedJwt_lifetimeTooLong() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "client_id",
- "id" => self::USER_ID,
- "iat" => time(),
- "exp" => time() + 3600 * 25));
+ public function testVerifySignedJwtWithLifetimeTooLong()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "client_id",
+ "id" => self::USER_ID,
+ "iat" => time(),
+ "exp" => time() + 3600 * 25
+ )
+ );
$this->checkIdTokenFailure($id_token, "Expiration time too far in future");
}
- public function testVerifySignedJwt_badAudience() {
- $id_token = $this->makeSignedJwt(array(
- "iss" => "federated-signon@system.gserviceaccount.com",
- "aud" => "wrong_client_id",
- "id" => self::USER_ID,
- "iat" => time(),
- "exp" => time() + 3600));
+ public function testVerifySignedJwtWithBadAudience()
+ {
+ $id_token = $this->makeSignedJwt(
+ array(
+ "iss" => "federated-signon@system.gserviceaccount.com",
+ "aud" => "wrong_client_id",
+ "id" => self::USER_ID,
+ "iat" => time(),
+ "exp" => time() + 3600
+ )
+ );
$this->checkIdTokenFailure($id_token, "Wrong recipient");
}
- public function testNoAuth() {
+ public function testNoAuth()
+ {
/** @var $noAuth Google_Auth_Simple */
$noAuth = new Google_Auth_Simple($this->getClient());
$oldAuth = $this->getClient()->getAuth();
@@ -232,9 +285,13 @@ public function testNoAuth() {
$this->getClient()->setAuth($oldAuth);
}
- public function testAssertionCredentials() {
- $assertion = new Google_Auth_AssertionCredentials('name', 'scope',
- file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true));
+ public function testAssertionCredentials()
+ {
+ $assertion = new Google_Auth_AssertionCredentials(
+ 'name',
+ 'scope',
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true)
+ );
$token = explode(".", $assertion->generateAssertion());
$this->assertEquals('{"typ":"JWT","alg":"RS256"}', base64_decode($token[0]));
@@ -246,21 +303,31 @@ public function testAssertionCredentials() {
$key = $assertion->getCacheKey();
$this->assertTrue($key != false);
- $assertion = new Google_Auth_AssertionCredentials('name2', 'scope',
- file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true));
+ $assertion = new Google_Auth_AssertionCredentials(
+ 'name2',
+ 'scope',
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true)
+ );
$this->assertNotEquals($key, $assertion->getCacheKey());
}
- public function testVerifySignedJWT() {
- $assertion = new Google_Auth_AssertionCredentials('issuer', 'scope',
- file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true));
+ public function testVerifySignedJWT()
+ {
+ $assertion = new Google_Auth_AssertionCredentials(
+ 'issuer',
+ 'scope',
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true)
+ );
$client = $this->getClient();
- $this->assertInstanceOf('Google_Auth_LoginTicket', $client->verifySignedJwt(
- $assertion->generateAssertion(),
- __DIR__ . DIRECTORY_SEPARATOR . self::PUBLIC_KEY_FILE_JSON,
- 'https://accounts.google.com/o/oauth2/token',
- 'issuer'
- ));
+ $this->assertInstanceOf(
+ 'Google_Auth_LoginTicket',
+ $client->verifySignedJwt(
+ $assertion->generateAssertion(),
+ __DIR__ . DIRECTORY_SEPARATOR . self::PUBLIC_KEY_FILE_JSON,
+ 'https://accounts.google.com/o/oauth2/token',
+ 'issuer'
+ )
+ );
}
}
diff --git a/tests/general/CacheTest.php b/tests/general/CacheTest.php
index 0692106fa..cf190cace 100644
--- a/tests/general/CacheTest.php
+++ b/tests/general/CacheTest.php
@@ -21,9 +21,10 @@
require_once 'BaseTest.php';
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class CacheTest extends BaseTest {
-
- public function testFile() {
+class CacheTest extends BaseTest
+{
+ public function testFile()
+ {
$dir = sys_get_temp_dir() . '/google-api-php-client/tests';
$client = $this->getClient();
$client->setClassConfig(
@@ -62,7 +63,8 @@ public function testNull()
$this->assertEquals($cache->get('foo'), false);
}
- public function testMemcache() {
+ public function testMemcache()
+ {
if (!function_exists('memcache_connect')) {
$this->markTestSkipped('Test requires memcache');
}
@@ -76,7 +78,8 @@ public function testMemcache() {
$this->getSetDelete($cache);
}
- public function testAPC() {
+ public function testAPC()
+ {
if (!function_exists('apc_add')) {
$this->markTestSkipped('Test requires APC');
}
@@ -89,7 +92,8 @@ public function testAPC() {
$this->getSetDelete($cache);
}
- public function getSetDelete($cache) {
+ public function getSetDelete($cache)
+ {
$cache->set('foo', 'bar');
$cache->delete('foo');
$this->assertEquals(false, $cache->get('foo'));
diff --git a/tests/general/GeneralTests.php b/tests/general/GeneralTests.php
index e3256b74f..4ab9bc871 100644
--- a/tests/general/GeneralTests.php
+++ b/tests/general/GeneralTests.php
@@ -32,9 +32,10 @@
require_once "ServiceTest.php";
require_once "URITemplateTest.php";
-class GeneralTests extends PHPUnit_Framework_TestSuite {
-
- public static function suite() {
+class GeneralTests extends PHPUnit_Framework_TestSuite
+{
+ public static function suite()
+ {
$suite = new PHPUnit_Framework_TestSuite('Google API PHP Library core component tests');
$suite->addTestSuite('AuthTest');
$suite->addTestSuite('CacheTest');
diff --git a/tests/general/IoTest.php b/tests/general/IoTest.php
index 406c26e0e..cf0482943 100644
--- a/tests/general/IoTest.php
+++ b/tests/general/IoTest.php
@@ -250,19 +250,19 @@ public function responseChecker($io)
"HTTP/1.1 200 Connection established\r\n\r\n",
);
foreach ($connection_established_headers as $established_header) {
- $rawHeaders = "{$established_header}HTTP/1.1 200 OK\r\nContent-Type: application/json\r\n";
- $headersSize = strlen($rawHeaders);
- // If we have a broken cURL version we have to simulate it to get the
- // correct test result.
- if ($hasQuirk && get_class($io) === 'Google_IO_Curl') {
- $headersSize -= strlen($established_header);
- }
- $rawBody = "{}";
-
- $rawResponse = "$rawHeaders\r\n$rawBody";
- list($headers, $body) = $io->parseHttpResponse($rawResponse, $headersSize);
- $this->assertEquals(1, sizeof($headers));
- $this->assertEquals(array(), json_decode($body, true));
+ $rawHeaders = "{$established_header}HTTP/1.1 200 OK\r\nContent-Type: application/json\r\n";
+ $headersSize = strlen($rawHeaders);
+ // If we have a broken cURL version we have to simulate it to get the
+ // correct test result.
+ if ($hasQuirk && get_class($io) === 'Google_IO_Curl') {
+ $headersSize -= strlen($established_header);
+ }
+ $rawBody = "{}";
+
+ $rawResponse = "$rawHeaders\r\n$rawBody";
+ list($headers, $body) = $io->parseHttpResponse($rawResponse, $headersSize);
+ $this->assertEquals(1, sizeof($headers));
+ $this->assertEquals(array(), json_decode($body, true));
}
}
diff --git a/tests/general/RequestTest.php b/tests/general/RequestTest.php
index 53847185d..e75d963c1 100644
--- a/tests/general/RequestTest.php
+++ b/tests/general/RequestTest.php
@@ -21,8 +21,9 @@
require_once 'BaseTest.php';
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class RequestTest extends BaseTest {
- public function testRequestParameters()
+class RequestTest extends BaseTest
+{
+ public function testRequestParameters()
{
$url = 'http://localhost:8080/foo/bar?foo=a&foo=b&wowee=oh+my';
$url2 = 'http://localhost:8080/foo/bar?foo=a&foo=b&wowee=oh+my&hi=there';
diff --git a/tests/general/ServiceTest.php b/tests/general/ServiceTest.php
index eb473dd42..be40cc01a 100644
--- a/tests/general/ServiceTest.php
+++ b/tests/general/ServiceTest.php
@@ -21,36 +21,45 @@
require_once 'BaseTest.php';
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class TestModel extends Google_Model {
- public function mapTypes($array) {
+class TestModel extends Google_Model
+{
+ public function mapTypes($array)
+ {
return parent::mapTypes($array);
}
- public function isAssociativeArray($array) {
+ public function isAssociativeArray($array)
+ {
return parent::isAssociativeArray($array);
}
}
-class ServiceTest extends BaseTest {
- public function testModel() {
+class ServiceTest extends BaseTest
+{
+ public function testModel()
+ {
$model = new TestModel();
- $model->mapTypes(array(
- 'name' => 'asdf',
- 'gender' => 'z',
- ));
+ $model->mapTypes(
+ array(
+ 'name' => 'asdf',
+ 'gender' => 'z',
+ )
+ );
$this->assertEquals('asdf', $model->name);
$this->assertEquals('z', $model->gender);
- $model->mapTypes(array(
- '__infoType' => 'Google_Model',
- '__infoDataType' => 'map',
- 'info' => array (
- 'location' => 'mars',
- 'timezone' => 'mst',
- ),
- 'name' => 'asdf',
- 'gender' => 'z',
- ));
+ $model->mapTypes(
+ array(
+ '__infoType' => 'Google_Model',
+ '__infoDataType' => 'map',
+ 'info' => array (
+ 'location' => 'mars',
+ 'timezone' => 'mst',
+ ),
+ 'name' => 'asdf',
+ 'gender' => 'z',
+ )
+ );
$this->assertEquals('asdf', $model->name);
$this->assertEquals('z', $model->gender);
@@ -65,7 +74,8 @@ public function testModel() {
$this->assertEquals(true, $model->isAssociativeArray(array("a", "b" => 2)));
}
- public function testStrLen() {
+ public function testStrLen()
+ {
$this->assertEquals(0, Google_Utils::getStrLen(null));
$this->assertEquals(0, Google_Utils::getStrLen(false));
$this->assertEquals(0, Google_Utils::getStrLen(""));
diff --git a/tests/general/URITemplateTest.php b/tests/general/URITemplateTest.php
index 9c361d49b..0a7c48054 100644
--- a/tests/general/URITemplateTest.php
+++ b/tests/general/URITemplateTest.php
@@ -21,94 +21,151 @@
require_once 'BaseTest.php';
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class URITemplateTest extends BaseTest {
- public function testLevelOne() {
+class URITemplateTest extends BaseTest
+{
+ public function testLevelOne()
+ {
$var = "value";
$hello = "Hello World!";
-
+
$urit = new Google_Utils_URITemplate();
- $this->assertEquals("value",
- $urit->parse("{var}", array("var" => $var)));
- $this->assertEquals("Hello%20World%21",
- $urit->parse("{hello}", array("hello" => $hello)));
+ $this->assertEquals(
+ "value",
+ $urit->parse("{var}", array("var" => $var))
+ );
+ $this->assertEquals(
+ "Hello%20World%21",
+ $urit->parse("{hello}", array("hello" => $hello))
+ );
}
-
- public function testLevelTwo() {
+
+ public function testLevelTwo()
+ {
$var = "value";
$hello = "Hello World!";
$path = "/foo/bar";
-
+
$urit = new Google_Utils_URITemplate();
- $this->assertEquals("value",
- $urit->parse("{+var}", array("var" => $var)));
- $this->assertEquals("Hello%20World!",
- $urit->parse("{+hello}", array("hello" => $hello)));
- $this->assertEquals("/foo/bar/here",
- $urit->parse("{+path}/here", array("path" => $path)));
- $this->assertEquals("here?ref=/foo/bar",
- $urit->parse("here?ref={+path}", array("path" => $path)));
- $this->assertEquals("X#value",
- $urit->parse("X{#var}", array("var" => $var)));
- $this->assertEquals("X#Hello%20World!",
- $urit->parse("X{#hello}", array("hello" => $hello)));
+ $this->assertEquals(
+ "value",
+ $urit->parse("{+var}", array("var" => $var))
+ );
+ $this->assertEquals(
+ "Hello%20World!",
+ $urit->parse("{+hello}", array("hello" => $hello))
+ );
+ $this->assertEquals(
+ "/foo/bar/here",
+ $urit->parse("{+path}/here", array("path" => $path))
+ );
+ $this->assertEquals(
+ "here?ref=/foo/bar",
+ $urit->parse("here?ref={+path}", array("path" => $path))
+ );
+ $this->assertEquals(
+ "X#value",
+ $urit->parse("X{#var}", array("var" => $var))
+ );
+ $this->assertEquals(
+ "X#Hello%20World!",
+ $urit->parse("X{#hello}", array("hello" => $hello))
+ );
}
-
- public function testLevelThree() {
+
+ public function testLevelThree()
+ {
$var = "value";
$hello = "Hello World!";
$empty = '';
$path = "/foo/bar";
$x = "1024";
$y = "768";
-
+
$urit = new Google_Utils_URITemplate();
- $this->assertEquals("map?1024,768",
- $urit->parse("map?{x,y}", array("x" => $x, "y" => $y)));
- $this->assertEquals("1024,Hello%20World%21,768",
- $urit->parse("{x,hello,y}", array("x" => $x, "y" => $y, "hello" => $hello)));
-
- $this->assertEquals("1024,Hello%20World!,768",
- $urit->parse("{+x,hello,y}", array("x" => $x, "y" => $y, "hello" => $hello)));
- $this->assertEquals("/foo/bar,1024/here",
- $urit->parse("{+path,x}/here", array("x" => $x, "path" => $path)));
-
- $this->assertEquals("#1024,Hello%20World!,768",
- $urit->parse("{#x,hello,y}", array("x" => $x, "y" => $y, "hello" => $hello)));
- $this->assertEquals("#/foo/bar,1024/here",
- $urit->parse("{#path,x}/here", array("x" => $x, "path" => $path)));
-
- $this->assertEquals("X.value",
- $urit->parse("X{.var}", array("var" => $var)));
- $this->assertEquals("X.1024.768",
- $urit->parse("X{.x,y}", array("x" => $x, "y" => $y)));
-
- $this->assertEquals("X.value",
- $urit->parse("X{.var}", array("var" => $var)));
- $this->assertEquals("X.1024.768",
- $urit->parse("X{.x,y}", array("x" => $x, "y" => $y)));
-
- $this->assertEquals("/value",
- $urit->parse("{/var}", array("var" => $var)));
- $this->assertEquals("/value/1024/here",
- $urit->parse("{/var,x}/here", array("x" => $x, "var" => $var)));
-
- $this->assertEquals(";x=1024;y=768",
- $urit->parse("{;x,y}", array("x" => $x, "y" => $y)));
- $this->assertEquals(";x=1024;y=768;empty",
- $urit->parse("{;x,y,empty}", array("x" => $x, "y" => $y, "empty" => $empty)));
-
- $this->assertEquals("?x=1024&y=768",
- $urit->parse("{?x,y}", array("x" => $x, "y" => $y)));
- $this->assertEquals("?x=1024&y=768&empty=",
- $urit->parse("{?x,y,empty}", array("x" => $x, "y" => $y, "empty" => $empty)));
-
- $this->assertEquals("?fixed=yes&x=1024",
- $urit->parse("?fixed=yes{&x}", array("x" => $x, "y" => $y)));
- $this->assertEquals("&x=1024&y=768&empty=",
- $urit->parse("{&x,y,empty}", array("x" => $x, "y" => $y, "empty" => $empty)));
+ $this->assertEquals(
+ "map?1024,768",
+ $urit->parse("map?{x,y}", array("x" => $x, "y" => $y))
+ );
+ $this->assertEquals(
+ "1024,Hello%20World%21,768",
+ $urit->parse("{x,hello,y}", array("x" => $x, "y" => $y, "hello" => $hello))
+ );
+
+ $this->assertEquals(
+ "1024,Hello%20World!,768",
+ $urit->parse("{+x,hello,y}", array("x" => $x, "y" => $y, "hello" => $hello))
+ );
+ $this->assertEquals(
+ "/foo/bar,1024/here",
+ $urit->parse("{+path,x}/here", array("x" => $x, "path" => $path))
+ );
+
+ $this->assertEquals(
+ "#1024,Hello%20World!,768",
+ $urit->parse("{#x,hello,y}", array("x" => $x, "y" => $y, "hello" => $hello))
+ );
+ $this->assertEquals(
+ "#/foo/bar,1024/here",
+ $urit->parse("{#path,x}/here", array("x" => $x, "path" => $path))
+ );
+
+ $this->assertEquals(
+ "X.value",
+ $urit->parse("X{.var}", array("var" => $var))
+ );
+ $this->assertEquals(
+ "X.1024.768",
+ $urit->parse("X{.x,y}", array("x" => $x, "y" => $y))
+ );
+
+ $this->assertEquals(
+ "X.value",
+ $urit->parse("X{.var}", array("var" => $var))
+ );
+ $this->assertEquals(
+ "X.1024.768",
+ $urit->parse("X{.x,y}", array("x" => $x, "y" => $y))
+ );
+
+ $this->assertEquals(
+ "/value",
+ $urit->parse("{/var}", array("var" => $var))
+ );
+ $this->assertEquals(
+ "/value/1024/here",
+ $urit->parse("{/var,x}/here", array("x" => $x, "var" => $var))
+ );
+
+ $this->assertEquals(
+ ";x=1024;y=768",
+ $urit->parse("{;x,y}", array("x" => $x, "y" => $y))
+ );
+ $this->assertEquals(
+ ";x=1024;y=768;empty",
+ $urit->parse("{;x,y,empty}", array("x" => $x, "y" => $y, "empty" => $empty))
+ );
+
+ $this->assertEquals(
+ "?x=1024&y=768",
+ $urit->parse("{?x,y}", array("x" => $x, "y" => $y))
+ );
+ $this->assertEquals(
+ "?x=1024&y=768&empty=",
+ $urit->parse("{?x,y,empty}", array("x" => $x, "y" => $y, "empty" => $empty))
+ );
+
+ $this->assertEquals(
+ "?fixed=yes&x=1024",
+ $urit->parse("?fixed=yes{&x}", array("x" => $x, "y" => $y))
+ );
+ $this->assertEquals(
+ "&x=1024&y=768&empty=",
+ $urit->parse("{&x,y,empty}", array("x" => $x, "y" => $y, "empty" => $empty))
+ );
}
-
- public function testLevelFour() {
+
+ public function testLevelFour()
+ {
$values = array(
'var' => "value",
'hello' => "Hello World!",
@@ -116,7 +173,7 @@ public function testLevelFour() {
'list' => array("red", "green", "blue"),
'keys' => array("semi" => ";", "dot" => ".", "comma" => ","),
);
-
+
$tests = array(
"{var:3}" => "val",
"{var:30}" => "value",
@@ -162,69 +219,75 @@ public function testLevelFour() {
"{&keys*}" => "&semi=%3B&dot=.&comma=%2C",
"find{?list*}" => "find?list=red&list=green&list=blue",
"www{.list*}" => "www.red.green.blue"
-
+
);
-
+
$urit = new Google_Utils_URITemplate();
-
- foreach($tests as $input => $output) {
+
+ foreach ($tests as $input => $output) {
$this->assertEquals($output, $urit->parse($input, $values), $input . " failed");
}
}
-
- public function testMultipleAnnotations() {
+
+ public function testMultipleAnnotations()
+ {
$var = "value";
$hello = "Hello World!";
$urit = new Google_Utils_URITemplate();
- $this->assertEquals("http://www.google.com/Hello%20World!?var=value",
- $urit->parse("http://www.google.com/%7B+hello%7D%7B?var}",
- array("var" => $var, "hello" => $hello)));
+ $this->assertEquals(
+ "http://www.google.com/Hello%20World!?var=value",
+ $urit->parse(
+ "http://www.google.com/%7B+hello%7D%7B?var}",
+ array("var" => $var, "hello" => $hello)
+ )
+ );
$params = array(
"playerId" => "me",
"leaderboardId" => "CgkIhcG1jYEbEAIQAw",
- "timeSpan" => "ALL_TIME",
+ "timeSpan" => "ALL_TIME",
"other" => "irrelevant"
);
$this->assertEquals(
- "players/me/leaderboards/CgkIhcG1jYEbEAIQAw/scores/ALL_TIME",
+ "players/me/leaderboards/CgkIhcG1jYEbEAIQAw/scores/ALL_TIME",
$urit->parse(
- "players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}",
+ "players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}",
$params
)
);
}
-
+
/**
- * This test test against the JSON files defined in
+ * This test test against the JSON files defined in
* https://github.com/uri-templates/uritemplate-test
- *
+ *
* We don't ship these tests with it, so they'll just silently
* skip unless provided - this is mainly for use when
* making specific URI template changes and wanting
* to do a full regression check.
*/
- public function testAgainstStandardTests() {
+ public function testAgainstStandardTests()
+ {
$location = "../../uritemplate-test/*.json";
-
+
$urit = new Google_Utils_URITemplate();
- foreach(glob($location) as $file) {
+ foreach (glob($location) as $file) {
$test = json_decode(file_get_contents($file), true);
- foreach($test as $title => $testsets) {
- foreach($testsets['testcases'] as $cases) {
+ foreach ($test as $title => $testsets) {
+ foreach ($testsets['testcases'] as $cases) {
$input = $cases[0];
$output = $cases[1];
if ($output == false) {
continue; // skipping negative tests for now
- } else if(is_array($output)) {
+ } else if (is_array($output)) {
$response = $urit->parse($input, $testsets['variables']);
$this->assertContains(
- $response,
- $output,
+ $response,
+ $output,
$input . " failed from " . $title
);
} else {
$this->assertEquals(
- $output,
+ $output,
$urit->parse($input, $testsets['variables']),
$input . " failed."
);
diff --git a/tests/pagespeed/AllPageSpeedTests.php b/tests/pagespeed/AllPageSpeedTests.php
index 0f5d15ff7..c30d9d7cb 100644
--- a/tests/pagespeed/AllPageSpeedTests.php
+++ b/tests/pagespeed/AllPageSpeedTests.php
@@ -20,8 +20,10 @@
require_once 'PageSpeedTest.php';
-class AllPageSpeedTests extends PHPUnit_Framework_TestSuite {
- public static function suite() {
+class AllPageSpeedTests extends PHPUnit_Framework_TestSuite
+{
+ public static function suite()
+ {
$suite = new PHPUnit_Framework_TestSuite();
$suite->setName('Google PageSpeed API tests');
$suite->addTestSuite('PageSpeedTest');
diff --git a/tests/pagespeed/PageSpeedTest.php b/tests/pagespeed/PageSpeedTest.php
index acd0526fd..3874c94dd 100644
--- a/tests/pagespeed/PageSpeedTest.php
+++ b/tests/pagespeed/PageSpeedTest.php
@@ -17,14 +17,17 @@
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class PageSpeedTest extends BaseTest {
+class PageSpeedTest extends BaseTest
+{
public $service;
- public function __construct() {
+ public function __construct()
+ {
parent::__construct();
$this->service = new Google_Service_Pagespeedonline($this->getClient());
}
- public function testPageSpeed() {
+ public function testPageSpeed()
+ {
$this->checkToken();
$psapi = $this->service->pagespeedapi;
$result = $psapi->runpagespeed('http://code.google.com/');
diff --git a/tests/plus/PlusTest.php b/tests/plus/PlusTest.php
index 18a2b3cb6..707c5b908 100644
--- a/tests/plus/PlusTest.php
+++ b/tests/plus/PlusTest.php
@@ -17,8 +17,10 @@
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class AllPlusTests extends PHPUnit_Framework_TestSuite {
- public static function suite() {
+class AllPlusTests extends PHPUnit_Framework_TestSuite
+{
+ public static function suite()
+ {
$suite = new PHPUnit_Framework_TestSuite();
$suite->setName('Google Plus API tests');
$suite->addTestSuite('PlusTest');
@@ -26,15 +28,18 @@ public static function suite() {
}
}
-class PlusTest extends BaseTest {
+class PlusTest extends BaseTest
+{
/** @var Google_PlusService */
public $plus;
- public function __construct() {
+ public function __construct()
+ {
parent::__construct();
$this->plus = new Google_Service_Plus($this->getClient());
}
- public function testGetPerson() {
+ public function testGetPerson()
+ {
$this->checkToken();
$person = $this->plus->people->get("118051310819094153327");
$this->assertArrayHasKey('kind', $person);
@@ -43,7 +48,8 @@ public function testGetPerson() {
$this->assertArrayHasKey('id', $person);
}
- public function testListActivities() {
+ public function testListActivities()
+ {
$this->checkToken();
$activities = $this->plus->activities
->listActivities("118051310819094153327", "public");
@@ -51,10 +57,10 @@ public function testListActivities() {
$this->assertArrayHasKey('kind', $activities);
$this->assertGreaterThan(0, count($activities));
- // Test a variety of access methods.
+ // Test a variety of access methods.
$this->assertItem($activities['items'][0]);
$this->assertItem($activities[0]);
- foreach($activities as $item) {
+ foreach ($activities as $item) {
$this->assertItem($item);
break;
}
@@ -63,7 +69,8 @@ public function testListActivities() {
$this->assertGreaterThan(0, strlen($activities[0]->actor->displayName));
}
- public function assertItem($item) {
+ public function assertItem($item)
+ {
// assertArrayHasKey uses array_key_exists, which is not great:
// it doesn't understand SPL ArrayAccess
$this->assertTrue(isset($item['actor']));
diff --git a/tests/tasks/AllTasksTests.php b/tests/tasks/AllTasksTests.php
index 7c7226232..6c9fa9739 100644
--- a/tests/tasks/AllTasksTests.php
+++ b/tests/tasks/AllTasksTests.php
@@ -20,8 +20,10 @@
require_once 'TasksTest.php';
-class AllTasksTests extends PHPUnit_Framework_TestSuite {
- public static function suite() {
+class AllTasksTests extends PHPUnit_Framework_TestSuite
+{
+ public static function suite()
+ {
$suite = new PHPUnit_Framework_TestSuite();
$suite->setName('Google Tasks API tests');
$suite->addTestSuite('TasksTest');
diff --git a/tests/tasks/TasksTest.php b/tests/tasks/TasksTest.php
index 463226b95..c66a333e8 100644
--- a/tests/tasks/TasksTest.php
+++ b/tests/tasks/TasksTest.php
@@ -17,16 +17,19 @@
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class TasksTest extends BaseTest {
+class TasksTest extends BaseTest
+{
/** @var Google_TasksService */
public $taskService;
- public function __construct() {
+ public function __construct()
+ {
parent::__construct();
$this->taskService = new Google_Service_Tasks($this->getClient());
}
- public function testInsertTask() {
+ public function testInsertTask()
+ {
if (!$this->checkToken()) {
return;
}
@@ -38,7 +41,8 @@ public function testInsertTask() {
/**
* @depends testInsertTask
*/
- public function testGetTask() {
+ public function testGetTask()
+ {
$tasks = $this->taskService->tasks;
$list = $this->createTaskList('List: ' . __METHOD__);
$task = $this->createTask('Task: '. __METHOD__, $list['id']);
@@ -50,7 +54,8 @@ public function testGetTask() {
/**
* @depends testInsertTask
*/
- public function testListTask() {
+ public function testListTask()
+ {
$tasks = $this->taskService->tasks;
$list = $this->createTaskList('List: ' . __METHOD__);
@@ -65,20 +70,23 @@ public function testListTask() {
}
}
- private function createTaskList($name) {
+ private function createTaskList($name)
+ {
$list = new Google_Service_Tasks_TaskList();
$list->title = $name;
return $this->taskService->tasklists->insert($list);
}
- private function createTask($title, $listId) {
+ private function createTask($title, $listId)
+ {
$tasks = $this->taskService->tasks;
$task = new Google_Service_Tasks_Task();
$task->title = $title;
return $tasks->insert($listId, $task);
}
- private function assertIsTask($task) {
+ private function assertIsTask($task)
+ {
$this->assertArrayHasKey('title', $task);
$this->assertArrayHasKey('kind', $task);
$this->assertArrayHasKey('id', $task);
diff --git a/tests/urlshortener/AllUrlShortenerTests.php b/tests/urlshortener/AllUrlShortenerTests.php
index 253764141..23daf6435 100644
--- a/tests/urlshortener/AllUrlShortenerTests.php
+++ b/tests/urlshortener/AllUrlShortenerTests.php
@@ -20,8 +20,10 @@
require_once 'UrlShortenerTests.php';
-class AllUrlShortenerTests extends PHPUnit_Framework_TestSuite {
- public static function suite() {
+class AllUrlShortenerTests extends PHPUnit_Framework_TestSuite
+{
+ public static function suite()
+ {
$suite = new PHPUnit_Framework_TestSuite();
$suite->setName('Google UrlShortener API tests');
$suite->addTestSuite('UrlShortenerTests');
diff --git a/tests/urlshortener/UrlShortenerTests.php b/tests/urlshortener/UrlShortenerTests.php
index 00501b56b..b4ae7a34c 100644
--- a/tests/urlshortener/UrlShortenerTests.php
+++ b/tests/urlshortener/UrlShortenerTests.php
@@ -17,16 +17,19 @@
require_once realpath(dirname(__FILE__) . '/../../autoload.php');
-class UrlShortenerTests extends BaseTest {
+class UrlShortenerTests extends BaseTest
+{
/** @var Google_UrlshortenerService */
public $service;
- public function __construct() {
+ public function __construct()
+ {
parent::__construct();
$this->service = new Google_Service_Urlshortener($this->getClient());
}
- public function testUrlShort() {
+ public function testUrlShort()
+ {
$url = new Google_Service_Urlshortener_Url();
$url->longUrl = "http://google.com/";
@@ -35,7 +38,8 @@ public function testUrlShort() {
$this->assertEquals('http://google.com/', $shortUrl['longUrl']);
}
- public function testEmptyJsonResponse() {
+ public function testEmptyJsonResponse()
+ {
$optParams = array('fields' => '');
$resp = $this->service->url->get('http://goo.gl/KkHq8', $optParams);
From 5cbfa6d39418d8209764c5a51da2e85e8162696c Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Wed, 22 Oct 2014 12:42:58 +0100
Subject: [PATCH 0303/1219] Fix oauth helper
---
tests/OAuthHelper.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/OAuthHelper.php b/tests/OAuthHelper.php
index 24ab858be..708afd67b 100644
--- a/tests/OAuthHelper.php
+++ b/tests/OAuthHelper.php
@@ -31,6 +31,8 @@
// Visit https://code.google.com/apis/console to
// generate your oauth2_client_id, oauth2_client_secret, and to
// register your oauth2_redirect_uri.
+$client->setClientId("");
+$client->setClientSecret("");
$authUrl = $client->createAuthUrl();
From 7511b74b77eb1217a8f3fb32283965734715e557 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:41 -0700
Subject: [PATCH 0304/1219] Updated Calendar.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Calendar.php | 190 ++++++++------------------------
1 file changed, 47 insertions(+), 143 deletions(-)
diff --git a/src/Google/Service/Calendar.php b/src/Google/Service/Calendar.php
index 2116c2f7d..a63d70778 100644
--- a/src/Google/Service/Calendar.php
+++ b/src/Google/Service/Calendar.php
@@ -1919,7 +1919,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1929,7 +1928,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1939,7 +1937,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1949,7 +1946,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
@@ -1959,6 +1955,7 @@ public function getNextSyncToken()
{
return $this->nextSyncToken;
}
+
}
class Google_Service_Calendar_AclRule extends Google_Model
@@ -1981,7 +1978,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1991,7 +1987,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2001,7 +1996,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -2011,7 +2005,6 @@ public function getRole()
{
return $this->role;
}
-
public function setScope(Google_Service_Calendar_AclRuleScope $scope)
{
$this->scope = $scope;
@@ -2021,6 +2014,7 @@ public function getScope()
{
return $this->scope;
}
+
}
class Google_Service_Calendar_AclRuleScope extends Google_Model
@@ -2039,7 +2033,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -2049,6 +2042,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Calendar_Calendar extends Google_Model
@@ -2072,7 +2066,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2082,7 +2075,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2092,7 +2084,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2102,7 +2093,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -2112,7 +2102,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setSummary($summary)
{
$this->summary = $summary;
@@ -2122,7 +2111,6 @@ public function getSummary()
{
return $this->summary;
}
-
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
@@ -2132,6 +2120,7 @@ public function getTimeZone()
{
return $this->timeZone;
}
+
}
class Google_Service_Calendar_CalendarList extends Google_Collection
@@ -2155,7 +2144,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2165,7 +2153,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2175,7 +2162,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2185,7 +2171,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
@@ -2195,6 +2180,7 @@ public function getNextSyncToken()
{
return $this->nextSyncToken;
}
+
}
class Google_Service_Calendar_CalendarListEntry extends Google_Collection
@@ -2232,7 +2218,6 @@ public function getAccessRole()
{
return $this->accessRole;
}
-
public function setBackgroundColor($backgroundColor)
{
$this->backgroundColor = $backgroundColor;
@@ -2242,7 +2227,6 @@ public function getBackgroundColor()
{
return $this->backgroundColor;
}
-
public function setColorId($colorId)
{
$this->colorId = $colorId;
@@ -2252,7 +2236,6 @@ public function getColorId()
{
return $this->colorId;
}
-
public function setDefaultReminders($defaultReminders)
{
$this->defaultReminders = $defaultReminders;
@@ -2262,7 +2245,6 @@ public function getDefaultReminders()
{
return $this->defaultReminders;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -2272,7 +2254,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2282,7 +2263,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2292,7 +2272,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setForegroundColor($foregroundColor)
{
$this->foregroundColor = $foregroundColor;
@@ -2302,7 +2281,6 @@ public function getForegroundColor()
{
return $this->foregroundColor;
}
-
public function setHidden($hidden)
{
$this->hidden = $hidden;
@@ -2312,7 +2290,6 @@ public function getHidden()
{
return $this->hidden;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2322,7 +2299,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2332,7 +2308,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -2342,7 +2317,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setNotificationSettings(Google_Service_Calendar_CalendarListEntryNotificationSettings $notificationSettings)
{
$this->notificationSettings = $notificationSettings;
@@ -2352,7 +2326,6 @@ public function getNotificationSettings()
{
return $this->notificationSettings;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -2362,7 +2335,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setSelected($selected)
{
$this->selected = $selected;
@@ -2372,7 +2344,6 @@ public function getSelected()
{
return $this->selected;
}
-
public function setSummary($summary)
{
$this->summary = $summary;
@@ -2382,7 +2353,6 @@ public function getSummary()
{
return $this->summary;
}
-
public function setSummaryOverride($summaryOverride)
{
$this->summaryOverride = $summaryOverride;
@@ -2392,7 +2362,6 @@ public function getSummaryOverride()
{
return $this->summaryOverride;
}
-
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
@@ -2402,6 +2371,7 @@ public function getTimeZone()
{
return $this->timeZone;
}
+
}
class Google_Service_Calendar_CalendarListEntryNotificationSettings extends Google_Collection
@@ -2421,6 +2391,7 @@ public function getNotifications()
{
return $this->notifications;
}
+
}
class Google_Service_Calendar_CalendarNotification extends Google_Model
@@ -2439,7 +2410,6 @@ public function getMethod()
{
return $this->method;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2449,6 +2419,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Calendar_Channel extends Google_Model
@@ -2475,7 +2446,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setExpiration($expiration)
{
$this->expiration = $expiration;
@@ -2485,7 +2455,6 @@ public function getExpiration()
{
return $this->expiration;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2495,7 +2464,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2505,7 +2473,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParams($params)
{
$this->params = $params;
@@ -2515,7 +2482,6 @@ public function getParams()
{
return $this->params;
}
-
public function setPayload($payload)
{
$this->payload = $payload;
@@ -2525,7 +2491,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
@@ -2535,7 +2500,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
@@ -2545,7 +2509,6 @@ public function getResourceUri()
{
return $this->resourceUri;
}
-
public function setToken($token)
{
$this->token = $token;
@@ -2555,7 +2518,6 @@ public function getToken()
{
return $this->token;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2565,12 +2527,15 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Calendar_ChannelParams extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_ColorDefinition extends Google_Model
@@ -2589,7 +2554,6 @@ public function getBackground()
{
return $this->background;
}
-
public function setForeground($foreground)
{
$this->foreground = $foreground;
@@ -2599,6 +2563,7 @@ public function getForeground()
{
return $this->foreground;
}
+
}
class Google_Service_Calendar_Colors extends Google_Model
@@ -2621,7 +2586,6 @@ public function getCalendar()
{
return $this->calendar;
}
-
public function setEvent($event)
{
$this->event = $event;
@@ -2631,7 +2595,6 @@ public function getEvent()
{
return $this->event;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2641,7 +2604,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2651,18 +2613,23 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Calendar_ColorsCalendar extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_ColorsEvent extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_Error extends Google_Model
@@ -2681,7 +2648,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -2691,6 +2657,7 @@ public function getReason()
{
return $this->reason;
}
+
}
class Google_Service_Calendar_Event extends Google_Collection
@@ -2754,7 +2721,6 @@ public function getAnyoneCanAddSelf()
{
return $this->anyoneCanAddSelf;
}
-
public function setAttendees($attendees)
{
$this->attendees = $attendees;
@@ -2764,7 +2730,6 @@ public function getAttendees()
{
return $this->attendees;
}
-
public function setAttendeesOmitted($attendeesOmitted)
{
$this->attendeesOmitted = $attendeesOmitted;
@@ -2774,7 +2739,6 @@ public function getAttendeesOmitted()
{
return $this->attendeesOmitted;
}
-
public function setColorId($colorId)
{
$this->colorId = $colorId;
@@ -2784,7 +2748,6 @@ public function getColorId()
{
return $this->colorId;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -2794,7 +2757,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setCreator(Google_Service_Calendar_EventCreator $creator)
{
$this->creator = $creator;
@@ -2804,7 +2766,6 @@ public function getCreator()
{
return $this->creator;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2814,7 +2775,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEnd(Google_Service_Calendar_EventDateTime $end)
{
$this->end = $end;
@@ -2824,7 +2784,6 @@ public function getEnd()
{
return $this->end;
}
-
public function setEndTimeUnspecified($endTimeUnspecified)
{
$this->endTimeUnspecified = $endTimeUnspecified;
@@ -2834,7 +2793,6 @@ public function getEndTimeUnspecified()
{
return $this->endTimeUnspecified;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2844,7 +2802,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setExtendedProperties(Google_Service_Calendar_EventExtendedProperties $extendedProperties)
{
$this->extendedProperties = $extendedProperties;
@@ -2854,7 +2811,6 @@ public function getExtendedProperties()
{
return $this->extendedProperties;
}
-
public function setGadget(Google_Service_Calendar_EventGadget $gadget)
{
$this->gadget = $gadget;
@@ -2864,7 +2820,6 @@ public function getGadget()
{
return $this->gadget;
}
-
public function setGuestsCanInviteOthers($guestsCanInviteOthers)
{
$this->guestsCanInviteOthers = $guestsCanInviteOthers;
@@ -2874,7 +2829,6 @@ public function getGuestsCanInviteOthers()
{
return $this->guestsCanInviteOthers;
}
-
public function setGuestsCanModify($guestsCanModify)
{
$this->guestsCanModify = $guestsCanModify;
@@ -2884,7 +2838,6 @@ public function getGuestsCanModify()
{
return $this->guestsCanModify;
}
-
public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests)
{
$this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests;
@@ -2894,7 +2847,6 @@ public function getGuestsCanSeeOtherGuests()
{
return $this->guestsCanSeeOtherGuests;
}
-
public function setHangoutLink($hangoutLink)
{
$this->hangoutLink = $hangoutLink;
@@ -2904,7 +2856,6 @@ public function getHangoutLink()
{
return $this->hangoutLink;
}
-
public function setHtmlLink($htmlLink)
{
$this->htmlLink = $htmlLink;
@@ -2914,7 +2865,6 @@ public function getHtmlLink()
{
return $this->htmlLink;
}
-
public function setICalUID($iCalUID)
{
$this->iCalUID = $iCalUID;
@@ -2924,7 +2874,6 @@ public function getICalUID()
{
return $this->iCalUID;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2934,7 +2883,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2944,7 +2892,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -2954,7 +2901,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setLocked($locked)
{
$this->locked = $locked;
@@ -2964,7 +2910,6 @@ public function getLocked()
{
return $this->locked;
}
-
public function setOrganizer(Google_Service_Calendar_EventOrganizer $organizer)
{
$this->organizer = $organizer;
@@ -2974,7 +2919,6 @@ public function getOrganizer()
{
return $this->organizer;
}
-
public function setOriginalStartTime(Google_Service_Calendar_EventDateTime $originalStartTime)
{
$this->originalStartTime = $originalStartTime;
@@ -2984,7 +2928,6 @@ public function getOriginalStartTime()
{
return $this->originalStartTime;
}
-
public function setPrivateCopy($privateCopy)
{
$this->privateCopy = $privateCopy;
@@ -2994,7 +2937,6 @@ public function getPrivateCopy()
{
return $this->privateCopy;
}
-
public function setRecurrence($recurrence)
{
$this->recurrence = $recurrence;
@@ -3004,7 +2946,6 @@ public function getRecurrence()
{
return $this->recurrence;
}
-
public function setRecurringEventId($recurringEventId)
{
$this->recurringEventId = $recurringEventId;
@@ -3014,7 +2955,6 @@ public function getRecurringEventId()
{
return $this->recurringEventId;
}
-
public function setReminders(Google_Service_Calendar_EventReminders $reminders)
{
$this->reminders = $reminders;
@@ -3024,7 +2964,6 @@ public function getReminders()
{
return $this->reminders;
}
-
public function setSequence($sequence)
{
$this->sequence = $sequence;
@@ -3034,7 +2973,6 @@ public function getSequence()
{
return $this->sequence;
}
-
public function setSource(Google_Service_Calendar_EventSource $source)
{
$this->source = $source;
@@ -3044,7 +2982,6 @@ public function getSource()
{
return $this->source;
}
-
public function setStart(Google_Service_Calendar_EventDateTime $start)
{
$this->start = $start;
@@ -3054,7 +2991,6 @@ public function getStart()
{
return $this->start;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -3064,7 +3000,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setSummary($summary)
{
$this->summary = $summary;
@@ -3074,7 +3009,6 @@ public function getSummary()
{
return $this->summary;
}
-
public function setTransparency($transparency)
{
$this->transparency = $transparency;
@@ -3084,7 +3018,6 @@ public function getTransparency()
{
return $this->transparency;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -3094,7 +3027,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVisibility($visibility)
{
$this->visibility = $visibility;
@@ -3104,6 +3036,7 @@ public function getVisibility()
{
return $this->visibility;
}
+
}
class Google_Service_Calendar_EventAttendee extends Google_Model
@@ -3130,7 +3063,6 @@ public function getAdditionalGuests()
{
return $this->additionalGuests;
}
-
public function setComment($comment)
{
$this->comment = $comment;
@@ -3140,7 +3072,6 @@ public function getComment()
{
return $this->comment;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -3150,7 +3081,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -3160,7 +3090,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3170,7 +3099,6 @@ public function getId()
{
return $this->id;
}
-
public function setOptional($optional)
{
$this->optional = $optional;
@@ -3180,7 +3108,6 @@ public function getOptional()
{
return $this->optional;
}
-
public function setOrganizer($organizer)
{
$this->organizer = $organizer;
@@ -3190,7 +3117,6 @@ public function getOrganizer()
{
return $this->organizer;
}
-
public function setResource($resource)
{
$this->resource = $resource;
@@ -3200,7 +3126,6 @@ public function getResource()
{
return $this->resource;
}
-
public function setResponseStatus($responseStatus)
{
$this->responseStatus = $responseStatus;
@@ -3210,7 +3135,6 @@ public function getResponseStatus()
{
return $this->responseStatus;
}
-
public function setSelf($self)
{
$this->self = $self;
@@ -3220,6 +3144,7 @@ public function getSelf()
{
return $this->self;
}
+
}
class Google_Service_Calendar_EventCreator extends Google_Model
@@ -3240,7 +3165,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -3250,7 +3174,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3260,7 +3183,6 @@ public function getId()
{
return $this->id;
}
-
public function setSelf($self)
{
$this->self = $self;
@@ -3270,6 +3192,7 @@ public function getSelf()
{
return $this->self;
}
+
}
class Google_Service_Calendar_EventDateTime extends Google_Model
@@ -3289,7 +3212,6 @@ public function getDate()
{
return $this->date;
}
-
public function setDateTime($dateTime)
{
$this->dateTime = $dateTime;
@@ -3299,7 +3221,6 @@ public function getDateTime()
{
return $this->dateTime;
}
-
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
@@ -3309,6 +3230,7 @@ public function getTimeZone()
{
return $this->timeZone;
}
+
}
class Google_Service_Calendar_EventExtendedProperties extends Google_Model
@@ -3327,7 +3249,6 @@ public function getPrivate()
{
return $this->private;
}
-
public function setShared($shared)
{
$this->shared = $shared;
@@ -3337,18 +3258,23 @@ public function getShared()
{
return $this->shared;
}
+
}
class Google_Service_Calendar_EventExtendedPropertiesPrivate extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_EventExtendedPropertiesShared extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_EventGadget extends Google_Model
@@ -3373,7 +3299,6 @@ public function getDisplay()
{
return $this->display;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -3383,7 +3308,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setIconLink($iconLink)
{
$this->iconLink = $iconLink;
@@ -3393,7 +3317,6 @@ public function getIconLink()
{
return $this->iconLink;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -3403,7 +3326,6 @@ public function getLink()
{
return $this->link;
}
-
public function setPreferences($preferences)
{
$this->preferences = $preferences;
@@ -3413,7 +3335,6 @@ public function getPreferences()
{
return $this->preferences;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3423,7 +3344,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3433,7 +3353,6 @@ public function getType()
{
return $this->type;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -3443,12 +3362,15 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Calendar_EventGadgetPreferences extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_EventOrganizer extends Google_Model
@@ -3469,7 +3391,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -3479,7 +3400,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3489,7 +3409,6 @@ public function getId()
{
return $this->id;
}
-
public function setSelf($self)
{
$this->self = $self;
@@ -3499,6 +3418,7 @@ public function getSelf()
{
return $this->self;
}
+
}
class Google_Service_Calendar_EventReminder extends Google_Model
@@ -3517,7 +3437,6 @@ public function getMethod()
{
return $this->method;
}
-
public function setMinutes($minutes)
{
$this->minutes = $minutes;
@@ -3527,6 +3446,7 @@ public function getMinutes()
{
return $this->minutes;
}
+
}
class Google_Service_Calendar_EventReminders extends Google_Collection
@@ -3547,7 +3467,6 @@ public function getOverrides()
{
return $this->overrides;
}
-
public function setUseDefault($useDefault)
{
$this->useDefault = $useDefault;
@@ -3557,6 +3476,7 @@ public function getUseDefault()
{
return $this->useDefault;
}
+
}
class Google_Service_Calendar_EventSource extends Google_Model
@@ -3575,7 +3495,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3585,6 +3504,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Calendar_Events extends Google_Collection
@@ -3615,7 +3535,6 @@ public function getAccessRole()
{
return $this->accessRole;
}
-
public function setDefaultReminders($defaultReminders)
{
$this->defaultReminders = $defaultReminders;
@@ -3625,7 +3544,6 @@ public function getDefaultReminders()
{
return $this->defaultReminders;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3635,7 +3553,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3645,7 +3562,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3655,7 +3571,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3665,7 +3580,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3675,7 +3589,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
@@ -3685,7 +3598,6 @@ public function getNextSyncToken()
{
return $this->nextSyncToken;
}
-
public function setSummary($summary)
{
$this->summary = $summary;
@@ -3695,7 +3607,6 @@ public function getSummary()
{
return $this->summary;
}
-
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
@@ -3705,7 +3616,6 @@ public function getTimeZone()
{
return $this->timeZone;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -3715,6 +3625,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Calendar_FreeBusyCalendar extends Google_Collection
@@ -3736,7 +3647,6 @@ public function getBusy()
{
return $this->busy;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -3746,6 +3656,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_Calendar_FreeBusyGroup extends Google_Collection
@@ -3766,7 +3677,6 @@ public function getCalendars()
{
return $this->calendars;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -3776,6 +3686,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_Calendar_FreeBusyRequest extends Google_Collection
@@ -3800,7 +3711,6 @@ public function getCalendarExpansionMax()
{
return $this->calendarExpansionMax;
}
-
public function setGroupExpansionMax($groupExpansionMax)
{
$this->groupExpansionMax = $groupExpansionMax;
@@ -3810,7 +3720,6 @@ public function getGroupExpansionMax()
{
return $this->groupExpansionMax;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3820,7 +3729,6 @@ public function getItems()
{
return $this->items;
}
-
public function setTimeMax($timeMax)
{
$this->timeMax = $timeMax;
@@ -3830,7 +3738,6 @@ public function getTimeMax()
{
return $this->timeMax;
}
-
public function setTimeMin($timeMin)
{
$this->timeMin = $timeMin;
@@ -3840,7 +3747,6 @@ public function getTimeMin()
{
return $this->timeMin;
}
-
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
@@ -3850,6 +3756,7 @@ public function getTimeZone()
{
return $this->timeZone;
}
+
}
class Google_Service_Calendar_FreeBusyRequestItem extends Google_Model
@@ -3867,6 +3774,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_Calendar_FreeBusyResponse extends Google_Model
@@ -3890,7 +3798,6 @@ public function getCalendars()
{
return $this->calendars;
}
-
public function setGroups($groups)
{
$this->groups = $groups;
@@ -3900,7 +3807,6 @@ public function getGroups()
{
return $this->groups;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3910,7 +3816,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTimeMax($timeMax)
{
$this->timeMax = $timeMax;
@@ -3920,7 +3825,6 @@ public function getTimeMax()
{
return $this->timeMax;
}
-
public function setTimeMin($timeMin)
{
$this->timeMin = $timeMin;
@@ -3930,18 +3834,23 @@ public function getTimeMin()
{
return $this->timeMin;
}
+
}
class Google_Service_Calendar_FreeBusyResponseCalendars extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_FreeBusyResponseGroups extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Calendar_Setting extends Google_Model
@@ -3962,7 +3871,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3972,7 +3880,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3982,7 +3889,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3992,6 +3898,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Calendar_Settings extends Google_Collection
@@ -4015,7 +3922,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -4025,7 +3931,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4035,7 +3940,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4045,7 +3949,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
@@ -4055,6 +3958,7 @@ public function getNextSyncToken()
{
return $this->nextSyncToken;
}
+
}
class Google_Service_Calendar_TimePeriod extends Google_Model
@@ -4073,7 +3977,6 @@ public function getEnd()
{
return $this->end;
}
-
public function setStart($start)
{
$this->start = $start;
@@ -4083,4 +3986,5 @@ public function getStart()
{
return $this->start;
}
+
}
From fab2d5b6cf95bf5c4afd35b7917610a3b3a5329a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:41 -0700
Subject: [PATCH 0305/1219] Updated YouTubeAnalytics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/YouTubeAnalytics.php | 27 +++++++++----------------
1 file changed, 9 insertions(+), 18 deletions(-)
diff --git a/src/Google/Service/YouTubeAnalytics.php b/src/Google/Service/YouTubeAnalytics.php
index 707a9e712..88419c283 100644
--- a/src/Google/Service/YouTubeAnalytics.php
+++ b/src/Google/Service/YouTubeAnalytics.php
@@ -301,7 +301,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -311,6 +310,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplate extends Google_Collection
@@ -334,7 +334,6 @@ public function getDefaultOutput()
{
return $this->defaultOutput;
}
-
public function setId($id)
{
$this->id = $id;
@@ -344,7 +343,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -354,7 +352,6 @@ public function getName()
{
return $this->name;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -364,7 +361,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setType($type)
{
$this->type = $type;
@@ -374,6 +370,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplateDefaultOutput extends Google_Model
@@ -392,7 +389,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setType($type)
{
$this->type = $type;
@@ -402,6 +398,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTubeAnalytics_BatchReportList extends Google_Collection
@@ -422,7 +419,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -432,6 +428,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_YouTubeAnalytics_BatchReportTemplate extends Google_Collection
@@ -457,7 +454,6 @@ public function getId()
{
return $this->id;
}
-
public function setOutputs($outputs)
{
$this->outputs = $outputs;
@@ -467,7 +463,6 @@ public function getOutputs()
{
return $this->outputs;
}
-
public function setReportId($reportId)
{
$this->reportId = $reportId;
@@ -477,7 +472,6 @@ public function getReportId()
{
return $this->reportId;
}
-
public function setTimeSpan(Google_Service_YouTubeAnalytics_BatchReportTemplateTimeSpan $timeSpan)
{
$this->timeSpan = $timeSpan;
@@ -487,7 +481,6 @@ public function getTimeSpan()
{
return $this->timeSpan;
}
-
public function setTimeUpdated($timeUpdated)
{
$this->timeUpdated = $timeUpdated;
@@ -497,6 +490,7 @@ public function getTimeUpdated()
{
return $this->timeUpdated;
}
+
}
class Google_Service_YouTubeAnalytics_BatchReportTemplateOutputs extends Google_Model
@@ -516,7 +510,6 @@ public function getDownloadUrl()
{
return $this->downloadUrl;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -526,7 +519,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setType($type)
{
$this->type = $type;
@@ -536,6 +528,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTubeAnalytics_BatchReportTemplateTimeSpan extends Google_Model
@@ -554,7 +547,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -564,6 +556,7 @@ public function getStartTime()
{
return $this->startTime;
}
+
}
class Google_Service_YouTubeAnalytics_ResultTable extends Google_Collection
@@ -585,7 +578,6 @@ public function getColumnHeaders()
{
return $this->columnHeaders;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -595,7 +587,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -605,6 +596,7 @@ public function getRows()
{
return $this->rows;
}
+
}
class Google_Service_YouTubeAnalytics_ResultTableColumnHeaders extends Google_Model
@@ -624,7 +616,6 @@ public function getColumnType()
{
return $this->columnType;
}
-
public function setDataType($dataType)
{
$this->dataType = $dataType;
@@ -634,7 +625,6 @@ public function getDataType()
{
return $this->dataType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -644,4 +634,5 @@ public function getName()
{
return $this->name;
}
+
}
From 351a089bdde06d9318407172f19778720c392ee5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:42 -0700
Subject: [PATCH 0306/1219] Updated MapsEngine.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/MapsEngine.php | 343 +++++++++++-------------------
1 file changed, 123 insertions(+), 220 deletions(-)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index 23c1d6bfc..06aa5abe1 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -3351,7 +3351,6 @@ public function getEnd()
{
return $this->end;
}
-
public function setPrecision($precision)
{
$this->precision = $precision;
@@ -3361,7 +3360,6 @@ public function getPrecision()
{
return $this->precision;
}
-
public function setStart($start)
{
$this->start = $start;
@@ -3371,6 +3369,7 @@ public function getStart()
{
return $this->start;
}
+
}
class Google_Service_MapsEngine_Asset extends Google_Collection
@@ -3402,7 +3401,6 @@ public function getBbox()
{
return $this->bbox;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -3412,7 +3410,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
@@ -3422,7 +3419,6 @@ public function getCreatorEmail()
{
return $this->creatorEmail;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3432,7 +3428,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3442,7 +3437,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3452,7 +3446,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -3462,7 +3455,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
@@ -3472,7 +3464,6 @@ public function getLastModifierEmail()
{
return $this->lastModifierEmail;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3482,7 +3473,6 @@ public function getName()
{
return $this->name;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -3492,7 +3482,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setResource($resource)
{
$this->resource = $resource;
@@ -3502,7 +3491,6 @@ public function getResource()
{
return $this->resource;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -3512,7 +3500,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3522,7 +3509,6 @@ public function getType()
{
return $this->type;
}
-
public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
@@ -3532,6 +3518,7 @@ public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
+
}
class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
@@ -3552,7 +3539,6 @@ public function getAssets()
{
return $this->assets;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3562,6 +3548,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_MapsEngine_Border extends Google_Model
@@ -3581,7 +3568,6 @@ public function getColor()
{
return $this->color;
}
-
public function setOpacity($opacity)
{
$this->opacity = $opacity;
@@ -3591,7 +3577,6 @@ public function getOpacity()
{
return $this->opacity;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -3601,6 +3586,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_MapsEngine_Color extends Google_Model
@@ -3619,7 +3605,6 @@ public function getColor()
{
return $this->color;
}
-
public function setOpacity($opacity)
{
$this->opacity = $opacity;
@@ -3629,6 +3614,7 @@ public function getOpacity()
{
return $this->opacity;
}
+
}
class Google_Service_MapsEngine_Datasource extends Google_Model
@@ -3646,6 +3632,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_MapsEngine_DisplayRule extends Google_Collection
@@ -3674,7 +3661,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setLineOptions(Google_Service_MapsEngine_LineStyle $lineOptions)
{
$this->lineOptions = $lineOptions;
@@ -3684,7 +3670,6 @@ public function getLineOptions()
{
return $this->lineOptions;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3694,7 +3679,6 @@ public function getName()
{
return $this->name;
}
-
public function setPointOptions(Google_Service_MapsEngine_PointStyle $pointOptions)
{
$this->pointOptions = $pointOptions;
@@ -3704,7 +3688,6 @@ public function getPointOptions()
{
return $this->pointOptions;
}
-
public function setPolygonOptions(Google_Service_MapsEngine_PolygonStyle $polygonOptions)
{
$this->polygonOptions = $polygonOptions;
@@ -3714,7 +3697,6 @@ public function getPolygonOptions()
{
return $this->polygonOptions;
}
-
public function setZoomLevels(Google_Service_MapsEngine_ZoomLevels $zoomLevels)
{
$this->zoomLevels = $zoomLevels;
@@ -3724,6 +3706,7 @@ public function getZoomLevels()
{
return $this->zoomLevels;
}
+
}
class Google_Service_MapsEngine_Feature extends Google_Model
@@ -3744,7 +3727,6 @@ public function getGeometry()
{
return $this->geometry;
}
-
public function setProperties($properties)
{
$this->properties = $properties;
@@ -3754,7 +3736,6 @@ public function getProperties()
{
return $this->properties;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3764,6 +3745,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_MapsEngine_FeatureInfo extends Google_Model
@@ -3781,6 +3763,7 @@ public function getContent()
{
return $this->content;
}
+
}
class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collection
@@ -3801,7 +3784,6 @@ public function getGxIds()
{
return $this->gxIds;
}
-
public function setPrimaryKeys($primaryKeys)
{
$this->primaryKeys = $primaryKeys;
@@ -3811,6 +3793,7 @@ public function getPrimaryKeys()
{
return $this->primaryKeys;
}
+
}
class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collection
@@ -3831,7 +3814,6 @@ public function getFeatures()
{
return $this->features;
}
-
public function setNormalizeGeometries($normalizeGeometries)
{
$this->normalizeGeometries = $normalizeGeometries;
@@ -3841,6 +3823,7 @@ public function getNormalizeGeometries()
{
return $this->normalizeGeometries;
}
+
}
class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collection
@@ -3861,7 +3844,6 @@ public function getFeatures()
{
return $this->features;
}
-
public function setNormalizeGeometries($normalizeGeometries)
{
$this->normalizeGeometries = $normalizeGeometries;
@@ -3871,6 +3853,7 @@ public function getNormalizeGeometries()
{
return $this->normalizeGeometries;
}
+
}
class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
@@ -3895,7 +3878,6 @@ public function getAllowedQueriesPerSecond()
{
return $this->allowedQueriesPerSecond;
}
-
public function setFeatures($features)
{
$this->features = $features;
@@ -3905,7 +3887,6 @@ public function getFeatures()
{
return $this->features;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3915,7 +3896,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSchema(Google_Service_MapsEngine_Schema $schema)
{
$this->schema = $schema;
@@ -3925,7 +3905,6 @@ public function getSchema()
{
return $this->schema;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3935,6 +3914,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_MapsEngine_Filter extends Google_Model
@@ -3954,7 +3934,6 @@ public function getColumn()
{
return $this->column;
}
-
public function setOperator($operator)
{
$this->operator = $operator;
@@ -3964,7 +3943,6 @@ public function getOperator()
{
return $this->operator;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3974,6 +3952,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_MapsEngine_GeoJsonGeometry extends Google_Model
@@ -3991,16 +3970,19 @@ public function getType()
{
return $this->type;
}
+
}
-class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Collection
+class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Service_MapsEngine_GeoJsonGeometry
{
protected $collection_key = 'geometries';
protected $internal_gapi_mappings = array(
);
protected $geometriesType = 'Google_Service_MapsEngine_GeoJsonGeometry';
protected $geometriesDataType = 'array';
-
+ protected function gapiInit() {
+ $this->type = 'GeometryCollection';
+ }
public function setGeometries($geometries)
{
$this->geometries = $geometries;
@@ -4010,15 +3992,18 @@ public function getGeometries()
{
return $this->geometries;
}
+
}
-class Google_Service_MapsEngine_GeoJsonLineString extends Google_Collection
+class Google_Service_MapsEngine_GeoJsonLineString extends Google_Service_MapsEngine_GeoJsonGeometry
{
protected $collection_key = 'coordinates';
protected $internal_gapi_mappings = array(
);
public $coordinates;
-
+ protected function gapiInit() {
+ $this->type = 'LineString';
+ }
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
@@ -4028,15 +4013,18 @@ public function getCoordinates()
{
return $this->coordinates;
}
+
}
-class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Collection
+class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Service_MapsEngine_GeoJsonGeometry
{
protected $collection_key = 'coordinates';
protected $internal_gapi_mappings = array(
);
public $coordinates;
-
+ protected function gapiInit() {
+ $this->type = 'MultiLineString';
+ }
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
@@ -4046,15 +4034,18 @@ public function getCoordinates()
{
return $this->coordinates;
}
+
}
-class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Collection
+class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Service_MapsEngine_GeoJsonGeometry
{
protected $collection_key = 'coordinates';
protected $internal_gapi_mappings = array(
);
public $coordinates;
-
+ protected function gapiInit() {
+ $this->type = 'MultiPoint';
+ }
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
@@ -4064,15 +4055,18 @@ public function getCoordinates()
{
return $this->coordinates;
}
+
}
-class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Collection
+class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Service_MapsEngine_GeoJsonGeometry
{
protected $collection_key = 'coordinates';
protected $internal_gapi_mappings = array(
);
public $coordinates;
-
+ protected function gapiInit() {
+ $this->type = 'MultiPolygon';
+ }
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
@@ -4082,15 +4076,18 @@ public function getCoordinates()
{
return $this->coordinates;
}
+
}
-class Google_Service_MapsEngine_GeoJsonPoint extends Google_Collection
+class Google_Service_MapsEngine_GeoJsonPoint extends Google_Service_MapsEngine_GeoJsonGeometry
{
protected $collection_key = 'coordinates';
protected $internal_gapi_mappings = array(
);
public $coordinates;
-
+ protected function gapiInit() {
+ $this->type = 'Point';
+ }
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
@@ -4100,15 +4097,18 @@ public function getCoordinates()
{
return $this->coordinates;
}
+
}
-class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Collection
+class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Service_MapsEngine_GeoJsonGeometry
{
protected $collection_key = 'coordinates';
protected $internal_gapi_mappings = array(
);
public $coordinates;
-
+ protected function gapiInit() {
+ $this->type = 'Polygon';
+ }
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
@@ -4118,12 +4118,15 @@ public function getCoordinates()
{
return $this->coordinates;
}
+
}
class Google_Service_MapsEngine_GeoJsonProperties extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_MapsEngine_Icon extends Google_Model
@@ -4143,7 +4146,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4153,7 +4155,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4163,6 +4164,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_MapsEngine_IconStyle extends Google_Model
@@ -4185,7 +4187,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4195,7 +4196,6 @@ public function getName()
{
return $this->name;
}
-
public function setScaledShape(Google_Service_MapsEngine_ScaledShape $scaledShape)
{
$this->scaledShape = $scaledShape;
@@ -4205,7 +4205,6 @@ public function getScaledShape()
{
return $this->scaledShape;
}
-
public function setScalingFunction(Google_Service_MapsEngine_ScalingFunction $scalingFunction)
{
$this->scalingFunction = $scalingFunction;
@@ -4215,6 +4214,7 @@ public function getScalingFunction()
{
return $this->scalingFunction;
}
+
}
class Google_Service_MapsEngine_IconsListResponse extends Google_Collection
@@ -4235,7 +4235,6 @@ public function getIcons()
{
return $this->icons;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4245,6 +4244,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_MapsEngine_LabelStyle extends Google_Model
@@ -4269,7 +4269,6 @@ public function getColor()
{
return $this->color;
}
-
public function setColumn($column)
{
$this->column = $column;
@@ -4279,7 +4278,6 @@ public function getColumn()
{
return $this->column;
}
-
public function setFontStyle($fontStyle)
{
$this->fontStyle = $fontStyle;
@@ -4289,7 +4287,6 @@ public function getFontStyle()
{
return $this->fontStyle;
}
-
public function setFontWeight($fontWeight)
{
$this->fontWeight = $fontWeight;
@@ -4299,7 +4296,6 @@ public function getFontWeight()
{
return $this->fontWeight;
}
-
public function setOpacity($opacity)
{
$this->opacity = $opacity;
@@ -4309,7 +4305,6 @@ public function getOpacity()
{
return $this->opacity;
}
-
public function setOutline(Google_Service_MapsEngine_Color $outline)
{
$this->outline = $outline;
@@ -4319,7 +4314,6 @@ public function getOutline()
{
return $this->outline;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -4329,6 +4323,7 @@ public function getSize()
{
return $this->size;
}
+
}
class Google_Service_MapsEngine_Layer extends Google_Collection
@@ -4368,7 +4363,6 @@ public function getBbox()
{
return $this->bbox;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -4378,7 +4372,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
@@ -4388,7 +4381,6 @@ public function getCreatorEmail()
{
return $this->creatorEmail;
}
-
public function setDatasourceType($datasourceType)
{
$this->datasourceType = $datasourceType;
@@ -4398,7 +4390,6 @@ public function getDatasourceType()
{
return $this->datasourceType;
}
-
public function setDatasources(Google_Service_MapsEngine_Datasource $datasources)
{
$this->datasources = $datasources;
@@ -4408,7 +4399,6 @@ public function getDatasources()
{
return $this->datasources;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -4418,7 +4408,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
@@ -4428,7 +4417,6 @@ public function getDraftAccessList()
{
return $this->draftAccessList;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4438,7 +4426,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4448,7 +4435,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -4458,7 +4444,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
@@ -4468,7 +4453,6 @@ public function getLastModifierEmail()
{
return $this->lastModifierEmail;
}
-
public function setLayerType($layerType)
{
$this->layerType = $layerType;
@@ -4478,7 +4462,6 @@ public function getLayerType()
{
return $this->layerType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4488,7 +4471,6 @@ public function getName()
{
return $this->name;
}
-
public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
@@ -4498,7 +4480,6 @@ public function getProcessingStatus()
{
return $this->processingStatus;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -4508,7 +4489,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setPublishedAccessList($publishedAccessList)
{
$this->publishedAccessList = $publishedAccessList;
@@ -4518,7 +4498,6 @@ public function getPublishedAccessList()
{
return $this->publishedAccessList;
}
-
public function setPublishingStatus($publishingStatus)
{
$this->publishingStatus = $publishingStatus;
@@ -4528,7 +4507,6 @@ public function getPublishingStatus()
{
return $this->publishingStatus;
}
-
public function setStyle(Google_Service_MapsEngine_VectorStyle $style)
{
$this->style = $style;
@@ -4538,7 +4516,6 @@ public function getStyle()
{
return $this->style;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -4548,7 +4525,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
@@ -4558,6 +4534,7 @@ public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
+
}
class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
@@ -4578,7 +4555,6 @@ public function getLayers()
{
return $this->layers;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4588,6 +4564,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_MapsEngine_LineStyle extends Google_Collection
@@ -4612,7 +4589,6 @@ public function getBorder()
{
return $this->border;
}
-
public function setDash($dash)
{
$this->dash = $dash;
@@ -4622,7 +4598,6 @@ public function getDash()
{
return $this->dash;
}
-
public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
{
$this->label = $label;
@@ -4632,7 +4607,6 @@ public function getLabel()
{
return $this->label;
}
-
public function setStroke(Google_Service_MapsEngine_LineStyleStroke $stroke)
{
$this->stroke = $stroke;
@@ -4642,6 +4616,7 @@ public function getStroke()
{
return $this->stroke;
}
+
}
class Google_Service_MapsEngine_LineStyleStroke extends Google_Model
@@ -4661,7 +4636,6 @@ public function getColor()
{
return $this->color;
}
-
public function setOpacity($opacity)
{
$this->opacity = $opacity;
@@ -4671,7 +4645,6 @@ public function getOpacity()
{
return $this->opacity;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -4681,6 +4654,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_MapsEngine_Map extends Google_Collection
@@ -4718,7 +4692,6 @@ public function getBbox()
{
return $this->bbox;
}
-
public function setContents(Google_Service_MapsEngine_MapItem $contents)
{
$this->contents = $contents;
@@ -4728,7 +4701,6 @@ public function getContents()
{
return $this->contents;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -4738,7 +4710,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
@@ -4748,7 +4719,6 @@ public function getCreatorEmail()
{
return $this->creatorEmail;
}
-
public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
@@ -4758,7 +4728,6 @@ public function getDefaultViewport()
{
return $this->defaultViewport;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -4768,7 +4737,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
@@ -4778,7 +4746,6 @@ public function getDraftAccessList()
{
return $this->draftAccessList;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4788,7 +4755,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4798,7 +4764,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -4808,7 +4773,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
@@ -4818,7 +4782,6 @@ public function getLastModifierEmail()
{
return $this->lastModifierEmail;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4828,7 +4791,6 @@ public function getName()
{
return $this->name;
}
-
public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
@@ -4838,7 +4800,6 @@ public function getProcessingStatus()
{
return $this->processingStatus;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -4848,7 +4809,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setPublishedAccessList($publishedAccessList)
{
$this->publishedAccessList = $publishedAccessList;
@@ -4858,7 +4818,6 @@ public function getPublishedAccessList()
{
return $this->publishedAccessList;
}
-
public function setPublishingStatus($publishingStatus)
{
$this->publishingStatus = $publishingStatus;
@@ -4868,7 +4827,6 @@ public function getPublishingStatus()
{
return $this->publishingStatus;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -4878,7 +4836,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setVersions($versions)
{
$this->versions = $versions;
@@ -4888,7 +4845,6 @@ public function getVersions()
{
return $this->versions;
}
-
public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
@@ -4898,9 +4854,10 @@ public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
+
}
-class Google_Service_MapsEngine_MapFolder extends Google_Collection
+class Google_Service_MapsEngine_MapFolder extends Google_Service_MapsEngine_MapItem
{
protected $collection_key = 'defaultViewport';
protected $internal_gapi_mappings = array(
@@ -4912,7 +4869,9 @@ class Google_Service_MapsEngine_MapFolder extends Google_Collection
public $key;
public $name;
public $visibility;
-
+ protected function gapiInit() {
+ $this->type = 'folder';
+ }
public function setContents($contents)
{
$this->contents = $contents;
@@ -4922,7 +4881,6 @@ public function getContents()
{
return $this->contents;
}
-
public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
@@ -4932,7 +4890,6 @@ public function getDefaultViewport()
{
return $this->defaultViewport;
}
-
public function setExpandable($expandable)
{
$this->expandable = $expandable;
@@ -4942,7 +4899,6 @@ public function getExpandable()
{
return $this->expandable;
}
-
public function setKey($key)
{
$this->key = $key;
@@ -4952,7 +4908,6 @@ public function getKey()
{
return $this->key;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4962,7 +4917,6 @@ public function getName()
{
return $this->name;
}
-
public function setVisibility($visibility)
{
$this->visibility = $visibility;
@@ -4972,6 +4926,7 @@ public function getVisibility()
{
return $this->visibility;
}
+
}
class Google_Service_MapsEngine_MapItem extends Google_Model
@@ -4989,9 +4944,10 @@ public function getType()
{
return $this->type;
}
+
}
-class Google_Service_MapsEngine_MapKmlLink extends Google_Collection
+class Google_Service_MapsEngine_MapKmlLink extends Google_Service_MapsEngine_MapItem
{
protected $collection_key = 'defaultViewport';
protected $internal_gapi_mappings = array(
@@ -5000,7 +4956,9 @@ class Google_Service_MapsEngine_MapKmlLink extends Google_Collection
public $kmlUrl;
public $name;
public $visibility;
-
+ protected function gapiInit() {
+ $this->type = 'kmlLink';
+ }
public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
@@ -5010,7 +4968,6 @@ public function getDefaultViewport()
{
return $this->defaultViewport;
}
-
public function setKmlUrl($kmlUrl)
{
$this->kmlUrl = $kmlUrl;
@@ -5020,7 +4977,6 @@ public function getKmlUrl()
{
return $this->kmlUrl;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5030,7 +4986,6 @@ public function getName()
{
return $this->name;
}
-
public function setVisibility($visibility)
{
$this->visibility = $visibility;
@@ -5040,9 +4995,10 @@ public function getVisibility()
{
return $this->visibility;
}
+
}
-class Google_Service_MapsEngine_MapLayer extends Google_Collection
+class Google_Service_MapsEngine_MapLayer extends Google_Service_MapsEngine_MapItem
{
protected $collection_key = 'defaultViewport';
protected $internal_gapi_mappings = array(
@@ -5052,7 +5008,9 @@ class Google_Service_MapsEngine_MapLayer extends Google_Collection
public $key;
public $name;
public $visibility;
-
+ protected function gapiInit() {
+ $this->type = 'layer';
+ }
public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
@@ -5062,7 +5020,6 @@ public function getDefaultViewport()
{
return $this->defaultViewport;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5072,7 +5029,6 @@ public function getId()
{
return $this->id;
}
-
public function setKey($key)
{
$this->key = $key;
@@ -5082,7 +5038,6 @@ public function getKey()
{
return $this->key;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5092,7 +5047,6 @@ public function getName()
{
return $this->name;
}
-
public function setVisibility($visibility)
{
$this->visibility = $visibility;
@@ -5102,6 +5056,7 @@ public function getVisibility()
{
return $this->visibility;
}
+
}
class Google_Service_MapsEngine_MapsListResponse extends Google_Collection
@@ -5122,7 +5077,6 @@ public function getMaps()
{
return $this->maps;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5132,6 +5086,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_MapsEngine_MapsengineFile extends Google_Model
@@ -5151,7 +5106,6 @@ public function getFilename()
{
return $this->filename;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -5161,7 +5115,6 @@ public function getSize()
{
return $this->size;
}
-
public function setUploadStatus($uploadStatus)
{
$this->uploadStatus = $uploadStatus;
@@ -5171,6 +5124,7 @@ public function getUploadStatus()
{
return $this->uploadStatus;
}
+
}
class Google_Service_MapsEngine_Parent extends Google_Model
@@ -5188,6 +5142,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_MapsEngine_ParentsListResponse extends Google_Collection
@@ -5208,7 +5163,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setParents($parents)
{
$this->parents = $parents;
@@ -5218,6 +5172,7 @@ public function getParents()
{
return $this->parents;
}
+
}
class Google_Service_MapsEngine_Permission extends Google_Model
@@ -5238,7 +5193,6 @@ public function getDiscoverable()
{
return $this->discoverable;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5248,7 +5202,6 @@ public function getId()
{
return $this->id;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -5258,7 +5211,6 @@ public function getRole()
{
return $this->role;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5268,6 +5220,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_MapsEngine_PermissionsBatchDeleteRequest extends Google_Collection
@@ -5286,12 +5239,15 @@ public function getIds()
{
return $this->ids;
}
+
}
class Google_Service_MapsEngine_PermissionsBatchDeleteResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_MapsEngine_PermissionsBatchUpdateRequest extends Google_Collection
@@ -5311,12 +5267,15 @@ public function getPermissions()
{
return $this->permissions;
}
+
}
class Google_Service_MapsEngine_PermissionsBatchUpdateResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_MapsEngine_PermissionsListResponse extends Google_Collection
@@ -5336,6 +5295,7 @@ public function getPermissions()
{
return $this->permissions;
}
+
}
class Google_Service_MapsEngine_PointStyle extends Google_Model
@@ -5356,7 +5316,6 @@ public function getIcon()
{
return $this->icon;
}
-
public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
{
$this->label = $label;
@@ -5366,6 +5325,7 @@ public function getLabel()
{
return $this->label;
}
+
}
class Google_Service_MapsEngine_PolygonStyle extends Google_Model
@@ -5388,7 +5348,6 @@ public function getFill()
{
return $this->fill;
}
-
public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
{
$this->label = $label;
@@ -5398,7 +5357,6 @@ public function getLabel()
{
return $this->label;
}
-
public function setStroke(Google_Service_MapsEngine_Border $stroke)
{
$this->stroke = $stroke;
@@ -5408,12 +5366,15 @@ public function getStroke()
{
return $this->stroke;
}
+
}
class Google_Service_MapsEngine_ProcessResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_MapsEngine_Project extends Google_Model
@@ -5432,7 +5393,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5442,6 +5402,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_MapsEngine_ProjectsListResponse extends Google_Collection
@@ -5461,12 +5422,15 @@ public function getProjects()
{
return $this->projects;
}
+
}
class Google_Service_MapsEngine_PublishResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_MapsEngine_PublishedLayer extends Google_Model
@@ -5488,7 +5452,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5498,7 +5461,6 @@ public function getId()
{
return $this->id;
}
-
public function setLayerType($layerType)
{
$this->layerType = $layerType;
@@ -5508,7 +5470,6 @@ public function getLayerType()
{
return $this->layerType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5518,7 +5479,6 @@ public function getName()
{
return $this->name;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -5528,6 +5488,7 @@ public function getProjectId()
{
return $this->projectId;
}
+
}
class Google_Service_MapsEngine_PublishedLayersListResponse extends Google_Collection
@@ -5548,7 +5509,6 @@ public function getLayers()
{
return $this->layers;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5558,6 +5518,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_MapsEngine_PublishedMap extends Google_Model
@@ -5581,7 +5542,6 @@ public function getContents()
{
return $this->contents;
}
-
public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
@@ -5591,7 +5551,6 @@ public function getDefaultViewport()
{
return $this->defaultViewport;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5601,7 +5560,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5611,7 +5569,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5621,7 +5578,6 @@ public function getName()
{
return $this->name;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -5631,6 +5587,7 @@ public function getProjectId()
{
return $this->projectId;
}
+
}
class Google_Service_MapsEngine_PublishedMapsListResponse extends Google_Collection
@@ -5651,7 +5608,6 @@ public function getMaps()
{
return $this->maps;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5661,6 +5617,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_MapsEngine_Raster extends Google_Collection
@@ -5699,7 +5656,6 @@ public function getAcquisitionTime()
{
return $this->acquisitionTime;
}
-
public function setAttribution($attribution)
{
$this->attribution = $attribution;
@@ -5709,7 +5665,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setBbox($bbox)
{
$this->bbox = $bbox;
@@ -5719,7 +5674,6 @@ public function getBbox()
{
return $this->bbox;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -5729,7 +5683,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
@@ -5739,7 +5692,6 @@ public function getCreatorEmail()
{
return $this->creatorEmail;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5749,7 +5701,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
@@ -5759,7 +5710,6 @@ public function getDraftAccessList()
{
return $this->draftAccessList;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -5769,7 +5719,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFiles($files)
{
$this->files = $files;
@@ -5779,7 +5728,6 @@ public function getFiles()
{
return $this->files;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5789,7 +5737,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -5799,7 +5746,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
@@ -5809,7 +5755,6 @@ public function getLastModifierEmail()
{
return $this->lastModifierEmail;
}
-
public function setMaskType($maskType)
{
$this->maskType = $maskType;
@@ -5819,7 +5764,6 @@ public function getMaskType()
{
return $this->maskType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5829,7 +5773,6 @@ public function getName()
{
return $this->name;
}
-
public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
@@ -5839,7 +5782,6 @@ public function getProcessingStatus()
{
return $this->processingStatus;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -5849,7 +5791,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setRasterType($rasterType)
{
$this->rasterType = $rasterType;
@@ -5859,7 +5800,6 @@ public function getRasterType()
{
return $this->rasterType;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -5869,7 +5809,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
@@ -5879,6 +5818,7 @@ public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
+
}
class Google_Service_MapsEngine_RasterCollection extends Google_Collection
@@ -5913,7 +5853,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setBbox($bbox)
{
$this->bbox = $bbox;
@@ -5923,7 +5862,6 @@ public function getBbox()
{
return $this->bbox;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -5933,7 +5871,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
@@ -5943,7 +5880,6 @@ public function getCreatorEmail()
{
return $this->creatorEmail;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5953,7 +5889,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
@@ -5963,7 +5898,6 @@ public function getDraftAccessList()
{
return $this->draftAccessList;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -5973,7 +5907,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5983,7 +5916,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -5993,7 +5925,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
@@ -6003,7 +5934,6 @@ public function getLastModifierEmail()
{
return $this->lastModifierEmail;
}
-
public function setMosaic($mosaic)
{
$this->mosaic = $mosaic;
@@ -6013,7 +5943,6 @@ public function getMosaic()
{
return $this->mosaic;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6023,7 +5952,6 @@ public function getName()
{
return $this->name;
}
-
public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
@@ -6033,7 +5961,6 @@ public function getProcessingStatus()
{
return $this->processingStatus;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -6043,7 +5970,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setRasterType($rasterType)
{
$this->rasterType = $rasterType;
@@ -6053,7 +5979,6 @@ public function getRasterType()
{
return $this->rasterType;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -6063,7 +5988,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
@@ -6073,6 +5997,7 @@ public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
+
}
class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
@@ -6093,7 +6018,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setRasterCollections($rasterCollections)
{
$this->rasterCollections = $rasterCollections;
@@ -6103,6 +6027,7 @@ public function getRasterCollections()
{
return $this->rasterCollections;
}
+
}
class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collection
@@ -6129,7 +6054,6 @@ public function getBbox()
{
return $this->bbox;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -6139,7 +6063,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -6149,7 +6072,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6159,7 +6081,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -6169,7 +6090,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6179,7 +6099,6 @@ public function getName()
{
return $this->name;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -6189,7 +6108,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setRasterType($rasterType)
{
$this->rasterType = $rasterType;
@@ -6199,7 +6117,6 @@ public function getRasterType()
{
return $this->rasterType;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -6209,6 +6126,7 @@ public function getTags()
{
return $this->tags;
}
+
}
class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extends Google_Collection
@@ -6227,12 +6145,15 @@ public function getIds()
{
return $this->ids;
}
+
}
class Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest extends Google_Collection
@@ -6251,12 +6172,15 @@ public function getIds()
{
return $this->ids;
}
+
}
class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Google_Collection
@@ -6277,7 +6201,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setRasters($rasters)
{
$this->rasters = $rasters;
@@ -6287,6 +6210,7 @@ public function getRasters()
{
return $this->rasters;
}
+
}
class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
@@ -6307,7 +6231,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setRasters($rasters)
{
$this->rasters = $rasters;
@@ -6317,6 +6240,7 @@ public function getRasters()
{
return $this->rasters;
}
+
}
class Google_Service_MapsEngine_ScaledShape extends Google_Model
@@ -6338,7 +6262,6 @@ public function getBorder()
{
return $this->border;
}
-
public function setFill(Google_Service_MapsEngine_Color $fill)
{
$this->fill = $fill;
@@ -6348,7 +6271,6 @@ public function getFill()
{
return $this->fill;
}
-
public function setShape($shape)
{
$this->shape = $shape;
@@ -6358,6 +6280,7 @@ public function getShape()
{
return $this->shape;
}
+
}
class Google_Service_MapsEngine_ScalingFunction extends Google_Model
@@ -6380,7 +6303,6 @@ public function getColumn()
{
return $this->column;
}
-
public function setScalingType($scalingType)
{
$this->scalingType = $scalingType;
@@ -6390,7 +6312,6 @@ public function getScalingType()
{
return $this->scalingType;
}
-
public function setSizeRange(Google_Service_MapsEngine_SizeRange $sizeRange)
{
$this->sizeRange = $sizeRange;
@@ -6400,7 +6321,6 @@ public function getSizeRange()
{
return $this->sizeRange;
}
-
public function setValueRange(Google_Service_MapsEngine_ValueRange $valueRange)
{
$this->valueRange = $valueRange;
@@ -6410,6 +6330,7 @@ public function getValueRange()
{
return $this->valueRange;
}
+
}
class Google_Service_MapsEngine_Schema extends Google_Collection
@@ -6431,7 +6352,6 @@ public function getColumns()
{
return $this->columns;
}
-
public function setPrimaryGeometry($primaryGeometry)
{
$this->primaryGeometry = $primaryGeometry;
@@ -6441,7 +6361,6 @@ public function getPrimaryGeometry()
{
return $this->primaryGeometry;
}
-
public function setPrimaryKey($primaryKey)
{
$this->primaryKey = $primaryKey;
@@ -6451,6 +6370,7 @@ public function getPrimaryKey()
{
return $this->primaryKey;
}
+
}
class Google_Service_MapsEngine_SizeRange extends Google_Model
@@ -6469,7 +6389,6 @@ public function getMax()
{
return $this->max;
}
-
public function setMin($min)
{
$this->min = $min;
@@ -6479,6 +6398,7 @@ public function getMin()
{
return $this->min;
}
+
}
class Google_Service_MapsEngine_Table extends Google_Collection
@@ -6516,7 +6436,6 @@ public function getBbox()
{
return $this->bbox;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -6526,7 +6445,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
@@ -6536,7 +6454,6 @@ public function getCreatorEmail()
{
return $this->creatorEmail;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -6546,7 +6463,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
@@ -6556,7 +6472,6 @@ public function getDraftAccessList()
{
return $this->draftAccessList;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -6566,7 +6481,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFiles($files)
{
$this->files = $files;
@@ -6576,7 +6490,6 @@ public function getFiles()
{
return $this->files;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6586,7 +6499,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -6596,7 +6508,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
@@ -6606,7 +6517,6 @@ public function getLastModifierEmail()
{
return $this->lastModifierEmail;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6616,7 +6526,6 @@ public function getName()
{
return $this->name;
}
-
public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
@@ -6626,7 +6535,6 @@ public function getProcessingStatus()
{
return $this->processingStatus;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -6636,7 +6544,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setPublishedAccessList($publishedAccessList)
{
$this->publishedAccessList = $publishedAccessList;
@@ -6646,7 +6553,6 @@ public function getPublishedAccessList()
{
return $this->publishedAccessList;
}
-
public function setSchema(Google_Service_MapsEngine_Schema $schema)
{
$this->schema = $schema;
@@ -6656,7 +6562,6 @@ public function getSchema()
{
return $this->schema;
}
-
public function setSourceEncoding($sourceEncoding)
{
$this->sourceEncoding = $sourceEncoding;
@@ -6666,7 +6571,6 @@ public function getSourceEncoding()
{
return $this->sourceEncoding;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -6676,7 +6580,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
@@ -6686,6 +6589,7 @@ public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
+
}
class Google_Service_MapsEngine_TableColumn extends Google_Model
@@ -6704,7 +6608,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6714,6 +6617,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_MapsEngine_TablesListResponse extends Google_Collection
@@ -6734,7 +6638,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTables($tables)
{
$this->tables = $tables;
@@ -6744,6 +6647,7 @@ public function getTables()
{
return $this->tables;
}
+
}
class Google_Service_MapsEngine_ValueRange extends Google_Model
@@ -6762,7 +6666,6 @@ public function getMax()
{
return $this->max;
}
-
public function setMin($min)
{
$this->min = $min;
@@ -6772,6 +6675,7 @@ public function getMin()
{
return $this->min;
}
+
}
class Google_Service_MapsEngine_VectorStyle extends Google_Collection
@@ -6794,7 +6698,6 @@ public function getDisplayRules()
{
return $this->displayRules;
}
-
public function setFeatureInfo(Google_Service_MapsEngine_FeatureInfo $featureInfo)
{
$this->featureInfo = $featureInfo;
@@ -6804,7 +6707,6 @@ public function getFeatureInfo()
{
return $this->featureInfo;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6814,6 +6716,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_MapsEngine_ZoomLevels extends Google_Model
@@ -6832,7 +6735,6 @@ public function getMax()
{
return $this->max;
}
-
public function setMin($min)
{
$this->min = $min;
@@ -6842,4 +6744,5 @@ public function getMin()
{
return $this->min;
}
+
}
From 72eead848c29b08673d017bab0922ccd06c843da Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:43 -0700
Subject: [PATCH 0307/1219] Updated IdentityToolkit.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/IdentityToolkit.php | 129 +++++--------------------
1 file changed, 26 insertions(+), 103 deletions(-)
diff --git a/src/Google/Service/IdentityToolkit.php b/src/Google/Service/IdentityToolkit.php
index eee52a366..e7aa77177 100644
--- a/src/Google/Service/IdentityToolkit.php
+++ b/src/Google/Service/IdentityToolkit.php
@@ -286,7 +286,6 @@ public function getAuthUri()
{
return $this->authUri;
}
-
public function setCaptchaRequired($captchaRequired)
{
$this->captchaRequired = $captchaRequired;
@@ -296,7 +295,6 @@ public function getCaptchaRequired()
{
return $this->captchaRequired;
}
-
public function setForExistingProvider($forExistingProvider)
{
$this->forExistingProvider = $forExistingProvider;
@@ -306,7 +304,6 @@ public function getForExistingProvider()
{
return $this->forExistingProvider;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -316,7 +313,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProviderId($providerId)
{
$this->providerId = $providerId;
@@ -326,7 +322,6 @@ public function getProviderId()
{
return $this->providerId;
}
-
public function setRegistered($registered)
{
$this->registered = $registered;
@@ -336,6 +331,7 @@ public function getRegistered()
{
return $this->registered;
}
+
}
class Google_Service_IdentityToolkit_DeleteAccountResponse extends Google_Model
@@ -353,6 +349,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_IdentityToolkit_DownloadAccountResponse extends Google_Collection
@@ -374,7 +371,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -384,7 +380,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setUsers($users)
{
$this->users = $users;
@@ -394,6 +389,7 @@ public function getUsers()
{
return $this->users;
}
+
}
class Google_Service_IdentityToolkit_GetAccountInfoResponse extends Google_Collection
@@ -414,7 +410,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUsers($users)
{
$this->users = $users;
@@ -424,6 +419,7 @@ public function getUsers()
{
return $this->users;
}
+
}
class Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse extends Google_Model
@@ -442,7 +438,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOobCode($oobCode)
{
$this->oobCode = $oobCode;
@@ -452,6 +447,7 @@ public function getOobCode()
{
return $this->oobCode;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest extends Google_Model
@@ -476,7 +472,6 @@ public function getAppId()
{
return $this->appId;
}
-
public function setClientId($clientId)
{
$this->clientId = $clientId;
@@ -486,7 +481,6 @@ public function getClientId()
{
return $this->clientId;
}
-
public function setContext($context)
{
$this->context = $context;
@@ -496,7 +490,6 @@ public function getContext()
{
return $this->context;
}
-
public function setContinueUri($continueUri)
{
$this->continueUri = $continueUri;
@@ -506,7 +499,6 @@ public function getContinueUri()
{
return $this->continueUri;
}
-
public function setIdentifier($identifier)
{
$this->identifier = $identifier;
@@ -516,7 +508,6 @@ public function getIdentifier()
{
return $this->identifier;
}
-
public function setOpenidRealm($openidRealm)
{
$this->openidRealm = $openidRealm;
@@ -526,7 +517,6 @@ public function getOpenidRealm()
{
return $this->openidRealm;
}
-
public function setOtaApp($otaApp)
{
$this->otaApp = $otaApp;
@@ -536,7 +526,6 @@ public function getOtaApp()
{
return $this->otaApp;
}
-
public function setProviderId($providerId)
{
$this->providerId = $providerId;
@@ -546,6 +535,7 @@ public function getProviderId()
{
return $this->providerId;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest extends Google_Model
@@ -563,6 +553,7 @@ public function getLocalId()
{
return $this->localId;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest extends Google_Model
@@ -581,7 +572,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -591,6 +581,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Google_Collection
@@ -611,7 +602,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setIdToken($idToken)
{
$this->idToken = $idToken;
@@ -621,7 +611,6 @@ public function getIdToken()
{
return $this->idToken;
}
-
public function setLocalId($localId)
{
$this->localId = $localId;
@@ -631,12 +620,15 @@ public function getLocalId()
{
return $this->localId;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest extends Google_Model
@@ -657,7 +649,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setNewPassword($newPassword)
{
$this->newPassword = $newPassword;
@@ -667,7 +658,6 @@ public function getNewPassword()
{
return $this->newPassword;
}
-
public function setOldPassword($oldPassword)
{
$this->oldPassword = $oldPassword;
@@ -677,7 +667,6 @@ public function getOldPassword()
{
return $this->oldPassword;
}
-
public function setOobCode($oobCode)
{
$this->oobCode = $oobCode;
@@ -687,6 +676,7 @@ public function getOobCode()
{
return $this->oobCode;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest extends Google_Collection
@@ -715,7 +705,6 @@ public function getCaptchaChallenge()
{
return $this->captchaChallenge;
}
-
public function setCaptchaResponse($captchaResponse)
{
$this->captchaResponse = $captchaResponse;
@@ -725,7 +714,6 @@ public function getCaptchaResponse()
{
return $this->captchaResponse;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -735,7 +723,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -745,7 +732,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEmailVerified($emailVerified)
{
$this->emailVerified = $emailVerified;
@@ -755,7 +741,6 @@ public function getEmailVerified()
{
return $this->emailVerified;
}
-
public function setIdToken($idToken)
{
$this->idToken = $idToken;
@@ -765,7 +750,6 @@ public function getIdToken()
{
return $this->idToken;
}
-
public function setLocalId($localId)
{
$this->localId = $localId;
@@ -775,7 +759,6 @@ public function getLocalId()
{
return $this->localId;
}
-
public function setOobCode($oobCode)
{
$this->oobCode = $oobCode;
@@ -785,7 +768,6 @@ public function getOobCode()
{
return $this->oobCode;
}
-
public function setPassword($password)
{
$this->password = $password;
@@ -795,7 +777,6 @@ public function getPassword()
{
return $this->password;
}
-
public function setProvider($provider)
{
$this->provider = $provider;
@@ -805,7 +786,6 @@ public function getProvider()
{
return $this->provider;
}
-
public function setUpgradeToFederatedLogin($upgradeToFederatedLogin)
{
$this->upgradeToFederatedLogin = $upgradeToFederatedLogin;
@@ -815,6 +795,7 @@ public function getUpgradeToFederatedLogin()
{
return $this->upgradeToFederatedLogin;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest extends Google_Collection
@@ -839,7 +820,6 @@ public function getHashAlgorithm()
{
return $this->hashAlgorithm;
}
-
public function setMemoryCost($memoryCost)
{
$this->memoryCost = $memoryCost;
@@ -849,7 +829,6 @@ public function getMemoryCost()
{
return $this->memoryCost;
}
-
public function setRounds($rounds)
{
$this->rounds = $rounds;
@@ -859,7 +838,6 @@ public function getRounds()
{
return $this->rounds;
}
-
public function setSaltSeparator($saltSeparator)
{
$this->saltSeparator = $saltSeparator;
@@ -869,7 +847,6 @@ public function getSaltSeparator()
{
return $this->saltSeparator;
}
-
public function setSignerKey($signerKey)
{
$this->signerKey = $signerKey;
@@ -879,7 +856,6 @@ public function getSignerKey()
{
return $this->signerKey;
}
-
public function setUsers($users)
{
$this->users = $users;
@@ -889,6 +865,7 @@ public function getUsers()
{
return $this->users;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest extends Google_Model
@@ -908,7 +885,6 @@ public function getPendingIdToken()
{
return $this->pendingIdToken;
}
-
public function setPostBody($postBody)
{
$this->postBody = $postBody;
@@ -918,7 +894,6 @@ public function getPostBody()
{
return $this->postBody;
}
-
public function setRequestUri($requestUri)
{
$this->requestUri = $requestUri;
@@ -928,6 +903,7 @@ public function getRequestUri()
{
return $this->requestUri;
}
+
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest extends Google_Model
@@ -949,7 +925,6 @@ public function getCaptchaChallenge()
{
return $this->captchaChallenge;
}
-
public function setCaptchaResponse($captchaResponse)
{
$this->captchaResponse = $captchaResponse;
@@ -959,7 +934,6 @@ public function getCaptchaResponse()
{
return $this->captchaResponse;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -969,7 +943,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setPassword($password)
{
$this->password = $password;
@@ -979,7 +952,6 @@ public function getPassword()
{
return $this->password;
}
-
public function setPendingIdToken($pendingIdToken)
{
$this->pendingIdToken = $pendingIdToken;
@@ -989,6 +961,7 @@ public function getPendingIdToken()
{
return $this->pendingIdToken;
}
+
}
class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
@@ -1013,7 +986,6 @@ public function getCaptchaResp()
{
return $this->captchaResp;
}
-
public function setChallenge($challenge)
{
$this->challenge = $challenge;
@@ -1023,7 +995,6 @@ public function getChallenge()
{
return $this->challenge;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -1033,7 +1004,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setIdToken($idToken)
{
$this->idToken = $idToken;
@@ -1043,7 +1013,6 @@ public function getIdToken()
{
return $this->idToken;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1053,7 +1022,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNewEmail($newEmail)
{
$this->newEmail = $newEmail;
@@ -1063,7 +1031,6 @@ public function getNewEmail()
{
return $this->newEmail;
}
-
public function setRequestType($requestType)
{
$this->requestType = $requestType;
@@ -1073,7 +1040,6 @@ public function getRequestType()
{
return $this->requestType;
}
-
public function setUserIp($userIp)
{
$this->userIp = $userIp;
@@ -1083,6 +1049,7 @@ public function getUserIp()
{
return $this->userIp;
}
+
}
class Google_Service_IdentityToolkit_ResetPasswordResponse extends Google_Model
@@ -1101,7 +1068,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1111,6 +1077,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_IdentityToolkit_SetAccountInfoResponse extends Google_Collection
@@ -1134,7 +1101,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -1144,7 +1110,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setIdToken($idToken)
{
$this->idToken = $idToken;
@@ -1154,7 +1119,6 @@ public function getIdToken()
{
return $this->idToken;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1164,7 +1128,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProviderUserInfo($providerUserInfo)
{
$this->providerUserInfo = $providerUserInfo;
@@ -1174,6 +1137,7 @@ public function getProviderUserInfo()
{
return $this->providerUserInfo;
}
+
}
class Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo extends Google_Model
@@ -1193,7 +1157,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
@@ -1203,7 +1166,6 @@ public function getPhotoUrl()
{
return $this->photoUrl;
}
-
public function setProviderId($providerId)
{
$this->providerId = $providerId;
@@ -1213,6 +1175,7 @@ public function getProviderId()
{
return $this->providerId;
}
+
}
class Google_Service_IdentityToolkit_UploadAccountResponse extends Google_Collection
@@ -1233,7 +1196,6 @@ public function getError()
{
return $this->error;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1243,6 +1205,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_IdentityToolkit_UploadAccountResponseError extends Google_Model
@@ -1261,7 +1224,6 @@ public function getIndex()
{
return $this->index;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -1271,6 +1233,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
@@ -1299,7 +1262,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -1309,7 +1271,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEmailVerified($emailVerified)
{
$this->emailVerified = $emailVerified;
@@ -1319,7 +1280,6 @@ public function getEmailVerified()
{
return $this->emailVerified;
}
-
public function setLocalId($localId)
{
$this->localId = $localId;
@@ -1329,7 +1289,6 @@ public function getLocalId()
{
return $this->localId;
}
-
public function setPasswordHash($passwordHash)
{
$this->passwordHash = $passwordHash;
@@ -1339,7 +1298,6 @@ public function getPasswordHash()
{
return $this->passwordHash;
}
-
public function setPasswordUpdatedAt($passwordUpdatedAt)
{
$this->passwordUpdatedAt = $passwordUpdatedAt;
@@ -1349,7 +1307,6 @@ public function getPasswordUpdatedAt()
{
return $this->passwordUpdatedAt;
}
-
public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
@@ -1359,7 +1316,6 @@ public function getPhotoUrl()
{
return $this->photoUrl;
}
-
public function setProviderUserInfo($providerUserInfo)
{
$this->providerUserInfo = $providerUserInfo;
@@ -1369,7 +1325,6 @@ public function getProviderUserInfo()
{
return $this->providerUserInfo;
}
-
public function setSalt($salt)
{
$this->salt = $salt;
@@ -1379,7 +1334,6 @@ public function getSalt()
{
return $this->salt;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1389,6 +1343,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Google_Model
@@ -1409,7 +1364,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setFederatedId($federatedId)
{
$this->federatedId = $federatedId;
@@ -1419,7 +1373,6 @@ public function getFederatedId()
{
return $this->federatedId;
}
-
public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
@@ -1429,7 +1382,6 @@ public function getPhotoUrl()
{
return $this->photoUrl;
}
-
public function setProviderId($providerId)
{
$this->providerId = $providerId;
@@ -1439,6 +1391,7 @@ public function getProviderId()
{
return $this->providerId;
}
+
}
class Google_Service_IdentityToolkit_VerifyAssertionResponse extends Google_Collection
@@ -1483,7 +1436,6 @@ public function getAction()
{
return $this->action;
}
-
public function setAppInstallationUrl($appInstallationUrl)
{
$this->appInstallationUrl = $appInstallationUrl;
@@ -1493,7 +1445,6 @@ public function getAppInstallationUrl()
{
return $this->appInstallationUrl;
}
-
public function setAppScheme($appScheme)
{
$this->appScheme = $appScheme;
@@ -1503,7 +1454,6 @@ public function getAppScheme()
{
return $this->appScheme;
}
-
public function setContext($context)
{
$this->context = $context;
@@ -1513,7 +1463,6 @@ public function getContext()
{
return $this->context;
}
-
public function setDateOfBirth($dateOfBirth)
{
$this->dateOfBirth = $dateOfBirth;
@@ -1523,7 +1472,6 @@ public function getDateOfBirth()
{
return $this->dateOfBirth;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -1533,7 +1481,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -1543,7 +1490,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEmailRecycled($emailRecycled)
{
$this->emailRecycled = $emailRecycled;
@@ -1553,7 +1499,6 @@ public function getEmailRecycled()
{
return $this->emailRecycled;
}
-
public function setEmailVerified($emailVerified)
{
$this->emailVerified = $emailVerified;
@@ -1563,7 +1508,6 @@ public function getEmailVerified()
{
return $this->emailVerified;
}
-
public function setFederatedId($federatedId)
{
$this->federatedId = $federatedId;
@@ -1573,7 +1517,6 @@ public function getFederatedId()
{
return $this->federatedId;
}
-
public function setFirstName($firstName)
{
$this->firstName = $firstName;
@@ -1583,7 +1526,6 @@ public function getFirstName()
{
return $this->firstName;
}
-
public function setFullName($fullName)
{
$this->fullName = $fullName;
@@ -1593,7 +1535,6 @@ public function getFullName()
{
return $this->fullName;
}
-
public function setIdToken($idToken)
{
$this->idToken = $idToken;
@@ -1603,7 +1544,6 @@ public function getIdToken()
{
return $this->idToken;
}
-
public function setInputEmail($inputEmail)
{
$this->inputEmail = $inputEmail;
@@ -1613,7 +1553,6 @@ public function getInputEmail()
{
return $this->inputEmail;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1623,7 +1562,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -1633,7 +1571,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setLastName($lastName)
{
$this->lastName = $lastName;
@@ -1643,7 +1580,6 @@ public function getLastName()
{
return $this->lastName;
}
-
public function setLocalId($localId)
{
$this->localId = $localId;
@@ -1653,7 +1589,6 @@ public function getLocalId()
{
return $this->localId;
}
-
public function setNeedConfirmation($needConfirmation)
{
$this->needConfirmation = $needConfirmation;
@@ -1663,7 +1598,6 @@ public function getNeedConfirmation()
{
return $this->needConfirmation;
}
-
public function setNickName($nickName)
{
$this->nickName = $nickName;
@@ -1673,7 +1607,6 @@ public function getNickName()
{
return $this->nickName;
}
-
public function setOauthRequestToken($oauthRequestToken)
{
$this->oauthRequestToken = $oauthRequestToken;
@@ -1683,7 +1616,6 @@ public function getOauthRequestToken()
{
return $this->oauthRequestToken;
}
-
public function setOauthScope($oauthScope)
{
$this->oauthScope = $oauthScope;
@@ -1693,7 +1625,6 @@ public function getOauthScope()
{
return $this->oauthScope;
}
-
public function setOriginalEmail($originalEmail)
{
$this->originalEmail = $originalEmail;
@@ -1703,7 +1634,6 @@ public function getOriginalEmail()
{
return $this->originalEmail;
}
-
public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
@@ -1713,7 +1643,6 @@ public function getPhotoUrl()
{
return $this->photoUrl;
}
-
public function setProviderId($providerId)
{
$this->providerId = $providerId;
@@ -1723,7 +1652,6 @@ public function getProviderId()
{
return $this->providerId;
}
-
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
@@ -1733,7 +1661,6 @@ public function getTimeZone()
{
return $this->timeZone;
}
-
public function setVerifiedProvider($verifiedProvider)
{
$this->verifiedProvider = $verifiedProvider;
@@ -1743,6 +1670,7 @@ public function getVerifiedProvider()
{
return $this->verifiedProvider;
}
+
}
class Google_Service_IdentityToolkit_VerifyPasswordResponse extends Google_Model
@@ -1766,7 +1694,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -1776,7 +1703,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setIdToken($idToken)
{
$this->idToken = $idToken;
@@ -1786,7 +1712,6 @@ public function getIdToken()
{
return $this->idToken;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1796,7 +1721,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocalId($localId)
{
$this->localId = $localId;
@@ -1806,7 +1730,6 @@ public function getLocalId()
{
return $this->localId;
}
-
public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
@@ -1816,7 +1739,6 @@ public function getPhotoUrl()
{
return $this->photoUrl;
}
-
public function setRegistered($registered)
{
$this->registered = $registered;
@@ -1826,4 +1748,5 @@ public function getRegistered()
{
return $this->registered;
}
+
}
From a1754d1779a243f9f813c8d9b2adc8cba7f3f91b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:43 -0700
Subject: [PATCH 0308/1219] Updated Coordinate.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Coordinate.php | 57 ++++++++-----------------------
1 file changed, 15 insertions(+), 42 deletions(-)
diff --git a/src/Google/Service/Coordinate.php b/src/Google/Service/Coordinate.php
index 72baf9137..f89a95cf8 100644
--- a/src/Google/Service/Coordinate.php
+++ b/src/Google/Service/Coordinate.php
@@ -792,7 +792,6 @@ public function getCustomFieldId()
{
return $this->customFieldId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -802,7 +801,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -812,6 +810,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Coordinate_CustomFieldDef extends Google_Model
@@ -834,7 +833,6 @@ public function getEnabled()
{
return $this->enabled;
}
-
public function setId($id)
{
$this->id = $id;
@@ -844,7 +842,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -854,7 +851,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -864,7 +860,6 @@ public function getName()
{
return $this->name;
}
-
public function setRequiredForCheckout($requiredForCheckout)
{
$this->requiredForCheckout = $requiredForCheckout;
@@ -874,7 +869,6 @@ public function getRequiredForCheckout()
{
return $this->requiredForCheckout;
}
-
public function setType($type)
{
$this->type = $type;
@@ -884,6 +878,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Coordinate_CustomFieldDefListResponse extends Google_Collection
@@ -904,7 +899,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -914,6 +908,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Coordinate_CustomFields extends Google_Collection
@@ -934,7 +929,6 @@ public function getCustomField()
{
return $this->customField;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -944,6 +938,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Coordinate_Job extends Google_Collection
@@ -967,7 +962,6 @@ public function getId()
{
return $this->id;
}
-
public function setJobChange($jobChange)
{
$this->jobChange = $jobChange;
@@ -977,7 +971,6 @@ public function getJobChange()
{
return $this->jobChange;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -987,7 +980,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setState(Google_Service_Coordinate_JobState $state)
{
$this->state = $state;
@@ -997,6 +989,7 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_Coordinate_JobChange extends Google_Model
@@ -1017,7 +1010,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setState(Google_Service_Coordinate_JobState $state)
{
$this->state = $state;
@@ -1027,7 +1019,6 @@ public function getState()
{
return $this->state;
}
-
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
@@ -1037,6 +1028,7 @@ public function getTimestamp()
{
return $this->timestamp;
}
+
}
class Google_Service_Coordinate_JobListResponse extends Google_Collection
@@ -1058,7 +1050,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1068,7 +1059,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1078,6 +1068,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Coordinate_JobState extends Google_Collection
@@ -1106,7 +1097,6 @@ public function getAssignee()
{
return $this->assignee;
}
-
public function setCustomFields(Google_Service_Coordinate_CustomFields $customFields)
{
$this->customFields = $customFields;
@@ -1116,7 +1106,6 @@ public function getCustomFields()
{
return $this->customFields;
}
-
public function setCustomerName($customerName)
{
$this->customerName = $customerName;
@@ -1126,7 +1115,6 @@ public function getCustomerName()
{
return $this->customerName;
}
-
public function setCustomerPhoneNumber($customerPhoneNumber)
{
$this->customerPhoneNumber = $customerPhoneNumber;
@@ -1136,7 +1124,6 @@ public function getCustomerPhoneNumber()
{
return $this->customerPhoneNumber;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1146,7 +1133,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocation(Google_Service_Coordinate_Location $location)
{
$this->location = $location;
@@ -1156,7 +1142,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setNote($note)
{
$this->note = $note;
@@ -1166,7 +1151,6 @@ public function getNote()
{
return $this->note;
}
-
public function setProgress($progress)
{
$this->progress = $progress;
@@ -1176,7 +1160,6 @@ public function getProgress()
{
return $this->progress;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1186,6 +1169,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Coordinate_Location extends Google_Collection
@@ -1207,7 +1191,6 @@ public function getAddressLine()
{
return $this->addressLine;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1217,7 +1200,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLat($lat)
{
$this->lat = $lat;
@@ -1227,7 +1209,6 @@ public function getLat()
{
return $this->lat;
}
-
public function setLng($lng)
{
$this->lng = $lng;
@@ -1237,6 +1218,7 @@ public function getLng()
{
return $this->lng;
}
+
}
class Google_Service_Coordinate_LocationListResponse extends Google_Collection
@@ -1260,7 +1242,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1270,7 +1251,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1280,7 +1260,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTokenPagination(Google_Service_Coordinate_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -1290,6 +1269,7 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
+
}
class Google_Service_Coordinate_LocationRecord extends Google_Model
@@ -1311,7 +1291,6 @@ public function getCollectionTime()
{
return $this->collectionTime;
}
-
public function setConfidenceRadius($confidenceRadius)
{
$this->confidenceRadius = $confidenceRadius;
@@ -1321,7 +1300,6 @@ public function getConfidenceRadius()
{
return $this->confidenceRadius;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1331,7 +1309,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLatitude($latitude)
{
$this->latitude = $latitude;
@@ -1341,7 +1318,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -1351,6 +1327,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_Coordinate_Schedule extends Google_Model
@@ -1372,7 +1349,6 @@ public function getAllDay()
{
return $this->allDay;
}
-
public function setDuration($duration)
{
$this->duration = $duration;
@@ -1382,7 +1358,6 @@ public function getDuration()
{
return $this->duration;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -1392,7 +1367,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1402,7 +1376,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1412,6 +1385,7 @@ public function getStartTime()
{
return $this->startTime;
}
+
}
class Google_Service_Coordinate_TokenPagination extends Google_Model
@@ -1431,7 +1405,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1441,7 +1414,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPreviousPageToken($previousPageToken)
{
$this->previousPageToken = $previousPageToken;
@@ -1451,6 +1423,7 @@ public function getPreviousPageToken()
{
return $this->previousPageToken;
}
+
}
class Google_Service_Coordinate_Worker extends Google_Model
@@ -1469,7 +1442,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1479,6 +1451,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Coordinate_WorkerListResponse extends Google_Collection
@@ -1499,7 +1472,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1509,4 +1481,5 @@ public function getKind()
{
return $this->kind;
}
+
}
From 274556b2f766e2e6482f15cbe7ce79c527547bcb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:44 -0700
Subject: [PATCH 0309/1219] Updated Customsearch.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Customsearch.php | 102 ++++++----------------------
1 file changed, 19 insertions(+), 83 deletions(-)
diff --git a/src/Google/Service/Customsearch.php b/src/Google/Service/Customsearch.php
index abb157c42..d86094170 100644
--- a/src/Google/Service/Customsearch.php
+++ b/src/Google/Service/Customsearch.php
@@ -314,7 +314,6 @@ public function getFacets()
{
return $this->facets;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -324,6 +323,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Customsearch_ContextFacets extends Google_Model
@@ -344,7 +344,6 @@ public function getAnchor()
{
return $this->anchor;
}
-
public function setLabel($label)
{
$this->label = $label;
@@ -354,7 +353,6 @@ public function getLabel()
{
return $this->label;
}
-
public function setLabelWithOp($labelWithOp)
{
$this->labelWithOp = $labelWithOp;
@@ -364,6 +362,7 @@ public function getLabelWithOp()
{
return $this->labelWithOp;
}
+
}
class Google_Service_Customsearch_Promotion extends Google_Collection
@@ -389,7 +388,6 @@ public function getBodyLines()
{
return $this->bodyLines;
}
-
public function setDisplayLink($displayLink)
{
$this->displayLink = $displayLink;
@@ -399,7 +397,6 @@ public function getDisplayLink()
{
return $this->displayLink;
}
-
public function setHtmlTitle($htmlTitle)
{
$this->htmlTitle = $htmlTitle;
@@ -409,7 +406,6 @@ public function getHtmlTitle()
{
return $this->htmlTitle;
}
-
public function setImage(Google_Service_Customsearch_PromotionImage $image)
{
$this->image = $image;
@@ -419,7 +415,6 @@ public function getImage()
{
return $this->image;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -429,7 +424,6 @@ public function getLink()
{
return $this->link;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -439,6 +433,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Customsearch_PromotionBodyLines extends Google_Model
@@ -459,7 +454,6 @@ public function getHtmlTitle()
{
return $this->htmlTitle;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -469,7 +463,6 @@ public function getLink()
{
return $this->link;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -479,7 +472,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -489,6 +481,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Customsearch_PromotionImage extends Google_Model
@@ -508,7 +501,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -518,7 +510,6 @@ public function getSource()
{
return $this->source;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -528,6 +519,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Customsearch_Query extends Google_Model
@@ -581,7 +573,6 @@ public function getCount()
{
return $this->count;
}
-
public function setCr($cr)
{
$this->cr = $cr;
@@ -591,7 +582,6 @@ public function getCr()
{
return $this->cr;
}
-
public function setCref($cref)
{
$this->cref = $cref;
@@ -601,7 +591,6 @@ public function getCref()
{
return $this->cref;
}
-
public function setCx($cx)
{
$this->cx = $cx;
@@ -611,7 +600,6 @@ public function getCx()
{
return $this->cx;
}
-
public function setDateRestrict($dateRestrict)
{
$this->dateRestrict = $dateRestrict;
@@ -621,7 +609,6 @@ public function getDateRestrict()
{
return $this->dateRestrict;
}
-
public function setDisableCnTwTranslation($disableCnTwTranslation)
{
$this->disableCnTwTranslation = $disableCnTwTranslation;
@@ -631,7 +618,6 @@ public function getDisableCnTwTranslation()
{
return $this->disableCnTwTranslation;
}
-
public function setExactTerms($exactTerms)
{
$this->exactTerms = $exactTerms;
@@ -641,7 +627,6 @@ public function getExactTerms()
{
return $this->exactTerms;
}
-
public function setExcludeTerms($excludeTerms)
{
$this->excludeTerms = $excludeTerms;
@@ -651,7 +636,6 @@ public function getExcludeTerms()
{
return $this->excludeTerms;
}
-
public function setFileType($fileType)
{
$this->fileType = $fileType;
@@ -661,7 +645,6 @@ public function getFileType()
{
return $this->fileType;
}
-
public function setFilter($filter)
{
$this->filter = $filter;
@@ -671,7 +654,6 @@ public function getFilter()
{
return $this->filter;
}
-
public function setGl($gl)
{
$this->gl = $gl;
@@ -681,7 +663,6 @@ public function getGl()
{
return $this->gl;
}
-
public function setGoogleHost($googleHost)
{
$this->googleHost = $googleHost;
@@ -691,7 +672,6 @@ public function getGoogleHost()
{
return $this->googleHost;
}
-
public function setHighRange($highRange)
{
$this->highRange = $highRange;
@@ -701,7 +681,6 @@ public function getHighRange()
{
return $this->highRange;
}
-
public function setHl($hl)
{
$this->hl = $hl;
@@ -711,7 +690,6 @@ public function getHl()
{
return $this->hl;
}
-
public function setHq($hq)
{
$this->hq = $hq;
@@ -721,7 +699,6 @@ public function getHq()
{
return $this->hq;
}
-
public function setImgColorType($imgColorType)
{
$this->imgColorType = $imgColorType;
@@ -731,7 +708,6 @@ public function getImgColorType()
{
return $this->imgColorType;
}
-
public function setImgDominantColor($imgDominantColor)
{
$this->imgDominantColor = $imgDominantColor;
@@ -741,7 +717,6 @@ public function getImgDominantColor()
{
return $this->imgDominantColor;
}
-
public function setImgSize($imgSize)
{
$this->imgSize = $imgSize;
@@ -751,7 +726,6 @@ public function getImgSize()
{
return $this->imgSize;
}
-
public function setImgType($imgType)
{
$this->imgType = $imgType;
@@ -761,7 +735,6 @@ public function getImgType()
{
return $this->imgType;
}
-
public function setInputEncoding($inputEncoding)
{
$this->inputEncoding = $inputEncoding;
@@ -771,7 +744,6 @@ public function getInputEncoding()
{
return $this->inputEncoding;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -781,7 +753,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setLinkSite($linkSite)
{
$this->linkSite = $linkSite;
@@ -791,7 +762,6 @@ public function getLinkSite()
{
return $this->linkSite;
}
-
public function setLowRange($lowRange)
{
$this->lowRange = $lowRange;
@@ -801,7 +771,6 @@ public function getLowRange()
{
return $this->lowRange;
}
-
public function setOrTerms($orTerms)
{
$this->orTerms = $orTerms;
@@ -811,7 +780,6 @@ public function getOrTerms()
{
return $this->orTerms;
}
-
public function setOutputEncoding($outputEncoding)
{
$this->outputEncoding = $outputEncoding;
@@ -821,7 +789,6 @@ public function getOutputEncoding()
{
return $this->outputEncoding;
}
-
public function setRelatedSite($relatedSite)
{
$this->relatedSite = $relatedSite;
@@ -831,7 +798,6 @@ public function getRelatedSite()
{
return $this->relatedSite;
}
-
public function setRights($rights)
{
$this->rights = $rights;
@@ -841,7 +807,6 @@ public function getRights()
{
return $this->rights;
}
-
public function setSafe($safe)
{
$this->safe = $safe;
@@ -851,7 +816,6 @@ public function getSafe()
{
return $this->safe;
}
-
public function setSearchTerms($searchTerms)
{
$this->searchTerms = $searchTerms;
@@ -861,7 +825,6 @@ public function getSearchTerms()
{
return $this->searchTerms;
}
-
public function setSearchType($searchType)
{
$this->searchType = $searchType;
@@ -871,7 +834,6 @@ public function getSearchType()
{
return $this->searchType;
}
-
public function setSiteSearch($siteSearch)
{
$this->siteSearch = $siteSearch;
@@ -881,7 +843,6 @@ public function getSiteSearch()
{
return $this->siteSearch;
}
-
public function setSiteSearchFilter($siteSearchFilter)
{
$this->siteSearchFilter = $siteSearchFilter;
@@ -891,7 +852,6 @@ public function getSiteSearchFilter()
{
return $this->siteSearchFilter;
}
-
public function setSort($sort)
{
$this->sort = $sort;
@@ -901,7 +861,6 @@ public function getSort()
{
return $this->sort;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -911,7 +870,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setStartPage($startPage)
{
$this->startPage = $startPage;
@@ -921,7 +879,6 @@ public function getStartPage()
{
return $this->startPage;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -931,7 +888,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -941,6 +897,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_Customsearch_Result extends Google_Collection
@@ -975,7 +932,6 @@ public function getCacheId()
{
return $this->cacheId;
}
-
public function setDisplayLink($displayLink)
{
$this->displayLink = $displayLink;
@@ -985,7 +941,6 @@ public function getDisplayLink()
{
return $this->displayLink;
}
-
public function setFileFormat($fileFormat)
{
$this->fileFormat = $fileFormat;
@@ -995,7 +950,6 @@ public function getFileFormat()
{
return $this->fileFormat;
}
-
public function setFormattedUrl($formattedUrl)
{
$this->formattedUrl = $formattedUrl;
@@ -1005,7 +959,6 @@ public function getFormattedUrl()
{
return $this->formattedUrl;
}
-
public function setHtmlFormattedUrl($htmlFormattedUrl)
{
$this->htmlFormattedUrl = $htmlFormattedUrl;
@@ -1015,7 +968,6 @@ public function getHtmlFormattedUrl()
{
return $this->htmlFormattedUrl;
}
-
public function setHtmlSnippet($htmlSnippet)
{
$this->htmlSnippet = $htmlSnippet;
@@ -1025,7 +977,6 @@ public function getHtmlSnippet()
{
return $this->htmlSnippet;
}
-
public function setHtmlTitle($htmlTitle)
{
$this->htmlTitle = $htmlTitle;
@@ -1035,7 +986,6 @@ public function getHtmlTitle()
{
return $this->htmlTitle;
}
-
public function setImage(Google_Service_Customsearch_ResultImage $image)
{
$this->image = $image;
@@ -1045,7 +995,6 @@ public function getImage()
{
return $this->image;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1055,7 +1004,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLabels($labels)
{
$this->labels = $labels;
@@ -1065,7 +1013,6 @@ public function getLabels()
{
return $this->labels;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -1075,7 +1022,6 @@ public function getLink()
{
return $this->link;
}
-
public function setMime($mime)
{
$this->mime = $mime;
@@ -1085,7 +1031,6 @@ public function getMime()
{
return $this->mime;
}
-
public function setPagemap($pagemap)
{
$this->pagemap = $pagemap;
@@ -1095,7 +1040,6 @@ public function getPagemap()
{
return $this->pagemap;
}
-
public function setSnippet($snippet)
{
$this->snippet = $snippet;
@@ -1105,7 +1049,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1115,6 +1058,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Customsearch_ResultImage extends Google_Model
@@ -1138,7 +1082,6 @@ public function getByteSize()
{
return $this->byteSize;
}
-
public function setContextLink($contextLink)
{
$this->contextLink = $contextLink;
@@ -1148,7 +1091,6 @@ public function getContextLink()
{
return $this->contextLink;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -1158,7 +1100,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setThumbnailHeight($thumbnailHeight)
{
$this->thumbnailHeight = $thumbnailHeight;
@@ -1168,7 +1109,6 @@ public function getThumbnailHeight()
{
return $this->thumbnailHeight;
}
-
public function setThumbnailLink($thumbnailLink)
{
$this->thumbnailLink = $thumbnailLink;
@@ -1178,7 +1118,6 @@ public function getThumbnailLink()
{
return $this->thumbnailLink;
}
-
public function setThumbnailWidth($thumbnailWidth)
{
$this->thumbnailWidth = $thumbnailWidth;
@@ -1188,7 +1127,6 @@ public function getThumbnailWidth()
{
return $this->thumbnailWidth;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1198,6 +1136,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Customsearch_ResultLabels extends Google_Model
@@ -1218,7 +1157,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setLabelWithOp($labelWithOp)
{
$this->labelWithOp = $labelWithOp;
@@ -1228,7 +1166,6 @@ public function getLabelWithOp()
{
return $this->labelWithOp;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1238,18 +1175,23 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Customsearch_ResultPagemap extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Customsearch_ResultPagemapItemElement extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Customsearch_Search extends Google_Collection
@@ -1282,7 +1224,6 @@ public function getContext()
{
return $this->context;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1292,7 +1233,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1302,7 +1242,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPromotions($promotions)
{
$this->promotions = $promotions;
@@ -1312,7 +1251,6 @@ public function getPromotions()
{
return $this->promotions;
}
-
public function setQueries($queries)
{
$this->queries = $queries;
@@ -1322,7 +1260,6 @@ public function getQueries()
{
return $this->queries;
}
-
public function setSearchInformation(Google_Service_Customsearch_SearchSearchInformation $searchInformation)
{
$this->searchInformation = $searchInformation;
@@ -1332,7 +1269,6 @@ public function getSearchInformation()
{
return $this->searchInformation;
}
-
public function setSpelling(Google_Service_Customsearch_SearchSpelling $spelling)
{
$this->spelling = $spelling;
@@ -1342,7 +1278,6 @@ public function getSpelling()
{
return $this->spelling;
}
-
public function setUrl(Google_Service_Customsearch_SearchUrl $url)
{
$this->url = $url;
@@ -1352,12 +1287,15 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Customsearch_SearchQueries extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Customsearch_SearchSearchInformation extends Google_Model
@@ -1378,7 +1316,6 @@ public function getFormattedSearchTime()
{
return $this->formattedSearchTime;
}
-
public function setFormattedTotalResults($formattedTotalResults)
{
$this->formattedTotalResults = $formattedTotalResults;
@@ -1388,7 +1325,6 @@ public function getFormattedTotalResults()
{
return $this->formattedTotalResults;
}
-
public function setSearchTime($searchTime)
{
$this->searchTime = $searchTime;
@@ -1398,7 +1334,6 @@ public function getSearchTime()
{
return $this->searchTime;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -1408,6 +1343,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_Customsearch_SearchSpelling extends Google_Model
@@ -1426,7 +1362,6 @@ public function getCorrectedQuery()
{
return $this->correctedQuery;
}
-
public function setHtmlCorrectedQuery($htmlCorrectedQuery)
{
$this->htmlCorrectedQuery = $htmlCorrectedQuery;
@@ -1436,6 +1371,7 @@ public function getHtmlCorrectedQuery()
{
return $this->htmlCorrectedQuery;
}
+
}
class Google_Service_Customsearch_SearchUrl extends Google_Model
@@ -1454,7 +1390,6 @@ public function getTemplate()
{
return $this->template;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1464,4 +1399,5 @@ public function getType()
{
return $this->type;
}
+
}
From a0b7d3967d77ed3fb011b197f4dea99155c9a62a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:45 -0700
Subject: [PATCH 0310/1219] Updated Doubleclicksearch.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Doubleclicksearch.php | 94 +++++-------------------
1 file changed, 19 insertions(+), 75 deletions(-)
diff --git a/src/Google/Service/Doubleclicksearch.php b/src/Google/Service/Doubleclicksearch.php
index e52b6caf1..6cad67008 100644
--- a/src/Google/Service/Doubleclicksearch.php
+++ b/src/Google/Service/Doubleclicksearch.php
@@ -480,7 +480,6 @@ public function getAdvertiserId()
{
return $this->advertiserId;
}
-
public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
@@ -490,7 +489,6 @@ public function getAgencyId()
{
return $this->agencyId;
}
-
public function setAvailabilityTimestamp($availabilityTimestamp)
{
$this->availabilityTimestamp = $availabilityTimestamp;
@@ -500,7 +498,6 @@ public function getAvailabilityTimestamp()
{
return $this->availabilityTimestamp;
}
-
public function setSegmentationId($segmentationId)
{
$this->segmentationId = $segmentationId;
@@ -510,7 +507,6 @@ public function getSegmentationId()
{
return $this->segmentationId;
}
-
public function setSegmentationName($segmentationName)
{
$this->segmentationName = $segmentationName;
@@ -520,7 +516,6 @@ public function getSegmentationName()
{
return $this->segmentationName;
}
-
public function setSegmentationType($segmentationType)
{
$this->segmentationType = $segmentationType;
@@ -530,6 +525,7 @@ public function getSegmentationType()
{
return $this->segmentationType;
}
+
}
class Google_Service_Doubleclicksearch_Conversion extends Google_Collection
@@ -572,7 +568,6 @@ public function getAdGroupId()
{
return $this->adGroupId;
}
-
public function setAdId($adId)
{
$this->adId = $adId;
@@ -582,7 +577,6 @@ public function getAdId()
{
return $this->adId;
}
-
public function setAdvertiserId($advertiserId)
{
$this->advertiserId = $advertiserId;
@@ -592,7 +586,6 @@ public function getAdvertiserId()
{
return $this->advertiserId;
}
-
public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
@@ -602,7 +595,6 @@ public function getAgencyId()
{
return $this->agencyId;
}
-
public function setCampaignId($campaignId)
{
$this->campaignId = $campaignId;
@@ -612,7 +604,6 @@ public function getCampaignId()
{
return $this->campaignId;
}
-
public function setClickId($clickId)
{
$this->clickId = $clickId;
@@ -622,7 +613,6 @@ public function getClickId()
{
return $this->clickId;
}
-
public function setConversionId($conversionId)
{
$this->conversionId = $conversionId;
@@ -632,7 +622,6 @@ public function getConversionId()
{
return $this->conversionId;
}
-
public function setConversionModifiedTimestamp($conversionModifiedTimestamp)
{
$this->conversionModifiedTimestamp = $conversionModifiedTimestamp;
@@ -642,7 +631,6 @@ public function getConversionModifiedTimestamp()
{
return $this->conversionModifiedTimestamp;
}
-
public function setConversionTimestamp($conversionTimestamp)
{
$this->conversionTimestamp = $conversionTimestamp;
@@ -652,7 +640,6 @@ public function getConversionTimestamp()
{
return $this->conversionTimestamp;
}
-
public function setCriterionId($criterionId)
{
$this->criterionId = $criterionId;
@@ -662,7 +649,6 @@ public function getCriterionId()
{
return $this->criterionId;
}
-
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
@@ -672,7 +658,6 @@ public function getCurrencyCode()
{
return $this->currencyCode;
}
-
public function setCustomDimension($customDimension)
{
$this->customDimension = $customDimension;
@@ -682,7 +667,6 @@ public function getCustomDimension()
{
return $this->customDimension;
}
-
public function setCustomMetric($customMetric)
{
$this->customMetric = $customMetric;
@@ -692,7 +676,6 @@ public function getCustomMetric()
{
return $this->customMetric;
}
-
public function setDsConversionId($dsConversionId)
{
$this->dsConversionId = $dsConversionId;
@@ -702,7 +685,6 @@ public function getDsConversionId()
{
return $this->dsConversionId;
}
-
public function setEngineAccountId($engineAccountId)
{
$this->engineAccountId = $engineAccountId;
@@ -712,7 +694,6 @@ public function getEngineAccountId()
{
return $this->engineAccountId;
}
-
public function setFloodlightOrderId($floodlightOrderId)
{
$this->floodlightOrderId = $floodlightOrderId;
@@ -722,7 +703,6 @@ public function getFloodlightOrderId()
{
return $this->floodlightOrderId;
}
-
public function setQuantityMillis($quantityMillis)
{
$this->quantityMillis = $quantityMillis;
@@ -732,7 +712,6 @@ public function getQuantityMillis()
{
return $this->quantityMillis;
}
-
public function setRevenueMicros($revenueMicros)
{
$this->revenueMicros = $revenueMicros;
@@ -742,7 +721,6 @@ public function getRevenueMicros()
{
return $this->revenueMicros;
}
-
public function setSegmentationId($segmentationId)
{
$this->segmentationId = $segmentationId;
@@ -752,7 +730,6 @@ public function getSegmentationId()
{
return $this->segmentationId;
}
-
public function setSegmentationName($segmentationName)
{
$this->segmentationName = $segmentationName;
@@ -762,7 +739,6 @@ public function getSegmentationName()
{
return $this->segmentationName;
}
-
public function setSegmentationType($segmentationType)
{
$this->segmentationType = $segmentationType;
@@ -772,7 +748,6 @@ public function getSegmentationType()
{
return $this->segmentationType;
}
-
public function setState($state)
{
$this->state = $state;
@@ -782,7 +757,6 @@ public function getState()
{
return $this->state;
}
-
public function setType($type)
{
$this->type = $type;
@@ -792,6 +766,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Doubleclicksearch_ConversionList extends Google_Collection
@@ -812,7 +787,6 @@ public function getConversion()
{
return $this->conversion;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -822,6 +796,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Doubleclicksearch_CustomDimension extends Google_Model
@@ -840,7 +815,6 @@ public function getName()
{
return $this->name;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -850,6 +824,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Doubleclicksearch_CustomMetric extends Google_Model
@@ -868,7 +843,6 @@ public function getName()
{
return $this->name;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -878,6 +852,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Doubleclicksearch_Report extends Google_Collection
@@ -906,7 +881,6 @@ public function getFiles()
{
return $this->files;
}
-
public function setId($id)
{
$this->id = $id;
@@ -916,7 +890,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsReportReady($isReportReady)
{
$this->isReportReady = $isReportReady;
@@ -926,7 +899,6 @@ public function getIsReportReady()
{
return $this->isReportReady;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -936,7 +908,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRequest(Google_Service_Doubleclicksearch_ReportRequest $request)
{
$this->request = $request;
@@ -946,7 +917,6 @@ public function getRequest()
{
return $this->request;
}
-
public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
@@ -956,7 +926,6 @@ public function getRowCount()
{
return $this->rowCount;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -966,7 +935,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setStatisticsCurrencyCode($statisticsCurrencyCode)
{
$this->statisticsCurrencyCode = $statisticsCurrencyCode;
@@ -976,7 +944,6 @@ public function getStatisticsCurrencyCode()
{
return $this->statisticsCurrencyCode;
}
-
public function setStatisticsTimeZone($statisticsTimeZone)
{
$this->statisticsTimeZone = $statisticsTimeZone;
@@ -986,6 +953,7 @@ public function getStatisticsTimeZone()
{
return $this->statisticsTimeZone;
}
+
}
class Google_Service_Doubleclicksearch_ReportApiColumnSpec extends Google_Model
@@ -1011,7 +979,6 @@ public function getColumnName()
{
return $this->columnName;
}
-
public function setCustomDimensionName($customDimensionName)
{
$this->customDimensionName = $customDimensionName;
@@ -1021,7 +988,6 @@ public function getCustomDimensionName()
{
return $this->customDimensionName;
}
-
public function setCustomMetricName($customMetricName)
{
$this->customMetricName = $customMetricName;
@@ -1031,7 +997,6 @@ public function getCustomMetricName()
{
return $this->customMetricName;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -1041,7 +1006,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setGroupByColumn($groupByColumn)
{
$this->groupByColumn = $groupByColumn;
@@ -1051,7 +1015,6 @@ public function getGroupByColumn()
{
return $this->groupByColumn;
}
-
public function setHeaderText($headerText)
{
$this->headerText = $headerText;
@@ -1061,7 +1024,6 @@ public function getHeaderText()
{
return $this->headerText;
}
-
public function setPlatformSource($platformSource)
{
$this->platformSource = $platformSource;
@@ -1071,7 +1033,6 @@ public function getPlatformSource()
{
return $this->platformSource;
}
-
public function setSavedColumnName($savedColumnName)
{
$this->savedColumnName = $savedColumnName;
@@ -1081,7 +1042,6 @@ public function getSavedColumnName()
{
return $this->savedColumnName;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -1091,6 +1051,7 @@ public function getStartDate()
{
return $this->startDate;
}
+
}
class Google_Service_Doubleclicksearch_ReportFiles extends Google_Model
@@ -1109,7 +1070,6 @@ public function getByteCount()
{
return $this->byteCount;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1119,6 +1079,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
@@ -1155,7 +1116,6 @@ public function getColumns()
{
return $this->columns;
}
-
public function setDownloadFormat($downloadFormat)
{
$this->downloadFormat = $downloadFormat;
@@ -1165,7 +1125,6 @@ public function getDownloadFormat()
{
return $this->downloadFormat;
}
-
public function setFilters($filters)
{
$this->filters = $filters;
@@ -1175,7 +1134,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setIncludeDeletedEntities($includeDeletedEntities)
{
$this->includeDeletedEntities = $includeDeletedEntities;
@@ -1185,7 +1143,6 @@ public function getIncludeDeletedEntities()
{
return $this->includeDeletedEntities;
}
-
public function setIncludeRemovedEntities($includeRemovedEntities)
{
$this->includeRemovedEntities = $includeRemovedEntities;
@@ -1195,7 +1152,6 @@ public function getIncludeRemovedEntities()
{
return $this->includeRemovedEntities;
}
-
public function setMaxRowsPerFile($maxRowsPerFile)
{
$this->maxRowsPerFile = $maxRowsPerFile;
@@ -1205,7 +1161,6 @@ public function getMaxRowsPerFile()
{
return $this->maxRowsPerFile;
}
-
public function setOrderBy($orderBy)
{
$this->orderBy = $orderBy;
@@ -1215,7 +1170,6 @@ public function getOrderBy()
{
return $this->orderBy;
}
-
public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestReportScope $reportScope)
{
$this->reportScope = $reportScope;
@@ -1225,7 +1179,6 @@ public function getReportScope()
{
return $this->reportScope;
}
-
public function setReportType($reportType)
{
$this->reportType = $reportType;
@@ -1235,7 +1188,6 @@ public function getReportType()
{
return $this->reportType;
}
-
public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
@@ -1245,7 +1197,6 @@ public function getRowCount()
{
return $this->rowCount;
}
-
public function setStartRow($startRow)
{
$this->startRow = $startRow;
@@ -1255,7 +1206,6 @@ public function getStartRow()
{
return $this->startRow;
}
-
public function setStatisticsCurrency($statisticsCurrency)
{
$this->statisticsCurrency = $statisticsCurrency;
@@ -1265,7 +1215,6 @@ public function getStatisticsCurrency()
{
return $this->statisticsCurrency;
}
-
public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeRange $timeRange)
{
$this->timeRange = $timeRange;
@@ -1275,7 +1224,6 @@ public function getTimeRange()
{
return $this->timeRange;
}
-
public function setVerifySingleTimeZone($verifySingleTimeZone)
{
$this->verifySingleTimeZone = $verifySingleTimeZone;
@@ -1285,6 +1233,7 @@ public function getVerifySingleTimeZone()
{
return $this->verifySingleTimeZone;
}
+
}
class Google_Service_Doubleclicksearch_ReportRequestFilters extends Google_Collection
@@ -1306,7 +1255,6 @@ public function getColumn()
{
return $this->column;
}
-
public function setOperator($operator)
{
$this->operator = $operator;
@@ -1316,7 +1264,6 @@ public function getOperator()
{
return $this->operator;
}
-
public function setValues($values)
{
$this->values = $values;
@@ -1326,6 +1273,7 @@ public function getValues()
{
return $this->values;
}
+
}
class Google_Service_Doubleclicksearch_ReportRequestOrderBy extends Google_Model
@@ -1345,7 +1293,6 @@ public function getColumn()
{
return $this->column;
}
-
public function setSortOrder($sortOrder)
{
$this->sortOrder = $sortOrder;
@@ -1355,6 +1302,7 @@ public function getSortOrder()
{
return $this->sortOrder;
}
+
}
class Google_Service_Doubleclicksearch_ReportRequestReportScope extends Google_Model
@@ -1378,7 +1326,6 @@ public function getAdGroupId()
{
return $this->adGroupId;
}
-
public function setAdId($adId)
{
$this->adId = $adId;
@@ -1388,7 +1335,6 @@ public function getAdId()
{
return $this->adId;
}
-
public function setAdvertiserId($advertiserId)
{
$this->advertiserId = $advertiserId;
@@ -1398,7 +1344,6 @@ public function getAdvertiserId()
{
return $this->advertiserId;
}
-
public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
@@ -1408,7 +1353,6 @@ public function getAgencyId()
{
return $this->agencyId;
}
-
public function setCampaignId($campaignId)
{
$this->campaignId = $campaignId;
@@ -1418,7 +1362,6 @@ public function getCampaignId()
{
return $this->campaignId;
}
-
public function setEngineAccountId($engineAccountId)
{
$this->engineAccountId = $engineAccountId;
@@ -1428,7 +1371,6 @@ public function getEngineAccountId()
{
return $this->engineAccountId;
}
-
public function setKeywordId($keywordId)
{
$this->keywordId = $keywordId;
@@ -1438,6 +1380,7 @@ public function getKeywordId()
{
return $this->keywordId;
}
+
}
class Google_Service_Doubleclicksearch_ReportRequestTimeRange extends Google_Model
@@ -1458,7 +1401,6 @@ public function getChangedAttributesSinceTimestamp()
{
return $this->changedAttributesSinceTimestamp;
}
-
public function setChangedMetricsSinceTimestamp($changedMetricsSinceTimestamp)
{
$this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp;
@@ -1468,7 +1410,6 @@ public function getChangedMetricsSinceTimestamp()
{
return $this->changedMetricsSinceTimestamp;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -1478,7 +1419,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -1488,12 +1428,15 @@ public function getStartDate()
{
return $this->startDate;
}
+
}
class Google_Service_Doubleclicksearch_ReportRow extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Doubleclicksearch_SavedColumn extends Google_Model
@@ -1513,7 +1456,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSavedColumnName($savedColumnName)
{
$this->savedColumnName = $savedColumnName;
@@ -1523,7 +1465,6 @@ public function getSavedColumnName()
{
return $this->savedColumnName;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1533,6 +1474,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Doubleclicksearch_SavedColumnList extends Google_Collection
@@ -1553,7 +1495,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1563,6 +1504,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Doubleclicksearch_UpdateAvailabilityRequest extends Google_Collection
@@ -1582,6 +1524,7 @@ public function getAvailabilities()
{
return $this->availabilities;
}
+
}
class Google_Service_Doubleclicksearch_UpdateAvailabilityResponse extends Google_Collection
@@ -1601,4 +1544,5 @@ public function getAvailabilities()
{
return $this->availabilities;
}
+
}
From 70151881eedf965dc602e670fb3843ce2c8fcc5f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:45 -0700
Subject: [PATCH 0311/1219] Updated Dfareporting.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Dfareporting.php | 181 ++++++----------------------
1 file changed, 34 insertions(+), 147 deletions(-)
diff --git a/src/Google/Service/Dfareporting.php b/src/Google/Service/Dfareporting.php
index 79a41a0a2..2750a9461 100644
--- a/src/Google/Service/Dfareporting.php
+++ b/src/Google/Service/Dfareporting.php
@@ -746,7 +746,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -756,7 +755,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -766,6 +764,7 @@ public function getMetricNames()
{
return $this->metricNames;
}
+
}
class Google_Service_Dfareporting_CompatibleFields extends Google_Model
@@ -793,7 +792,6 @@ public function getCrossDimensionReachReportCompatibleFields()
{
return $this->crossDimensionReachReportCompatibleFields;
}
-
public function setFloodlightReportCompatibleFields(Google_Service_Dfareporting_FloodlightReportCompatibleFields $floodlightReportCompatibleFields)
{
$this->floodlightReportCompatibleFields = $floodlightReportCompatibleFields;
@@ -803,7 +801,6 @@ public function getFloodlightReportCompatibleFields()
{
return $this->floodlightReportCompatibleFields;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -813,7 +810,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPathToConversionReportCompatibleFields(Google_Service_Dfareporting_PathToConversionReportCompatibleFields $pathToConversionReportCompatibleFields)
{
$this->pathToConversionReportCompatibleFields = $pathToConversionReportCompatibleFields;
@@ -823,7 +819,6 @@ public function getPathToConversionReportCompatibleFields()
{
return $this->pathToConversionReportCompatibleFields;
}
-
public function setReachReportCompatibleFields(Google_Service_Dfareporting_ReachReportCompatibleFields $reachReportCompatibleFields)
{
$this->reachReportCompatibleFields = $reachReportCompatibleFields;
@@ -833,7 +828,6 @@ public function getReachReportCompatibleFields()
{
return $this->reachReportCompatibleFields;
}
-
public function setReportCompatibleFields(Google_Service_Dfareporting_ReportCompatibleFields $reportCompatibleFields)
{
$this->reportCompatibleFields = $reportCompatibleFields;
@@ -843,6 +837,7 @@ public function getReportCompatibleFields()
{
return $this->reportCompatibleFields;
}
+
}
class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields extends Google_Collection
@@ -869,7 +864,6 @@ public function getBreakdown()
{
return $this->breakdown;
}
-
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
@@ -879,7 +873,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -889,7 +882,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -899,7 +891,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setOverlapMetrics($overlapMetrics)
{
$this->overlapMetrics = $overlapMetrics;
@@ -909,6 +900,7 @@ public function getOverlapMetrics()
{
return $this->overlapMetrics;
}
+
}
class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collection
@@ -929,7 +921,6 @@ public function getFilteredEventIds()
{
return $this->filteredEventIds;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -939,6 +930,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Dfareporting_DateRange extends Google_Model
@@ -959,7 +951,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -969,7 +960,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRelativeDateRange($relativeDateRange)
{
$this->relativeDateRange = $relativeDateRange;
@@ -979,7 +969,6 @@ public function getRelativeDateRange()
{
return $this->relativeDateRange;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -989,6 +978,7 @@ public function getStartDate()
{
return $this->startDate;
}
+
}
class Google_Service_Dfareporting_DfareportingFile extends Google_Model
@@ -1017,7 +1007,6 @@ public function getDateRange()
{
return $this->dateRange;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1027,7 +1016,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFileName($fileName)
{
$this->fileName = $fileName;
@@ -1037,7 +1025,6 @@ public function getFileName()
{
return $this->fileName;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -1047,7 +1034,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1057,7 +1043,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1067,7 +1052,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -1077,7 +1061,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setReportId($reportId)
{
$this->reportId = $reportId;
@@ -1087,7 +1070,6 @@ public function getReportId()
{
return $this->reportId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1097,7 +1079,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUrls(Google_Service_Dfareporting_DfareportingFileUrls $urls)
{
$this->urls = $urls;
@@ -1107,6 +1088,7 @@ public function getUrls()
{
return $this->urls;
}
+
}
class Google_Service_Dfareporting_DfareportingFileUrls extends Google_Model
@@ -1125,7 +1107,6 @@ public function getApiUrl()
{
return $this->apiUrl;
}
-
public function setBrowserUrl($browserUrl)
{
$this->browserUrl = $browserUrl;
@@ -1135,6 +1116,7 @@ public function getBrowserUrl()
{
return $this->browserUrl;
}
+
}
class Google_Service_Dfareporting_Dimension extends Google_Model
@@ -1153,7 +1135,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1163,6 +1144,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Dfareporting_DimensionFilter extends Google_Model
@@ -1182,7 +1164,6 @@ public function getDimensionName()
{
return $this->dimensionName;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1192,7 +1173,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1202,6 +1182,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Dfareporting_DimensionValue extends Google_Model
@@ -1224,7 +1205,6 @@ public function getDimensionName()
{
return $this->dimensionName;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1234,7 +1214,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1244,7 +1223,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1254,7 +1232,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMatchType($matchType)
{
$this->matchType = $matchType;
@@ -1264,7 +1241,6 @@ public function getMatchType()
{
return $this->matchType;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1274,6 +1250,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
@@ -1296,7 +1273,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1306,7 +1282,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1316,7 +1291,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1326,6 +1300,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collection
@@ -1349,7 +1324,6 @@ public function getDimensionName()
{
return $this->dimensionName;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -1359,7 +1333,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setFilters($filters)
{
$this->filters = $filters;
@@ -1369,7 +1342,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1379,7 +1351,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -1389,6 +1360,7 @@ public function getStartDate()
{
return $this->startDate;
}
+
}
class Google_Service_Dfareporting_FileList extends Google_Collection
@@ -1411,7 +1383,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1421,7 +1392,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1431,7 +1401,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1441,6 +1410,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Google_Collection
@@ -1465,7 +1435,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -1475,7 +1444,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1485,7 +1453,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -1495,6 +1462,7 @@ public function getMetrics()
{
return $this->metrics;
}
+
}
class Google_Service_Dfareporting_Metric extends Google_Model
@@ -1513,7 +1481,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1523,6 +1490,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends Google_Collection
@@ -1549,7 +1517,6 @@ public function getConversionDimensions()
{
return $this->conversionDimensions;
}
-
public function setCustomFloodlightVariables($customFloodlightVariables)
{
$this->customFloodlightVariables = $customFloodlightVariables;
@@ -1559,7 +1526,6 @@ public function getCustomFloodlightVariables()
{
return $this->customFloodlightVariables;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1569,7 +1535,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -1579,7 +1544,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setPerInteractionDimensions($perInteractionDimensions)
{
$this->perInteractionDimensions = $perInteractionDimensions;
@@ -1589,6 +1553,7 @@ public function getPerInteractionDimensions()
{
return $this->perInteractionDimensions;
}
+
}
class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Collection
@@ -1617,7 +1582,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -1627,7 +1591,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1637,7 +1600,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -1647,7 +1609,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setPivotedActivityMetrics($pivotedActivityMetrics)
{
$this->pivotedActivityMetrics = $pivotedActivityMetrics;
@@ -1657,7 +1618,6 @@ public function getPivotedActivityMetrics()
{
return $this->pivotedActivityMetrics;
}
-
public function setReachByFrequencyMetrics($reachByFrequencyMetrics)
{
$this->reachByFrequencyMetrics = $reachByFrequencyMetrics;
@@ -1667,6 +1627,7 @@ public function getReachByFrequencyMetrics()
{
return $this->reachByFrequencyMetrics;
}
+
}
class Google_Service_Dfareporting_Recipient extends Google_Model
@@ -1686,7 +1647,6 @@ public function getDeliveryType()
{
return $this->deliveryType;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -1696,7 +1656,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1706,6 +1665,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Dfareporting_Report extends Google_Model
@@ -1749,7 +1709,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setActiveGrpCriteria(Google_Service_Dfareporting_ReportActiveGrpCriteria $activeGrpCriteria)
{
$this->activeGrpCriteria = $activeGrpCriteria;
@@ -1759,7 +1718,6 @@ public function getActiveGrpCriteria()
{
return $this->activeGrpCriteria;
}
-
public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria)
{
$this->criteria = $criteria;
@@ -1769,7 +1727,6 @@ public function getCriteria()
{
return $this->criteria;
}
-
public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria)
{
$this->crossDimensionReachCriteria = $crossDimensionReachCriteria;
@@ -1779,7 +1736,6 @@ public function getCrossDimensionReachCriteria()
{
return $this->crossDimensionReachCriteria;
}
-
public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery)
{
$this->delivery = $delivery;
@@ -1789,7 +1745,6 @@ public function getDelivery()
{
return $this->delivery;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1799,7 +1754,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFileName($fileName)
{
$this->fileName = $fileName;
@@ -1809,7 +1763,6 @@ public function getFileName()
{
return $this->fileName;
}
-
public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlightCriteria $floodlightCriteria)
{
$this->floodlightCriteria = $floodlightCriteria;
@@ -1819,7 +1772,6 @@ public function getFloodlightCriteria()
{
return $this->floodlightCriteria;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -1829,7 +1781,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1839,7 +1790,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1849,7 +1799,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -1859,7 +1808,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1869,7 +1817,6 @@ public function getName()
{
return $this->name;
}
-
public function setOwnerProfileId($ownerProfileId)
{
$this->ownerProfileId = $ownerProfileId;
@@ -1879,7 +1826,6 @@ public function getOwnerProfileId()
{
return $this->ownerProfileId;
}
-
public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPathToConversionCriteria $pathToConversionCriteria)
{
$this->pathToConversionCriteria = $pathToConversionCriteria;
@@ -1889,7 +1835,6 @@ public function getPathToConversionCriteria()
{
return $this->pathToConversionCriteria;
}
-
public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria $reachCriteria)
{
$this->reachCriteria = $reachCriteria;
@@ -1899,7 +1844,6 @@ public function getReachCriteria()
{
return $this->reachCriteria;
}
-
public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule)
{
$this->schedule = $schedule;
@@ -1909,7 +1853,6 @@ public function getSchedule()
{
return $this->schedule;
}
-
public function setSubAccountId($subAccountId)
{
$this->subAccountId = $subAccountId;
@@ -1919,7 +1862,6 @@ public function getSubAccountId()
{
return $this->subAccountId;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1929,6 +1871,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Dfareporting_ReportActiveGrpCriteria extends Google_Collection
@@ -1953,7 +1896,6 @@ public function getDateRange()
{
return $this->dateRange;
}
-
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
@@ -1963,7 +1905,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -1973,7 +1914,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -1983,6 +1923,7 @@ public function getMetricNames()
{
return $this->metricNames;
}
+
}
class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collection
@@ -2009,7 +1950,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -2019,7 +1959,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2029,7 +1968,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -2039,7 +1977,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setPivotedActivityMetrics($pivotedActivityMetrics)
{
$this->pivotedActivityMetrics = $pivotedActivityMetrics;
@@ -2049,6 +1986,7 @@ public function getPivotedActivityMetrics()
{
return $this->pivotedActivityMetrics;
}
+
}
class Google_Service_Dfareporting_ReportCriteria extends Google_Collection
@@ -2077,7 +2015,6 @@ public function getActivities()
{
return $this->activities;
}
-
public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents)
{
$this->customRichMediaEvents = $customRichMediaEvents;
@@ -2087,7 +2024,6 @@ public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
}
-
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
@@ -2097,7 +2033,6 @@ public function getDateRange()
{
return $this->dateRange;
}
-
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
@@ -2107,7 +2042,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -2117,7 +2051,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -2127,6 +2060,7 @@ public function getMetricNames()
{
return $this->metricNames;
}
+
}
class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Google_Collection
@@ -2154,7 +2088,6 @@ public function getBreakdown()
{
return $this->breakdown;
}
-
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
@@ -2164,7 +2097,6 @@ public function getDateRange()
{
return $this->dateRange;
}
-
public function setDimension($dimension)
{
$this->dimension = $dimension;
@@ -2174,7 +2106,6 @@ public function getDimension()
{
return $this->dimension;
}
-
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
@@ -2184,7 +2115,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -2194,7 +2124,6 @@ public function getMetricNames()
{
return $this->metricNames;
}
-
public function setOverlapMetricNames($overlapMetricNames)
{
$this->overlapMetricNames = $overlapMetricNames;
@@ -2204,7 +2133,6 @@ public function getOverlapMetricNames()
{
return $this->overlapMetricNames;
}
-
public function setPivoted($pivoted)
{
$this->pivoted = $pivoted;
@@ -2214,6 +2142,7 @@ public function getPivoted()
{
return $this->pivoted;
}
+
}
class Google_Service_Dfareporting_ReportDelivery extends Google_Collection
@@ -2236,7 +2165,6 @@ public function getEmailOwner()
{
return $this->emailOwner;
}
-
public function setEmailOwnerDeliveryType($emailOwnerDeliveryType)
{
$this->emailOwnerDeliveryType = $emailOwnerDeliveryType;
@@ -2246,7 +2174,6 @@ public function getEmailOwnerDeliveryType()
{
return $this->emailOwnerDeliveryType;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -2256,7 +2183,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setRecipients($recipients)
{
$this->recipients = $recipients;
@@ -2266,6 +2192,7 @@ public function getRecipients()
{
return $this->recipients;
}
+
}
class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collection
@@ -2296,7 +2223,6 @@ public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
}
-
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
@@ -2306,7 +2232,6 @@ public function getDateRange()
{
return $this->dateRange;
}
-
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
@@ -2316,7 +2241,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -2326,7 +2250,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId)
{
$this->floodlightConfigId = $floodlightConfigId;
@@ -2336,7 +2259,6 @@ public function getFloodlightConfigId()
{
return $this->floodlightConfigId;
}
-
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -2346,7 +2268,6 @@ public function getMetricNames()
{
return $this->metricNames;
}
-
public function setReportProperties(Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties $reportProperties)
{
$this->reportProperties = $reportProperties;
@@ -2356,6 +2277,7 @@ public function getReportProperties()
{
return $this->reportProperties;
}
+
}
class Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties extends Google_Model
@@ -2375,7 +2297,6 @@ public function getIncludeAttributedIPConversions()
{
return $this->includeAttributedIPConversions;
}
-
public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions)
{
$this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
@@ -2385,7 +2306,6 @@ public function getIncludeUnattributedCookieConversions()
{
return $this->includeUnattributedCookieConversions;
}
-
public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions)
{
$this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
@@ -2395,6 +2315,7 @@ public function getIncludeUnattributedIPConversions()
{
return $this->includeUnattributedIPConversions;
}
+
}
class Google_Service_Dfareporting_ReportList extends Google_Collection
@@ -2417,7 +2338,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2427,7 +2347,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2437,7 +2356,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2447,6 +2365,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_Collection
@@ -2481,7 +2400,6 @@ public function getActivityFilters()
{
return $this->activityFilters;
}
-
public function setConversionDimensions($conversionDimensions)
{
$this->conversionDimensions = $conversionDimensions;
@@ -2491,7 +2409,6 @@ public function getConversionDimensions()
{
return $this->conversionDimensions;
}
-
public function setCustomFloodlightVariables($customFloodlightVariables)
{
$this->customFloodlightVariables = $customFloodlightVariables;
@@ -2501,7 +2418,6 @@ public function getCustomFloodlightVariables()
{
return $this->customFloodlightVariables;
}
-
public function setCustomRichMediaEvents($customRichMediaEvents)
{
$this->customRichMediaEvents = $customRichMediaEvents;
@@ -2511,7 +2427,6 @@ public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
}
-
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
@@ -2521,7 +2436,6 @@ public function getDateRange()
{
return $this->dateRange;
}
-
public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId)
{
$this->floodlightConfigId = $floodlightConfigId;
@@ -2531,7 +2445,6 @@ public function getFloodlightConfigId()
{
return $this->floodlightConfigId;
}
-
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -2541,7 +2454,6 @@ public function getMetricNames()
{
return $this->metricNames;
}
-
public function setPerInteractionDimensions($perInteractionDimensions)
{
$this->perInteractionDimensions = $perInteractionDimensions;
@@ -2551,7 +2463,6 @@ public function getPerInteractionDimensions()
{
return $this->perInteractionDimensions;
}
-
public function setReportProperties(Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties $reportProperties)
{
$this->reportProperties = $reportProperties;
@@ -2561,6 +2472,7 @@ public function getReportProperties()
{
return $this->reportProperties;
}
+
}
class Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties extends Google_Model
@@ -2586,7 +2498,6 @@ public function getClicksLookbackWindow()
{
return $this->clicksLookbackWindow;
}
-
public function setImpressionsLookbackWindow($impressionsLookbackWindow)
{
$this->impressionsLookbackWindow = $impressionsLookbackWindow;
@@ -2596,7 +2507,6 @@ public function getImpressionsLookbackWindow()
{
return $this->impressionsLookbackWindow;
}
-
public function setIncludeAttributedIPConversions($includeAttributedIPConversions)
{
$this->includeAttributedIPConversions = $includeAttributedIPConversions;
@@ -2606,7 +2516,6 @@ public function getIncludeAttributedIPConversions()
{
return $this->includeAttributedIPConversions;
}
-
public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions)
{
$this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
@@ -2616,7 +2525,6 @@ public function getIncludeUnattributedCookieConversions()
{
return $this->includeUnattributedCookieConversions;
}
-
public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions)
{
$this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
@@ -2626,7 +2534,6 @@ public function getIncludeUnattributedIPConversions()
{
return $this->includeUnattributedIPConversions;
}
-
public function setMaximumClickInteractions($maximumClickInteractions)
{
$this->maximumClickInteractions = $maximumClickInteractions;
@@ -2636,7 +2543,6 @@ public function getMaximumClickInteractions()
{
return $this->maximumClickInteractions;
}
-
public function setMaximumImpressionInteractions($maximumImpressionInteractions)
{
$this->maximumImpressionInteractions = $maximumImpressionInteractions;
@@ -2646,7 +2552,6 @@ public function getMaximumImpressionInteractions()
{
return $this->maximumImpressionInteractions;
}
-
public function setMaximumInteractionGap($maximumInteractionGap)
{
$this->maximumInteractionGap = $maximumInteractionGap;
@@ -2656,7 +2561,6 @@ public function getMaximumInteractionGap()
{
return $this->maximumInteractionGap;
}
-
public function setPivotOnInteractionPath($pivotOnInteractionPath)
{
$this->pivotOnInteractionPath = $pivotOnInteractionPath;
@@ -2666,6 +2570,7 @@ public function getPivotOnInteractionPath()
{
return $this->pivotOnInteractionPath;
}
+
}
class Google_Service_Dfareporting_ReportReachCriteria extends Google_Collection
@@ -2695,7 +2600,6 @@ public function getActivities()
{
return $this->activities;
}
-
public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents)
{
$this->customRichMediaEvents = $customRichMediaEvents;
@@ -2705,7 +2609,6 @@ public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
}
-
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
@@ -2715,7 +2618,6 @@ public function getDateRange()
{
return $this->dateRange;
}
-
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
@@ -2725,7 +2627,6 @@ public function getDimensionFilters()
{
return $this->dimensionFilters;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -2735,7 +2636,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -2745,7 +2645,6 @@ public function getMetricNames()
{
return $this->metricNames;
}
-
public function setReachByFrequencyMetricNames($reachByFrequencyMetricNames)
{
$this->reachByFrequencyMetricNames = $reachByFrequencyMetricNames;
@@ -2755,6 +2654,7 @@ public function getReachByFrequencyMetricNames()
{
return $this->reachByFrequencyMetricNames;
}
+
}
class Google_Service_Dfareporting_ReportSchedule extends Google_Collection
@@ -2779,7 +2679,6 @@ public function getActive()
{
return $this->active;
}
-
public function setEvery($every)
{
$this->every = $every;
@@ -2789,7 +2688,6 @@ public function getEvery()
{
return $this->every;
}
-
public function setExpirationDate($expirationDate)
{
$this->expirationDate = $expirationDate;
@@ -2799,7 +2697,6 @@ public function getExpirationDate()
{
return $this->expirationDate;
}
-
public function setRepeats($repeats)
{
$this->repeats = $repeats;
@@ -2809,7 +2706,6 @@ public function getRepeats()
{
return $this->repeats;
}
-
public function setRepeatsOnWeekDays($repeatsOnWeekDays)
{
$this->repeatsOnWeekDays = $repeatsOnWeekDays;
@@ -2819,7 +2715,6 @@ public function getRepeatsOnWeekDays()
{
return $this->repeatsOnWeekDays;
}
-
public function setRunsOnDayOfMonth($runsOnDayOfMonth)
{
$this->runsOnDayOfMonth = $runsOnDayOfMonth;
@@ -2829,7 +2724,6 @@ public function getRunsOnDayOfMonth()
{
return $this->runsOnDayOfMonth;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -2839,6 +2733,7 @@ public function getStartDate()
{
return $this->startDate;
}
+
}
class Google_Service_Dfareporting_SortedDimension extends Google_Model
@@ -2858,7 +2753,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2868,7 +2762,6 @@ public function getName()
{
return $this->name;
}
-
public function setSortOrder($sortOrder)
{
$this->sortOrder = $sortOrder;
@@ -2878,6 +2771,7 @@ public function getSortOrder()
{
return $this->sortOrder;
}
+
}
class Google_Service_Dfareporting_UserProfile extends Google_Model
@@ -2902,7 +2796,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAccountName($accountName)
{
$this->accountName = $accountName;
@@ -2912,7 +2805,6 @@ public function getAccountName()
{
return $this->accountName;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2922,7 +2814,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2932,7 +2823,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -2942,7 +2832,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setSubAccountId($subAccountId)
{
$this->subAccountId = $subAccountId;
@@ -2952,7 +2841,6 @@ public function getSubAccountId()
{
return $this->subAccountId;
}
-
public function setSubAccountName($subAccountName)
{
$this->subAccountName = $subAccountName;
@@ -2962,7 +2850,6 @@ public function getSubAccountName()
{
return $this->subAccountName;
}
-
public function setUserName($userName)
{
$this->userName = $userName;
@@ -2972,6 +2859,7 @@ public function getUserName()
{
return $this->userName;
}
+
}
class Google_Service_Dfareporting_UserProfileList extends Google_Collection
@@ -2993,7 +2881,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3003,7 +2890,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3013,4 +2899,5 @@ public function getKind()
{
return $this->kind;
}
+
}
From c9b9f50ef1bd9cc4a66e8cdb0740e18deea9b285 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:46 -0700
Subject: [PATCH 0312/1219] Updated Translate.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Translate.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/Translate.php b/src/Google/Service/Translate.php
index 42f44026f..723212de5 100644
--- a/src/Google/Service/Translate.php
+++ b/src/Google/Service/Translate.php
@@ -246,6 +246,7 @@ public function getDetections()
{
return $this->detections;
}
+
}
class Google_Service_Translate_DetectionsResourceItems extends Google_Model
@@ -265,7 +266,6 @@ public function getConfidence()
{
return $this->confidence;
}
-
public function setIsReliable($isReliable)
{
$this->isReliable = $isReliable;
@@ -275,7 +275,6 @@ public function getIsReliable()
{
return $this->isReliable;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -285,6 +284,7 @@ public function getLanguage()
{
return $this->language;
}
+
}
class Google_Service_Translate_LanguagesListResponse extends Google_Collection
@@ -304,6 +304,7 @@ public function getLanguages()
{
return $this->languages;
}
+
}
class Google_Service_Translate_LanguagesResource extends Google_Model
@@ -322,7 +323,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setName($name)
{
$this->name = $name;
@@ -332,6 +332,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Translate_TranslationsListResponse extends Google_Collection
@@ -351,6 +352,7 @@ public function getTranslations()
{
return $this->translations;
}
+
}
class Google_Service_Translate_TranslationsResource extends Google_Model
@@ -369,7 +371,6 @@ public function getDetectedSourceLanguage()
{
return $this->detectedSourceLanguage;
}
-
public function setTranslatedText($translatedText)
{
$this->translatedText = $translatedText;
@@ -379,4 +380,5 @@ public function getTranslatedText()
{
return $this->translatedText;
}
+
}
From 8e7edcb89ebb0790993e1f8c3f7eac0feb9f154c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:48 -0700
Subject: [PATCH 0313/1219] Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/ShoppingContent.php | 287 ++++++-------------------
1 file changed, 66 insertions(+), 221 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 77bdb6688..d4a38b48a 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -1145,7 +1145,6 @@ public function getAdultContent()
{
return $this->adultContent;
}
-
public function setAdwordsLinks($adwordsLinks)
{
$this->adwordsLinks = $adwordsLinks;
@@ -1155,7 +1154,6 @@ public function getAdwordsLinks()
{
return $this->adwordsLinks;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1165,7 +1163,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1175,7 +1172,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1185,7 +1181,6 @@ public function getName()
{
return $this->name;
}
-
public function setReviewsUrl($reviewsUrl)
{
$this->reviewsUrl = $reviewsUrl;
@@ -1195,7 +1190,6 @@ public function getReviewsUrl()
{
return $this->reviewsUrl;
}
-
public function setSellerId($sellerId)
{
$this->sellerId = $sellerId;
@@ -1205,7 +1199,6 @@ public function getSellerId()
{
return $this->sellerId;
}
-
public function setUsers($users)
{
$this->users = $users;
@@ -1215,7 +1208,6 @@ public function getUsers()
{
return $this->users;
}
-
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
@@ -1225,6 +1217,7 @@ public function getWebsiteUrl()
{
return $this->websiteUrl;
}
+
}
class Google_Service_ShoppingContent_AccountAdwordsLink extends Google_Model
@@ -1243,7 +1236,6 @@ public function getAdwordsId()
{
return $this->adwordsId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1253,6 +1245,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
@@ -1274,7 +1267,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setDataQualityIssues($dataQualityIssues)
{
$this->dataQualityIssues = $dataQualityIssues;
@@ -1284,7 +1276,6 @@ public function getDataQualityIssues()
{
return $this->dataQualityIssues;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1294,6 +1285,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection
@@ -1320,7 +1312,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setDisplayedValue($displayedValue)
{
$this->displayedValue = $displayedValue;
@@ -1330,7 +1321,6 @@ public function getDisplayedValue()
{
return $this->displayedValue;
}
-
public function setExampleItems($exampleItems)
{
$this->exampleItems = $exampleItems;
@@ -1340,7 +1330,6 @@ public function getExampleItems()
{
return $this->exampleItems;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1350,7 +1339,6 @@ public function getId()
{
return $this->id;
}
-
public function setLastChecked($lastChecked)
{
$this->lastChecked = $lastChecked;
@@ -1360,7 +1348,6 @@ public function getLastChecked()
{
return $this->lastChecked;
}
-
public function setNumItems($numItems)
{
$this->numItems = $numItems;
@@ -1370,7 +1357,6 @@ public function getNumItems()
{
return $this->numItems;
}
-
public function setSeverity($severity)
{
$this->severity = $severity;
@@ -1380,7 +1366,6 @@ public function getSeverity()
{
return $this->severity;
}
-
public function setSubmittedValue($submittedValue)
{
$this->submittedValue = $submittedValue;
@@ -1390,6 +1375,7 @@ public function getSubmittedValue()
{
return $this->submittedValue;
}
+
}
class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Model
@@ -1411,7 +1397,6 @@ public function getItemId()
{
return $this->itemId;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -1421,7 +1406,6 @@ public function getLink()
{
return $this->link;
}
-
public function setSubmittedValue($submittedValue)
{
$this->submittedValue = $submittedValue;
@@ -1431,7 +1415,6 @@ public function getSubmittedValue()
{
return $this->submittedValue;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1441,7 +1424,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setValueOnLandingPage($valueOnLandingPage)
{
$this->valueOnLandingPage = $valueOnLandingPage;
@@ -1451,6 +1433,7 @@ public function getValueOnLandingPage()
{
return $this->valueOnLandingPage;
}
+
}
class Google_Service_ShoppingContent_AccountUser extends Google_Model
@@ -1469,7 +1452,6 @@ public function getAdmin()
{
return $this->admin;
}
-
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
@@ -1479,6 +1461,7 @@ public function getEmailAddress()
{
return $this->emailAddress;
}
+
}
class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection
@@ -1498,6 +1481,7 @@ public function getEntries()
{
return $this->entries;
}
+
}
class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Google_Model
@@ -1520,7 +1504,6 @@ public function getAccount()
{
return $this->account;
}
-
public function setAccountId($accountId)
{
$this->accountId = $accountId;
@@ -1530,7 +1513,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setBatchId($batchId)
{
$this->batchId = $batchId;
@@ -1540,7 +1522,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
@@ -1550,7 +1531,6 @@ public function getMerchantId()
{
return $this->merchantId;
}
-
public function setMethod($method)
{
$this->method = $method;
@@ -1560,6 +1540,7 @@ public function getMethod()
{
return $this->method;
}
+
}
class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection
@@ -1580,7 +1561,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1590,6 +1570,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Google_Model
@@ -1612,7 +1593,6 @@ public function getAccount()
{
return $this->account;
}
-
public function setBatchId($batchId)
{
$this->batchId = $batchId;
@@ -1622,7 +1602,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
@@ -1632,7 +1611,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1642,6 +1620,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection
@@ -1663,7 +1642,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1673,7 +1651,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -1683,6 +1660,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection
@@ -1702,6 +1680,7 @@ public function getEntries()
{
return $this->entries;
}
+
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry extends Google_Model
@@ -1722,7 +1701,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setBatchId($batchId)
{
$this->batchId = $batchId;
@@ -1732,7 +1710,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
@@ -1742,7 +1719,6 @@ public function getMerchantId()
{
return $this->merchantId;
}
-
public function setMethod($method)
{
$this->method = $method;
@@ -1752,6 +1728,7 @@ public function getMethod()
{
return $this->method;
}
+
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection
@@ -1772,7 +1749,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1782,6 +1758,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry extends Google_Model
@@ -1803,7 +1780,6 @@ public function getAccountStatus()
{
return $this->accountStatus;
}
-
public function setBatchId($batchId)
{
$this->batchId = $batchId;
@@ -1813,7 +1789,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
@@ -1823,6 +1798,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection
@@ -1844,7 +1820,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1854,7 +1829,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -1864,6 +1838,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_ShoppingContent_Datafeed extends Google_Collection
@@ -1894,7 +1869,6 @@ public function getAttributeLanguage()
{
return $this->attributeLanguage;
}
-
public function setContentLanguage($contentLanguage)
{
$this->contentLanguage = $contentLanguage;
@@ -1904,7 +1878,6 @@ public function getContentLanguage()
{
return $this->contentLanguage;
}
-
public function setContentType($contentType)
{
$this->contentType = $contentType;
@@ -1914,7 +1887,6 @@ public function getContentType()
{
return $this->contentType;
}
-
public function setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSchedule $fetchSchedule)
{
$this->fetchSchedule = $fetchSchedule;
@@ -1924,7 +1896,6 @@ public function getFetchSchedule()
{
return $this->fetchSchedule;
}
-
public function setFileName($fileName)
{
$this->fileName = $fileName;
@@ -1934,7 +1905,6 @@ public function getFileName()
{
return $this->fileName;
}
-
public function setFormat(Google_Service_ShoppingContent_DatafeedFormat $format)
{
$this->format = $format;
@@ -1944,7 +1914,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1954,7 +1923,6 @@ public function getId()
{
return $this->id;
}
-
public function setIntendedDestinations($intendedDestinations)
{
$this->intendedDestinations = $intendedDestinations;
@@ -1964,7 +1932,6 @@ public function getIntendedDestinations()
{
return $this->intendedDestinations;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1974,7 +1941,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1984,7 +1950,6 @@ public function getName()
{
return $this->name;
}
-
public function setTargetCountry($targetCountry)
{
$this->targetCountry = $targetCountry;
@@ -1994,6 +1959,7 @@ public function getTargetCountry()
{
return $this->targetCountry;
}
+
}
class Google_Service_ShoppingContent_DatafeedFetchSchedule extends Google_Model
@@ -2017,7 +1983,6 @@ public function getDayOfMonth()
{
return $this->dayOfMonth;
}
-
public function setFetchUrl($fetchUrl)
{
$this->fetchUrl = $fetchUrl;
@@ -2027,7 +1992,6 @@ public function getFetchUrl()
{
return $this->fetchUrl;
}
-
public function setHour($hour)
{
$this->hour = $hour;
@@ -2037,7 +2001,6 @@ public function getHour()
{
return $this->hour;
}
-
public function setPassword($password)
{
$this->password = $password;
@@ -2047,7 +2010,6 @@ public function getPassword()
{
return $this->password;
}
-
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
@@ -2057,7 +2019,6 @@ public function getTimeZone()
{
return $this->timeZone;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -2067,7 +2028,6 @@ public function getUsername()
{
return $this->username;
}
-
public function setWeekday($weekday)
{
$this->weekday = $weekday;
@@ -2077,6 +2037,7 @@ public function getWeekday()
{
return $this->weekday;
}
+
}
class Google_Service_ShoppingContent_DatafeedFormat extends Google_Model
@@ -2096,7 +2057,6 @@ public function getColumnDelimiter()
{
return $this->columnDelimiter;
}
-
public function setFileEncoding($fileEncoding)
{
$this->fileEncoding = $fileEncoding;
@@ -2106,7 +2066,6 @@ public function getFileEncoding()
{
return $this->fileEncoding;
}
-
public function setQuotingMode($quotingMode)
{
$this->quotingMode = $quotingMode;
@@ -2116,6 +2075,7 @@ public function getQuotingMode()
{
return $this->quotingMode;
}
+
}
class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection
@@ -2142,7 +2102,6 @@ public function getDatafeedId()
{
return $this->datafeedId;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -2152,7 +2111,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setItemsTotal($itemsTotal)
{
$this->itemsTotal = $itemsTotal;
@@ -2162,7 +2120,6 @@ public function getItemsTotal()
{
return $this->itemsTotal;
}
-
public function setItemsValid($itemsValid)
{
$this->itemsValid = $itemsValid;
@@ -2172,7 +2129,6 @@ public function getItemsValid()
{
return $this->itemsValid;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2182,7 +2138,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
@@ -2192,7 +2147,6 @@ public function getProcessingStatus()
{
return $this->processingStatus;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -2202,6 +2156,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_ShoppingContent_DatafeedStatusError extends Google_Collection
@@ -2224,7 +2179,6 @@ public function getCode()
{
return $this->code;
}
-
public function setCount($count)
{
$this->count = $count;
@@ -2234,7 +2188,6 @@ public function getCount()
{
return $this->count;
}
-
public function setExamples($examples)
{
$this->examples = $examples;
@@ -2244,7 +2197,6 @@ public function getExamples()
{
return $this->examples;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -2254,6 +2206,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_ShoppingContent_DatafeedStatusExample extends Google_Model
@@ -2273,7 +2226,6 @@ public function getItemId()
{
return $this->itemId;
}
-
public function setLineNumber($lineNumber)
{
$this->lineNumber = $lineNumber;
@@ -2283,7 +2235,6 @@ public function getLineNumber()
{
return $this->lineNumber;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -2293,6 +2244,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_Collection
@@ -2312,6 +2264,7 @@ public function getEntries()
{
return $this->entries;
}
+
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry extends Google_Model
@@ -2334,7 +2287,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
{
$this->datafeed = $datafeed;
@@ -2344,7 +2296,6 @@ public function getDatafeed()
{
return $this->datafeed;
}
-
public function setDatafeedId($datafeedId)
{
$this->datafeedId = $datafeedId;
@@ -2354,7 +2305,6 @@ public function getDatafeedId()
{
return $this->datafeedId;
}
-
public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
@@ -2364,7 +2314,6 @@ public function getMerchantId()
{
return $this->merchantId;
}
-
public function setMethod($method)
{
$this->method = $method;
@@ -2374,6 +2323,7 @@ public function getMethod()
{
return $this->method;
}
+
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponse extends Google_Collection
@@ -2394,7 +2344,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2404,6 +2353,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry extends Google_Model
@@ -2425,7 +2375,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
{
$this->datafeed = $datafeed;
@@ -2435,7 +2384,6 @@ public function getDatafeed()
{
return $this->datafeed;
}
-
public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
@@ -2445,6 +2393,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collection
@@ -2466,7 +2415,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2476,7 +2424,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -2486,6 +2433,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends Google_Collection
@@ -2505,6 +2453,7 @@ public function getEntries()
{
return $this->entries;
}
+
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry extends Google_Model
@@ -2525,7 +2474,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setDatafeedId($datafeedId)
{
$this->datafeedId = $datafeedId;
@@ -2535,7 +2483,6 @@ public function getDatafeedId()
{
return $this->datafeedId;
}
-
public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
@@ -2545,7 +2492,6 @@ public function getMerchantId()
{
return $this->merchantId;
}
-
public function setMethod($method)
{
$this->method = $method;
@@ -2555,6 +2501,7 @@ public function getMethod()
{
return $this->method;
}
+
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse extends Google_Collection
@@ -2575,7 +2522,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2585,6 +2531,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry extends Google_Model
@@ -2606,7 +2553,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus $datafeedStatus)
{
$this->datafeedStatus = $datafeedStatus;
@@ -2616,7 +2562,6 @@ public function getDatafeedStatus()
{
return $this->datafeedStatus;
}
-
public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
@@ -2626,6 +2571,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google_Collection
@@ -2647,7 +2593,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2657,7 +2602,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -2667,6 +2611,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_ShoppingContent_Error extends Google_Model
@@ -2686,7 +2631,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -2696,7 +2640,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -2706,6 +2649,7 @@ public function getReason()
{
return $this->reason;
}
+
}
class Google_Service_ShoppingContent_Errors extends Google_Collection
@@ -2727,7 +2671,6 @@ public function getCode()
{
return $this->code;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -2737,7 +2680,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -2747,6 +2689,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_ShoppingContent_Inventory extends Google_Model
@@ -2771,7 +2714,6 @@ public function getAvailability()
{
return $this->availability;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2781,7 +2723,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
@@ -2791,7 +2732,6 @@ public function getPrice()
{
return $this->price;
}
-
public function setQuantity($quantity)
{
$this->quantity = $quantity;
@@ -2801,7 +2741,6 @@ public function getQuantity()
{
return $this->quantity;
}
-
public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
{
$this->salePrice = $salePrice;
@@ -2811,7 +2750,6 @@ public function getSalePrice()
{
return $this->salePrice;
}
-
public function setSalePriceEffectiveDate($salePriceEffectiveDate)
{
$this->salePriceEffectiveDate = $salePriceEffectiveDate;
@@ -2821,6 +2759,7 @@ public function getSalePriceEffectiveDate()
{
return $this->salePriceEffectiveDate;
}
+
}
class Google_Service_ShoppingContent_InventoryCustomBatchRequest extends Google_Collection
@@ -2840,6 +2779,7 @@ public function getEntries()
{
return $this->entries;
}
+
}
class Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry extends Google_Model
@@ -2862,7 +2802,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setInventory(Google_Service_ShoppingContent_Inventory $inventory)
{
$this->inventory = $inventory;
@@ -2872,7 +2811,6 @@ public function getInventory()
{
return $this->inventory;
}
-
public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
@@ -2882,7 +2820,6 @@ public function getMerchantId()
{
return $this->merchantId;
}
-
public function setProductId($productId)
{
$this->productId = $productId;
@@ -2892,7 +2829,6 @@ public function getProductId()
{
return $this->productId;
}
-
public function setStoreCode($storeCode)
{
$this->storeCode = $storeCode;
@@ -2902,6 +2838,7 @@ public function getStoreCode()
{
return $this->storeCode;
}
+
}
class Google_Service_ShoppingContent_InventoryCustomBatchResponse extends Google_Collection
@@ -2922,7 +2859,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2932,6 +2868,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry extends Google_Model
@@ -2952,7 +2889,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
@@ -2962,7 +2898,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2972,6 +2907,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_InventorySetRequest extends Google_Model
@@ -2995,7 +2931,6 @@ public function getAvailability()
{
return $this->availability;
}
-
public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
@@ -3005,7 +2940,6 @@ public function getPrice()
{
return $this->price;
}
-
public function setQuantity($quantity)
{
$this->quantity = $quantity;
@@ -3015,7 +2949,6 @@ public function getQuantity()
{
return $this->quantity;
}
-
public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
{
$this->salePrice = $salePrice;
@@ -3025,7 +2958,6 @@ public function getSalePrice()
{
return $this->salePrice;
}
-
public function setSalePriceEffectiveDate($salePriceEffectiveDate)
{
$this->salePriceEffectiveDate = $salePriceEffectiveDate;
@@ -3035,6 +2967,7 @@ public function getSalePriceEffectiveDate()
{
return $this->salePriceEffectiveDate;
}
+
}
class Google_Service_ShoppingContent_InventorySetResponse extends Google_Model
@@ -3052,6 +2985,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_LoyaltyPoints extends Google_Model
@@ -3071,7 +3005,6 @@ public function getName()
{
return $this->name;
}
-
public function setPointsValue($pointsValue)
{
$this->pointsValue = $pointsValue;
@@ -3081,7 +3014,6 @@ public function getPointsValue()
{
return $this->pointsValue;
}
-
public function setRatio($ratio)
{
$this->ratio = $ratio;
@@ -3091,6 +3023,7 @@ public function getRatio()
{
return $this->ratio;
}
+
}
class Google_Service_ShoppingContent_Price extends Google_Model
@@ -3109,7 +3042,6 @@ public function getCurrency()
{
return $this->currency;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3119,6 +3051,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_ShoppingContent_Product extends Google_Collection
@@ -3209,7 +3142,6 @@ public function getAdditionalImageLinks()
{
return $this->additionalImageLinks;
}
-
public function setAdult($adult)
{
$this->adult = $adult;
@@ -3219,7 +3151,6 @@ public function getAdult()
{
return $this->adult;
}
-
public function setAdwordsGrouping($adwordsGrouping)
{
$this->adwordsGrouping = $adwordsGrouping;
@@ -3229,7 +3160,6 @@ public function getAdwordsGrouping()
{
return $this->adwordsGrouping;
}
-
public function setAdwordsLabels($adwordsLabels)
{
$this->adwordsLabels = $adwordsLabels;
@@ -3239,7 +3169,6 @@ public function getAdwordsLabels()
{
return $this->adwordsLabels;
}
-
public function setAdwordsRedirect($adwordsRedirect)
{
$this->adwordsRedirect = $adwordsRedirect;
@@ -3249,7 +3178,6 @@ public function getAdwordsRedirect()
{
return $this->adwordsRedirect;
}
-
public function setAgeGroup($ageGroup)
{
$this->ageGroup = $ageGroup;
@@ -3259,7 +3187,6 @@ public function getAgeGroup()
{
return $this->ageGroup;
}
-
public function setAvailability($availability)
{
$this->availability = $availability;
@@ -3269,7 +3196,6 @@ public function getAvailability()
{
return $this->availability;
}
-
public function setAvailabilityDate($availabilityDate)
{
$this->availabilityDate = $availabilityDate;
@@ -3279,7 +3205,6 @@ public function getAvailabilityDate()
{
return $this->availabilityDate;
}
-
public function setBrand($brand)
{
$this->brand = $brand;
@@ -3289,7 +3214,6 @@ public function getBrand()
{
return $this->brand;
}
-
public function setChannel($channel)
{
$this->channel = $channel;
@@ -3299,7 +3223,6 @@ public function getChannel()
{
return $this->channel;
}
-
public function setColor($color)
{
$this->color = $color;
@@ -3309,7 +3232,6 @@ public function getColor()
{
return $this->color;
}
-
public function setCondition($condition)
{
$this->condition = $condition;
@@ -3319,7 +3241,6 @@ public function getCondition()
{
return $this->condition;
}
-
public function setContentLanguage($contentLanguage)
{
$this->contentLanguage = $contentLanguage;
@@ -3329,7 +3250,6 @@ public function getContentLanguage()
{
return $this->contentLanguage;
}
-
public function setCustomAttributes($customAttributes)
{
$this->customAttributes = $customAttributes;
@@ -3339,7 +3259,6 @@ public function getCustomAttributes()
{
return $this->customAttributes;
}
-
public function setCustomGroups($customGroups)
{
$this->customGroups = $customGroups;
@@ -3349,7 +3268,6 @@ public function getCustomGroups()
{
return $this->customGroups;
}
-
public function setCustomLabel0($customLabel0)
{
$this->customLabel0 = $customLabel0;
@@ -3359,7 +3277,6 @@ public function getCustomLabel0()
{
return $this->customLabel0;
}
-
public function setCustomLabel1($customLabel1)
{
$this->customLabel1 = $customLabel1;
@@ -3369,7 +3286,6 @@ public function getCustomLabel1()
{
return $this->customLabel1;
}
-
public function setCustomLabel2($customLabel2)
{
$this->customLabel2 = $customLabel2;
@@ -3379,7 +3295,6 @@ public function getCustomLabel2()
{
return $this->customLabel2;
}
-
public function setCustomLabel3($customLabel3)
{
$this->customLabel3 = $customLabel3;
@@ -3389,7 +3304,6 @@ public function getCustomLabel3()
{
return $this->customLabel3;
}
-
public function setCustomLabel4($customLabel4)
{
$this->customLabel4 = $customLabel4;
@@ -3399,7 +3313,6 @@ public function getCustomLabel4()
{
return $this->customLabel4;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3409,7 +3322,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDestinations($destinations)
{
$this->destinations = $destinations;
@@ -3419,7 +3331,6 @@ public function getDestinations()
{
return $this->destinations;
}
-
public function setEnergyEfficiencyClass($energyEfficiencyClass)
{
$this->energyEfficiencyClass = $energyEfficiencyClass;
@@ -3429,7 +3340,6 @@ public function getEnergyEfficiencyClass()
{
return $this->energyEfficiencyClass;
}
-
public function setExpirationDate($expirationDate)
{
$this->expirationDate = $expirationDate;
@@ -3439,7 +3349,6 @@ public function getExpirationDate()
{
return $this->expirationDate;
}
-
public function setGender($gender)
{
$this->gender = $gender;
@@ -3449,7 +3358,6 @@ public function getGender()
{
return $this->gender;
}
-
public function setGoogleProductCategory($googleProductCategory)
{
$this->googleProductCategory = $googleProductCategory;
@@ -3459,7 +3367,6 @@ public function getGoogleProductCategory()
{
return $this->googleProductCategory;
}
-
public function setGtin($gtin)
{
$this->gtin = $gtin;
@@ -3469,7 +3376,6 @@ public function getGtin()
{
return $this->gtin;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3479,7 +3385,6 @@ public function getId()
{
return $this->id;
}
-
public function setIdentifierExists($identifierExists)
{
$this->identifierExists = $identifierExists;
@@ -3489,7 +3394,6 @@ public function getIdentifierExists()
{
return $this->identifierExists;
}
-
public function setImageLink($imageLink)
{
$this->imageLink = $imageLink;
@@ -3499,7 +3403,6 @@ public function getImageLink()
{
return $this->imageLink;
}
-
public function setInstallment(Google_Service_ShoppingContent_ProductInstallment $installment)
{
$this->installment = $installment;
@@ -3509,7 +3412,6 @@ public function getInstallment()
{
return $this->installment;
}
-
public function setIsBundle($isBundle)
{
$this->isBundle = $isBundle;
@@ -3519,7 +3421,6 @@ public function getIsBundle()
{
return $this->isBundle;
}
-
public function setItemGroupId($itemGroupId)
{
$this->itemGroupId = $itemGroupId;
@@ -3529,7 +3430,6 @@ public function getItemGroupId()
{
return $this->itemGroupId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3539,7 +3439,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -3549,7 +3448,6 @@ public function getLink()
{
return $this->link;
}
-
public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints)
{
$this->loyaltyPoints = $loyaltyPoints;
@@ -3559,7 +3457,6 @@ public function getLoyaltyPoints()
{
return $this->loyaltyPoints;
}
-
public function setMaterial($material)
{
$this->material = $material;
@@ -3569,7 +3466,6 @@ public function getMaterial()
{
return $this->material;
}
-
public function setMobileLink($mobileLink)
{
$this->mobileLink = $mobileLink;
@@ -3579,7 +3475,6 @@ public function getMobileLink()
{
return $this->mobileLink;
}
-
public function setMpn($mpn)
{
$this->mpn = $mpn;
@@ -3589,7 +3484,6 @@ public function getMpn()
{
return $this->mpn;
}
-
public function setMultipack($multipack)
{
$this->multipack = $multipack;
@@ -3599,7 +3493,6 @@ public function getMultipack()
{
return $this->multipack;
}
-
public function setOfferId($offerId)
{
$this->offerId = $offerId;
@@ -3609,7 +3502,6 @@ public function getOfferId()
{
return $this->offerId;
}
-
public function setOnlineOnly($onlineOnly)
{
$this->onlineOnly = $onlineOnly;
@@ -3619,7 +3511,6 @@ public function getOnlineOnly()
{
return $this->onlineOnly;
}
-
public function setPattern($pattern)
{
$this->pattern = $pattern;
@@ -3629,7 +3520,6 @@ public function getPattern()
{
return $this->pattern;
}
-
public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
@@ -3639,7 +3529,6 @@ public function getPrice()
{
return $this->price;
}
-
public function setProductType($productType)
{
$this->productType = $productType;
@@ -3649,7 +3538,6 @@ public function getProductType()
{
return $this->productType;
}
-
public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
{
$this->salePrice = $salePrice;
@@ -3659,7 +3547,6 @@ public function getSalePrice()
{
return $this->salePrice;
}
-
public function setSalePriceEffectiveDate($salePriceEffectiveDate)
{
$this->salePriceEffectiveDate = $salePriceEffectiveDate;
@@ -3669,7 +3556,6 @@ public function getSalePriceEffectiveDate()
{
return $this->salePriceEffectiveDate;
}
-
public function setShipping($shipping)
{
$this->shipping = $shipping;
@@ -3679,7 +3565,6 @@ public function getShipping()
{
return $this->shipping;
}
-
public function setShippingLabel($shippingLabel)
{
$this->shippingLabel = $shippingLabel;
@@ -3689,7 +3574,6 @@ public function getShippingLabel()
{
return $this->shippingLabel;
}
-
public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight)
{
$this->shippingWeight = $shippingWeight;
@@ -3699,7 +3583,6 @@ public function getShippingWeight()
{
return $this->shippingWeight;
}
-
public function setSizeSystem($sizeSystem)
{
$this->sizeSystem = $sizeSystem;
@@ -3709,7 +3592,6 @@ public function getSizeSystem()
{
return $this->sizeSystem;
}
-
public function setSizeType($sizeType)
{
$this->sizeType = $sizeType;
@@ -3719,7 +3601,6 @@ public function getSizeType()
{
return $this->sizeType;
}
-
public function setSizes($sizes)
{
$this->sizes = $sizes;
@@ -3729,7 +3610,6 @@ public function getSizes()
{
return $this->sizes;
}
-
public function setTargetCountry($targetCountry)
{
$this->targetCountry = $targetCountry;
@@ -3739,7 +3619,6 @@ public function getTargetCountry()
{
return $this->targetCountry;
}
-
public function setTaxes($taxes)
{
$this->taxes = $taxes;
@@ -3749,7 +3628,6 @@ public function getTaxes()
{
return $this->taxes;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3759,7 +3637,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure)
{
$this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
@@ -3769,7 +3646,6 @@ public function getUnitPricingBaseMeasure()
{
return $this->unitPricingBaseMeasure;
}
-
public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure)
{
$this->unitPricingMeasure = $unitPricingMeasure;
@@ -3779,7 +3655,6 @@ public function getUnitPricingMeasure()
{
return $this->unitPricingMeasure;
}
-
public function setValidatedDestinations($validatedDestinations)
{
$this->validatedDestinations = $validatedDestinations;
@@ -3789,7 +3664,6 @@ public function getValidatedDestinations()
{
return $this->validatedDestinations;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -3799,6 +3673,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_ShoppingContent_ProductCustomAttribute extends Google_Model
@@ -3819,7 +3694,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3829,7 +3703,6 @@ public function getType()
{
return $this->type;
}
-
public function setUnit($unit)
{
$this->unit = $unit;
@@ -3839,7 +3712,6 @@ public function getUnit()
{
return $this->unit;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3849,6 +3721,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_ShoppingContent_ProductCustomGroup extends Google_Collection
@@ -3869,7 +3742,6 @@ public function getAttributes()
{
return $this->attributes;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3879,6 +3751,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_ShoppingContent_ProductDestination extends Google_Model
@@ -3897,7 +3770,6 @@ public function getDestinationName()
{
return $this->destinationName;
}
-
public function setIntention($intention)
{
$this->intention = $intention;
@@ -3907,6 +3779,7 @@ public function getIntention()
{
return $this->intention;
}
+
}
class Google_Service_ShoppingContent_ProductInstallment extends Google_Model
@@ -3926,7 +3799,6 @@ public function getAmount()
{
return $this->amount;
}
-
public function setMonths($months)
{
$this->months = $months;
@@ -3936,6 +3808,7 @@ public function getMonths()
{
return $this->months;
}
+
}
class Google_Service_ShoppingContent_ProductShipping extends Google_Model
@@ -3960,7 +3833,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setLocationGroupName($locationGroupName)
{
$this->locationGroupName = $locationGroupName;
@@ -3970,7 +3842,6 @@ public function getLocationGroupName()
{
return $this->locationGroupName;
}
-
public function setLocationId($locationId)
{
$this->locationId = $locationId;
@@ -3980,7 +3851,6 @@ public function getLocationId()
{
return $this->locationId;
}
-
public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
@@ -3990,7 +3860,6 @@ public function getPostalCode()
{
return $this->postalCode;
}
-
public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
@@ -4000,7 +3869,6 @@ public function getPrice()
{
return $this->price;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -4010,7 +3878,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setService($service)
{
$this->service = $service;
@@ -4020,6 +3887,7 @@ public function getService()
{
return $this->service;
}
+
}
class Google_Service_ShoppingContent_ProductShippingWeight extends Google_Model
@@ -4038,7 +3906,6 @@ public function getUnit()
{
return $this->unit;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -4048,6 +3915,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_ShoppingContent_ProductStatus extends Google_Collection
@@ -4073,7 +3941,6 @@ public function getDataQualityIssues()
{
return $this->dataQualityIssues;
}
-
public function setDestinationStatuses($destinationStatuses)
{
$this->destinationStatuses = $destinationStatuses;
@@ -4083,7 +3950,6 @@ public function getDestinationStatuses()
{
return $this->destinationStatuses;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4093,7 +3959,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -4103,7 +3968,6 @@ public function getLink()
{
return $this->link;
}
-
public function setProductId($productId)
{
$this->productId = $productId;
@@ -4113,7 +3977,6 @@ public function getProductId()
{
return $this->productId;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -4123,6 +3986,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_ShoppingContent_ProductStatusDataQualityIssue extends Google_Model
@@ -4146,7 +4010,6 @@ public function getDetail()
{
return $this->detail;
}
-
public function setFetchStatus($fetchStatus)
{
$this->fetchStatus = $fetchStatus;
@@ -4156,7 +4019,6 @@ public function getFetchStatus()
{
return $this->fetchStatus;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4166,7 +4028,6 @@ public function getId()
{
return $this->id;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -4176,7 +4037,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
@@ -4186,7 +4046,6 @@ public function getTimestamp()
{
return $this->timestamp;
}
-
public function setValueOnLandingPage($valueOnLandingPage)
{
$this->valueOnLandingPage = $valueOnLandingPage;
@@ -4196,7 +4055,6 @@ public function getValueOnLandingPage()
{
return $this->valueOnLandingPage;
}
-
public function setValueProvided($valueProvided)
{
$this->valueProvided = $valueProvided;
@@ -4206,6 +4064,7 @@ public function getValueProvided()
{
return $this->valueProvided;
}
+
}
class Google_Service_ShoppingContent_ProductStatusDestinationStatus extends Google_Model
@@ -4225,7 +4084,6 @@ public function getApprovalStatus()
{
return $this->approvalStatus;
}
-
public function setDestination($destination)
{
$this->destination = $destination;
@@ -4235,7 +4093,6 @@ public function getDestination()
{
return $this->destination;
}
-
public function setIntention($intention)
{
$this->intention = $intention;
@@ -4245,6 +4102,7 @@ public function getIntention()
{
return $this->intention;
}
+
}
class Google_Service_ShoppingContent_ProductTax extends Google_Model
@@ -4267,7 +4125,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setLocationId($locationId)
{
$this->locationId = $locationId;
@@ -4277,7 +4134,6 @@ public function getLocationId()
{
return $this->locationId;
}
-
public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
@@ -4287,7 +4143,6 @@ public function getPostalCode()
{
return $this->postalCode;
}
-
public function setRate($rate)
{
$this->rate = $rate;
@@ -4297,7 +4152,6 @@ public function getRate()
{
return $this->rate;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -4307,7 +4161,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setTaxShip($taxShip)
{
$this->taxShip = $taxShip;
@@ -4317,6 +4170,7 @@ public function getTaxShip()
{
return $this->taxShip;
}
+
}
class Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure extends Google_Model
@@ -4335,7 +4189,6 @@ public function getUnit()
{
return $this->unit;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -4345,6 +4198,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_ShoppingContent_ProductUnitPricingMeasure extends Google_Model
@@ -4363,7 +4217,6 @@ public function getUnit()
{
return $this->unit;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -4373,6 +4226,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_Collection
@@ -4392,6 +4246,7 @@ public function getEntries()
{
return $this->entries;
}
+
}
class Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry extends Google_Model
@@ -4414,7 +4269,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
@@ -4424,7 +4278,6 @@ public function getMerchantId()
{
return $this->merchantId;
}
-
public function setMethod($method)
{
$this->method = $method;
@@ -4434,7 +4287,6 @@ public function getMethod()
{
return $this->method;
}
-
public function setProduct(Google_Service_ShoppingContent_Product $product)
{
$this->product = $product;
@@ -4444,7 +4296,6 @@ public function getProduct()
{
return $this->product;
}
-
public function setProductId($productId)
{
$this->productId = $productId;
@@ -4454,6 +4305,7 @@ public function getProductId()
{
return $this->productId;
}
+
}
class Google_Service_ShoppingContent_ProductsCustomBatchResponse extends Google_Collection
@@ -4474,7 +4326,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4484,6 +4335,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry extends Google_Model
@@ -4506,7 +4358,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
@@ -4516,7 +4367,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4526,7 +4376,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProduct(Google_Service_ShoppingContent_Product $product)
{
$this->product = $product;
@@ -4536,6 +4385,7 @@ public function getProduct()
{
return $this->product;
}
+
}
class Google_Service_ShoppingContent_ProductsListResponse extends Google_Collection
@@ -4557,7 +4407,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4567,7 +4416,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -4577,6 +4425,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest extends Google_Collection
@@ -4596,6 +4445,7 @@ public function getEntries()
{
return $this->entries;
}
+
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry extends Google_Model
@@ -4616,7 +4466,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
@@ -4626,7 +4475,6 @@ public function getMerchantId()
{
return $this->merchantId;
}
-
public function setMethod($method)
{
$this->method = $method;
@@ -4636,7 +4484,6 @@ public function getMethod()
{
return $this->method;
}
-
public function setProductId($productId)
{
$this->productId = $productId;
@@ -4646,6 +4493,7 @@ public function getProductId()
{
return $this->productId;
}
+
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse extends Google_Collection
@@ -4666,7 +4514,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4676,6 +4523,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry extends Google_Model
@@ -4698,7 +4546,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
@@ -4708,7 +4555,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4718,7 +4564,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProductStatus(Google_Service_ShoppingContent_ProductStatus $productStatus)
{
$this->productStatus = $productStatus;
@@ -4728,6 +4573,7 @@ public function getProductStatus()
{
return $this->productStatus;
}
+
}
class Google_Service_ShoppingContent_ProductstatusesListResponse extends Google_Collection
@@ -4749,7 +4595,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4759,7 +4604,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -4769,4 +4613,5 @@ public function getResources()
{
return $this->resources;
}
+
}
From 9d5e14241a1965a716eaf726b3ac5c51d946f4f4 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:49 -0700
Subject: [PATCH 0314/1219] Updated Tagmanager.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Tagmanager.php | 133 ++++++------------------------
1 file changed, 26 insertions(+), 107 deletions(-)
diff --git a/src/Google/Service/Tagmanager.php b/src/Google/Service/Tagmanager.php
index c0fe4d0e0..cb4452d06 100644
--- a/src/Google/Service/Tagmanager.php
+++ b/src/Google/Service/Tagmanager.php
@@ -1900,7 +1900,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -1910,7 +1909,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1920,7 +1918,6 @@ public function getName()
{
return $this->name;
}
-
public function setShareData($shareData)
{
$this->shareData = $shareData;
@@ -1930,6 +1927,7 @@ public function getShareData()
{
return $this->shareData;
}
+
}
class Google_Service_Tagmanager_AccountAccess extends Google_Collection
@@ -1948,6 +1946,7 @@ public function getPermission()
{
return $this->permission;
}
+
}
class Google_Service_Tagmanager_Condition extends Google_Collection
@@ -1968,7 +1967,6 @@ public function getParameter()
{
return $this->parameter;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1978,6 +1976,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Tagmanager_Container extends Google_Collection
@@ -2005,7 +2004,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -2015,7 +2013,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setDomainName($domainName)
{
$this->domainName = $domainName;
@@ -2025,7 +2022,6 @@ public function getDomainName()
{
return $this->domainName;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -2035,7 +2031,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2045,7 +2040,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -2055,7 +2049,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setPublicId($publicId)
{
$this->publicId = $publicId;
@@ -2065,7 +2058,6 @@ public function getPublicId()
{
return $this->publicId;
}
-
public function setTimeZoneCountryId($timeZoneCountryId)
{
$this->timeZoneCountryId = $timeZoneCountryId;
@@ -2075,7 +2067,6 @@ public function getTimeZoneCountryId()
{
return $this->timeZoneCountryId;
}
-
public function setTimeZoneId($timeZoneId)
{
$this->timeZoneId = $timeZoneId;
@@ -2085,7 +2076,6 @@ public function getTimeZoneId()
{
return $this->timeZoneId;
}
-
public function setUsageContext($usageContext)
{
$this->usageContext = $usageContext;
@@ -2095,6 +2085,7 @@ public function getUsageContext()
{
return $this->usageContext;
}
+
}
class Google_Service_Tagmanager_ContainerAccess extends Google_Collection
@@ -2114,7 +2105,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setPermission($permission)
{
$this->permission = $permission;
@@ -2124,6 +2114,7 @@ public function getPermission()
{
return $this->permission;
}
+
}
class Google_Service_Tagmanager_ContainerVersion extends Google_Collection
@@ -2158,7 +2149,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setContainer(Google_Service_Tagmanager_Container $container)
{
$this->container = $container;
@@ -2168,7 +2158,6 @@ public function getContainer()
{
return $this->container;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -2178,7 +2167,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setContainerVersionId($containerVersionId)
{
$this->containerVersionId = $containerVersionId;
@@ -2188,7 +2176,6 @@ public function getContainerVersionId()
{
return $this->containerVersionId;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -2198,7 +2185,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -2208,7 +2194,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setMacro($macro)
{
$this->macro = $macro;
@@ -2218,7 +2203,6 @@ public function getMacro()
{
return $this->macro;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2228,7 +2212,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -2238,7 +2221,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setRule($rule)
{
$this->rule = $rule;
@@ -2248,7 +2230,6 @@ public function getRule()
{
return $this->rule;
}
-
public function setTag($tag)
{
$this->tag = $tag;
@@ -2258,7 +2239,6 @@ public function getTag()
{
return $this->tag;
}
-
public function setTrigger($trigger)
{
$this->trigger = $trigger;
@@ -2268,6 +2248,7 @@ public function getTrigger()
{
return $this->trigger;
}
+
}
class Google_Service_Tagmanager_ContainerVersionHeader extends Google_Model
@@ -2293,7 +2274,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -2303,7 +2283,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setContainerVersionId($containerVersionId)
{
$this->containerVersionId = $containerVersionId;
@@ -2313,7 +2292,6 @@ public function getContainerVersionId()
{
return $this->containerVersionId;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -2323,7 +2301,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2333,7 +2310,6 @@ public function getName()
{
return $this->name;
}
-
public function setNumMacros($numMacros)
{
$this->numMacros = $numMacros;
@@ -2343,7 +2319,6 @@ public function getNumMacros()
{
return $this->numMacros;
}
-
public function setNumRules($numRules)
{
$this->numRules = $numRules;
@@ -2353,7 +2328,6 @@ public function getNumRules()
{
return $this->numRules;
}
-
public function setNumTags($numTags)
{
$this->numTags = $numTags;
@@ -2363,7 +2337,6 @@ public function getNumTags()
{
return $this->numTags;
}
-
public function setNumTriggers($numTriggers)
{
$this->numTriggers = $numTriggers;
@@ -2373,6 +2346,7 @@ public function getNumTriggers()
{
return $this->numTriggers;
}
+
}
class Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions extends Google_Model
@@ -2392,7 +2366,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -2402,7 +2375,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setQuickPreview($quickPreview)
{
$this->quickPreview = $quickPreview;
@@ -2412,6 +2384,7 @@ public function getQuickPreview()
{
return $this->quickPreview;
}
+
}
class Google_Service_Tagmanager_CreateContainerVersionResponse extends Google_Model
@@ -2431,7 +2404,6 @@ public function getCompilerError()
{
return $this->compilerError;
}
-
public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
{
$this->containerVersion = $containerVersion;
@@ -2441,6 +2413,7 @@ public function getContainerVersion()
{
return $this->containerVersion;
}
+
}
class Google_Service_Tagmanager_ListAccountUsersResponse extends Google_Collection
@@ -2460,6 +2433,7 @@ public function getUserAccess()
{
return $this->userAccess;
}
+
}
class Google_Service_Tagmanager_ListAccountsResponse extends Google_Collection
@@ -2479,6 +2453,7 @@ public function getAccounts()
{
return $this->accounts;
}
+
}
class Google_Service_Tagmanager_ListContainerVersionsResponse extends Google_Collection
@@ -2500,7 +2475,6 @@ public function getContainerVersion()
{
return $this->containerVersion;
}
-
public function setContainerVersionHeader($containerVersionHeader)
{
$this->containerVersionHeader = $containerVersionHeader;
@@ -2510,6 +2484,7 @@ public function getContainerVersionHeader()
{
return $this->containerVersionHeader;
}
+
}
class Google_Service_Tagmanager_ListContainersResponse extends Google_Collection
@@ -2529,6 +2504,7 @@ public function getContainers()
{
return $this->containers;
}
+
}
class Google_Service_Tagmanager_ListMacrosResponse extends Google_Collection
@@ -2548,6 +2524,7 @@ public function getMacros()
{
return $this->macros;
}
+
}
class Google_Service_Tagmanager_ListRulesResponse extends Google_Collection
@@ -2567,6 +2544,7 @@ public function getRules()
{
return $this->rules;
}
+
}
class Google_Service_Tagmanager_ListTagsResponse extends Google_Collection
@@ -2586,6 +2564,7 @@ public function getTags()
{
return $this->tags;
}
+
}
class Google_Service_Tagmanager_ListTriggersResponse extends Google_Collection
@@ -2605,6 +2584,7 @@ public function getTriggers()
{
return $this->triggers;
}
+
}
class Google_Service_Tagmanager_ListVariablesResponse extends Google_Collection
@@ -2624,6 +2604,7 @@ public function getVariables()
{
return $this->variables;
}
+
}
class Google_Service_Tagmanager_Macro extends Google_Collection
@@ -2654,7 +2635,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -2664,7 +2644,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setDisablingRuleId($disablingRuleId)
{
$this->disablingRuleId = $disablingRuleId;
@@ -2674,7 +2653,6 @@ public function getDisablingRuleId()
{
return $this->disablingRuleId;
}
-
public function setEnablingRuleId($enablingRuleId)
{
$this->enablingRuleId = $enablingRuleId;
@@ -2684,7 +2662,6 @@ public function getEnablingRuleId()
{
return $this->enablingRuleId;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -2694,7 +2671,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setMacroId($macroId)
{
$this->macroId = $macroId;
@@ -2704,7 +2680,6 @@ public function getMacroId()
{
return $this->macroId;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2714,7 +2689,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -2724,7 +2698,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setParameter($parameter)
{
$this->parameter = $parameter;
@@ -2734,7 +2707,6 @@ public function getParameter()
{
return $this->parameter;
}
-
public function setScheduleEndMs($scheduleEndMs)
{
$this->scheduleEndMs = $scheduleEndMs;
@@ -2744,7 +2716,6 @@ public function getScheduleEndMs()
{
return $this->scheduleEndMs;
}
-
public function setScheduleStartMs($scheduleStartMs)
{
$this->scheduleStartMs = $scheduleStartMs;
@@ -2754,7 +2725,6 @@ public function getScheduleStartMs()
{
return $this->scheduleStartMs;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2764,6 +2734,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Tagmanager_Parameter extends Google_Collection
@@ -2788,7 +2759,6 @@ public function getKey()
{
return $this->key;
}
-
public function setList($list)
{
$this->list = $list;
@@ -2798,7 +2768,6 @@ public function getList()
{
return $this->list;
}
-
public function setMap($map)
{
$this->map = $map;
@@ -2808,7 +2777,6 @@ public function getMap()
{
return $this->map;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2818,7 +2786,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -2828,6 +2795,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Tagmanager_PublishContainerVersionResponse extends Google_Model
@@ -2847,7 +2815,6 @@ public function getCompilerError()
{
return $this->compilerError;
}
-
public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
{
$this->containerVersion = $containerVersion;
@@ -2857,6 +2824,7 @@ public function getContainerVersion()
{
return $this->containerVersion;
}
+
}
class Google_Service_Tagmanager_Rule extends Google_Collection
@@ -2882,7 +2850,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setCondition($condition)
{
$this->condition = $condition;
@@ -2892,7 +2859,6 @@ public function getCondition()
{
return $this->condition;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -2902,7 +2868,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -2912,7 +2877,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2922,7 +2886,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -2932,7 +2895,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setRuleId($ruleId)
{
$this->ruleId = $ruleId;
@@ -2942,6 +2904,7 @@ public function getRuleId()
{
return $this->ruleId;
}
+
}
class Google_Service_Tagmanager_Tag extends Google_Collection
@@ -2979,7 +2942,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setBlockingRuleId($blockingRuleId)
{
$this->blockingRuleId = $blockingRuleId;
@@ -2989,7 +2951,6 @@ public function getBlockingRuleId()
{
return $this->blockingRuleId;
}
-
public function setBlockingTriggerId($blockingTriggerId)
{
$this->blockingTriggerId = $blockingTriggerId;
@@ -2999,7 +2960,6 @@ public function getBlockingTriggerId()
{
return $this->blockingTriggerId;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -3009,7 +2969,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setDependencies(Google_Service_Tagmanager_Parameter $dependencies)
{
$this->dependencies = $dependencies;
@@ -3019,7 +2978,6 @@ public function getDependencies()
{
return $this->dependencies;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -3029,7 +2987,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setFiringRuleId($firingRuleId)
{
$this->firingRuleId = $firingRuleId;
@@ -3039,7 +2996,6 @@ public function getFiringRuleId()
{
return $this->firingRuleId;
}
-
public function setFiringTriggerId($firingTriggerId)
{
$this->firingTriggerId = $firingTriggerId;
@@ -3049,7 +3005,6 @@ public function getFiringTriggerId()
{
return $this->firingTriggerId;
}
-
public function setLiveOnly($liveOnly)
{
$this->liveOnly = $liveOnly;
@@ -3059,7 +3014,6 @@ public function getLiveOnly()
{
return $this->liveOnly;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3069,7 +3023,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -3079,7 +3032,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setParameter($parameter)
{
$this->parameter = $parameter;
@@ -3089,7 +3041,6 @@ public function getParameter()
{
return $this->parameter;
}
-
public function setPriority(Google_Service_Tagmanager_Parameter $priority)
{
$this->priority = $priority;
@@ -3099,7 +3050,6 @@ public function getPriority()
{
return $this->priority;
}
-
public function setScheduleEndMs($scheduleEndMs)
{
$this->scheduleEndMs = $scheduleEndMs;
@@ -3109,7 +3059,6 @@ public function getScheduleEndMs()
{
return $this->scheduleEndMs;
}
-
public function setScheduleStartMs($scheduleStartMs)
{
$this->scheduleStartMs = $scheduleStartMs;
@@ -3119,7 +3068,6 @@ public function getScheduleStartMs()
{
return $this->scheduleStartMs;
}
-
public function setTagId($tagId)
{
$this->tagId = $tagId;
@@ -3129,7 +3077,6 @@ public function getTagId()
{
return $this->tagId;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3139,6 +3086,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Tagmanager_Trigger extends Google_Collection
@@ -3186,7 +3134,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAutoEventFilter($autoEventFilter)
{
$this->autoEventFilter = $autoEventFilter;
@@ -3196,7 +3143,6 @@ public function getAutoEventFilter()
{
return $this->autoEventFilter;
}
-
public function setCheckValidation(Google_Service_Tagmanager_Parameter $checkValidation)
{
$this->checkValidation = $checkValidation;
@@ -3206,7 +3152,6 @@ public function getCheckValidation()
{
return $this->checkValidation;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -3216,7 +3161,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setCustomEventFilter($customEventFilter)
{
$this->customEventFilter = $customEventFilter;
@@ -3226,7 +3170,6 @@ public function getCustomEventFilter()
{
return $this->customEventFilter;
}
-
public function setEnableAllVideos(Google_Service_Tagmanager_Parameter $enableAllVideos)
{
$this->enableAllVideos = $enableAllVideos;
@@ -3236,7 +3179,6 @@ public function getEnableAllVideos()
{
return $this->enableAllVideos;
}
-
public function setEventName(Google_Service_Tagmanager_Parameter $eventName)
{
$this->eventName = $eventName;
@@ -3246,7 +3188,6 @@ public function getEventName()
{
return $this->eventName;
}
-
public function setFilter($filter)
{
$this->filter = $filter;
@@ -3256,7 +3197,6 @@ public function getFilter()
{
return $this->filter;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -3266,7 +3206,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setInterval(Google_Service_Tagmanager_Parameter $interval)
{
$this->interval = $interval;
@@ -3276,7 +3215,6 @@ public function getInterval()
{
return $this->interval;
}
-
public function setLimit(Google_Service_Tagmanager_Parameter $limit)
{
$this->limit = $limit;
@@ -3286,7 +3224,6 @@ public function getLimit()
{
return $this->limit;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3296,7 +3233,6 @@ public function getName()
{
return $this->name;
}
-
public function setTriggerId($triggerId)
{
$this->triggerId = $triggerId;
@@ -3306,7 +3242,6 @@ public function getTriggerId()
{
return $this->triggerId;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3316,7 +3251,6 @@ public function getType()
{
return $this->type;
}
-
public function setUniqueTriggerId(Google_Service_Tagmanager_Parameter $uniqueTriggerId)
{
$this->uniqueTriggerId = $uniqueTriggerId;
@@ -3326,7 +3260,6 @@ public function getUniqueTriggerId()
{
return $this->uniqueTriggerId;
}
-
public function setVideoPercentageList(Google_Service_Tagmanager_Parameter $videoPercentageList)
{
$this->videoPercentageList = $videoPercentageList;
@@ -3336,7 +3269,6 @@ public function getVideoPercentageList()
{
return $this->videoPercentageList;
}
-
public function setWaitForTags(Google_Service_Tagmanager_Parameter $waitForTags)
{
$this->waitForTags = $waitForTags;
@@ -3346,7 +3278,6 @@ public function getWaitForTags()
{
return $this->waitForTags;
}
-
public function setWaitForTagsTimeout(Google_Service_Tagmanager_Parameter $waitForTagsTimeout)
{
$this->waitForTagsTimeout = $waitForTagsTimeout;
@@ -3356,6 +3287,7 @@ public function getWaitForTagsTimeout()
{
return $this->waitForTagsTimeout;
}
+
}
class Google_Service_Tagmanager_UserAccess extends Google_Collection
@@ -3380,7 +3312,6 @@ public function getAccountAccess()
{
return $this->accountAccess;
}
-
public function setAccountId($accountId)
{
$this->accountId = $accountId;
@@ -3390,7 +3321,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setContainerAccess($containerAccess)
{
$this->containerAccess = $containerAccess;
@@ -3400,7 +3330,6 @@ public function getContainerAccess()
{
return $this->containerAccess;
}
-
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
@@ -3410,7 +3339,6 @@ public function getEmailAddress()
{
return $this->emailAddress;
}
-
public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
@@ -3420,6 +3348,7 @@ public function getPermissionId()
{
return $this->permissionId;
}
+
}
class Google_Service_Tagmanager_Variable extends Google_Collection
@@ -3450,7 +3379,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setContainerId($containerId)
{
$this->containerId = $containerId;
@@ -3460,7 +3388,6 @@ public function getContainerId()
{
return $this->containerId;
}
-
public function setDisablingTriggerId($disablingTriggerId)
{
$this->disablingTriggerId = $disablingTriggerId;
@@ -3470,7 +3397,6 @@ public function getDisablingTriggerId()
{
return $this->disablingTriggerId;
}
-
public function setEnablingTriggerId($enablingTriggerId)
{
$this->enablingTriggerId = $enablingTriggerId;
@@ -3480,7 +3406,6 @@ public function getEnablingTriggerId()
{
return $this->enablingTriggerId;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -3490,7 +3415,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3500,7 +3424,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -3510,7 +3433,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setParameter($parameter)
{
$this->parameter = $parameter;
@@ -3520,7 +3442,6 @@ public function getParameter()
{
return $this->parameter;
}
-
public function setScheduleEndMs($scheduleEndMs)
{
$this->scheduleEndMs = $scheduleEndMs;
@@ -3530,7 +3451,6 @@ public function getScheduleEndMs()
{
return $this->scheduleEndMs;
}
-
public function setScheduleStartMs($scheduleStartMs)
{
$this->scheduleStartMs = $scheduleStartMs;
@@ -3540,7 +3460,6 @@ public function getScheduleStartMs()
{
return $this->scheduleStartMs;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3550,7 +3469,6 @@ public function getType()
{
return $this->type;
}
-
public function setVariableId($variableId)
{
$this->variableId = $variableId;
@@ -3560,4 +3478,5 @@ public function getVariableId()
{
return $this->variableId;
}
+
}
From f33b4942252d728177f8891ff85478202b2f2953 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:50 -0700
Subject: [PATCH 0315/1219] Updated Tasks.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Tasks.php | 32 +++++---------------------------
1 file changed, 5 insertions(+), 27 deletions(-)
diff --git a/src/Google/Service/Tasks.php b/src/Google/Service/Tasks.php
index eacd00748..5d84ba47e 100644
--- a/src/Google/Service/Tasks.php
+++ b/src/Google/Service/Tasks.php
@@ -613,7 +613,6 @@ public function getCompleted()
{
return $this->completed;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -623,7 +622,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setDue($due)
{
$this->due = $due;
@@ -633,7 +631,6 @@ public function getDue()
{
return $this->due;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -643,7 +640,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setHidden($hidden)
{
$this->hidden = $hidden;
@@ -653,7 +649,6 @@ public function getHidden()
{
return $this->hidden;
}
-
public function setId($id)
{
$this->id = $id;
@@ -663,7 +658,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -673,7 +667,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLinks($links)
{
$this->links = $links;
@@ -683,7 +676,6 @@ public function getLinks()
{
return $this->links;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -693,7 +685,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setParent($parent)
{
$this->parent = $parent;
@@ -703,7 +694,6 @@ public function getParent()
{
return $this->parent;
}
-
public function setPosition($position)
{
$this->position = $position;
@@ -713,7 +703,6 @@ public function getPosition()
{
return $this->position;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -723,7 +712,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -733,7 +721,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -743,7 +730,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -753,6 +739,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Tasks_TaskLinks extends Google_Model
@@ -772,7 +759,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -782,7 +768,6 @@ public function getLink()
{
return $this->link;
}
-
public function setType($type)
{
$this->type = $type;
@@ -792,6 +777,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Tasks_TaskList extends Google_Model
@@ -814,7 +800,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -824,7 +809,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -834,7 +818,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -844,7 +827,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -854,7 +836,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -864,6 +845,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Tasks_TaskLists extends Google_Collection
@@ -886,7 +868,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -896,7 +877,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -906,7 +886,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -916,6 +895,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Tasks_Tasks extends Google_Collection
@@ -938,7 +918,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -948,7 +927,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -958,7 +936,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -968,4 +945,5 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
From e99c16f53f248ae2f9d870701a53df3630db71f3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:50 -0700
Subject: [PATCH 0316/1219] Updated Drive.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Drive.php | 318 +++++++----------------------------
1 file changed, 60 insertions(+), 258 deletions(-)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index 291a60912..865c2522b 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -470,6 +470,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'acknowledgeAbuse' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
'updateViewedDate' => array(
'location' => 'query',
'type' => 'boolean',
@@ -696,6 +700,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'acknowledgeAbuse' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
'updateViewedDate' => array(
'location' => 'query',
'type' => 'boolean',
@@ -1716,6 +1724,8 @@ public function emptyTrash($optParams = array())
* The ID for the file in question.
* @param array $optParams Optional parameters.
*
+ * @opt_param bool acknowledgeAbuse
+ * Whether the user is acknowledging the risk of downloading known malware or other abusive files.
* @opt_param bool updateViewedDate
* Whether to update the view date after successfully retrieving the file.
* @opt_param string projection
@@ -1917,6 +1927,8 @@ public function update($fileId, Google_Service_Drive_DriveFile $postBody, $optPa
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
+ * @opt_param bool acknowledgeAbuse
+ * Whether the user is acknowledging the risk of downloading known malware or other abusive files.
* @opt_param bool updateViewedDate
* Whether to update the view date after successfully retrieving the file.
* @opt_param string projection
@@ -2580,7 +2592,6 @@ public function getAdditionalRoleInfo()
{
return $this->additionalRoleInfo;
}
-
public function setDomainSharingPolicy($domainSharingPolicy)
{
$this->domainSharingPolicy = $domainSharingPolicy;
@@ -2590,7 +2601,6 @@ public function getDomainSharingPolicy()
{
return $this->domainSharingPolicy;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2600,7 +2610,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setExportFormats($exportFormats)
{
$this->exportFormats = $exportFormats;
@@ -2610,7 +2619,6 @@ public function getExportFormats()
{
return $this->exportFormats;
}
-
public function setFeatures($features)
{
$this->features = $features;
@@ -2620,7 +2628,6 @@ public function getFeatures()
{
return $this->features;
}
-
public function setImportFormats($importFormats)
{
$this->importFormats = $importFormats;
@@ -2630,7 +2637,6 @@ public function getImportFormats()
{
return $this->importFormats;
}
-
public function setIsCurrentAppInstalled($isCurrentAppInstalled)
{
$this->isCurrentAppInstalled = $isCurrentAppInstalled;
@@ -2640,7 +2646,6 @@ public function getIsCurrentAppInstalled()
{
return $this->isCurrentAppInstalled;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2650,7 +2655,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLanguageCode($languageCode)
{
$this->languageCode = $languageCode;
@@ -2660,7 +2664,6 @@ public function getLanguageCode()
{
return $this->languageCode;
}
-
public function setLargestChangeId($largestChangeId)
{
$this->largestChangeId = $largestChangeId;
@@ -2670,7 +2673,6 @@ public function getLargestChangeId()
{
return $this->largestChangeId;
}
-
public function setMaxUploadSizes($maxUploadSizes)
{
$this->maxUploadSizes = $maxUploadSizes;
@@ -2680,7 +2682,6 @@ public function getMaxUploadSizes()
{
return $this->maxUploadSizes;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2690,7 +2691,6 @@ public function getName()
{
return $this->name;
}
-
public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
@@ -2700,7 +2700,6 @@ public function getPermissionId()
{
return $this->permissionId;
}
-
public function setQuotaBytesByService($quotaBytesByService)
{
$this->quotaBytesByService = $quotaBytesByService;
@@ -2710,7 +2709,6 @@ public function getQuotaBytesByService()
{
return $this->quotaBytesByService;
}
-
public function setQuotaBytesTotal($quotaBytesTotal)
{
$this->quotaBytesTotal = $quotaBytesTotal;
@@ -2720,7 +2718,6 @@ public function getQuotaBytesTotal()
{
return $this->quotaBytesTotal;
}
-
public function setQuotaBytesUsed($quotaBytesUsed)
{
$this->quotaBytesUsed = $quotaBytesUsed;
@@ -2730,7 +2727,6 @@ public function getQuotaBytesUsed()
{
return $this->quotaBytesUsed;
}
-
public function setQuotaBytesUsedAggregate($quotaBytesUsedAggregate)
{
$this->quotaBytesUsedAggregate = $quotaBytesUsedAggregate;
@@ -2740,7 +2736,6 @@ public function getQuotaBytesUsedAggregate()
{
return $this->quotaBytesUsedAggregate;
}
-
public function setQuotaBytesUsedInTrash($quotaBytesUsedInTrash)
{
$this->quotaBytesUsedInTrash = $quotaBytesUsedInTrash;
@@ -2750,7 +2745,6 @@ public function getQuotaBytesUsedInTrash()
{
return $this->quotaBytesUsedInTrash;
}
-
public function setQuotaType($quotaType)
{
$this->quotaType = $quotaType;
@@ -2760,7 +2754,6 @@ public function getQuotaType()
{
return $this->quotaType;
}
-
public function setRemainingChangeIds($remainingChangeIds)
{
$this->remainingChangeIds = $remainingChangeIds;
@@ -2770,7 +2763,6 @@ public function getRemainingChangeIds()
{
return $this->remainingChangeIds;
}
-
public function setRootFolderId($rootFolderId)
{
$this->rootFolderId = $rootFolderId;
@@ -2780,7 +2772,6 @@ public function getRootFolderId()
{
return $this->rootFolderId;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2790,7 +2781,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUser(Google_Service_Drive_User $user)
{
$this->user = $user;
@@ -2800,6 +2790,7 @@ public function getUser()
{
return $this->user;
}
+
}
class Google_Service_Drive_AboutAdditionalRoleInfo extends Google_Collection
@@ -2820,7 +2811,6 @@ public function getRoleSets()
{
return $this->roleSets;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2830,6 +2820,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Drive_AboutAdditionalRoleInfoRoleSets extends Google_Collection
@@ -2849,7 +2840,6 @@ public function getAdditionalRoles()
{
return $this->additionalRoles;
}
-
public function setPrimaryRole($primaryRole)
{
$this->primaryRole = $primaryRole;
@@ -2859,6 +2849,7 @@ public function getPrimaryRole()
{
return $this->primaryRole;
}
+
}
class Google_Service_Drive_AboutExportFormats extends Google_Collection
@@ -2878,7 +2869,6 @@ public function getSource()
{
return $this->source;
}
-
public function setTargets($targets)
{
$this->targets = $targets;
@@ -2888,6 +2878,7 @@ public function getTargets()
{
return $this->targets;
}
+
}
class Google_Service_Drive_AboutFeatures extends Google_Model
@@ -2906,7 +2897,6 @@ public function getFeatureName()
{
return $this->featureName;
}
-
public function setFeatureRate($featureRate)
{
$this->featureRate = $featureRate;
@@ -2916,6 +2906,7 @@ public function getFeatureRate()
{
return $this->featureRate;
}
+
}
class Google_Service_Drive_AboutImportFormats extends Google_Collection
@@ -2935,7 +2926,6 @@ public function getSource()
{
return $this->source;
}
-
public function setTargets($targets)
{
$this->targets = $targets;
@@ -2945,6 +2935,7 @@ public function getTargets()
{
return $this->targets;
}
+
}
class Google_Service_Drive_AboutMaxUploadSizes extends Google_Model
@@ -2963,7 +2954,6 @@ public function getSize()
{
return $this->size;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2973,6 +2963,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Drive_AboutQuotaBytesByService extends Google_Model
@@ -2991,7 +2982,6 @@ public function getBytesUsed()
{
return $this->bytesUsed;
}
-
public function setServiceName($serviceName)
{
$this->serviceName = $serviceName;
@@ -3001,6 +2991,7 @@ public function getServiceName()
{
return $this->serviceName;
}
+
}
class Google_Service_Drive_App extends Google_Collection
@@ -3043,7 +3034,6 @@ public function getAuthorized()
{
return $this->authorized;
}
-
public function setCreateInFolderTemplate($createInFolderTemplate)
{
$this->createInFolderTemplate = $createInFolderTemplate;
@@ -3053,7 +3043,6 @@ public function getCreateInFolderTemplate()
{
return $this->createInFolderTemplate;
}
-
public function setCreateUrl($createUrl)
{
$this->createUrl = $createUrl;
@@ -3063,7 +3052,6 @@ public function getCreateUrl()
{
return $this->createUrl;
}
-
public function setHasDriveWideScope($hasDriveWideScope)
{
$this->hasDriveWideScope = $hasDriveWideScope;
@@ -3073,7 +3061,6 @@ public function getHasDriveWideScope()
{
return $this->hasDriveWideScope;
}
-
public function setIcons($icons)
{
$this->icons = $icons;
@@ -3083,7 +3070,6 @@ public function getIcons()
{
return $this->icons;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3093,7 +3079,6 @@ public function getId()
{
return $this->id;
}
-
public function setInstalled($installed)
{
$this->installed = $installed;
@@ -3103,7 +3088,6 @@ public function getInstalled()
{
return $this->installed;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3113,7 +3097,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLongDescription($longDescription)
{
$this->longDescription = $longDescription;
@@ -3123,7 +3106,6 @@ public function getLongDescription()
{
return $this->longDescription;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3133,7 +3115,6 @@ public function getName()
{
return $this->name;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -3143,7 +3124,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setOpenUrlTemplate($openUrlTemplate)
{
$this->openUrlTemplate = $openUrlTemplate;
@@ -3153,7 +3133,6 @@ public function getOpenUrlTemplate()
{
return $this->openUrlTemplate;
}
-
public function setPrimaryFileExtensions($primaryFileExtensions)
{
$this->primaryFileExtensions = $primaryFileExtensions;
@@ -3163,7 +3142,6 @@ public function getPrimaryFileExtensions()
{
return $this->primaryFileExtensions;
}
-
public function setPrimaryMimeTypes($primaryMimeTypes)
{
$this->primaryMimeTypes = $primaryMimeTypes;
@@ -3173,7 +3151,6 @@ public function getPrimaryMimeTypes()
{
return $this->primaryMimeTypes;
}
-
public function setProductId($productId)
{
$this->productId = $productId;
@@ -3183,7 +3160,6 @@ public function getProductId()
{
return $this->productId;
}
-
public function setProductUrl($productUrl)
{
$this->productUrl = $productUrl;
@@ -3193,7 +3169,6 @@ public function getProductUrl()
{
return $this->productUrl;
}
-
public function setSecondaryFileExtensions($secondaryFileExtensions)
{
$this->secondaryFileExtensions = $secondaryFileExtensions;
@@ -3203,7 +3178,6 @@ public function getSecondaryFileExtensions()
{
return $this->secondaryFileExtensions;
}
-
public function setSecondaryMimeTypes($secondaryMimeTypes)
{
$this->secondaryMimeTypes = $secondaryMimeTypes;
@@ -3213,7 +3187,6 @@ public function getSecondaryMimeTypes()
{
return $this->secondaryMimeTypes;
}
-
public function setShortDescription($shortDescription)
{
$this->shortDescription = $shortDescription;
@@ -3223,7 +3196,6 @@ public function getShortDescription()
{
return $this->shortDescription;
}
-
public function setSupportsCreate($supportsCreate)
{
$this->supportsCreate = $supportsCreate;
@@ -3233,7 +3205,6 @@ public function getSupportsCreate()
{
return $this->supportsCreate;
}
-
public function setSupportsImport($supportsImport)
{
$this->supportsImport = $supportsImport;
@@ -3243,7 +3214,6 @@ public function getSupportsImport()
{
return $this->supportsImport;
}
-
public function setSupportsMultiOpen($supportsMultiOpen)
{
$this->supportsMultiOpen = $supportsMultiOpen;
@@ -3253,7 +3223,6 @@ public function getSupportsMultiOpen()
{
return $this->supportsMultiOpen;
}
-
public function setSupportsOfflineCreate($supportsOfflineCreate)
{
$this->supportsOfflineCreate = $supportsOfflineCreate;
@@ -3263,7 +3232,6 @@ public function getSupportsOfflineCreate()
{
return $this->supportsOfflineCreate;
}
-
public function setUseByDefault($useByDefault)
{
$this->useByDefault = $useByDefault;
@@ -3273,6 +3241,7 @@ public function getUseByDefault()
{
return $this->useByDefault;
}
+
}
class Google_Service_Drive_AppIcons extends Google_Model
@@ -3292,7 +3261,6 @@ public function getCategory()
{
return $this->category;
}
-
public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
@@ -3302,7 +3270,6 @@ public function getIconUrl()
{
return $this->iconUrl;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -3312,6 +3279,7 @@ public function getSize()
{
return $this->size;
}
+
}
class Google_Service_Drive_AppList extends Google_Collection
@@ -3335,7 +3303,6 @@ public function getDefaultAppIds()
{
return $this->defaultAppIds;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3345,7 +3312,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3355,7 +3321,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3365,7 +3330,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3375,6 +3339,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_Change extends Google_Model
@@ -3399,7 +3364,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setFile(Google_Service_Drive_DriveFile $file)
{
$this->file = $file;
@@ -3409,7 +3373,6 @@ public function getFile()
{
return $this->file;
}
-
public function setFileId($fileId)
{
$this->fileId = $fileId;
@@ -3419,7 +3382,6 @@ public function getFileId()
{
return $this->fileId;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3429,7 +3391,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3439,7 +3400,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModificationDate($modificationDate)
{
$this->modificationDate = $modificationDate;
@@ -3449,7 +3409,6 @@ public function getModificationDate()
{
return $this->modificationDate;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3459,6 +3418,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_ChangeList extends Google_Collection
@@ -3484,7 +3444,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3494,7 +3453,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3504,7 +3462,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLargestChangeId($largestChangeId)
{
$this->largestChangeId = $largestChangeId;
@@ -3514,7 +3471,6 @@ public function getLargestChangeId()
{
return $this->largestChangeId;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -3524,7 +3480,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3534,7 +3489,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3544,6 +3498,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_Channel extends Google_Model
@@ -3570,7 +3525,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setExpiration($expiration)
{
$this->expiration = $expiration;
@@ -3580,7 +3534,6 @@ public function getExpiration()
{
return $this->expiration;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3590,7 +3543,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3600,7 +3552,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParams($params)
{
$this->params = $params;
@@ -3610,7 +3561,6 @@ public function getParams()
{
return $this->params;
}
-
public function setPayload($payload)
{
$this->payload = $payload;
@@ -3620,7 +3570,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
@@ -3630,7 +3579,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
@@ -3640,7 +3588,6 @@ public function getResourceUri()
{
return $this->resourceUri;
}
-
public function setToken($token)
{
$this->token = $token;
@@ -3650,7 +3597,6 @@ public function getToken()
{
return $this->token;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3660,12 +3606,15 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Drive_ChannelParams extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Drive_ChildList extends Google_Collection
@@ -3690,7 +3639,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3700,7 +3648,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3710,7 +3657,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -3720,7 +3666,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3730,7 +3675,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3740,6 +3684,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_ChildReference extends Google_Model
@@ -3760,7 +3705,6 @@ public function getChildLink()
{
return $this->childLink;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3770,7 +3714,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3780,7 +3723,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3790,6 +3732,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_Comment extends Google_Collection
@@ -3825,7 +3768,6 @@ public function getAnchor()
{
return $this->anchor;
}
-
public function setAuthor(Google_Service_Drive_User $author)
{
$this->author = $author;
@@ -3835,7 +3777,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setCommentId($commentId)
{
$this->commentId = $commentId;
@@ -3845,7 +3786,6 @@ public function getCommentId()
{
return $this->commentId;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -3855,7 +3795,6 @@ public function getContent()
{
return $this->content;
}
-
public function setContext(Google_Service_Drive_CommentContext $context)
{
$this->context = $context;
@@ -3865,7 +3804,6 @@ public function getContext()
{
return $this->context;
}
-
public function setCreatedDate($createdDate)
{
$this->createdDate = $createdDate;
@@ -3875,7 +3813,6 @@ public function getCreatedDate()
{
return $this->createdDate;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -3885,7 +3822,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setFileId($fileId)
{
$this->fileId = $fileId;
@@ -3895,7 +3831,6 @@ public function getFileId()
{
return $this->fileId;
}
-
public function setFileTitle($fileTitle)
{
$this->fileTitle = $fileTitle;
@@ -3905,7 +3840,6 @@ public function getFileTitle()
{
return $this->fileTitle;
}
-
public function setHtmlContent($htmlContent)
{
$this->htmlContent = $htmlContent;
@@ -3915,7 +3849,6 @@ public function getHtmlContent()
{
return $this->htmlContent;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3925,7 +3858,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
@@ -3935,7 +3867,6 @@ public function getModifiedDate()
{
return $this->modifiedDate;
}
-
public function setReplies($replies)
{
$this->replies = $replies;
@@ -3945,7 +3876,6 @@ public function getReplies()
{
return $this->replies;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3955,7 +3885,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -3965,6 +3894,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Drive_CommentContext extends Google_Model
@@ -3983,7 +3913,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3993,6 +3922,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Drive_CommentList extends Google_Collection
@@ -4016,7 +3946,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4026,7 +3955,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -4036,7 +3964,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4046,7 +3973,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -4056,6 +3982,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_CommentReply extends Google_Model
@@ -4082,7 +4009,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -4092,7 +4018,6 @@ public function getContent()
{
return $this->content;
}
-
public function setCreatedDate($createdDate)
{
$this->createdDate = $createdDate;
@@ -4102,7 +4027,6 @@ public function getCreatedDate()
{
return $this->createdDate;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -4112,7 +4036,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setHtmlContent($htmlContent)
{
$this->htmlContent = $htmlContent;
@@ -4122,7 +4045,6 @@ public function getHtmlContent()
{
return $this->htmlContent;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4132,7 +4054,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
@@ -4142,7 +4063,6 @@ public function getModifiedDate()
{
return $this->modifiedDate;
}
-
public function setReplyId($replyId)
{
$this->replyId = $replyId;
@@ -4152,7 +4072,6 @@ public function getReplyId()
{
return $this->replyId;
}
-
public function setVerb($verb)
{
$this->verb = $verb;
@@ -4162,6 +4081,7 @@ public function getVerb()
{
return $this->verb;
}
+
}
class Google_Service_Drive_CommentReplyList extends Google_Collection
@@ -4185,7 +4105,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4195,7 +4114,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -4205,7 +4123,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4215,7 +4132,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -4225,6 +4141,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_DriveFile extends Google_Collection
@@ -4304,7 +4221,6 @@ public function getAlternateLink()
{
return $this->alternateLink;
}
-
public function setAppDataContents($appDataContents)
{
$this->appDataContents = $appDataContents;
@@ -4314,7 +4230,6 @@ public function getAppDataContents()
{
return $this->appDataContents;
}
-
public function setCopyable($copyable)
{
$this->copyable = $copyable;
@@ -4324,7 +4239,6 @@ public function getCopyable()
{
return $this->copyable;
}
-
public function setCreatedDate($createdDate)
{
$this->createdDate = $createdDate;
@@ -4334,7 +4248,6 @@ public function getCreatedDate()
{
return $this->createdDate;
}
-
public function setDefaultOpenWithLink($defaultOpenWithLink)
{
$this->defaultOpenWithLink = $defaultOpenWithLink;
@@ -4344,7 +4257,6 @@ public function getDefaultOpenWithLink()
{
return $this->defaultOpenWithLink;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -4354,7 +4266,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDownloadUrl($downloadUrl)
{
$this->downloadUrl = $downloadUrl;
@@ -4364,7 +4275,6 @@ public function getDownloadUrl()
{
return $this->downloadUrl;
}
-
public function setEditable($editable)
{
$this->editable = $editable;
@@ -4374,7 +4284,6 @@ public function getEditable()
{
return $this->editable;
}
-
public function setEmbedLink($embedLink)
{
$this->embedLink = $embedLink;
@@ -4384,7 +4293,6 @@ public function getEmbedLink()
{
return $this->embedLink;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4394,7 +4302,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setExplicitlyTrashed($explicitlyTrashed)
{
$this->explicitlyTrashed = $explicitlyTrashed;
@@ -4404,7 +4311,6 @@ public function getExplicitlyTrashed()
{
return $this->explicitlyTrashed;
}
-
public function setExportLinks($exportLinks)
{
$this->exportLinks = $exportLinks;
@@ -4414,7 +4320,6 @@ public function getExportLinks()
{
return $this->exportLinks;
}
-
public function setFileExtension($fileExtension)
{
$this->fileExtension = $fileExtension;
@@ -4424,7 +4329,6 @@ public function getFileExtension()
{
return $this->fileExtension;
}
-
public function setFileSize($fileSize)
{
$this->fileSize = $fileSize;
@@ -4434,7 +4338,6 @@ public function getFileSize()
{
return $this->fileSize;
}
-
public function setHeadRevisionId($headRevisionId)
{
$this->headRevisionId = $headRevisionId;
@@ -4444,7 +4347,6 @@ public function getHeadRevisionId()
{
return $this->headRevisionId;
}
-
public function setIconLink($iconLink)
{
$this->iconLink = $iconLink;
@@ -4454,7 +4356,6 @@ public function getIconLink()
{
return $this->iconLink;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4464,7 +4365,6 @@ public function getId()
{
return $this->id;
}
-
public function setImageMediaMetadata(Google_Service_Drive_DriveFileImageMediaMetadata $imageMediaMetadata)
{
$this->imageMediaMetadata = $imageMediaMetadata;
@@ -4474,7 +4374,6 @@ public function getImageMediaMetadata()
{
return $this->imageMediaMetadata;
}
-
public function setIndexableText(Google_Service_Drive_DriveFileIndexableText $indexableText)
{
$this->indexableText = $indexableText;
@@ -4484,7 +4383,6 @@ public function getIndexableText()
{
return $this->indexableText;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4494,7 +4392,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLabels(Google_Service_Drive_DriveFileLabels $labels)
{
$this->labels = $labels;
@@ -4504,7 +4401,6 @@ public function getLabels()
{
return $this->labels;
}
-
public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser)
{
$this->lastModifyingUser = $lastModifyingUser;
@@ -4514,7 +4410,6 @@ public function getLastModifyingUser()
{
return $this->lastModifyingUser;
}
-
public function setLastModifyingUserName($lastModifyingUserName)
{
$this->lastModifyingUserName = $lastModifyingUserName;
@@ -4524,7 +4419,6 @@ public function getLastModifyingUserName()
{
return $this->lastModifyingUserName;
}
-
public function setLastViewedByMeDate($lastViewedByMeDate)
{
$this->lastViewedByMeDate = $lastViewedByMeDate;
@@ -4534,7 +4428,6 @@ public function getLastViewedByMeDate()
{
return $this->lastViewedByMeDate;
}
-
public function setMarkedViewedByMeDate($markedViewedByMeDate)
{
$this->markedViewedByMeDate = $markedViewedByMeDate;
@@ -4544,7 +4437,6 @@ public function getMarkedViewedByMeDate()
{
return $this->markedViewedByMeDate;
}
-
public function setMd5Checksum($md5Checksum)
{
$this->md5Checksum = $md5Checksum;
@@ -4554,7 +4446,6 @@ public function getMd5Checksum()
{
return $this->md5Checksum;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -4564,7 +4455,6 @@ public function getMimeType()
{
return $this->mimeType;
}
-
public function setModifiedByMeDate($modifiedByMeDate)
{
$this->modifiedByMeDate = $modifiedByMeDate;
@@ -4574,7 +4464,6 @@ public function getModifiedByMeDate()
{
return $this->modifiedByMeDate;
}
-
public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
@@ -4584,7 +4473,6 @@ public function getModifiedDate()
{
return $this->modifiedDate;
}
-
public function setOpenWithLinks($openWithLinks)
{
$this->openWithLinks = $openWithLinks;
@@ -4594,7 +4482,6 @@ public function getOpenWithLinks()
{
return $this->openWithLinks;
}
-
public function setOriginalFilename($originalFilename)
{
$this->originalFilename = $originalFilename;
@@ -4604,7 +4491,6 @@ public function getOriginalFilename()
{
return $this->originalFilename;
}
-
public function setOwnerNames($ownerNames)
{
$this->ownerNames = $ownerNames;
@@ -4614,7 +4500,6 @@ public function getOwnerNames()
{
return $this->ownerNames;
}
-
public function setOwners($owners)
{
$this->owners = $owners;
@@ -4624,7 +4509,6 @@ public function getOwners()
{
return $this->owners;
}
-
public function setParents($parents)
{
$this->parents = $parents;
@@ -4634,7 +4518,6 @@ public function getParents()
{
return $this->parents;
}
-
public function setPermissions($permissions)
{
$this->permissions = $permissions;
@@ -4644,7 +4527,6 @@ public function getPermissions()
{
return $this->permissions;
}
-
public function setProperties($properties)
{
$this->properties = $properties;
@@ -4654,7 +4536,6 @@ public function getProperties()
{
return $this->properties;
}
-
public function setQuotaBytesUsed($quotaBytesUsed)
{
$this->quotaBytesUsed = $quotaBytesUsed;
@@ -4664,7 +4545,6 @@ public function getQuotaBytesUsed()
{
return $this->quotaBytesUsed;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -4674,7 +4554,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setShared($shared)
{
$this->shared = $shared;
@@ -4684,7 +4563,6 @@ public function getShared()
{
return $this->shared;
}
-
public function setSharedWithMeDate($sharedWithMeDate)
{
$this->sharedWithMeDate = $sharedWithMeDate;
@@ -4694,7 +4572,6 @@ public function getSharedWithMeDate()
{
return $this->sharedWithMeDate;
}
-
public function setSharingUser(Google_Service_Drive_User $sharingUser)
{
$this->sharingUser = $sharingUser;
@@ -4704,7 +4581,6 @@ public function getSharingUser()
{
return $this->sharingUser;
}
-
public function setThumbnail(Google_Service_Drive_DriveFileThumbnail $thumbnail)
{
$this->thumbnail = $thumbnail;
@@ -4714,7 +4590,6 @@ public function getThumbnail()
{
return $this->thumbnail;
}
-
public function setThumbnailLink($thumbnailLink)
{
$this->thumbnailLink = $thumbnailLink;
@@ -4724,7 +4599,6 @@ public function getThumbnailLink()
{
return $this->thumbnailLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -4734,7 +4608,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUserPermission(Google_Service_Drive_Permission $userPermission)
{
$this->userPermission = $userPermission;
@@ -4744,7 +4617,6 @@ public function getUserPermission()
{
return $this->userPermission;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -4754,7 +4626,6 @@ public function getVersion()
{
return $this->version;
}
-
public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMetadata $videoMediaMetadata)
{
$this->videoMediaMetadata = $videoMediaMetadata;
@@ -4764,7 +4635,6 @@ public function getVideoMediaMetadata()
{
return $this->videoMediaMetadata;
}
-
public function setWebContentLink($webContentLink)
{
$this->webContentLink = $webContentLink;
@@ -4774,7 +4644,6 @@ public function getWebContentLink()
{
return $this->webContentLink;
}
-
public function setWebViewLink($webViewLink)
{
$this->webViewLink = $webViewLink;
@@ -4784,7 +4653,6 @@ public function getWebViewLink()
{
return $this->webViewLink;
}
-
public function setWritersCanShare($writersCanShare)
{
$this->writersCanShare = $writersCanShare;
@@ -4794,12 +4662,15 @@ public function getWritersCanShare()
{
return $this->writersCanShare;
}
+
}
class Google_Service_Drive_DriveFileExportLinks extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Drive_DriveFileImageMediaMetadata extends Google_Model
@@ -4838,7 +4709,6 @@ public function getAperture()
{
return $this->aperture;
}
-
public function setCameraMake($cameraMake)
{
$this->cameraMake = $cameraMake;
@@ -4848,7 +4718,6 @@ public function getCameraMake()
{
return $this->cameraMake;
}
-
public function setCameraModel($cameraModel)
{
$this->cameraModel = $cameraModel;
@@ -4858,7 +4727,6 @@ public function getCameraModel()
{
return $this->cameraModel;
}
-
public function setColorSpace($colorSpace)
{
$this->colorSpace = $colorSpace;
@@ -4868,7 +4736,6 @@ public function getColorSpace()
{
return $this->colorSpace;
}
-
public function setDate($date)
{
$this->date = $date;
@@ -4878,7 +4745,6 @@ public function getDate()
{
return $this->date;
}
-
public function setExposureBias($exposureBias)
{
$this->exposureBias = $exposureBias;
@@ -4888,7 +4754,6 @@ public function getExposureBias()
{
return $this->exposureBias;
}
-
public function setExposureMode($exposureMode)
{
$this->exposureMode = $exposureMode;
@@ -4898,7 +4763,6 @@ public function getExposureMode()
{
return $this->exposureMode;
}
-
public function setExposureTime($exposureTime)
{
$this->exposureTime = $exposureTime;
@@ -4908,7 +4772,6 @@ public function getExposureTime()
{
return $this->exposureTime;
}
-
public function setFlashUsed($flashUsed)
{
$this->flashUsed = $flashUsed;
@@ -4918,7 +4781,6 @@ public function getFlashUsed()
{
return $this->flashUsed;
}
-
public function setFocalLength($focalLength)
{
$this->focalLength = $focalLength;
@@ -4928,7 +4790,6 @@ public function getFocalLength()
{
return $this->focalLength;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -4938,7 +4799,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setIsoSpeed($isoSpeed)
{
$this->isoSpeed = $isoSpeed;
@@ -4948,7 +4808,6 @@ public function getIsoSpeed()
{
return $this->isoSpeed;
}
-
public function setLens($lens)
{
$this->lens = $lens;
@@ -4958,7 +4817,6 @@ public function getLens()
{
return $this->lens;
}
-
public function setLocation(Google_Service_Drive_DriveFileImageMediaMetadataLocation $location)
{
$this->location = $location;
@@ -4968,7 +4826,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMaxApertureValue($maxApertureValue)
{
$this->maxApertureValue = $maxApertureValue;
@@ -4978,7 +4835,6 @@ public function getMaxApertureValue()
{
return $this->maxApertureValue;
}
-
public function setMeteringMode($meteringMode)
{
$this->meteringMode = $meteringMode;
@@ -4988,7 +4844,6 @@ public function getMeteringMode()
{
return $this->meteringMode;
}
-
public function setRotation($rotation)
{
$this->rotation = $rotation;
@@ -4998,7 +4853,6 @@ public function getRotation()
{
return $this->rotation;
}
-
public function setSensor($sensor)
{
$this->sensor = $sensor;
@@ -5008,7 +4862,6 @@ public function getSensor()
{
return $this->sensor;
}
-
public function setSubjectDistance($subjectDistance)
{
$this->subjectDistance = $subjectDistance;
@@ -5018,7 +4871,6 @@ public function getSubjectDistance()
{
return $this->subjectDistance;
}
-
public function setWhiteBalance($whiteBalance)
{
$this->whiteBalance = $whiteBalance;
@@ -5028,7 +4880,6 @@ public function getWhiteBalance()
{
return $this->whiteBalance;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -5038,6 +4889,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Drive_DriveFileImageMediaMetadataLocation extends Google_Model
@@ -5057,7 +4909,6 @@ public function getAltitude()
{
return $this->altitude;
}
-
public function setLatitude($latitude)
{
$this->latitude = $latitude;
@@ -5067,7 +4918,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -5077,6 +4927,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_Drive_DriveFileIndexableText extends Google_Model
@@ -5094,6 +4945,7 @@ public function getText()
{
return $this->text;
}
+
}
class Google_Service_Drive_DriveFileLabels extends Google_Model
@@ -5115,7 +4967,6 @@ public function getHidden()
{
return $this->hidden;
}
-
public function setRestricted($restricted)
{
$this->restricted = $restricted;
@@ -5125,7 +4976,6 @@ public function getRestricted()
{
return $this->restricted;
}
-
public function setStarred($starred)
{
$this->starred = $starred;
@@ -5135,7 +4985,6 @@ public function getStarred()
{
return $this->starred;
}
-
public function setTrashed($trashed)
{
$this->trashed = $trashed;
@@ -5145,7 +4994,6 @@ public function getTrashed()
{
return $this->trashed;
}
-
public function setViewed($viewed)
{
$this->viewed = $viewed;
@@ -5155,12 +5003,15 @@ public function getViewed()
{
return $this->viewed;
}
+
}
class Google_Service_Drive_DriveFileOpenWithLinks extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Drive_DriveFileThumbnail extends Google_Model
@@ -5179,7 +5030,6 @@ public function getImage()
{
return $this->image;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -5189,6 +5039,7 @@ public function getMimeType()
{
return $this->mimeType;
}
+
}
class Google_Service_Drive_DriveFileVideoMediaMetadata extends Google_Model
@@ -5208,7 +5059,6 @@ public function getDurationMillis()
{
return $this->durationMillis;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -5218,7 +5068,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -5228,6 +5077,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Drive_FileList extends Google_Collection
@@ -5252,7 +5102,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -5262,7 +5111,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5272,7 +5120,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -5282,7 +5129,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5292,7 +5138,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5302,6 +5147,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_ParentList extends Google_Collection
@@ -5324,7 +5170,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -5334,7 +5179,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5344,7 +5188,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5354,6 +5197,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_ParentReference extends Google_Model
@@ -5375,7 +5219,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsRoot($isRoot)
{
$this->isRoot = $isRoot;
@@ -5385,7 +5228,6 @@ public function getIsRoot()
{
return $this->isRoot;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5395,7 +5237,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParentLink($parentLink)
{
$this->parentLink = $parentLink;
@@ -5405,7 +5246,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5415,6 +5255,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_Permission extends Google_Collection
@@ -5446,7 +5287,6 @@ public function getAdditionalRoles()
{
return $this->additionalRoles;
}
-
public function setAuthKey($authKey)
{
$this->authKey = $authKey;
@@ -5456,7 +5296,6 @@ public function getAuthKey()
{
return $this->authKey;
}
-
public function setDomain($domain)
{
$this->domain = $domain;
@@ -5466,7 +5305,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
@@ -5476,7 +5314,6 @@ public function getEmailAddress()
{
return $this->emailAddress;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -5486,7 +5323,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5496,7 +5332,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5506,7 +5341,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5516,7 +5350,6 @@ public function getName()
{
return $this->name;
}
-
public function setPhotoLink($photoLink)
{
$this->photoLink = $photoLink;
@@ -5526,7 +5359,6 @@ public function getPhotoLink()
{
return $this->photoLink;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -5536,7 +5368,6 @@ public function getRole()
{
return $this->role;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5546,7 +5377,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5556,7 +5386,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -5566,7 +5395,6 @@ public function getValue()
{
return $this->value;
}
-
public function setWithLink($withLink)
{
$this->withLink = $withLink;
@@ -5576,6 +5404,7 @@ public function getWithLink()
{
return $this->withLink;
}
+
}
class Google_Service_Drive_PermissionId extends Google_Model
@@ -5594,7 +5423,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5604,6 +5432,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Drive_PermissionList extends Google_Collection
@@ -5626,7 +5455,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -5636,7 +5464,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5646,7 +5473,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5656,6 +5482,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_Property extends Google_Model
@@ -5678,7 +5505,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKey($key)
{
$this->key = $key;
@@ -5688,7 +5514,6 @@ public function getKey()
{
return $this->key;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5698,7 +5523,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5708,7 +5532,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -5718,7 +5541,6 @@ public function getValue()
{
return $this->value;
}
-
public function setVisibility($visibility)
{
$this->visibility = $visibility;
@@ -5728,6 +5550,7 @@ public function getVisibility()
{
return $this->visibility;
}
+
}
class Google_Service_Drive_PropertyList extends Google_Collection
@@ -5750,7 +5573,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -5760,7 +5582,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5770,7 +5591,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5780,6 +5600,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_Revision extends Google_Model
@@ -5815,7 +5636,6 @@ public function getDownloadUrl()
{
return $this->downloadUrl;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -5825,7 +5645,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setExportLinks($exportLinks)
{
$this->exportLinks = $exportLinks;
@@ -5835,7 +5654,6 @@ public function getExportLinks()
{
return $this->exportLinks;
}
-
public function setFileSize($fileSize)
{
$this->fileSize = $fileSize;
@@ -5845,7 +5663,6 @@ public function getFileSize()
{
return $this->fileSize;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5855,7 +5672,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5865,7 +5681,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser)
{
$this->lastModifyingUser = $lastModifyingUser;
@@ -5875,7 +5690,6 @@ public function getLastModifyingUser()
{
return $this->lastModifyingUser;
}
-
public function setLastModifyingUserName($lastModifyingUserName)
{
$this->lastModifyingUserName = $lastModifyingUserName;
@@ -5885,7 +5699,6 @@ public function getLastModifyingUserName()
{
return $this->lastModifyingUserName;
}
-
public function setMd5Checksum($md5Checksum)
{
$this->md5Checksum = $md5Checksum;
@@ -5895,7 +5708,6 @@ public function getMd5Checksum()
{
return $this->md5Checksum;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -5905,7 +5717,6 @@ public function getMimeType()
{
return $this->mimeType;
}
-
public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
@@ -5915,7 +5726,6 @@ public function getModifiedDate()
{
return $this->modifiedDate;
}
-
public function setOriginalFilename($originalFilename)
{
$this->originalFilename = $originalFilename;
@@ -5925,7 +5735,6 @@ public function getOriginalFilename()
{
return $this->originalFilename;
}
-
public function setPinned($pinned)
{
$this->pinned = $pinned;
@@ -5935,7 +5744,6 @@ public function getPinned()
{
return $this->pinned;
}
-
public function setPublishAuto($publishAuto)
{
$this->publishAuto = $publishAuto;
@@ -5945,7 +5753,6 @@ public function getPublishAuto()
{
return $this->publishAuto;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -5955,7 +5762,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setPublishedLink($publishedLink)
{
$this->publishedLink = $publishedLink;
@@ -5965,7 +5771,6 @@ public function getPublishedLink()
{
return $this->publishedLink;
}
-
public function setPublishedOutsideDomain($publishedOutsideDomain)
{
$this->publishedOutsideDomain = $publishedOutsideDomain;
@@ -5975,7 +5780,6 @@ public function getPublishedOutsideDomain()
{
return $this->publishedOutsideDomain;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5985,12 +5789,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_RevisionExportLinks extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Drive_RevisionList extends Google_Collection
@@ -6013,7 +5820,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6023,7 +5829,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6033,7 +5838,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6043,6 +5847,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Drive_User extends Google_Model
@@ -6066,7 +5871,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
@@ -6076,7 +5880,6 @@ public function getEmailAddress()
{
return $this->emailAddress;
}
-
public function setIsAuthenticatedUser($isAuthenticatedUser)
{
$this->isAuthenticatedUser = $isAuthenticatedUser;
@@ -6086,7 +5889,6 @@ public function getIsAuthenticatedUser()
{
return $this->isAuthenticatedUser;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6096,7 +5898,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
@@ -6106,7 +5907,6 @@ public function getPermissionId()
{
return $this->permissionId;
}
-
public function setPicture(Google_Service_Drive_UserPicture $picture)
{
$this->picture = $picture;
@@ -6116,6 +5916,7 @@ public function getPicture()
{
return $this->picture;
}
+
}
class Google_Service_Drive_UserPicture extends Google_Model
@@ -6133,4 +5934,5 @@ public function getUrl()
{
return $this->url;
}
+
}
From 2f464838b59e3e0adb3677ba6ff7fbeb1e418604 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:51 -0700
Subject: [PATCH 0317/1219] Updated CloudMonitoring.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CloudMonitoring.php | 51 ++++++++++----------------
1 file changed, 19 insertions(+), 32 deletions(-)
diff --git a/src/Google/Service/CloudMonitoring.php b/src/Google/Service/CloudMonitoring.php
index 08f957456..bd22b6de7 100644
--- a/src/Google/Service/CloudMonitoring.php
+++ b/src/Google/Service/CloudMonitoring.php
@@ -391,6 +391,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Google_Collection
@@ -412,7 +413,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -422,7 +422,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -432,6 +431,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsRequest extends Google_Model
@@ -449,6 +449,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
@@ -472,7 +473,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -482,7 +482,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setOldest($oldest)
{
$this->oldest = $oldest;
@@ -492,7 +491,6 @@ public function getOldest()
{
return $this->oldest;
}
-
public function setTimeseries($timeseries)
{
$this->timeseries = $timeseries;
@@ -502,7 +500,6 @@ public function getTimeseries()
{
return $this->timeseries;
}
-
public function setYoungest($youngest)
{
$this->youngest = $youngest;
@@ -512,6 +509,7 @@ public function getYoungest()
{
return $this->youngest;
}
+
}
class Google_Service_CloudMonitoring_ListTimeseriesRequest extends Google_Model
@@ -529,6 +527,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Collection
@@ -552,7 +551,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -562,7 +560,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setOldest($oldest)
{
$this->oldest = $oldest;
@@ -572,7 +569,6 @@ public function getOldest()
{
return $this->oldest;
}
-
public function setTimeseries($timeseries)
{
$this->timeseries = $timeseries;
@@ -582,7 +578,6 @@ public function getTimeseries()
{
return $this->timeseries;
}
-
public function setYoungest($youngest)
{
$this->youngest = $youngest;
@@ -592,6 +587,7 @@ public function getYoungest()
{
return $this->youngest;
}
+
}
class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
@@ -616,7 +612,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setLabels($labels)
{
$this->labels = $labels;
@@ -626,7 +621,6 @@ public function getLabels()
{
return $this->labels;
}
-
public function setName($name)
{
$this->name = $name;
@@ -636,7 +630,6 @@ public function getName()
{
return $this->name;
}
-
public function setProject($project)
{
$this->project = $project;
@@ -646,7 +639,6 @@ public function getProject()
{
return $this->project;
}
-
public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor $typeDescriptor)
{
$this->typeDescriptor = $typeDescriptor;
@@ -656,6 +648,7 @@ public function getTypeDescriptor()
{
return $this->typeDescriptor;
}
+
}
class Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor extends Google_Model
@@ -674,7 +667,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setKey($key)
{
$this->key = $key;
@@ -684,6 +676,7 @@ public function getKey()
{
return $this->key;
}
+
}
class Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor extends Google_Model
@@ -702,7 +695,6 @@ public function getMetricType()
{
return $this->metricType;
}
-
public function setValueType($valueType)
{
$this->valueType = $valueType;
@@ -712,6 +704,7 @@ public function getValueType()
{
return $this->valueType;
}
+
}
class Google_Service_CloudMonitoring_Point extends Google_Model
@@ -736,7 +729,6 @@ public function getBoolValue()
{
return $this->boolValue;
}
-
public function setDistributionValue(Google_Service_CloudMonitoring_PointDistribution $distributionValue)
{
$this->distributionValue = $distributionValue;
@@ -746,7 +738,6 @@ public function getDistributionValue()
{
return $this->distributionValue;
}
-
public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
@@ -756,7 +747,6 @@ public function getDoubleValue()
{
return $this->doubleValue;
}
-
public function setEnd($end)
{
$this->end = $end;
@@ -766,7 +756,6 @@ public function getEnd()
{
return $this->end;
}
-
public function setInt64Value($int64Value)
{
$this->int64Value = $int64Value;
@@ -776,7 +765,6 @@ public function getInt64Value()
{
return $this->int64Value;
}
-
public function setStart($start)
{
$this->start = $start;
@@ -786,7 +774,6 @@ public function getStart()
{
return $this->start;
}
-
public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
@@ -796,6 +783,7 @@ public function getStringValue()
{
return $this->stringValue;
}
+
}
class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
@@ -819,7 +807,6 @@ public function getBuckets()
{
return $this->buckets;
}
-
public function setOverflowBucket(Google_Service_CloudMonitoring_PointDistributionOverflowBucket $overflowBucket)
{
$this->overflowBucket = $overflowBucket;
@@ -829,7 +816,6 @@ public function getOverflowBucket()
{
return $this->overflowBucket;
}
-
public function setUnderflowBucket(Google_Service_CloudMonitoring_PointDistributionUnderflowBucket $underflowBucket)
{
$this->underflowBucket = $underflowBucket;
@@ -839,6 +825,7 @@ public function getUnderflowBucket()
{
return $this->underflowBucket;
}
+
}
class Google_Service_CloudMonitoring_PointDistributionBucket extends Google_Model
@@ -858,7 +845,6 @@ public function getCount()
{
return $this->count;
}
-
public function setLowerBound($lowerBound)
{
$this->lowerBound = $lowerBound;
@@ -868,7 +854,6 @@ public function getLowerBound()
{
return $this->lowerBound;
}
-
public function setUpperBound($upperBound)
{
$this->upperBound = $upperBound;
@@ -878,6 +863,7 @@ public function getUpperBound()
{
return $this->upperBound;
}
+
}
class Google_Service_CloudMonitoring_PointDistributionOverflowBucket extends Google_Model
@@ -896,7 +882,6 @@ public function getCount()
{
return $this->count;
}
-
public function setLowerBound($lowerBound)
{
$this->lowerBound = $lowerBound;
@@ -906,6 +891,7 @@ public function getLowerBound()
{
return $this->lowerBound;
}
+
}
class Google_Service_CloudMonitoring_PointDistributionUnderflowBucket extends Google_Model
@@ -924,7 +910,6 @@ public function getCount()
{
return $this->count;
}
-
public function setUpperBound($upperBound)
{
$this->upperBound = $upperBound;
@@ -934,6 +919,7 @@ public function getUpperBound()
{
return $this->upperBound;
}
+
}
class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
@@ -955,7 +941,6 @@ public function getPoints()
{
return $this->points;
}
-
public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc)
{
$this->timeseriesDesc = $timeseriesDesc;
@@ -965,6 +950,7 @@ public function getTimeseriesDesc()
{
return $this->timeseriesDesc;
}
+
}
class Google_Service_CloudMonitoring_TimeseriesDescriptor extends Google_Model
@@ -984,7 +970,6 @@ public function getLabels()
{
return $this->labels;
}
-
public function setMetric($metric)
{
$this->metric = $metric;
@@ -994,7 +979,6 @@ public function getMetric()
{
return $this->metric;
}
-
public function setProject($project)
{
$this->project = $project;
@@ -1004,6 +988,7 @@ public function getProject()
{
return $this->project;
}
+
}
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabel extends Google_Model
@@ -1022,7 +1007,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1032,10 +1016,13 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
From e4880386fe2c923c374bce1a0994ad53755cba99 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:52 -0700
Subject: [PATCH 0318/1219] Updated AdExchangeSeller.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdExchangeSeller.php | 79 ++++++-------------------
1 file changed, 19 insertions(+), 60 deletions(-)
diff --git a/src/Google/Service/AdExchangeSeller.php b/src/Google/Service/AdExchangeSeller.php
index 7c8b11d2a..75e4eb683 100644
--- a/src/Google/Service/AdExchangeSeller.php
+++ b/src/Google/Service/AdExchangeSeller.php
@@ -867,7 +867,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -877,7 +876,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -887,6 +885,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_AdExchangeSeller_Accounts extends Google_Collection
@@ -909,7 +908,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -919,7 +917,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -929,7 +926,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -939,6 +935,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdExchangeSeller_AdClient extends Google_Model
@@ -960,7 +957,6 @@ public function getArcOptIn()
{
return $this->arcOptIn;
}
-
public function setId($id)
{
$this->id = $id;
@@ -970,7 +966,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -980,7 +975,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProductCode($productCode)
{
$this->productCode = $productCode;
@@ -990,7 +984,6 @@ public function getProductCode()
{
return $this->productCode;
}
-
public function setSupportsReporting($supportsReporting)
{
$this->supportsReporting = $supportsReporting;
@@ -1000,6 +993,7 @@ public function getSupportsReporting()
{
return $this->supportsReporting;
}
+
}
class Google_Service_AdExchangeSeller_AdClients extends Google_Collection
@@ -1022,7 +1016,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1032,7 +1025,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1042,7 +1034,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1052,6 +1043,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdExchangeSeller_Alert extends Google_Model
@@ -1073,7 +1065,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1083,7 +1074,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -1093,7 +1083,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setSeverity($severity)
{
$this->severity = $severity;
@@ -1103,7 +1092,6 @@ public function getSeverity()
{
return $this->severity;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1113,6 +1101,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdExchangeSeller_Alerts extends Google_Collection
@@ -1133,7 +1122,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1143,6 +1131,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeSeller_CustomChannel extends Google_Model
@@ -1165,7 +1154,6 @@ public function getCode()
{
return $this->code;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1175,7 +1163,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1185,7 +1172,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1195,7 +1181,6 @@ public function getName()
{
return $this->name;
}
-
public function setTargetingInfo(Google_Service_AdExchangeSeller_CustomChannelTargetingInfo $targetingInfo)
{
$this->targetingInfo = $targetingInfo;
@@ -1205,6 +1190,7 @@ public function getTargetingInfo()
{
return $this->targetingInfo;
}
+
}
class Google_Service_AdExchangeSeller_CustomChannelTargetingInfo extends Google_Model
@@ -1225,7 +1211,6 @@ public function getAdsAppearOn()
{
return $this->adsAppearOn;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1235,7 +1220,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -1245,7 +1229,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setSiteLanguage($siteLanguage)
{
$this->siteLanguage = $siteLanguage;
@@ -1255,6 +1238,7 @@ public function getSiteLanguage()
{
return $this->siteLanguage;
}
+
}
class Google_Service_AdExchangeSeller_CustomChannels extends Google_Collection
@@ -1277,7 +1261,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1287,7 +1270,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1297,7 +1279,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1307,6 +1288,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdExchangeSeller_Metadata extends Google_Collection
@@ -1327,7 +1309,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1337,6 +1318,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeSeller_PreferredDeal extends Google_Model
@@ -1361,7 +1343,6 @@ public function getAdvertiserName()
{
return $this->advertiserName;
}
-
public function setBuyerNetworkName($buyerNetworkName)
{
$this->buyerNetworkName = $buyerNetworkName;
@@ -1371,7 +1352,6 @@ public function getBuyerNetworkName()
{
return $this->buyerNetworkName;
}
-
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
@@ -1381,7 +1361,6 @@ public function getCurrencyCode()
{
return $this->currencyCode;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -1391,7 +1370,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setFixedCpm($fixedCpm)
{
$this->fixedCpm = $fixedCpm;
@@ -1401,7 +1379,6 @@ public function getFixedCpm()
{
return $this->fixedCpm;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1411,7 +1388,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1421,7 +1397,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1431,6 +1406,7 @@ public function getStartTime()
{
return $this->startTime;
}
+
}
class Google_Service_AdExchangeSeller_PreferredDeals extends Google_Collection
@@ -1451,7 +1427,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1461,6 +1436,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeSeller_Report extends Google_Collection
@@ -1486,7 +1462,6 @@ public function getAverages()
{
return $this->averages;
}
-
public function setHeaders($headers)
{
$this->headers = $headers;
@@ -1496,7 +1471,6 @@ public function getHeaders()
{
return $this->headers;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1506,7 +1480,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -1516,7 +1489,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setTotalMatchedRows($totalMatchedRows)
{
$this->totalMatchedRows = $totalMatchedRows;
@@ -1526,7 +1498,6 @@ public function getTotalMatchedRows()
{
return $this->totalMatchedRows;
}
-
public function setTotals($totals)
{
$this->totals = $totals;
@@ -1536,7 +1507,6 @@ public function getTotals()
{
return $this->totals;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -1546,6 +1516,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_AdExchangeSeller_ReportHeaders extends Google_Model
@@ -1565,7 +1536,6 @@ public function getCurrency()
{
return $this->currency;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1575,7 +1545,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1585,6 +1554,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdExchangeSeller_ReportingMetadataEntry extends Google_Collection
@@ -1609,7 +1579,6 @@ public function getCompatibleDimensions()
{
return $this->compatibleDimensions;
}
-
public function setCompatibleMetrics($compatibleMetrics)
{
$this->compatibleMetrics = $compatibleMetrics;
@@ -1619,7 +1588,6 @@ public function getCompatibleMetrics()
{
return $this->compatibleMetrics;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1629,7 +1597,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1639,7 +1606,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRequiredDimensions($requiredDimensions)
{
$this->requiredDimensions = $requiredDimensions;
@@ -1649,7 +1615,6 @@ public function getRequiredDimensions()
{
return $this->requiredDimensions;
}
-
public function setRequiredMetrics($requiredMetrics)
{
$this->requiredMetrics = $requiredMetrics;
@@ -1659,7 +1624,6 @@ public function getRequiredMetrics()
{
return $this->requiredMetrics;
}
-
public function setSupportedProducts($supportedProducts)
{
$this->supportedProducts = $supportedProducts;
@@ -1669,6 +1633,7 @@ public function getSupportedProducts()
{
return $this->supportedProducts;
}
+
}
class Google_Service_AdExchangeSeller_SavedReport extends Google_Model
@@ -1688,7 +1653,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1698,7 +1662,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1708,6 +1671,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_AdExchangeSeller_SavedReports extends Google_Collection
@@ -1730,7 +1694,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1740,7 +1703,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1750,7 +1712,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1760,6 +1721,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdExchangeSeller_UrlChannel extends Google_Model
@@ -1779,7 +1741,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1789,7 +1750,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUrlPattern($urlPattern)
{
$this->urlPattern = $urlPattern;
@@ -1799,6 +1759,7 @@ public function getUrlPattern()
{
return $this->urlPattern;
}
+
}
class Google_Service_AdExchangeSeller_UrlChannels extends Google_Collection
@@ -1821,7 +1782,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1831,7 +1791,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1841,7 +1800,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1851,4 +1809,5 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
From 7c23197c87c1f5cf602ea93643109bb8fe01efde Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:53 -0700
Subject: [PATCH 0319/1219] Updated YouTube.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/YouTube.php | 638 +++++++--------------------------
1 file changed, 124 insertions(+), 514 deletions(-)
diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index 63ca44242..53639d988 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -3348,7 +3348,6 @@ public function getAllowed()
{
return $this->allowed;
}
-
public function setException($exception)
{
$this->exception = $exception;
@@ -3358,6 +3357,7 @@ public function getException()
{
return $this->exception;
}
+
}
class Google_Service_YouTube_Activity extends Google_Model
@@ -3381,7 +3381,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3391,7 +3390,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3401,7 +3399,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3411,7 +3408,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_ActivitySnippet $snippet)
{
$this->snippet = $snippet;
@@ -3421,6 +3417,7 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
class Google_Service_YouTube_ActivityContentDetails extends Google_Model
@@ -3459,7 +3456,6 @@ public function getBulletin()
{
return $this->bulletin;
}
-
public function setChannelItem(Google_Service_YouTube_ActivityContentDetailsChannelItem $channelItem)
{
$this->channelItem = $channelItem;
@@ -3469,7 +3465,6 @@ public function getChannelItem()
{
return $this->channelItem;
}
-
public function setComment(Google_Service_YouTube_ActivityContentDetailsComment $comment)
{
$this->comment = $comment;
@@ -3479,7 +3474,6 @@ public function getComment()
{
return $this->comment;
}
-
public function setFavorite(Google_Service_YouTube_ActivityContentDetailsFavorite $favorite)
{
$this->favorite = $favorite;
@@ -3489,7 +3483,6 @@ public function getFavorite()
{
return $this->favorite;
}
-
public function setLike(Google_Service_YouTube_ActivityContentDetailsLike $like)
{
$this->like = $like;
@@ -3499,7 +3492,6 @@ public function getLike()
{
return $this->like;
}
-
public function setPlaylistItem(Google_Service_YouTube_ActivityContentDetailsPlaylistItem $playlistItem)
{
$this->playlistItem = $playlistItem;
@@ -3509,7 +3501,6 @@ public function getPlaylistItem()
{
return $this->playlistItem;
}
-
public function setPromotedItem(Google_Service_YouTube_ActivityContentDetailsPromotedItem $promotedItem)
{
$this->promotedItem = $promotedItem;
@@ -3519,7 +3510,6 @@ public function getPromotedItem()
{
return $this->promotedItem;
}
-
public function setRecommendation(Google_Service_YouTube_ActivityContentDetailsRecommendation $recommendation)
{
$this->recommendation = $recommendation;
@@ -3529,7 +3519,6 @@ public function getRecommendation()
{
return $this->recommendation;
}
-
public function setSocial(Google_Service_YouTube_ActivityContentDetailsSocial $social)
{
$this->social = $social;
@@ -3539,7 +3528,6 @@ public function getSocial()
{
return $this->social;
}
-
public function setSubscription(Google_Service_YouTube_ActivityContentDetailsSubscription $subscription)
{
$this->subscription = $subscription;
@@ -3549,7 +3537,6 @@ public function getSubscription()
{
return $this->subscription;
}
-
public function setUpload(Google_Service_YouTube_ActivityContentDetailsUpload $upload)
{
$this->upload = $upload;
@@ -3559,6 +3546,7 @@ public function getUpload()
{
return $this->upload;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsBulletin extends Google_Model
@@ -3577,6 +3565,7 @@ public function getResourceId()
{
return $this->resourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsChannelItem extends Google_Model
@@ -3595,6 +3584,7 @@ public function getResourceId()
{
return $this->resourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsComment extends Google_Model
@@ -3613,6 +3603,7 @@ public function getResourceId()
{
return $this->resourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsFavorite extends Google_Model
@@ -3631,6 +3622,7 @@ public function getResourceId()
{
return $this->resourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsLike extends Google_Model
@@ -3649,6 +3641,7 @@ public function getResourceId()
{
return $this->resourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsPlaylistItem extends Google_Model
@@ -3669,7 +3662,6 @@ public function getPlaylistId()
{
return $this->playlistId;
}
-
public function setPlaylistItemId($playlistItemId)
{
$this->playlistItemId = $playlistItemId;
@@ -3679,7 +3671,6 @@ public function getPlaylistItemId()
{
return $this->playlistItemId;
}
-
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
@@ -3689,6 +3680,7 @@ public function getResourceId()
{
return $this->resourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsPromotedItem extends Google_Collection
@@ -3716,7 +3708,6 @@ public function getAdTag()
{
return $this->adTag;
}
-
public function setClickTrackingUrl($clickTrackingUrl)
{
$this->clickTrackingUrl = $clickTrackingUrl;
@@ -3726,7 +3717,6 @@ public function getClickTrackingUrl()
{
return $this->clickTrackingUrl;
}
-
public function setCreativeViewUrl($creativeViewUrl)
{
$this->creativeViewUrl = $creativeViewUrl;
@@ -3736,7 +3726,6 @@ public function getCreativeViewUrl()
{
return $this->creativeViewUrl;
}
-
public function setCtaType($ctaType)
{
$this->ctaType = $ctaType;
@@ -3746,7 +3735,6 @@ public function getCtaType()
{
return $this->ctaType;
}
-
public function setCustomCtaButtonText($customCtaButtonText)
{
$this->customCtaButtonText = $customCtaButtonText;
@@ -3756,7 +3744,6 @@ public function getCustomCtaButtonText()
{
return $this->customCtaButtonText;
}
-
public function setDescriptionText($descriptionText)
{
$this->descriptionText = $descriptionText;
@@ -3766,7 +3753,6 @@ public function getDescriptionText()
{
return $this->descriptionText;
}
-
public function setDestinationUrl($destinationUrl)
{
$this->destinationUrl = $destinationUrl;
@@ -3776,7 +3762,6 @@ public function getDestinationUrl()
{
return $this->destinationUrl;
}
-
public function setForecastingUrl($forecastingUrl)
{
$this->forecastingUrl = $forecastingUrl;
@@ -3786,7 +3771,6 @@ public function getForecastingUrl()
{
return $this->forecastingUrl;
}
-
public function setImpressionUrl($impressionUrl)
{
$this->impressionUrl = $impressionUrl;
@@ -3796,7 +3780,6 @@ public function getImpressionUrl()
{
return $this->impressionUrl;
}
-
public function setVideoId($videoId)
{
$this->videoId = $videoId;
@@ -3806,6 +3789,7 @@ public function getVideoId()
{
return $this->videoId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsRecommendation extends Google_Model
@@ -3827,7 +3811,6 @@ public function getReason()
{
return $this->reason;
}
-
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
@@ -3837,7 +3820,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setSeedResourceId(Google_Service_YouTube_ResourceId $seedResourceId)
{
$this->seedResourceId = $seedResourceId;
@@ -3847,6 +3829,7 @@ public function getSeedResourceId()
{
return $this->seedResourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsSocial extends Google_Model
@@ -3869,7 +3852,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
@@ -3879,7 +3861,6 @@ public function getImageUrl()
{
return $this->imageUrl;
}
-
public function setReferenceUrl($referenceUrl)
{
$this->referenceUrl = $referenceUrl;
@@ -3889,7 +3870,6 @@ public function getReferenceUrl()
{
return $this->referenceUrl;
}
-
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
@@ -3899,7 +3879,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3909,6 +3888,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsSubscription extends Google_Model
@@ -3927,6 +3907,7 @@ public function getResourceId()
{
return $this->resourceId;
}
+
}
class Google_Service_YouTube_ActivityContentDetailsUpload extends Google_Model
@@ -3944,6 +3925,7 @@ public function getVideoId()
{
return $this->videoId;
}
+
}
class Google_Service_YouTube_ActivityListResponse extends Google_Collection
@@ -3973,7 +3955,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -3983,7 +3964,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3993,7 +3973,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4003,7 +3982,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4013,7 +3991,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -4023,7 +4000,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -4033,7 +4009,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -4043,7 +4018,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -4053,6 +4027,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_ActivitySnippet extends Google_Model
@@ -4078,7 +4053,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
@@ -4088,7 +4062,6 @@ public function getChannelTitle()
{
return $this->channelTitle;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -4098,7 +4071,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setGroupId($groupId)
{
$this->groupId = $groupId;
@@ -4108,7 +4080,6 @@ public function getGroupId()
{
return $this->groupId;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -4118,7 +4089,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -4128,7 +4098,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -4138,7 +4107,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4148,6 +4116,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTube_CdnSettings extends Google_Model
@@ -4168,7 +4137,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setIngestionInfo(Google_Service_YouTube_IngestionInfo $ingestionInfo)
{
$this->ingestionInfo = $ingestionInfo;
@@ -4178,7 +4146,6 @@ public function getIngestionInfo()
{
return $this->ingestionInfo;
}
-
public function setIngestionType($ingestionType)
{
$this->ingestionType = $ingestionType;
@@ -4188,6 +4155,7 @@ public function getIngestionType()
{
return $this->ingestionType;
}
+
}
class Google_Service_YouTube_Channel extends Google_Model
@@ -4227,7 +4195,6 @@ public function getAuditDetails()
{
return $this->auditDetails;
}
-
public function setBrandingSettings(Google_Service_YouTube_ChannelBrandingSettings $brandingSettings)
{
$this->brandingSettings = $brandingSettings;
@@ -4237,7 +4204,6 @@ public function getBrandingSettings()
{
return $this->brandingSettings;
}
-
public function setContentDetails(Google_Service_YouTube_ChannelContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
@@ -4247,7 +4213,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setContentOwnerDetails(Google_Service_YouTube_ChannelContentOwnerDetails $contentOwnerDetails)
{
$this->contentOwnerDetails = $contentOwnerDetails;
@@ -4257,7 +4222,6 @@ public function getContentOwnerDetails()
{
return $this->contentOwnerDetails;
}
-
public function setConversionPings(Google_Service_YouTube_ChannelConversionPings $conversionPings)
{
$this->conversionPings = $conversionPings;
@@ -4267,7 +4231,6 @@ public function getConversionPings()
{
return $this->conversionPings;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4277,7 +4240,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4287,7 +4249,6 @@ public function getId()
{
return $this->id;
}
-
public function setInvideoPromotion(Google_Service_YouTube_InvideoPromotion $invideoPromotion)
{
$this->invideoPromotion = $invideoPromotion;
@@ -4297,7 +4258,6 @@ public function getInvideoPromotion()
{
return $this->invideoPromotion;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4307,7 +4267,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_ChannelSnippet $snippet)
{
$this->snippet = $snippet;
@@ -4317,7 +4276,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setStatistics(Google_Service_YouTube_ChannelStatistics $statistics)
{
$this->statistics = $statistics;
@@ -4327,7 +4285,6 @@ public function getStatistics()
{
return $this->statistics;
}
-
public function setStatus(Google_Service_YouTube_ChannelStatus $status)
{
$this->status = $status;
@@ -4337,7 +4294,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setTopicDetails(Google_Service_YouTube_ChannelTopicDetails $topicDetails)
{
$this->topicDetails = $topicDetails;
@@ -4347,6 +4303,7 @@ public function getTopicDetails()
{
return $this->topicDetails;
}
+
}
class Google_Service_YouTube_ChannelAuditDetails extends Google_Model
@@ -4367,7 +4324,6 @@ public function getCommunityGuidelinesGoodStanding()
{
return $this->communityGuidelinesGoodStanding;
}
-
public function setContentIdClaimsGoodStanding($contentIdClaimsGoodStanding)
{
$this->contentIdClaimsGoodStanding = $contentIdClaimsGoodStanding;
@@ -4377,7 +4333,6 @@ public function getContentIdClaimsGoodStanding()
{
return $this->contentIdClaimsGoodStanding;
}
-
public function setCopyrightStrikesGoodStanding($copyrightStrikesGoodStanding)
{
$this->copyrightStrikesGoodStanding = $copyrightStrikesGoodStanding;
@@ -4387,7 +4342,6 @@ public function getCopyrightStrikesGoodStanding()
{
return $this->copyrightStrikesGoodStanding;
}
-
public function setOverallGoodStanding($overallGoodStanding)
{
$this->overallGoodStanding = $overallGoodStanding;
@@ -4397,6 +4351,7 @@ public function getOverallGoodStanding()
{
return $this->overallGoodStanding;
}
+
}
class Google_Service_YouTube_ChannelBannerResource extends Google_Model
@@ -4416,7 +4371,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4426,7 +4380,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -4436,6 +4389,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_YouTube_ChannelBrandingSettings extends Google_Collection
@@ -4461,7 +4415,6 @@ public function getChannel()
{
return $this->channel;
}
-
public function setHints($hints)
{
$this->hints = $hints;
@@ -4471,7 +4424,6 @@ public function getHints()
{
return $this->hints;
}
-
public function setImage(Google_Service_YouTube_ImageSettings $image)
{
$this->image = $image;
@@ -4481,7 +4433,6 @@ public function getImage()
{
return $this->image;
}
-
public function setWatch(Google_Service_YouTube_WatchSettings $watch)
{
$this->watch = $watch;
@@ -4491,6 +4442,7 @@ public function getWatch()
{
return $this->watch;
}
+
}
class Google_Service_YouTube_ChannelContentDetails extends Google_Model
@@ -4510,7 +4462,6 @@ public function getGooglePlusUserId()
{
return $this->googlePlusUserId;
}
-
public function setRelatedPlaylists(Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists $relatedPlaylists)
{
$this->relatedPlaylists = $relatedPlaylists;
@@ -4520,6 +4471,7 @@ public function getRelatedPlaylists()
{
return $this->relatedPlaylists;
}
+
}
class Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists extends Google_Model
@@ -4541,7 +4493,6 @@ public function getFavorites()
{
return $this->favorites;
}
-
public function setLikes($likes)
{
$this->likes = $likes;
@@ -4551,7 +4502,6 @@ public function getLikes()
{
return $this->likes;
}
-
public function setUploads($uploads)
{
$this->uploads = $uploads;
@@ -4561,7 +4511,6 @@ public function getUploads()
{
return $this->uploads;
}
-
public function setWatchHistory($watchHistory)
{
$this->watchHistory = $watchHistory;
@@ -4571,7 +4520,6 @@ public function getWatchHistory()
{
return $this->watchHistory;
}
-
public function setWatchLater($watchLater)
{
$this->watchLater = $watchLater;
@@ -4581,6 +4529,7 @@ public function getWatchLater()
{
return $this->watchLater;
}
+
}
class Google_Service_YouTube_ChannelContentOwnerDetails extends Google_Model
@@ -4599,7 +4548,6 @@ public function getContentOwner()
{
return $this->contentOwner;
}
-
public function setTimeLinked($timeLinked)
{
$this->timeLinked = $timeLinked;
@@ -4609,6 +4557,7 @@ public function getTimeLinked()
{
return $this->timeLinked;
}
+
}
class Google_Service_YouTube_ChannelConversionPing extends Google_Model
@@ -4627,7 +4576,6 @@ public function getContext()
{
return $this->context;
}
-
public function setConversionUrl($conversionUrl)
{
$this->conversionUrl = $conversionUrl;
@@ -4637,6 +4585,7 @@ public function getConversionUrl()
{
return $this->conversionUrl;
}
+
}
class Google_Service_YouTube_ChannelConversionPings extends Google_Collection
@@ -4656,6 +4605,7 @@ public function getPings()
{
return $this->pings;
}
+
}
class Google_Service_YouTube_ChannelListResponse extends Google_Collection
@@ -4685,7 +4635,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -4695,7 +4644,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -4705,7 +4653,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4715,7 +4662,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4725,7 +4671,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -4735,7 +4680,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -4745,7 +4689,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -4755,7 +4698,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -4765,6 +4707,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_ChannelSection extends Google_Model
@@ -4788,7 +4731,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4798,7 +4740,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4808,7 +4749,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4818,7 +4758,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_ChannelSectionSnippet $snippet)
{
$this->snippet = $snippet;
@@ -4828,6 +4767,7 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
class Google_Service_YouTube_ChannelSectionContentDetails extends Google_Collection
@@ -4847,7 +4787,6 @@ public function getChannels()
{
return $this->channels;
}
-
public function setPlaylists($playlists)
{
$this->playlists = $playlists;
@@ -4857,6 +4796,7 @@ public function getPlaylists()
{
return $this->playlists;
}
+
}
class Google_Service_YouTube_ChannelSectionListResponse extends Google_Collection
@@ -4880,7 +4820,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -4890,7 +4829,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -4900,7 +4838,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4910,7 +4847,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -4920,6 +4856,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_ChannelSectionSnippet extends Google_Model
@@ -4941,7 +4878,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setPosition($position)
{
$this->position = $position;
@@ -4951,7 +4887,6 @@ public function getPosition()
{
return $this->position;
}
-
public function setStyle($style)
{
$this->style = $style;
@@ -4961,7 +4896,6 @@ public function getStyle()
{
return $this->style;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -4971,7 +4905,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4981,6 +4914,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTube_ChannelSettings extends Google_Collection
@@ -5010,7 +4944,6 @@ public function getDefaultTab()
{
return $this->defaultTab;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5020,7 +4953,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setFeaturedChannelsTitle($featuredChannelsTitle)
{
$this->featuredChannelsTitle = $featuredChannelsTitle;
@@ -5030,7 +4962,6 @@ public function getFeaturedChannelsTitle()
{
return $this->featuredChannelsTitle;
}
-
public function setFeaturedChannelsUrls($featuredChannelsUrls)
{
$this->featuredChannelsUrls = $featuredChannelsUrls;
@@ -5040,7 +4971,6 @@ public function getFeaturedChannelsUrls()
{
return $this->featuredChannelsUrls;
}
-
public function setKeywords($keywords)
{
$this->keywords = $keywords;
@@ -5050,7 +4980,6 @@ public function getKeywords()
{
return $this->keywords;
}
-
public function setModerateComments($moderateComments)
{
$this->moderateComments = $moderateComments;
@@ -5060,7 +4989,6 @@ public function getModerateComments()
{
return $this->moderateComments;
}
-
public function setProfileColor($profileColor)
{
$this->profileColor = $profileColor;
@@ -5070,7 +4998,6 @@ public function getProfileColor()
{
return $this->profileColor;
}
-
public function setShowBrowseView($showBrowseView)
{
$this->showBrowseView = $showBrowseView;
@@ -5080,7 +5007,6 @@ public function getShowBrowseView()
{
return $this->showBrowseView;
}
-
public function setShowRelatedChannels($showRelatedChannels)
{
$this->showRelatedChannels = $showRelatedChannels;
@@ -5090,7 +5016,6 @@ public function getShowRelatedChannels()
{
return $this->showRelatedChannels;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -5100,7 +5025,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setTrackingAnalyticsAccountId($trackingAnalyticsAccountId)
{
$this->trackingAnalyticsAccountId = $trackingAnalyticsAccountId;
@@ -5110,7 +5034,6 @@ public function getTrackingAnalyticsAccountId()
{
return $this->trackingAnalyticsAccountId;
}
-
public function setUnsubscribedTrailer($unsubscribedTrailer)
{
$this->unsubscribedTrailer = $unsubscribedTrailer;
@@ -5120,6 +5043,7 @@ public function getUnsubscribedTrailer()
{
return $this->unsubscribedTrailer;
}
+
}
class Google_Service_YouTube_ChannelSnippet extends Google_Model
@@ -5141,7 +5065,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -5151,7 +5074,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -5161,7 +5083,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -5171,6 +5092,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_ChannelStatistics extends Google_Model
@@ -5192,7 +5114,6 @@ public function getCommentCount()
{
return $this->commentCount;
}
-
public function setHiddenSubscriberCount($hiddenSubscriberCount)
{
$this->hiddenSubscriberCount = $hiddenSubscriberCount;
@@ -5202,7 +5123,6 @@ public function getHiddenSubscriberCount()
{
return $this->hiddenSubscriberCount;
}
-
public function setSubscriberCount($subscriberCount)
{
$this->subscriberCount = $subscriberCount;
@@ -5212,7 +5132,6 @@ public function getSubscriberCount()
{
return $this->subscriberCount;
}
-
public function setVideoCount($videoCount)
{
$this->videoCount = $videoCount;
@@ -5222,7 +5141,6 @@ public function getVideoCount()
{
return $this->videoCount;
}
-
public function setViewCount($viewCount)
{
$this->viewCount = $viewCount;
@@ -5232,6 +5150,7 @@ public function getViewCount()
{
return $this->viewCount;
}
+
}
class Google_Service_YouTube_ChannelStatus extends Google_Model
@@ -5251,7 +5170,6 @@ public function getIsLinked()
{
return $this->isLinked;
}
-
public function setLongUploadsStatus($longUploadsStatus)
{
$this->longUploadsStatus = $longUploadsStatus;
@@ -5261,7 +5179,6 @@ public function getLongUploadsStatus()
{
return $this->longUploadsStatus;
}
-
public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
@@ -5271,6 +5188,7 @@ public function getPrivacyStatus()
{
return $this->privacyStatus;
}
+
}
class Google_Service_YouTube_ChannelTopicDetails extends Google_Collection
@@ -5289,6 +5207,7 @@ public function getTopicIds()
{
return $this->topicIds;
}
+
}
class Google_Service_YouTube_ContentRating extends Google_Model
@@ -5368,7 +5287,6 @@ public function getAcbRating()
{
return $this->acbRating;
}
-
public function setAgcomRating($agcomRating)
{
$this->agcomRating = $agcomRating;
@@ -5378,7 +5296,6 @@ public function getAgcomRating()
{
return $this->agcomRating;
}
-
public function setAnatelRating($anatelRating)
{
$this->anatelRating = $anatelRating;
@@ -5388,7 +5305,6 @@ public function getAnatelRating()
{
return $this->anatelRating;
}
-
public function setBbfcRating($bbfcRating)
{
$this->bbfcRating = $bbfcRating;
@@ -5398,7 +5314,6 @@ public function getBbfcRating()
{
return $this->bbfcRating;
}
-
public function setBfvcRating($bfvcRating)
{
$this->bfvcRating = $bfvcRating;
@@ -5408,7 +5323,6 @@ public function getBfvcRating()
{
return $this->bfvcRating;
}
-
public function setBmukkRating($bmukkRating)
{
$this->bmukkRating = $bmukkRating;
@@ -5418,7 +5332,6 @@ public function getBmukkRating()
{
return $this->bmukkRating;
}
-
public function setCatvRating($catvRating)
{
$this->catvRating = $catvRating;
@@ -5428,7 +5341,6 @@ public function getCatvRating()
{
return $this->catvRating;
}
-
public function setCatvfrRating($catvfrRating)
{
$this->catvfrRating = $catvfrRating;
@@ -5438,7 +5350,6 @@ public function getCatvfrRating()
{
return $this->catvfrRating;
}
-
public function setCbfcRating($cbfcRating)
{
$this->cbfcRating = $cbfcRating;
@@ -5448,7 +5359,6 @@ public function getCbfcRating()
{
return $this->cbfcRating;
}
-
public function setCccRating($cccRating)
{
$this->cccRating = $cccRating;
@@ -5458,7 +5368,6 @@ public function getCccRating()
{
return $this->cccRating;
}
-
public function setCceRating($cceRating)
{
$this->cceRating = $cceRating;
@@ -5468,7 +5377,6 @@ public function getCceRating()
{
return $this->cceRating;
}
-
public function setChfilmRating($chfilmRating)
{
$this->chfilmRating = $chfilmRating;
@@ -5478,7 +5386,6 @@ public function getChfilmRating()
{
return $this->chfilmRating;
}
-
public function setChvrsRating($chvrsRating)
{
$this->chvrsRating = $chvrsRating;
@@ -5488,7 +5395,6 @@ public function getChvrsRating()
{
return $this->chvrsRating;
}
-
public function setCicfRating($cicfRating)
{
$this->cicfRating = $cicfRating;
@@ -5498,7 +5404,6 @@ public function getCicfRating()
{
return $this->cicfRating;
}
-
public function setCnaRating($cnaRating)
{
$this->cnaRating = $cnaRating;
@@ -5508,7 +5413,6 @@ public function getCnaRating()
{
return $this->cnaRating;
}
-
public function setCsaRating($csaRating)
{
$this->csaRating = $csaRating;
@@ -5518,7 +5422,6 @@ public function getCsaRating()
{
return $this->csaRating;
}
-
public function setCscfRating($cscfRating)
{
$this->cscfRating = $cscfRating;
@@ -5528,7 +5431,6 @@ public function getCscfRating()
{
return $this->cscfRating;
}
-
public function setCzfilmRating($czfilmRating)
{
$this->czfilmRating = $czfilmRating;
@@ -5538,7 +5440,6 @@ public function getCzfilmRating()
{
return $this->czfilmRating;
}
-
public function setDjctqRating($djctqRating)
{
$this->djctqRating = $djctqRating;
@@ -5548,7 +5449,6 @@ public function getDjctqRating()
{
return $this->djctqRating;
}
-
public function setEefilmRating($eefilmRating)
{
$this->eefilmRating = $eefilmRating;
@@ -5558,7 +5458,6 @@ public function getEefilmRating()
{
return $this->eefilmRating;
}
-
public function setEgfilmRating($egfilmRating)
{
$this->egfilmRating = $egfilmRating;
@@ -5568,7 +5467,6 @@ public function getEgfilmRating()
{
return $this->egfilmRating;
}
-
public function setEirinRating($eirinRating)
{
$this->eirinRating = $eirinRating;
@@ -5578,7 +5476,6 @@ public function getEirinRating()
{
return $this->eirinRating;
}
-
public function setFcbmRating($fcbmRating)
{
$this->fcbmRating = $fcbmRating;
@@ -5588,7 +5485,6 @@ public function getFcbmRating()
{
return $this->fcbmRating;
}
-
public function setFcoRating($fcoRating)
{
$this->fcoRating = $fcoRating;
@@ -5598,7 +5494,6 @@ public function getFcoRating()
{
return $this->fcoRating;
}
-
public function setFmocRating($fmocRating)
{
$this->fmocRating = $fmocRating;
@@ -5608,7 +5503,6 @@ public function getFmocRating()
{
return $this->fmocRating;
}
-
public function setFpbRating($fpbRating)
{
$this->fpbRating = $fpbRating;
@@ -5618,7 +5512,6 @@ public function getFpbRating()
{
return $this->fpbRating;
}
-
public function setFskRating($fskRating)
{
$this->fskRating = $fskRating;
@@ -5628,7 +5521,6 @@ public function getFskRating()
{
return $this->fskRating;
}
-
public function setGrfilmRating($grfilmRating)
{
$this->grfilmRating = $grfilmRating;
@@ -5638,7 +5530,6 @@ public function getGrfilmRating()
{
return $this->grfilmRating;
}
-
public function setIcaaRating($icaaRating)
{
$this->icaaRating = $icaaRating;
@@ -5648,7 +5539,6 @@ public function getIcaaRating()
{
return $this->icaaRating;
}
-
public function setIfcoRating($ifcoRating)
{
$this->ifcoRating = $ifcoRating;
@@ -5658,7 +5548,6 @@ public function getIfcoRating()
{
return $this->ifcoRating;
}
-
public function setIlfilmRating($ilfilmRating)
{
$this->ilfilmRating = $ilfilmRating;
@@ -5668,7 +5557,6 @@ public function getIlfilmRating()
{
return $this->ilfilmRating;
}
-
public function setIncaaRating($incaaRating)
{
$this->incaaRating = $incaaRating;
@@ -5678,7 +5566,6 @@ public function getIncaaRating()
{
return $this->incaaRating;
}
-
public function setKfcbRating($kfcbRating)
{
$this->kfcbRating = $kfcbRating;
@@ -5688,7 +5575,6 @@ public function getKfcbRating()
{
return $this->kfcbRating;
}
-
public function setKijkwijzerRating($kijkwijzerRating)
{
$this->kijkwijzerRating = $kijkwijzerRating;
@@ -5698,7 +5584,6 @@ public function getKijkwijzerRating()
{
return $this->kijkwijzerRating;
}
-
public function setKmrbRating($kmrbRating)
{
$this->kmrbRating = $kmrbRating;
@@ -5708,7 +5593,6 @@ public function getKmrbRating()
{
return $this->kmrbRating;
}
-
public function setLsfRating($lsfRating)
{
$this->lsfRating = $lsfRating;
@@ -5718,7 +5602,6 @@ public function getLsfRating()
{
return $this->lsfRating;
}
-
public function setMccaaRating($mccaaRating)
{
$this->mccaaRating = $mccaaRating;
@@ -5728,7 +5611,6 @@ public function getMccaaRating()
{
return $this->mccaaRating;
}
-
public function setMccypRating($mccypRating)
{
$this->mccypRating = $mccypRating;
@@ -5738,7 +5620,6 @@ public function getMccypRating()
{
return $this->mccypRating;
}
-
public function setMdaRating($mdaRating)
{
$this->mdaRating = $mdaRating;
@@ -5748,7 +5629,6 @@ public function getMdaRating()
{
return $this->mdaRating;
}
-
public function setMedietilsynetRating($medietilsynetRating)
{
$this->medietilsynetRating = $medietilsynetRating;
@@ -5758,7 +5638,6 @@ public function getMedietilsynetRating()
{
return $this->medietilsynetRating;
}
-
public function setMekuRating($mekuRating)
{
$this->mekuRating = $mekuRating;
@@ -5768,7 +5647,6 @@ public function getMekuRating()
{
return $this->mekuRating;
}
-
public function setMibacRating($mibacRating)
{
$this->mibacRating = $mibacRating;
@@ -5778,7 +5656,6 @@ public function getMibacRating()
{
return $this->mibacRating;
}
-
public function setMocRating($mocRating)
{
$this->mocRating = $mocRating;
@@ -5788,7 +5665,6 @@ public function getMocRating()
{
return $this->mocRating;
}
-
public function setMoctwRating($moctwRating)
{
$this->moctwRating = $moctwRating;
@@ -5798,7 +5674,6 @@ public function getMoctwRating()
{
return $this->moctwRating;
}
-
public function setMpaaRating($mpaaRating)
{
$this->mpaaRating = $mpaaRating;
@@ -5808,7 +5683,6 @@ public function getMpaaRating()
{
return $this->mpaaRating;
}
-
public function setMtrcbRating($mtrcbRating)
{
$this->mtrcbRating = $mtrcbRating;
@@ -5818,7 +5692,6 @@ public function getMtrcbRating()
{
return $this->mtrcbRating;
}
-
public function setNbcRating($nbcRating)
{
$this->nbcRating = $nbcRating;
@@ -5828,7 +5701,6 @@ public function getNbcRating()
{
return $this->nbcRating;
}
-
public function setNbcplRating($nbcplRating)
{
$this->nbcplRating = $nbcplRating;
@@ -5838,7 +5710,6 @@ public function getNbcplRating()
{
return $this->nbcplRating;
}
-
public function setNfrcRating($nfrcRating)
{
$this->nfrcRating = $nfrcRating;
@@ -5848,7 +5719,6 @@ public function getNfrcRating()
{
return $this->nfrcRating;
}
-
public function setNfvcbRating($nfvcbRating)
{
$this->nfvcbRating = $nfvcbRating;
@@ -5858,7 +5728,6 @@ public function getNfvcbRating()
{
return $this->nfvcbRating;
}
-
public function setNkclvRating($nkclvRating)
{
$this->nkclvRating = $nkclvRating;
@@ -5868,7 +5737,6 @@ public function getNkclvRating()
{
return $this->nkclvRating;
}
-
public function setOflcRating($oflcRating)
{
$this->oflcRating = $oflcRating;
@@ -5878,7 +5746,6 @@ public function getOflcRating()
{
return $this->oflcRating;
}
-
public function setPefilmRating($pefilmRating)
{
$this->pefilmRating = $pefilmRating;
@@ -5888,7 +5755,6 @@ public function getPefilmRating()
{
return $this->pefilmRating;
}
-
public function setRcnofRating($rcnofRating)
{
$this->rcnofRating = $rcnofRating;
@@ -5898,7 +5764,6 @@ public function getRcnofRating()
{
return $this->rcnofRating;
}
-
public function setResorteviolenciaRating($resorteviolenciaRating)
{
$this->resorteviolenciaRating = $resorteviolenciaRating;
@@ -5908,7 +5773,6 @@ public function getResorteviolenciaRating()
{
return $this->resorteviolenciaRating;
}
-
public function setRtcRating($rtcRating)
{
$this->rtcRating = $rtcRating;
@@ -5918,7 +5782,6 @@ public function getRtcRating()
{
return $this->rtcRating;
}
-
public function setRteRating($rteRating)
{
$this->rteRating = $rteRating;
@@ -5928,7 +5791,6 @@ public function getRteRating()
{
return $this->rteRating;
}
-
public function setRussiaRating($russiaRating)
{
$this->russiaRating = $russiaRating;
@@ -5938,7 +5800,6 @@ public function getRussiaRating()
{
return $this->russiaRating;
}
-
public function setSkfilmRating($skfilmRating)
{
$this->skfilmRating = $skfilmRating;
@@ -5948,7 +5809,6 @@ public function getSkfilmRating()
{
return $this->skfilmRating;
}
-
public function setSmaisRating($smaisRating)
{
$this->smaisRating = $smaisRating;
@@ -5958,7 +5818,6 @@ public function getSmaisRating()
{
return $this->smaisRating;
}
-
public function setSmsaRating($smsaRating)
{
$this->smsaRating = $smsaRating;
@@ -5968,7 +5827,6 @@ public function getSmsaRating()
{
return $this->smsaRating;
}
-
public function setTvpgRating($tvpgRating)
{
$this->tvpgRating = $tvpgRating;
@@ -5978,7 +5836,6 @@ public function getTvpgRating()
{
return $this->tvpgRating;
}
-
public function setYtRating($ytRating)
{
$this->ytRating = $ytRating;
@@ -5988,6 +5845,7 @@ public function getYtRating()
{
return $this->ytRating;
}
+
}
class Google_Service_YouTube_GeoPoint extends Google_Model
@@ -6007,7 +5865,6 @@ public function getAltitude()
{
return $this->altitude;
}
-
public function setLatitude($latitude)
{
$this->latitude = $latitude;
@@ -6017,7 +5874,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -6027,6 +5883,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_YouTube_GuideCategory extends Google_Model
@@ -6048,7 +5905,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6058,7 +5914,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6068,7 +5923,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_GuideCategorySnippet $snippet)
{
$this->snippet = $snippet;
@@ -6078,6 +5932,7 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection
@@ -6107,7 +5962,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -6117,7 +5971,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6127,7 +5980,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6137,7 +5989,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -6147,7 +5998,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -6157,7 +6007,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -6167,7 +6016,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -6177,7 +6025,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -6187,6 +6034,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_GuideCategorySnippet extends Google_Model
@@ -6205,7 +6053,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -6215,6 +6062,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_I18nLanguage extends Google_Model
@@ -6236,7 +6084,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6246,7 +6093,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6256,7 +6102,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_I18nLanguageSnippet $snippet)
{
$this->snippet = $snippet;
@@ -6266,6 +6111,7 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
class Google_Service_YouTube_I18nLanguageListResponse extends Google_Collection
@@ -6289,7 +6135,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -6299,7 +6144,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6309,7 +6153,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6319,7 +6162,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -6329,6 +6171,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_I18nLanguageSnippet extends Google_Model
@@ -6347,7 +6190,6 @@ public function getHl()
{
return $this->hl;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6357,6 +6199,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_YouTube_I18nRegion extends Google_Model
@@ -6378,7 +6221,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6388,7 +6230,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6398,7 +6239,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_I18nRegionSnippet $snippet)
{
$this->snippet = $snippet;
@@ -6408,6 +6248,7 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
class Google_Service_YouTube_I18nRegionListResponse extends Google_Collection
@@ -6431,7 +6272,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -6441,7 +6281,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6451,7 +6290,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6461,7 +6299,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -6471,6 +6308,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_I18nRegionSnippet extends Google_Model
@@ -6489,7 +6327,6 @@ public function getGl()
{
return $this->gl;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6499,6 +6336,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_YouTube_ImageSettings extends Google_Model
@@ -6542,7 +6380,6 @@ public function getBackgroundImageUrl()
{
return $this->backgroundImageUrl;
}
-
public function setBannerExternalUrl($bannerExternalUrl)
{
$this->bannerExternalUrl = $bannerExternalUrl;
@@ -6552,7 +6389,6 @@ public function getBannerExternalUrl()
{
return $this->bannerExternalUrl;
}
-
public function setBannerImageUrl($bannerImageUrl)
{
$this->bannerImageUrl = $bannerImageUrl;
@@ -6562,7 +6398,6 @@ public function getBannerImageUrl()
{
return $this->bannerImageUrl;
}
-
public function setBannerMobileExtraHdImageUrl($bannerMobileExtraHdImageUrl)
{
$this->bannerMobileExtraHdImageUrl = $bannerMobileExtraHdImageUrl;
@@ -6572,7 +6407,6 @@ public function getBannerMobileExtraHdImageUrl()
{
return $this->bannerMobileExtraHdImageUrl;
}
-
public function setBannerMobileHdImageUrl($bannerMobileHdImageUrl)
{
$this->bannerMobileHdImageUrl = $bannerMobileHdImageUrl;
@@ -6582,7 +6416,6 @@ public function getBannerMobileHdImageUrl()
{
return $this->bannerMobileHdImageUrl;
}
-
public function setBannerMobileImageUrl($bannerMobileImageUrl)
{
$this->bannerMobileImageUrl = $bannerMobileImageUrl;
@@ -6592,7 +6425,6 @@ public function getBannerMobileImageUrl()
{
return $this->bannerMobileImageUrl;
}
-
public function setBannerMobileLowImageUrl($bannerMobileLowImageUrl)
{
$this->bannerMobileLowImageUrl = $bannerMobileLowImageUrl;
@@ -6602,7 +6434,6 @@ public function getBannerMobileLowImageUrl()
{
return $this->bannerMobileLowImageUrl;
}
-
public function setBannerMobileMediumHdImageUrl($bannerMobileMediumHdImageUrl)
{
$this->bannerMobileMediumHdImageUrl = $bannerMobileMediumHdImageUrl;
@@ -6612,7 +6443,6 @@ public function getBannerMobileMediumHdImageUrl()
{
return $this->bannerMobileMediumHdImageUrl;
}
-
public function setBannerTabletExtraHdImageUrl($bannerTabletExtraHdImageUrl)
{
$this->bannerTabletExtraHdImageUrl = $bannerTabletExtraHdImageUrl;
@@ -6622,7 +6452,6 @@ public function getBannerTabletExtraHdImageUrl()
{
return $this->bannerTabletExtraHdImageUrl;
}
-
public function setBannerTabletHdImageUrl($bannerTabletHdImageUrl)
{
$this->bannerTabletHdImageUrl = $bannerTabletHdImageUrl;
@@ -6632,7 +6461,6 @@ public function getBannerTabletHdImageUrl()
{
return $this->bannerTabletHdImageUrl;
}
-
public function setBannerTabletImageUrl($bannerTabletImageUrl)
{
$this->bannerTabletImageUrl = $bannerTabletImageUrl;
@@ -6642,7 +6470,6 @@ public function getBannerTabletImageUrl()
{
return $this->bannerTabletImageUrl;
}
-
public function setBannerTabletLowImageUrl($bannerTabletLowImageUrl)
{
$this->bannerTabletLowImageUrl = $bannerTabletLowImageUrl;
@@ -6652,7 +6479,6 @@ public function getBannerTabletLowImageUrl()
{
return $this->bannerTabletLowImageUrl;
}
-
public function setBannerTvHighImageUrl($bannerTvHighImageUrl)
{
$this->bannerTvHighImageUrl = $bannerTvHighImageUrl;
@@ -6662,7 +6488,6 @@ public function getBannerTvHighImageUrl()
{
return $this->bannerTvHighImageUrl;
}
-
public function setBannerTvImageUrl($bannerTvImageUrl)
{
$this->bannerTvImageUrl = $bannerTvImageUrl;
@@ -6672,7 +6497,6 @@ public function getBannerTvImageUrl()
{
return $this->bannerTvImageUrl;
}
-
public function setBannerTvLowImageUrl($bannerTvLowImageUrl)
{
$this->bannerTvLowImageUrl = $bannerTvLowImageUrl;
@@ -6682,7 +6506,6 @@ public function getBannerTvLowImageUrl()
{
return $this->bannerTvLowImageUrl;
}
-
public function setBannerTvMediumImageUrl($bannerTvMediumImageUrl)
{
$this->bannerTvMediumImageUrl = $bannerTvMediumImageUrl;
@@ -6692,7 +6515,6 @@ public function getBannerTvMediumImageUrl()
{
return $this->bannerTvMediumImageUrl;
}
-
public function setLargeBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageImapScript)
{
$this->largeBrandedBannerImageImapScript = $largeBrandedBannerImageImapScript;
@@ -6702,7 +6524,6 @@ public function getLargeBrandedBannerImageImapScript()
{
return $this->largeBrandedBannerImageImapScript;
}
-
public function setLargeBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageUrl)
{
$this->largeBrandedBannerImageUrl = $largeBrandedBannerImageUrl;
@@ -6712,7 +6533,6 @@ public function getLargeBrandedBannerImageUrl()
{
return $this->largeBrandedBannerImageUrl;
}
-
public function setSmallBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageImapScript)
{
$this->smallBrandedBannerImageImapScript = $smallBrandedBannerImageImapScript;
@@ -6722,7 +6542,6 @@ public function getSmallBrandedBannerImageImapScript()
{
return $this->smallBrandedBannerImageImapScript;
}
-
public function setSmallBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageUrl)
{
$this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl;
@@ -6732,7 +6551,6 @@ public function getSmallBrandedBannerImageUrl()
{
return $this->smallBrandedBannerImageUrl;
}
-
public function setTrackingImageUrl($trackingImageUrl)
{
$this->trackingImageUrl = $trackingImageUrl;
@@ -6742,7 +6560,6 @@ public function getTrackingImageUrl()
{
return $this->trackingImageUrl;
}
-
public function setWatchIconImageUrl($watchIconImageUrl)
{
$this->watchIconImageUrl = $watchIconImageUrl;
@@ -6752,6 +6569,7 @@ public function getWatchIconImageUrl()
{
return $this->watchIconImageUrl;
}
+
}
class Google_Service_YouTube_IngestionInfo extends Google_Model
@@ -6771,7 +6589,6 @@ public function getBackupIngestionAddress()
{
return $this->backupIngestionAddress;
}
-
public function setIngestionAddress($ingestionAddress)
{
$this->ingestionAddress = $ingestionAddress;
@@ -6781,7 +6598,6 @@ public function getIngestionAddress()
{
return $this->ingestionAddress;
}
-
public function setStreamName($streamName)
{
$this->streamName = $streamName;
@@ -6791,6 +6607,7 @@ public function getStreamName()
{
return $this->streamName;
}
+
}
class Google_Service_YouTube_InvideoBranding extends Google_Model
@@ -6814,7 +6631,6 @@ public function getImageBytes()
{
return $this->imageBytes;
}
-
public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
@@ -6824,7 +6640,6 @@ public function getImageUrl()
{
return $this->imageUrl;
}
-
public function setPosition(Google_Service_YouTube_InvideoPosition $position)
{
$this->position = $position;
@@ -6834,7 +6649,6 @@ public function getPosition()
{
return $this->position;
}
-
public function setTargetChannelId($targetChannelId)
{
$this->targetChannelId = $targetChannelId;
@@ -6844,7 +6658,6 @@ public function getTargetChannelId()
{
return $this->targetChannelId;
}
-
public function setTiming(Google_Service_YouTube_InvideoTiming $timing)
{
$this->timing = $timing;
@@ -6854,6 +6667,7 @@ public function getTiming()
{
return $this->timing;
}
+
}
class Google_Service_YouTube_InvideoPosition extends Google_Model
@@ -6872,7 +6686,6 @@ public function getCornerPosition()
{
return $this->cornerPosition;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6882,6 +6695,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTube_InvideoPromotion extends Google_Collection
@@ -6906,7 +6720,6 @@ public function getDefaultTiming()
{
return $this->defaultTiming;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6916,7 +6729,6 @@ public function getItems()
{
return $this->items;
}
-
public function setPosition(Google_Service_YouTube_InvideoPosition $position)
{
$this->position = $position;
@@ -6926,7 +6738,6 @@ public function getPosition()
{
return $this->position;
}
-
public function setUseSmartTiming($useSmartTiming)
{
$this->useSmartTiming = $useSmartTiming;
@@ -6936,6 +6747,7 @@ public function getUseSmartTiming()
{
return $this->useSmartTiming;
}
+
}
class Google_Service_YouTube_InvideoTiming extends Google_Model
@@ -6955,7 +6767,6 @@ public function getDurationMs()
{
return $this->durationMs;
}
-
public function setOffsetMs($offsetMs)
{
$this->offsetMs = $offsetMs;
@@ -6965,7 +6776,6 @@ public function getOffsetMs()
{
return $this->offsetMs;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6975,6 +6785,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_YouTube_LiveBroadcast extends Google_Model
@@ -7000,7 +6811,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -7010,7 +6820,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7020,7 +6829,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7030,7 +6838,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_LiveBroadcastSnippet $snippet)
{
$this->snippet = $snippet;
@@ -7040,7 +6847,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setStatus(Google_Service_YouTube_LiveBroadcastStatus $status)
{
$this->status = $status;
@@ -7050,6 +6856,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_YouTube_LiveBroadcastContentDetails extends Google_Model
@@ -7075,7 +6882,6 @@ public function getBoundStreamId()
{
return $this->boundStreamId;
}
-
public function setEnableClosedCaptions($enableClosedCaptions)
{
$this->enableClosedCaptions = $enableClosedCaptions;
@@ -7085,7 +6891,6 @@ public function getEnableClosedCaptions()
{
return $this->enableClosedCaptions;
}
-
public function setEnableContentEncryption($enableContentEncryption)
{
$this->enableContentEncryption = $enableContentEncryption;
@@ -7095,7 +6900,6 @@ public function getEnableContentEncryption()
{
return $this->enableContentEncryption;
}
-
public function setEnableDvr($enableDvr)
{
$this->enableDvr = $enableDvr;
@@ -7105,7 +6909,6 @@ public function getEnableDvr()
{
return $this->enableDvr;
}
-
public function setEnableEmbed($enableEmbed)
{
$this->enableEmbed = $enableEmbed;
@@ -7115,7 +6918,6 @@ public function getEnableEmbed()
{
return $this->enableEmbed;
}
-
public function setMonitorStream(Google_Service_YouTube_MonitorStreamInfo $monitorStream)
{
$this->monitorStream = $monitorStream;
@@ -7125,7 +6927,6 @@ public function getMonitorStream()
{
return $this->monitorStream;
}
-
public function setRecordFromStart($recordFromStart)
{
$this->recordFromStart = $recordFromStart;
@@ -7135,7 +6936,6 @@ public function getRecordFromStart()
{
return $this->recordFromStart;
}
-
public function setStartWithSlate($startWithSlate)
{
$this->startWithSlate = $startWithSlate;
@@ -7145,6 +6945,7 @@ public function getStartWithSlate()
{
return $this->startWithSlate;
}
+
}
class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection
@@ -7174,7 +6975,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -7184,7 +6984,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -7194,7 +6993,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7204,7 +7002,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7214,7 +7011,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -7224,7 +7020,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -7234,7 +7029,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -7244,7 +7038,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -7254,6 +7047,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_LiveBroadcastSnippet extends Google_Model
@@ -7280,7 +7074,6 @@ public function getActualEndTime()
{
return $this->actualEndTime;
}
-
public function setActualStartTime($actualStartTime)
{
$this->actualStartTime = $actualStartTime;
@@ -7290,7 +7083,6 @@ public function getActualStartTime()
{
return $this->actualStartTime;
}
-
public function setChannelId($channelId)
{
$this->channelId = $channelId;
@@ -7300,7 +7092,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -7310,7 +7101,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -7320,7 +7110,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setScheduledEndTime($scheduledEndTime)
{
$this->scheduledEndTime = $scheduledEndTime;
@@ -7330,7 +7119,6 @@ public function getScheduledEndTime()
{
return $this->scheduledEndTime;
}
-
public function setScheduledStartTime($scheduledStartTime)
{
$this->scheduledStartTime = $scheduledStartTime;
@@ -7340,7 +7128,6 @@ public function getScheduledStartTime()
{
return $this->scheduledStartTime;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -7350,7 +7137,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -7360,6 +7146,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_LiveBroadcastStatus extends Google_Model
@@ -7380,7 +7167,6 @@ public function getLifeCycleStatus()
{
return $this->lifeCycleStatus;
}
-
public function setLiveBroadcastPriority($liveBroadcastPriority)
{
$this->liveBroadcastPriority = $liveBroadcastPriority;
@@ -7390,7 +7176,6 @@ public function getLiveBroadcastPriority()
{
return $this->liveBroadcastPriority;
}
-
public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
@@ -7400,7 +7185,6 @@ public function getPrivacyStatus()
{
return $this->privacyStatus;
}
-
public function setRecordingStatus($recordingStatus)
{
$this->recordingStatus = $recordingStatus;
@@ -7410,6 +7194,7 @@ public function getRecordingStatus()
{
return $this->recordingStatus;
}
+
}
class Google_Service_YouTube_LiveStream extends Google_Model
@@ -7437,7 +7222,6 @@ public function getCdn()
{
return $this->cdn;
}
-
public function setContentDetails(Google_Service_YouTube_LiveStreamContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
@@ -7447,7 +7231,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -7457,7 +7240,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7467,7 +7249,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7477,7 +7258,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_LiveStreamSnippet $snippet)
{
$this->snippet = $snippet;
@@ -7487,7 +7267,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setStatus(Google_Service_YouTube_LiveStreamStatus $status)
{
$this->status = $status;
@@ -7497,6 +7276,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_YouTube_LiveStreamContentDetails extends Google_Model
@@ -7515,7 +7295,6 @@ public function getClosedCaptionsIngestionUrl()
{
return $this->closedCaptionsIngestionUrl;
}
-
public function setIsReusable($isReusable)
{
$this->isReusable = $isReusable;
@@ -7525,6 +7304,7 @@ public function getIsReusable()
{
return $this->isReusable;
}
+
}
class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection
@@ -7554,7 +7334,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -7564,7 +7343,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -7574,7 +7352,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7584,7 +7361,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7594,7 +7370,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -7604,7 +7379,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -7614,7 +7388,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -7624,7 +7397,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -7634,6 +7406,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_LiveStreamSnippet extends Google_Model
@@ -7654,7 +7427,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -7664,7 +7436,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -7674,7 +7445,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -7684,6 +7454,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_LiveStreamStatus extends Google_Model
@@ -7701,6 +7472,7 @@ public function getStreamStatus()
{
return $this->streamStatus;
}
+
}
class Google_Service_YouTube_LocalizedProperty extends Google_Collection
@@ -7721,7 +7493,6 @@ public function getDefault()
{
return $this->default;
}
-
public function setLocalized($localized)
{
$this->localized = $localized;
@@ -7731,6 +7502,7 @@ public function getLocalized()
{
return $this->localized;
}
+
}
class Google_Service_YouTube_LocalizedString extends Google_Model
@@ -7749,7 +7521,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -7759,6 +7530,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_YouTube_MonitorStreamInfo extends Google_Model
@@ -7778,7 +7550,6 @@ public function getBroadcastStreamDelayMs()
{
return $this->broadcastStreamDelayMs;
}
-
public function setEmbedHtml($embedHtml)
{
$this->embedHtml = $embedHtml;
@@ -7788,7 +7559,6 @@ public function getEmbedHtml()
{
return $this->embedHtml;
}
-
public function setEnableMonitorStream($enableMonitorStream)
{
$this->enableMonitorStream = $enableMonitorStream;
@@ -7798,6 +7568,7 @@ public function getEnableMonitorStream()
{
return $this->enableMonitorStream;
}
+
}
class Google_Service_YouTube_PageInfo extends Google_Model
@@ -7816,7 +7587,6 @@ public function getResultsPerPage()
{
return $this->resultsPerPage;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -7826,6 +7596,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_YouTube_Playlist extends Google_Model
@@ -7853,7 +7624,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -7863,7 +7633,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7873,7 +7642,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7883,7 +7651,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlayer(Google_Service_YouTube_PlaylistPlayer $player)
{
$this->player = $player;
@@ -7893,7 +7660,6 @@ public function getPlayer()
{
return $this->player;
}
-
public function setSnippet(Google_Service_YouTube_PlaylistSnippet $snippet)
{
$this->snippet = $snippet;
@@ -7903,7 +7669,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setStatus(Google_Service_YouTube_PlaylistStatus $status)
{
$this->status = $status;
@@ -7913,6 +7678,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_YouTube_PlaylistContentDetails extends Google_Model
@@ -7930,6 +7696,7 @@ public function getItemCount()
{
return $this->itemCount;
}
+
}
class Google_Service_YouTube_PlaylistItem extends Google_Model
@@ -7955,7 +7722,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -7965,7 +7731,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7975,7 +7740,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7985,7 +7749,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_PlaylistItemSnippet $snippet)
{
$this->snippet = $snippet;
@@ -7995,7 +7758,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setStatus(Google_Service_YouTube_PlaylistItemStatus $status)
{
$this->status = $status;
@@ -8005,6 +7767,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_YouTube_PlaylistItemContentDetails extends Google_Model
@@ -8025,7 +7788,6 @@ public function getEndAt()
{
return $this->endAt;
}
-
public function setNote($note)
{
$this->note = $note;
@@ -8035,7 +7797,6 @@ public function getNote()
{
return $this->note;
}
-
public function setStartAt($startAt)
{
$this->startAt = $startAt;
@@ -8045,7 +7806,6 @@ public function getStartAt()
{
return $this->startAt;
}
-
public function setVideoId($videoId)
{
$this->videoId = $videoId;
@@ -8055,6 +7815,7 @@ public function getVideoId()
{
return $this->videoId;
}
+
}
class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection
@@ -8084,7 +7845,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -8094,7 +7854,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -8104,7 +7863,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8114,7 +7872,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8124,7 +7881,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -8134,7 +7890,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -8144,7 +7899,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -8154,7 +7908,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -8164,6 +7917,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_PlaylistItemSnippet extends Google_Model
@@ -8191,7 +7945,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
@@ -8201,7 +7954,6 @@ public function getChannelTitle()
{
return $this->channelTitle;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -8211,7 +7963,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setPlaylistId($playlistId)
{
$this->playlistId = $playlistId;
@@ -8221,7 +7972,6 @@ public function getPlaylistId()
{
return $this->playlistId;
}
-
public function setPosition($position)
{
$this->position = $position;
@@ -8231,7 +7981,6 @@ public function getPosition()
{
return $this->position;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -8241,7 +7990,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
@@ -8251,7 +7999,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -8261,7 +8008,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -8271,6 +8017,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_PlaylistItemStatus extends Google_Model
@@ -8288,6 +8035,7 @@ public function getPrivacyStatus()
{
return $this->privacyStatus;
}
+
}
class Google_Service_YouTube_PlaylistListResponse extends Google_Collection
@@ -8317,7 +8065,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -8327,7 +8074,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -8337,7 +8083,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8347,7 +8092,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8357,7 +8101,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -8367,7 +8110,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -8377,7 +8119,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -8387,7 +8128,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -8397,6 +8137,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_PlaylistPlayer extends Google_Model
@@ -8414,6 +8155,7 @@ public function getEmbedHtml()
{
return $this->embedHtml;
}
+
}
class Google_Service_YouTube_PlaylistSnippet extends Google_Collection
@@ -8439,7 +8181,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
@@ -8449,7 +8190,6 @@ public function getChannelTitle()
{
return $this->channelTitle;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -8459,7 +8199,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -8469,7 +8208,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -8479,7 +8217,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -8489,7 +8226,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -8499,6 +8235,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_PlaylistStatus extends Google_Model
@@ -8516,6 +8253,7 @@ public function getPrivacyStatus()
{
return $this->privacyStatus;
}
+
}
class Google_Service_YouTube_PromotedItem extends Google_Model
@@ -8538,7 +8276,6 @@ public function getCustomMessage()
{
return $this->customMessage;
}
-
public function setId(Google_Service_YouTube_PromotedItemId $id)
{
$this->id = $id;
@@ -8548,7 +8285,6 @@ public function getId()
{
return $this->id;
}
-
public function setPromotedByContentOwner($promotedByContentOwner)
{
$this->promotedByContentOwner = $promotedByContentOwner;
@@ -8558,7 +8294,6 @@ public function getPromotedByContentOwner()
{
return $this->promotedByContentOwner;
}
-
public function setTiming(Google_Service_YouTube_InvideoTiming $timing)
{
$this->timing = $timing;
@@ -8568,6 +8303,7 @@ public function getTiming()
{
return $this->timing;
}
+
}
class Google_Service_YouTube_PromotedItemId extends Google_Model
@@ -8588,7 +8324,6 @@ public function getRecentlyUploadedBy()
{
return $this->recentlyUploadedBy;
}
-
public function setType($type)
{
$this->type = $type;
@@ -8598,7 +8333,6 @@ public function getType()
{
return $this->type;
}
-
public function setVideoId($videoId)
{
$this->videoId = $videoId;
@@ -8608,7 +8342,6 @@ public function getVideoId()
{
return $this->videoId;
}
-
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
@@ -8618,6 +8351,7 @@ public function getWebsiteUrl()
{
return $this->websiteUrl;
}
+
}
class Google_Service_YouTube_PropertyValue extends Google_Model
@@ -8636,7 +8370,6 @@ public function getProperty()
{
return $this->property;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -8646,6 +8379,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_YouTube_ResourceId extends Google_Model
@@ -8666,7 +8400,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8676,7 +8409,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlaylistId($playlistId)
{
$this->playlistId = $playlistId;
@@ -8686,7 +8418,6 @@ public function getPlaylistId()
{
return $this->playlistId;
}
-
public function setVideoId($videoId)
{
$this->videoId = $videoId;
@@ -8696,6 +8427,7 @@ public function getVideoId()
{
return $this->videoId;
}
+
}
class Google_Service_YouTube_SearchListResponse extends Google_Collection
@@ -8725,7 +8457,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -8735,7 +8466,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -8745,7 +8475,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8755,7 +8484,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8765,7 +8493,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -8775,7 +8502,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -8785,7 +8511,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -8795,7 +8520,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -8805,6 +8529,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_SearchResult extends Google_Model
@@ -8827,7 +8552,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId(Google_Service_YouTube_ResourceId $id)
{
$this->id = $id;
@@ -8837,7 +8561,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8847,7 +8570,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_SearchResultSnippet $snippet)
{
$this->snippet = $snippet;
@@ -8857,6 +8579,7 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
class Google_Service_YouTube_SearchResultSnippet extends Google_Model
@@ -8881,7 +8604,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
@@ -8891,7 +8613,6 @@ public function getChannelTitle()
{
return $this->channelTitle;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -8901,7 +8622,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setLiveBroadcastContent($liveBroadcastContent)
{
$this->liveBroadcastContent = $liveBroadcastContent;
@@ -8911,7 +8631,6 @@ public function getLiveBroadcastContent()
{
return $this->liveBroadcastContent;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -8921,7 +8640,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -8931,7 +8649,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -8941,6 +8658,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_Subscription extends Google_Model
@@ -8966,7 +8684,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -8976,7 +8693,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8986,7 +8702,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8996,7 +8711,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_SubscriptionSnippet $snippet)
{
$this->snippet = $snippet;
@@ -9006,7 +8720,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setSubscriberSnippet(Google_Service_YouTube_SubscriptionSubscriberSnippet $subscriberSnippet)
{
$this->subscriberSnippet = $subscriberSnippet;
@@ -9016,6 +8729,7 @@ public function getSubscriberSnippet()
{
return $this->subscriberSnippet;
}
+
}
class Google_Service_YouTube_SubscriptionContentDetails extends Google_Model
@@ -9035,7 +8749,6 @@ public function getActivityType()
{
return $this->activityType;
}
-
public function setNewItemCount($newItemCount)
{
$this->newItemCount = $newItemCount;
@@ -9045,7 +8758,6 @@ public function getNewItemCount()
{
return $this->newItemCount;
}
-
public function setTotalItemCount($totalItemCount)
{
$this->totalItemCount = $totalItemCount;
@@ -9055,6 +8767,7 @@ public function getTotalItemCount()
{
return $this->totalItemCount;
}
+
}
class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection
@@ -9084,7 +8797,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -9094,7 +8806,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9104,7 +8815,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9114,7 +8824,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -9124,7 +8833,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -9134,7 +8842,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -9144,7 +8851,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -9154,7 +8860,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -9164,6 +8869,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_SubscriptionSnippet extends Google_Model
@@ -9189,7 +8895,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
@@ -9199,7 +8904,6 @@ public function getChannelTitle()
{
return $this->channelTitle;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -9209,7 +8913,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -9219,7 +8922,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
@@ -9229,7 +8931,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -9239,7 +8940,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -9249,6 +8949,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_SubscriptionSubscriberSnippet extends Google_Model
@@ -9270,7 +8971,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -9280,7 +8980,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -9290,7 +8989,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -9300,6 +8998,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_Thumbnail extends Google_Model
@@ -9319,7 +9018,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -9329,7 +9027,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -9339,6 +9036,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_YouTube_ThumbnailDetails extends Google_Model
@@ -9365,7 +9063,6 @@ public function getDefault()
{
return $this->default;
}
-
public function setHigh(Google_Service_YouTube_Thumbnail $high)
{
$this->high = $high;
@@ -9375,7 +9072,6 @@ public function getHigh()
{
return $this->high;
}
-
public function setMaxres(Google_Service_YouTube_Thumbnail $maxres)
{
$this->maxres = $maxres;
@@ -9385,7 +9081,6 @@ public function getMaxres()
{
return $this->maxres;
}
-
public function setMedium(Google_Service_YouTube_Thumbnail $medium)
{
$this->medium = $medium;
@@ -9395,7 +9090,6 @@ public function getMedium()
{
return $this->medium;
}
-
public function setStandard(Google_Service_YouTube_Thumbnail $standard)
{
$this->standard = $standard;
@@ -9405,6 +9099,7 @@ public function getStandard()
{
return $this->standard;
}
+
}
class Google_Service_YouTube_ThumbnailSetResponse extends Google_Collection
@@ -9428,7 +9123,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -9438,7 +9132,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9448,7 +9141,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9458,7 +9150,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -9468,12 +9159,15 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_TokenPagination extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_YouTube_Video extends Google_Model
@@ -9523,7 +9217,6 @@ public function getAgeGating()
{
return $this->ageGating;
}
-
public function setContentDetails(Google_Service_YouTube_VideoContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
@@ -9533,7 +9226,6 @@ public function getContentDetails()
{
return $this->contentDetails;
}
-
public function setConversionPings(Google_Service_YouTube_VideoConversionPings $conversionPings)
{
$this->conversionPings = $conversionPings;
@@ -9543,7 +9235,6 @@ public function getConversionPings()
{
return $this->conversionPings;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -9553,7 +9244,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFileDetails(Google_Service_YouTube_VideoFileDetails $fileDetails)
{
$this->fileDetails = $fileDetails;
@@ -9563,7 +9253,6 @@ public function getFileDetails()
{
return $this->fileDetails;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9573,7 +9262,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9583,7 +9271,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLiveStreamingDetails(Google_Service_YouTube_VideoLiveStreamingDetails $liveStreamingDetails)
{
$this->liveStreamingDetails = $liveStreamingDetails;
@@ -9593,7 +9280,6 @@ public function getLiveStreamingDetails()
{
return $this->liveStreamingDetails;
}
-
public function setMonetizationDetails(Google_Service_YouTube_VideoMonetizationDetails $monetizationDetails)
{
$this->monetizationDetails = $monetizationDetails;
@@ -9603,7 +9289,6 @@ public function getMonetizationDetails()
{
return $this->monetizationDetails;
}
-
public function setPlayer(Google_Service_YouTube_VideoPlayer $player)
{
$this->player = $player;
@@ -9613,7 +9298,6 @@ public function getPlayer()
{
return $this->player;
}
-
public function setProcessingDetails(Google_Service_YouTube_VideoProcessingDetails $processingDetails)
{
$this->processingDetails = $processingDetails;
@@ -9623,7 +9307,6 @@ public function getProcessingDetails()
{
return $this->processingDetails;
}
-
public function setProjectDetails(Google_Service_YouTube_VideoProjectDetails $projectDetails)
{
$this->projectDetails = $projectDetails;
@@ -9633,7 +9316,6 @@ public function getProjectDetails()
{
return $this->projectDetails;
}
-
public function setRecordingDetails(Google_Service_YouTube_VideoRecordingDetails $recordingDetails)
{
$this->recordingDetails = $recordingDetails;
@@ -9643,7 +9325,6 @@ public function getRecordingDetails()
{
return $this->recordingDetails;
}
-
public function setSnippet(Google_Service_YouTube_VideoSnippet $snippet)
{
$this->snippet = $snippet;
@@ -9653,7 +9334,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setStatistics(Google_Service_YouTube_VideoStatistics $statistics)
{
$this->statistics = $statistics;
@@ -9663,7 +9343,6 @@ public function getStatistics()
{
return $this->statistics;
}
-
public function setStatus(Google_Service_YouTube_VideoStatus $status)
{
$this->status = $status;
@@ -9673,7 +9352,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setSuggestions(Google_Service_YouTube_VideoSuggestions $suggestions)
{
$this->suggestions = $suggestions;
@@ -9683,7 +9361,6 @@ public function getSuggestions()
{
return $this->suggestions;
}
-
public function setTopicDetails(Google_Service_YouTube_VideoTopicDetails $topicDetails)
{
$this->topicDetails = $topicDetails;
@@ -9693,6 +9370,7 @@ public function getTopicDetails()
{
return $this->topicDetails;
}
+
}
class Google_Service_YouTube_VideoAgeGating extends Google_Model
@@ -9712,7 +9390,6 @@ public function getAlcoholContent()
{
return $this->alcoholContent;
}
-
public function setRestricted($restricted)
{
$this->restricted = $restricted;
@@ -9722,7 +9399,6 @@ public function getRestricted()
{
return $this->restricted;
}
-
public function setVideoGameRating($videoGameRating)
{
$this->videoGameRating = $videoGameRating;
@@ -9732,6 +9408,7 @@ public function getVideoGameRating()
{
return $this->videoGameRating;
}
+
}
class Google_Service_YouTube_VideoCategory extends Google_Model
@@ -9753,7 +9430,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9763,7 +9439,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9773,7 +9448,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSnippet(Google_Service_YouTube_VideoCategorySnippet $snippet)
{
$this->snippet = $snippet;
@@ -9783,6 +9457,7 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection
@@ -9812,7 +9487,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -9822,7 +9496,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9832,7 +9505,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9842,7 +9514,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -9852,7 +9523,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -9862,7 +9532,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -9872,7 +9541,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -9882,7 +9550,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -9892,6 +9559,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_VideoCategorySnippet extends Google_Model
@@ -9911,7 +9579,6 @@ public function getAssignable()
{
return $this->assignable;
}
-
public function setChannelId($channelId)
{
$this->channelId = $channelId;
@@ -9921,7 +9588,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -9931,6 +9597,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_VideoContentDetails extends Google_Model
@@ -9958,7 +9625,6 @@ public function getCaption()
{
return $this->caption;
}
-
public function setContentRating(Google_Service_YouTube_ContentRating $contentRating)
{
$this->contentRating = $contentRating;
@@ -9968,7 +9634,6 @@ public function getContentRating()
{
return $this->contentRating;
}
-
public function setCountryRestriction(Google_Service_YouTube_AccessPolicy $countryRestriction)
{
$this->countryRestriction = $countryRestriction;
@@ -9978,7 +9643,6 @@ public function getCountryRestriction()
{
return $this->countryRestriction;
}
-
public function setDefinition($definition)
{
$this->definition = $definition;
@@ -9988,7 +9652,6 @@ public function getDefinition()
{
return $this->definition;
}
-
public function setDimension($dimension)
{
$this->dimension = $dimension;
@@ -9998,7 +9661,6 @@ public function getDimension()
{
return $this->dimension;
}
-
public function setDuration($duration)
{
$this->duration = $duration;
@@ -10008,7 +9670,6 @@ public function getDuration()
{
return $this->duration;
}
-
public function setLicensedContent($licensedContent)
{
$this->licensedContent = $licensedContent;
@@ -10018,7 +9679,6 @@ public function getLicensedContent()
{
return $this->licensedContent;
}
-
public function setRegionRestriction(Google_Service_YouTube_VideoContentDetailsRegionRestriction $regionRestriction)
{
$this->regionRestriction = $regionRestriction;
@@ -10028,6 +9688,7 @@ public function getRegionRestriction()
{
return $this->regionRestriction;
}
+
}
class Google_Service_YouTube_VideoContentDetailsRegionRestriction extends Google_Collection
@@ -10047,7 +9708,6 @@ public function getAllowed()
{
return $this->allowed;
}
-
public function setBlocked($blocked)
{
$this->blocked = $blocked;
@@ -10057,6 +9717,7 @@ public function getBlocked()
{
return $this->blocked;
}
+
}
class Google_Service_YouTube_VideoConversionPing extends Google_Model
@@ -10075,7 +9736,6 @@ public function getContext()
{
return $this->context;
}
-
public function setConversionUrl($conversionUrl)
{
$this->conversionUrl = $conversionUrl;
@@ -10085,6 +9745,7 @@ public function getConversionUrl()
{
return $this->conversionUrl;
}
+
}
class Google_Service_YouTube_VideoConversionPings extends Google_Collection
@@ -10104,6 +9765,7 @@ public function getPings()
{
return $this->pings;
}
+
}
class Google_Service_YouTube_VideoFileDetails extends Google_Collection
@@ -10134,7 +9796,6 @@ public function getAudioStreams()
{
return $this->audioStreams;
}
-
public function setBitrateBps($bitrateBps)
{
$this->bitrateBps = $bitrateBps;
@@ -10144,7 +9805,6 @@ public function getBitrateBps()
{
return $this->bitrateBps;
}
-
public function setContainer($container)
{
$this->container = $container;
@@ -10154,7 +9814,6 @@ public function getContainer()
{
return $this->container;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -10164,7 +9823,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setDurationMs($durationMs)
{
$this->durationMs = $durationMs;
@@ -10174,7 +9832,6 @@ public function getDurationMs()
{
return $this->durationMs;
}
-
public function setFileName($fileName)
{
$this->fileName = $fileName;
@@ -10184,7 +9841,6 @@ public function getFileName()
{
return $this->fileName;
}
-
public function setFileSize($fileSize)
{
$this->fileSize = $fileSize;
@@ -10194,7 +9850,6 @@ public function getFileSize()
{
return $this->fileSize;
}
-
public function setFileType($fileType)
{
$this->fileType = $fileType;
@@ -10204,7 +9859,6 @@ public function getFileType()
{
return $this->fileType;
}
-
public function setRecordingLocation(Google_Service_YouTube_GeoPoint $recordingLocation)
{
$this->recordingLocation = $recordingLocation;
@@ -10214,7 +9868,6 @@ public function getRecordingLocation()
{
return $this->recordingLocation;
}
-
public function setVideoStreams($videoStreams)
{
$this->videoStreams = $videoStreams;
@@ -10224,6 +9877,7 @@ public function getVideoStreams()
{
return $this->videoStreams;
}
+
}
class Google_Service_YouTube_VideoFileDetailsAudioStream extends Google_Model
@@ -10244,7 +9898,6 @@ public function getBitrateBps()
{
return $this->bitrateBps;
}
-
public function setChannelCount($channelCount)
{
$this->channelCount = $channelCount;
@@ -10254,7 +9907,6 @@ public function getChannelCount()
{
return $this->channelCount;
}
-
public function setCodec($codec)
{
$this->codec = $codec;
@@ -10264,7 +9916,6 @@ public function getCodec()
{
return $this->codec;
}
-
public function setVendor($vendor)
{
$this->vendor = $vendor;
@@ -10274,6 +9925,7 @@ public function getVendor()
{
return $this->vendor;
}
+
}
class Google_Service_YouTube_VideoFileDetailsVideoStream extends Google_Model
@@ -10298,7 +9950,6 @@ public function getAspectRatio()
{
return $this->aspectRatio;
}
-
public function setBitrateBps($bitrateBps)
{
$this->bitrateBps = $bitrateBps;
@@ -10308,7 +9959,6 @@ public function getBitrateBps()
{
return $this->bitrateBps;
}
-
public function setCodec($codec)
{
$this->codec = $codec;
@@ -10318,7 +9968,6 @@ public function getCodec()
{
return $this->codec;
}
-
public function setFrameRateFps($frameRateFps)
{
$this->frameRateFps = $frameRateFps;
@@ -10328,7 +9977,6 @@ public function getFrameRateFps()
{
return $this->frameRateFps;
}
-
public function setHeightPixels($heightPixels)
{
$this->heightPixels = $heightPixels;
@@ -10338,7 +9986,6 @@ public function getHeightPixels()
{
return $this->heightPixels;
}
-
public function setRotation($rotation)
{
$this->rotation = $rotation;
@@ -10348,7 +9995,6 @@ public function getRotation()
{
return $this->rotation;
}
-
public function setVendor($vendor)
{
$this->vendor = $vendor;
@@ -10358,7 +10004,6 @@ public function getVendor()
{
return $this->vendor;
}
-
public function setWidthPixels($widthPixels)
{
$this->widthPixels = $widthPixels;
@@ -10368,6 +10013,7 @@ public function getWidthPixels()
{
return $this->widthPixels;
}
+
}
class Google_Service_YouTube_VideoGetRatingResponse extends Google_Collection
@@ -10389,7 +10035,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -10399,7 +10044,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10409,6 +10053,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_YouTube_VideoListResponse extends Google_Collection
@@ -10438,7 +10083,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -10448,7 +10092,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -10458,7 +10101,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10468,7 +10110,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -10478,7 +10119,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -10488,7 +10128,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -10498,7 +10137,6 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -10508,7 +10146,6 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
-
public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
@@ -10518,6 +10155,7 @@ public function getVisitorId()
{
return $this->visitorId;
}
+
}
class Google_Service_YouTube_VideoLiveStreamingDetails extends Google_Model
@@ -10539,7 +10177,6 @@ public function getActualEndTime()
{
return $this->actualEndTime;
}
-
public function setActualStartTime($actualStartTime)
{
$this->actualStartTime = $actualStartTime;
@@ -10549,7 +10186,6 @@ public function getActualStartTime()
{
return $this->actualStartTime;
}
-
public function setConcurrentViewers($concurrentViewers)
{
$this->concurrentViewers = $concurrentViewers;
@@ -10559,7 +10195,6 @@ public function getConcurrentViewers()
{
return $this->concurrentViewers;
}
-
public function setScheduledEndTime($scheduledEndTime)
{
$this->scheduledEndTime = $scheduledEndTime;
@@ -10569,7 +10204,6 @@ public function getScheduledEndTime()
{
return $this->scheduledEndTime;
}
-
public function setScheduledStartTime($scheduledStartTime)
{
$this->scheduledStartTime = $scheduledStartTime;
@@ -10579,6 +10213,7 @@ public function getScheduledStartTime()
{
return $this->scheduledStartTime;
}
+
}
class Google_Service_YouTube_VideoMonetizationDetails extends Google_Model
@@ -10597,6 +10232,7 @@ public function getAccess()
{
return $this->access;
}
+
}
class Google_Service_YouTube_VideoPlayer extends Google_Model
@@ -10614,6 +10250,7 @@ public function getEmbedHtml()
{
return $this->embedHtml;
}
+
}
class Google_Service_YouTube_VideoProcessingDetails extends Google_Model
@@ -10639,7 +10276,6 @@ public function getEditorSuggestionsAvailability()
{
return $this->editorSuggestionsAvailability;
}
-
public function setFileDetailsAvailability($fileDetailsAvailability)
{
$this->fileDetailsAvailability = $fileDetailsAvailability;
@@ -10649,7 +10285,6 @@ public function getFileDetailsAvailability()
{
return $this->fileDetailsAvailability;
}
-
public function setProcessingFailureReason($processingFailureReason)
{
$this->processingFailureReason = $processingFailureReason;
@@ -10659,7 +10294,6 @@ public function getProcessingFailureReason()
{
return $this->processingFailureReason;
}
-
public function setProcessingIssuesAvailability($processingIssuesAvailability)
{
$this->processingIssuesAvailability = $processingIssuesAvailability;
@@ -10669,7 +10303,6 @@ public function getProcessingIssuesAvailability()
{
return $this->processingIssuesAvailability;
}
-
public function setProcessingProgress(Google_Service_YouTube_VideoProcessingDetailsProcessingProgress $processingProgress)
{
$this->processingProgress = $processingProgress;
@@ -10679,7 +10312,6 @@ public function getProcessingProgress()
{
return $this->processingProgress;
}
-
public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
@@ -10689,7 +10321,6 @@ public function getProcessingStatus()
{
return $this->processingStatus;
}
-
public function setTagSuggestionsAvailability($tagSuggestionsAvailability)
{
$this->tagSuggestionsAvailability = $tagSuggestionsAvailability;
@@ -10699,7 +10330,6 @@ public function getTagSuggestionsAvailability()
{
return $this->tagSuggestionsAvailability;
}
-
public function setThumbnailsAvailability($thumbnailsAvailability)
{
$this->thumbnailsAvailability = $thumbnailsAvailability;
@@ -10709,6 +10339,7 @@ public function getThumbnailsAvailability()
{
return $this->thumbnailsAvailability;
}
+
}
class Google_Service_YouTube_VideoProcessingDetailsProcessingProgress extends Google_Model
@@ -10728,7 +10359,6 @@ public function getPartsProcessed()
{
return $this->partsProcessed;
}
-
public function setPartsTotal($partsTotal)
{
$this->partsTotal = $partsTotal;
@@ -10738,7 +10368,6 @@ public function getPartsTotal()
{
return $this->partsTotal;
}
-
public function setTimeLeftMs($timeLeftMs)
{
$this->timeLeftMs = $timeLeftMs;
@@ -10748,6 +10377,7 @@ public function getTimeLeftMs()
{
return $this->timeLeftMs;
}
+
}
class Google_Service_YouTube_VideoProjectDetails extends Google_Collection
@@ -10766,6 +10396,7 @@ public function getTags()
{
return $this->tags;
}
+
}
class Google_Service_YouTube_VideoRating extends Google_Model
@@ -10784,7 +10415,6 @@ public function getRating()
{
return $this->rating;
}
-
public function setVideoId($videoId)
{
$this->videoId = $videoId;
@@ -10794,6 +10424,7 @@ public function getVideoId()
{
return $this->videoId;
}
+
}
class Google_Service_YouTube_VideoRecordingDetails extends Google_Model
@@ -10814,7 +10445,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setLocationDescription($locationDescription)
{
$this->locationDescription = $locationDescription;
@@ -10824,7 +10454,6 @@ public function getLocationDescription()
{
return $this->locationDescription;
}
-
public function setRecordingDate($recordingDate)
{
$this->recordingDate = $recordingDate;
@@ -10834,6 +10463,7 @@ public function getRecordingDate()
{
return $this->recordingDate;
}
+
}
class Google_Service_YouTube_VideoSnippet extends Google_Collection
@@ -10861,7 +10491,6 @@ public function getCategoryId()
{
return $this->categoryId;
}
-
public function setChannelId($channelId)
{
$this->channelId = $channelId;
@@ -10871,7 +10500,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
@@ -10881,7 +10509,6 @@ public function getChannelTitle()
{
return $this->channelTitle;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -10891,7 +10518,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setLiveBroadcastContent($liveBroadcastContent)
{
$this->liveBroadcastContent = $liveBroadcastContent;
@@ -10901,7 +10527,6 @@ public function getLiveBroadcastContent()
{
return $this->liveBroadcastContent;
}
-
public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
@@ -10911,7 +10536,6 @@ public function getPublishedAt()
{
return $this->publishedAt;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -10921,7 +10545,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -10931,7 +10554,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -10941,6 +10563,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_YouTube_VideoStatistics extends Google_Model
@@ -10962,7 +10585,6 @@ public function getCommentCount()
{
return $this->commentCount;
}
-
public function setDislikeCount($dislikeCount)
{
$this->dislikeCount = $dislikeCount;
@@ -10972,7 +10594,6 @@ public function getDislikeCount()
{
return $this->dislikeCount;
}
-
public function setFavoriteCount($favoriteCount)
{
$this->favoriteCount = $favoriteCount;
@@ -10982,7 +10603,6 @@ public function getFavoriteCount()
{
return $this->favoriteCount;
}
-
public function setLikeCount($likeCount)
{
$this->likeCount = $likeCount;
@@ -10992,7 +10612,6 @@ public function getLikeCount()
{
return $this->likeCount;
}
-
public function setViewCount($viewCount)
{
$this->viewCount = $viewCount;
@@ -11002,6 +10621,7 @@ public function getViewCount()
{
return $this->viewCount;
}
+
}
class Google_Service_YouTube_VideoStatus extends Google_Model
@@ -11026,7 +10646,6 @@ public function getEmbeddable()
{
return $this->embeddable;
}
-
public function setFailureReason($failureReason)
{
$this->failureReason = $failureReason;
@@ -11036,7 +10655,6 @@ public function getFailureReason()
{
return $this->failureReason;
}
-
public function setLicense($license)
{
$this->license = $license;
@@ -11046,7 +10664,6 @@ public function getLicense()
{
return $this->license;
}
-
public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
@@ -11056,7 +10673,6 @@ public function getPrivacyStatus()
{
return $this->privacyStatus;
}
-
public function setPublicStatsViewable($publicStatsViewable)
{
$this->publicStatsViewable = $publicStatsViewable;
@@ -11066,7 +10682,6 @@ public function getPublicStatsViewable()
{
return $this->publicStatsViewable;
}
-
public function setPublishAt($publishAt)
{
$this->publishAt = $publishAt;
@@ -11076,7 +10691,6 @@ public function getPublishAt()
{
return $this->publishAt;
}
-
public function setRejectionReason($rejectionReason)
{
$this->rejectionReason = $rejectionReason;
@@ -11086,7 +10700,6 @@ public function getRejectionReason()
{
return $this->rejectionReason;
}
-
public function setUploadStatus($uploadStatus)
{
$this->uploadStatus = $uploadStatus;
@@ -11096,6 +10709,7 @@ public function getUploadStatus()
{
return $this->uploadStatus;
}
+
}
class Google_Service_YouTube_VideoSuggestions extends Google_Collection
@@ -11119,7 +10733,6 @@ public function getEditorSuggestions()
{
return $this->editorSuggestions;
}
-
public function setProcessingErrors($processingErrors)
{
$this->processingErrors = $processingErrors;
@@ -11129,7 +10742,6 @@ public function getProcessingErrors()
{
return $this->processingErrors;
}
-
public function setProcessingHints($processingHints)
{
$this->processingHints = $processingHints;
@@ -11139,7 +10751,6 @@ public function getProcessingHints()
{
return $this->processingHints;
}
-
public function setProcessingWarnings($processingWarnings)
{
$this->processingWarnings = $processingWarnings;
@@ -11149,7 +10760,6 @@ public function getProcessingWarnings()
{
return $this->processingWarnings;
}
-
public function setTagSuggestions($tagSuggestions)
{
$this->tagSuggestions = $tagSuggestions;
@@ -11159,6 +10769,7 @@ public function getTagSuggestions()
{
return $this->tagSuggestions;
}
+
}
class Google_Service_YouTube_VideoSuggestionsTagSuggestion extends Google_Collection
@@ -11178,7 +10789,6 @@ public function getCategoryRestricts()
{
return $this->categoryRestricts;
}
-
public function setTag($tag)
{
$this->tag = $tag;
@@ -11188,6 +10798,7 @@ public function getTag()
{
return $this->tag;
}
+
}
class Google_Service_YouTube_VideoTopicDetails extends Google_Collection
@@ -11207,7 +10818,6 @@ public function getRelevantTopicIds()
{
return $this->relevantTopicIds;
}
-
public function setTopicIds($topicIds)
{
$this->topicIds = $topicIds;
@@ -11217,6 +10827,7 @@ public function getTopicIds()
{
return $this->topicIds;
}
+
}
class Google_Service_YouTube_WatchSettings extends Google_Model
@@ -11236,7 +10847,6 @@ public function getBackgroundColor()
{
return $this->backgroundColor;
}
-
public function setFeaturedPlaylistId($featuredPlaylistId)
{
$this->featuredPlaylistId = $featuredPlaylistId;
@@ -11246,7 +10856,6 @@ public function getFeaturedPlaylistId()
{
return $this->featuredPlaylistId;
}
-
public function setTextColor($textColor)
{
$this->textColor = $textColor;
@@ -11256,4 +10865,5 @@ public function getTextColor()
{
return $this->textColor;
}
+
}
From 9203a4ef1bfefca978cb72aaa8a2438b7bc438e7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:54 -0700
Subject: [PATCH 0320/1219] Updated Analytics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Analytics.php | 565 ++++++-------------------------
1 file changed, 101 insertions(+), 464 deletions(-)
diff --git a/src/Google/Service/Analytics.php b/src/Google/Service/Analytics.php
index fa815d17f..aac1a4c14 100644
--- a/src/Google/Service/Analytics.php
+++ b/src/Google/Service/Analytics.php
@@ -3676,7 +3676,6 @@ public function getChildLink()
{
return $this->childLink;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -3686,7 +3685,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3696,7 +3694,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3706,7 +3703,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3716,7 +3712,6 @@ public function getName()
{
return $this->name;
}
-
public function setPermissions(Google_Service_Analytics_AccountPermissions $permissions)
{
$this->permissions = $permissions;
@@ -3726,7 +3721,6 @@ public function getPermissions()
{
return $this->permissions;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3736,7 +3730,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -3746,6 +3739,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Analytics_AccountChildLink extends Google_Model
@@ -3764,7 +3758,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3774,6 +3767,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_AccountPermissions extends Google_Collection
@@ -3792,6 +3786,7 @@ public function getEffective()
{
return $this->effective;
}
+
}
class Google_Service_Analytics_AccountRef extends Google_Model
@@ -3812,7 +3807,6 @@ public function getHref()
{
return $this->href;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3822,7 +3816,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3832,7 +3825,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3842,6 +3834,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Analytics_AccountSummaries extends Google_Collection
@@ -3868,7 +3861,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -3878,7 +3870,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3888,7 +3879,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -3898,7 +3888,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -3908,7 +3897,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -3918,7 +3906,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -3928,7 +3915,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -3938,6 +3924,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_AccountSummary extends Google_Collection
@@ -3960,7 +3947,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3970,7 +3956,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3980,7 +3965,6 @@ public function getName()
{
return $this->name;
}
-
public function setWebProperties($webProperties)
{
$this->webProperties = $webProperties;
@@ -3990,6 +3974,7 @@ public function getWebProperties()
{
return $this->webProperties;
}
+
}
class Google_Service_Analytics_AccountTicket extends Google_Model
@@ -4015,7 +4000,6 @@ public function getAccount()
{
return $this->account;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4025,7 +4009,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4035,7 +4018,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProfile(Google_Service_Analytics_Profile $profile)
{
$this->profile = $profile;
@@ -4045,7 +4027,6 @@ public function getProfile()
{
return $this->profile;
}
-
public function setRedirectUri($redirectUri)
{
$this->redirectUri = $redirectUri;
@@ -4055,7 +4036,6 @@ public function getRedirectUri()
{
return $this->redirectUri;
}
-
public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty)
{
$this->webproperty = $webproperty;
@@ -4065,6 +4045,7 @@ public function getWebproperty()
{
return $this->webproperty;
}
+
}
class Google_Service_Analytics_Accounts extends Google_Collection
@@ -4091,7 +4072,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -4101,7 +4081,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4111,7 +4090,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -4121,7 +4099,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -4131,7 +4108,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -4141,7 +4117,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -4151,7 +4126,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -4161,6 +4135,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_AdWordsAccount extends Google_Model
@@ -4180,7 +4155,6 @@ public function getAutoTaggingEnabled()
{
return $this->autoTaggingEnabled;
}
-
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -4190,7 +4164,6 @@ public function getCustomerId()
{
return $this->customerId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4200,6 +4173,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest extends Google_Collection
@@ -4218,6 +4192,7 @@ public function getCustomDataImportUids()
{
return $this->customDataImportUids;
}
+
}
class Google_Service_Analytics_Column extends Google_Model
@@ -4237,7 +4212,6 @@ public function getAttributes()
{
return $this->attributes;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4247,7 +4221,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4257,12 +4230,15 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Analytics_ColumnAttributes extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Analytics_Columns extends Google_Collection
@@ -4286,7 +4262,6 @@ public function getAttributeNames()
{
return $this->attributeNames;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4296,7 +4271,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -4306,7 +4280,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4316,7 +4289,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -4326,6 +4298,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_Analytics_CustomDataSource extends Google_Collection
@@ -4360,7 +4333,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink $childLink)
{
$this->childLink = $childLink;
@@ -4370,7 +4342,6 @@ public function getChildLink()
{
return $this->childLink;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -4380,7 +4351,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -4390,7 +4360,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4400,7 +4369,6 @@ public function getId()
{
return $this->id;
}
-
public function setImportBehavior($importBehavior)
{
$this->importBehavior = $importBehavior;
@@ -4410,7 +4378,6 @@ public function getImportBehavior()
{
return $this->importBehavior;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4420,7 +4387,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4430,7 +4396,6 @@ public function getName()
{
return $this->name;
}
-
public function setParentLink(Google_Service_Analytics_CustomDataSourceParentLink $parentLink)
{
$this->parentLink = $parentLink;
@@ -4440,7 +4405,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setProfilesLinked($profilesLinked)
{
$this->profilesLinked = $profilesLinked;
@@ -4450,7 +4414,6 @@ public function getProfilesLinked()
{
return $this->profilesLinked;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -4460,7 +4423,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4470,7 +4432,6 @@ public function getType()
{
return $this->type;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -4480,7 +4441,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUploadType($uploadType)
{
$this->uploadType = $uploadType;
@@ -4490,7 +4450,6 @@ public function getUploadType()
{
return $this->uploadType;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -4500,6 +4459,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_CustomDataSourceChildLink extends Google_Model
@@ -4518,7 +4478,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4528,6 +4487,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_CustomDataSourceParentLink extends Google_Model
@@ -4546,7 +4506,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4556,6 +4515,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_CustomDataSources extends Google_Collection
@@ -4582,7 +4542,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -4592,7 +4551,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4602,7 +4560,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -4612,7 +4569,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -4622,7 +4578,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -4632,7 +4587,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -4642,7 +4596,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -4652,6 +4605,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_DailyUpload extends Google_Collection
@@ -4682,7 +4636,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAppendCount($appendCount)
{
$this->appendCount = $appendCount;
@@ -4692,7 +4645,6 @@ public function getAppendCount()
{
return $this->appendCount;
}
-
public function setCreatedTime($createdTime)
{
$this->createdTime = $createdTime;
@@ -4702,7 +4654,6 @@ public function getCreatedTime()
{
return $this->createdTime;
}
-
public function setCustomDataSourceId($customDataSourceId)
{
$this->customDataSourceId = $customDataSourceId;
@@ -4712,7 +4663,6 @@ public function getCustomDataSourceId()
{
return $this->customDataSourceId;
}
-
public function setDate($date)
{
$this->date = $date;
@@ -4722,7 +4672,6 @@ public function getDate()
{
return $this->date;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4732,7 +4681,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModifiedTime($modifiedTime)
{
$this->modifiedTime = $modifiedTime;
@@ -4742,7 +4690,6 @@ public function getModifiedTime()
{
return $this->modifiedTime;
}
-
public function setParentLink(Google_Service_Analytics_DailyUploadParentLink $parentLink)
{
$this->parentLink = $parentLink;
@@ -4752,7 +4699,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setRecentChanges($recentChanges)
{
$this->recentChanges = $recentChanges;
@@ -4762,7 +4708,6 @@ public function getRecentChanges()
{
return $this->recentChanges;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -4772,7 +4717,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -4782,6 +4726,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_DailyUploadAppend extends Google_Model
@@ -4805,7 +4750,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAppendNumber($appendNumber)
{
$this->appendNumber = $appendNumber;
@@ -4815,7 +4759,6 @@ public function getAppendNumber()
{
return $this->appendNumber;
}
-
public function setCustomDataSourceId($customDataSourceId)
{
$this->customDataSourceId = $customDataSourceId;
@@ -4825,7 +4768,6 @@ public function getCustomDataSourceId()
{
return $this->customDataSourceId;
}
-
public function setDate($date)
{
$this->date = $date;
@@ -4835,7 +4777,6 @@ public function getDate()
{
return $this->date;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4845,7 +4786,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextAppendLink($nextAppendLink)
{
$this->nextAppendLink = $nextAppendLink;
@@ -4855,7 +4795,6 @@ public function getNextAppendLink()
{
return $this->nextAppendLink;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -4865,6 +4804,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_DailyUploadParentLink extends Google_Model
@@ -4883,7 +4823,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4893,6 +4832,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_DailyUploadRecentChanges extends Google_Model
@@ -4911,7 +4851,6 @@ public function getChange()
{
return $this->change;
}
-
public function setTime($time)
{
$this->time = $time;
@@ -4921,6 +4860,7 @@ public function getTime()
{
return $this->time;
}
+
}
class Google_Service_Analytics_DailyUploads extends Google_Collection
@@ -4947,7 +4887,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -4957,7 +4896,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4967,7 +4905,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -4977,7 +4914,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -4987,7 +4923,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -4997,7 +4932,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -5007,7 +4941,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -5017,6 +4950,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_EntityAdWordsLink extends Google_Collection
@@ -5043,7 +4977,6 @@ public function getAdWordsAccounts()
{
return $this->adWordsAccounts;
}
-
public function setEntity(Google_Service_Analytics_EntityAdWordsLinkEntity $entity)
{
$this->entity = $entity;
@@ -5053,7 +4986,6 @@ public function getEntity()
{
return $this->entity;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5063,7 +4995,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5073,7 +5004,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5083,7 +5013,6 @@ public function getName()
{
return $this->name;
}
-
public function setProfileIds($profileIds)
{
$this->profileIds = $profileIds;
@@ -5093,7 +5022,6 @@ public function getProfileIds()
{
return $this->profileIds;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5103,6 +5031,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Analytics_EntityAdWordsLinkEntity extends Google_Model
@@ -5121,6 +5050,7 @@ public function getWebPropertyRef()
{
return $this->webPropertyRef;
}
+
}
class Google_Service_Analytics_EntityAdWordsLinks extends Google_Collection
@@ -5146,7 +5076,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -5156,7 +5085,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5166,7 +5094,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -5176,7 +5103,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -5186,7 +5112,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -5196,7 +5121,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -5206,6 +5130,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_Analytics_EntityUserLink extends Google_Model
@@ -5231,7 +5156,6 @@ public function getEntity()
{
return $this->entity;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5241,7 +5165,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5251,7 +5174,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPermissions(Google_Service_Analytics_EntityUserLinkPermissions $permissions)
{
$this->permissions = $permissions;
@@ -5261,7 +5183,6 @@ public function getPermissions()
{
return $this->permissions;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5271,7 +5192,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUserRef(Google_Service_Analytics_UserRef $userRef)
{
$this->userRef = $userRef;
@@ -5281,6 +5201,7 @@ public function getUserRef()
{
return $this->userRef;
}
+
}
class Google_Service_Analytics_EntityUserLinkEntity extends Google_Model
@@ -5303,7 +5224,6 @@ public function getAccountRef()
{
return $this->accountRef;
}
-
public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
{
$this->profileRef = $profileRef;
@@ -5313,7 +5233,6 @@ public function getProfileRef()
{
return $this->profileRef;
}
-
public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef)
{
$this->webPropertyRef = $webPropertyRef;
@@ -5323,6 +5242,7 @@ public function getWebPropertyRef()
{
return $this->webPropertyRef;
}
+
}
class Google_Service_Analytics_EntityUserLinkPermissions extends Google_Collection
@@ -5342,7 +5262,6 @@ public function getEffective()
{
return $this->effective;
}
-
public function setLocal($local)
{
$this->local = $local;
@@ -5352,6 +5271,7 @@ public function getLocal()
{
return $this->local;
}
+
}
class Google_Service_Analytics_EntityUserLinks extends Google_Collection
@@ -5377,7 +5297,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -5387,7 +5306,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5397,7 +5315,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -5407,7 +5324,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -5417,7 +5333,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -5427,7 +5342,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -5437,6 +5351,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_Analytics_Experiment extends Google_Collection
@@ -5484,7 +5399,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -5494,7 +5408,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5504,7 +5417,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEditableInGaUi($editableInGaUi)
{
$this->editableInGaUi = $editableInGaUi;
@@ -5514,7 +5426,6 @@ public function getEditableInGaUi()
{
return $this->editableInGaUi;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -5524,7 +5435,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setEqualWeighting($equalWeighting)
{
$this->equalWeighting = $equalWeighting;
@@ -5534,7 +5444,6 @@ public function getEqualWeighting()
{
return $this->equalWeighting;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5544,7 +5453,6 @@ public function getId()
{
return $this->id;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -5554,7 +5462,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5564,7 +5471,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMinimumExperimentLengthInDays($minimumExperimentLengthInDays)
{
$this->minimumExperimentLengthInDays = $minimumExperimentLengthInDays;
@@ -5574,7 +5480,6 @@ public function getMinimumExperimentLengthInDays()
{
return $this->minimumExperimentLengthInDays;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5584,7 +5489,6 @@ public function getName()
{
return $this->name;
}
-
public function setObjectiveMetric($objectiveMetric)
{
$this->objectiveMetric = $objectiveMetric;
@@ -5594,7 +5498,6 @@ public function getObjectiveMetric()
{
return $this->objectiveMetric;
}
-
public function setOptimizationType($optimizationType)
{
$this->optimizationType = $optimizationType;
@@ -5604,7 +5507,6 @@ public function getOptimizationType()
{
return $this->optimizationType;
}
-
public function setParentLink(Google_Service_Analytics_ExperimentParentLink $parentLink)
{
$this->parentLink = $parentLink;
@@ -5614,7 +5516,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -5624,7 +5525,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setReasonExperimentEnded($reasonExperimentEnded)
{
$this->reasonExperimentEnded = $reasonExperimentEnded;
@@ -5634,7 +5534,6 @@ public function getReasonExperimentEnded()
{
return $this->reasonExperimentEnded;
}
-
public function setRewriteVariationUrlsAsOriginal($rewriteVariationUrlsAsOriginal)
{
$this->rewriteVariationUrlsAsOriginal = $rewriteVariationUrlsAsOriginal;
@@ -5644,7 +5543,6 @@ public function getRewriteVariationUrlsAsOriginal()
{
return $this->rewriteVariationUrlsAsOriginal;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5654,7 +5552,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setServingFramework($servingFramework)
{
$this->servingFramework = $servingFramework;
@@ -5664,7 +5561,6 @@ public function getServingFramework()
{
return $this->servingFramework;
}
-
public function setSnippet($snippet)
{
$this->snippet = $snippet;
@@ -5674,7 +5570,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -5684,7 +5579,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -5694,7 +5588,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setTrafficCoverage($trafficCoverage)
{
$this->trafficCoverage = $trafficCoverage;
@@ -5704,7 +5597,6 @@ public function getTrafficCoverage()
{
return $this->trafficCoverage;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -5714,7 +5606,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVariations($variations)
{
$this->variations = $variations;
@@ -5724,7 +5615,6 @@ public function getVariations()
{
return $this->variations;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -5734,7 +5624,6 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
public function setWinnerConfidenceLevel($winnerConfidenceLevel)
{
$this->winnerConfidenceLevel = $winnerConfidenceLevel;
@@ -5744,7 +5633,6 @@ public function getWinnerConfidenceLevel()
{
return $this->winnerConfidenceLevel;
}
-
public function setWinnerFound($winnerFound)
{
$this->winnerFound = $winnerFound;
@@ -5754,6 +5642,7 @@ public function getWinnerFound()
{
return $this->winnerFound;
}
+
}
class Google_Service_Analytics_ExperimentParentLink extends Google_Model
@@ -5772,7 +5661,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5782,6 +5670,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_ExperimentVariations extends Google_Model
@@ -5803,7 +5692,6 @@ public function getName()
{
return $this->name;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -5813,7 +5701,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -5823,7 +5710,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWeight($weight)
{
$this->weight = $weight;
@@ -5833,7 +5719,6 @@ public function getWeight()
{
return $this->weight;
}
-
public function setWon($won)
{
$this->won = $won;
@@ -5843,6 +5728,7 @@ public function getWon()
{
return $this->won;
}
+
}
class Google_Service_Analytics_Experiments extends Google_Collection
@@ -5869,7 +5755,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -5879,7 +5764,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5889,7 +5773,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -5899,7 +5782,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -5909,7 +5791,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -5919,7 +5800,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -5929,7 +5809,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -5939,6 +5818,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_Filter extends Google_Model
@@ -5977,7 +5857,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAdvancedDetails(Google_Service_Analytics_FilterAdvancedDetails $advancedDetails)
{
$this->advancedDetails = $advancedDetails;
@@ -5987,7 +5866,6 @@ public function getAdvancedDetails()
{
return $this->advancedDetails;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -5997,7 +5875,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setExcludeDetails(Google_Service_Analytics_FilterExpression $excludeDetails)
{
$this->excludeDetails = $excludeDetails;
@@ -6007,7 +5884,6 @@ public function getExcludeDetails()
{
return $this->excludeDetails;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6017,7 +5893,6 @@ public function getId()
{
return $this->id;
}
-
public function setIncludeDetails(Google_Service_Analytics_FilterExpression $includeDetails)
{
$this->includeDetails = $includeDetails;
@@ -6027,7 +5902,6 @@ public function getIncludeDetails()
{
return $this->includeDetails;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6037,7 +5911,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLowercaseDetails(Google_Service_Analytics_FilterLowercaseDetails $lowercaseDetails)
{
$this->lowercaseDetails = $lowercaseDetails;
@@ -6047,7 +5920,6 @@ public function getLowercaseDetails()
{
return $this->lowercaseDetails;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6057,7 +5929,6 @@ public function getName()
{
return $this->name;
}
-
public function setParentLink(Google_Service_Analytics_FilterParentLink $parentLink)
{
$this->parentLink = $parentLink;
@@ -6067,7 +5938,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setSearchAndReplaceDetails(Google_Service_Analytics_FilterSearchAndReplaceDetails $searchAndReplaceDetails)
{
$this->searchAndReplaceDetails = $searchAndReplaceDetails;
@@ -6077,7 +5947,6 @@ public function getSearchAndReplaceDetails()
{
return $this->searchAndReplaceDetails;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6087,7 +5956,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6097,7 +5965,6 @@ public function getType()
{
return $this->type;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -6107,7 +5974,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUppercaseDetails(Google_Service_Analytics_FilterUppercaseDetails $uppercaseDetails)
{
$this->uppercaseDetails = $uppercaseDetails;
@@ -6117,6 +5983,7 @@ public function getUppercaseDetails()
{
return $this->uppercaseDetails;
}
+
}
class Google_Service_Analytics_FilterAdvancedDetails extends Google_Model
@@ -6143,7 +6010,6 @@ public function getCaseSensitive()
{
return $this->caseSensitive;
}
-
public function setExtractA($extractA)
{
$this->extractA = $extractA;
@@ -6153,7 +6019,6 @@ public function getExtractA()
{
return $this->extractA;
}
-
public function setExtractB($extractB)
{
$this->extractB = $extractB;
@@ -6163,7 +6028,6 @@ public function getExtractB()
{
return $this->extractB;
}
-
public function setFieldA($fieldA)
{
$this->fieldA = $fieldA;
@@ -6173,7 +6037,6 @@ public function getFieldA()
{
return $this->fieldA;
}
-
public function setFieldARequired($fieldARequired)
{
$this->fieldARequired = $fieldARequired;
@@ -6183,7 +6046,6 @@ public function getFieldARequired()
{
return $this->fieldARequired;
}
-
public function setFieldB($fieldB)
{
$this->fieldB = $fieldB;
@@ -6193,7 +6055,6 @@ public function getFieldB()
{
return $this->fieldB;
}
-
public function setFieldBRequired($fieldBRequired)
{
$this->fieldBRequired = $fieldBRequired;
@@ -6203,7 +6064,6 @@ public function getFieldBRequired()
{
return $this->fieldBRequired;
}
-
public function setOutputConstructor($outputConstructor)
{
$this->outputConstructor = $outputConstructor;
@@ -6213,7 +6073,6 @@ public function getOutputConstructor()
{
return $this->outputConstructor;
}
-
public function setOutputToField($outputToField)
{
$this->outputToField = $outputToField;
@@ -6223,7 +6082,6 @@ public function getOutputToField()
{
return $this->outputToField;
}
-
public function setOverrideOutputField($overrideOutputField)
{
$this->overrideOutputField = $overrideOutputField;
@@ -6233,6 +6091,7 @@ public function getOverrideOutputField()
{
return $this->overrideOutputField;
}
+
}
class Google_Service_Analytics_FilterExpression extends Google_Model
@@ -6254,7 +6113,6 @@ public function getCaseSensitive()
{
return $this->caseSensitive;
}
-
public function setExpressionValue($expressionValue)
{
$this->expressionValue = $expressionValue;
@@ -6264,7 +6122,6 @@ public function getExpressionValue()
{
return $this->expressionValue;
}
-
public function setField($field)
{
$this->field = $field;
@@ -6274,7 +6131,6 @@ public function getField()
{
return $this->field;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6284,7 +6140,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMatchType($matchType)
{
$this->matchType = $matchType;
@@ -6294,6 +6149,7 @@ public function getMatchType()
{
return $this->matchType;
}
+
}
class Google_Service_Analytics_FilterLowercaseDetails extends Google_Model
@@ -6311,6 +6167,7 @@ public function getField()
{
return $this->field;
}
+
}
class Google_Service_Analytics_FilterParentLink extends Google_Model
@@ -6329,7 +6186,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6339,6 +6195,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_FilterRef extends Google_Model
@@ -6360,7 +6217,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setHref($href)
{
$this->href = $href;
@@ -6370,7 +6226,6 @@ public function getHref()
{
return $this->href;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6380,7 +6235,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6390,7 +6244,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6400,6 +6253,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Analytics_FilterSearchAndReplaceDetails extends Google_Model
@@ -6420,7 +6274,6 @@ public function getCaseSensitive()
{
return $this->caseSensitive;
}
-
public function setField($field)
{
$this->field = $field;
@@ -6430,7 +6283,6 @@ public function getField()
{
return $this->field;
}
-
public function setReplaceString($replaceString)
{
$this->replaceString = $replaceString;
@@ -6440,7 +6292,6 @@ public function getReplaceString()
{
return $this->replaceString;
}
-
public function setSearchString($searchString)
{
$this->searchString = $searchString;
@@ -6450,6 +6301,7 @@ public function getSearchString()
{
return $this->searchString;
}
+
}
class Google_Service_Analytics_FilterUppercaseDetails extends Google_Model
@@ -6467,6 +6319,7 @@ public function getField()
{
return $this->field;
}
+
}
class Google_Service_Analytics_Filters extends Google_Collection
@@ -6493,7 +6346,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -6503,7 +6355,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6513,7 +6364,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -6523,7 +6373,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -6533,7 +6382,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -6543,7 +6391,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -6553,7 +6400,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -6563,6 +6409,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_GaData extends Google_Collection
@@ -6600,7 +6447,6 @@ public function getColumnHeaders()
{
return $this->columnHeaders;
}
-
public function setContainsSampledData($containsSampledData)
{
$this->containsSampledData = $containsSampledData;
@@ -6610,7 +6456,6 @@ public function getContainsSampledData()
{
return $this->containsSampledData;
}
-
public function setDataTable(Google_Service_Analytics_GaDataDataTable $dataTable)
{
$this->dataTable = $dataTable;
@@ -6620,7 +6465,6 @@ public function getDataTable()
{
return $this->dataTable;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6630,7 +6474,6 @@ public function getId()
{
return $this->id;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -6640,7 +6483,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6650,7 +6492,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -6660,7 +6501,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -6670,7 +6510,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setProfileInfo(Google_Service_Analytics_GaDataProfileInfo $profileInfo)
{
$this->profileInfo = $profileInfo;
@@ -6680,7 +6519,6 @@ public function getProfileInfo()
{
return $this->profileInfo;
}
-
public function setQuery(Google_Service_Analytics_GaDataQuery $query)
{
$this->query = $query;
@@ -6690,7 +6528,6 @@ public function getQuery()
{
return $this->query;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -6700,7 +6537,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setSampleSize($sampleSize)
{
$this->sampleSize = $sampleSize;
@@ -6710,7 +6546,6 @@ public function getSampleSize()
{
return $this->sampleSize;
}
-
public function setSampleSpace($sampleSpace)
{
$this->sampleSpace = $sampleSpace;
@@ -6720,7 +6555,6 @@ public function getSampleSpace()
{
return $this->sampleSpace;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6730,7 +6564,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -6740,7 +6573,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
@@ -6750,6 +6582,7 @@ public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
}
+
}
class Google_Service_Analytics_GaDataColumnHeaders extends Google_Model
@@ -6769,7 +6602,6 @@ public function getColumnType()
{
return $this->columnType;
}
-
public function setDataType($dataType)
{
$this->dataType = $dataType;
@@ -6779,7 +6611,6 @@ public function getDataType()
{
return $this->dataType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6789,6 +6620,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Analytics_GaDataDataTable extends Google_Collection
@@ -6810,7 +6642,6 @@ public function getCols()
{
return $this->cols;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -6820,6 +6651,7 @@ public function getRows()
{
return $this->rows;
}
+
}
class Google_Service_Analytics_GaDataDataTableCols extends Google_Model
@@ -6839,7 +6671,6 @@ public function getId()
{
return $this->id;
}
-
public function setLabel($label)
{
$this->label = $label;
@@ -6849,7 +6680,6 @@ public function getLabel()
{
return $this->label;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6859,6 +6689,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_GaDataDataTableRows extends Google_Collection
@@ -6878,6 +6709,7 @@ public function getC()
{
return $this->c;
}
+
}
class Google_Service_Analytics_GaDataDataTableRowsC extends Google_Model
@@ -6895,6 +6727,7 @@ public function getV()
{
return $this->v;
}
+
}
class Google_Service_Analytics_GaDataProfileInfo extends Google_Model
@@ -6917,7 +6750,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -6927,7 +6759,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -6937,7 +6768,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setProfileName($profileName)
{
$this->profileName = $profileName;
@@ -6947,7 +6777,6 @@ public function getProfileName()
{
return $this->profileName;
}
-
public function setTableId($tableId)
{
$this->tableId = $tableId;
@@ -6957,7 +6786,6 @@ public function getTableId()
{
return $this->tableId;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -6967,6 +6795,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_GaDataQuery extends Google_Collection
@@ -6999,7 +6828,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -7009,7 +6837,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setFilters($filters)
{
$this->filters = $filters;
@@ -7019,7 +6846,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setIds($ids)
{
$this->ids = $ids;
@@ -7029,7 +6855,6 @@ public function getIds()
{
return $this->ids;
}
-
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -7039,7 +6864,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -7049,7 +6873,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setSamplingLevel($samplingLevel)
{
$this->samplingLevel = $samplingLevel;
@@ -7059,7 +6882,6 @@ public function getSamplingLevel()
{
return $this->samplingLevel;
}
-
public function setSegment($segment)
{
$this->segment = $segment;
@@ -7069,7 +6891,6 @@ public function getSegment()
{
return $this->segment;
}
-
public function setSort($sort)
{
$this->sort = $sort;
@@ -7079,7 +6900,6 @@ public function getSort()
{
return $this->sort;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -7089,7 +6909,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -7099,12 +6918,15 @@ public function getStartIndex()
{
return $this->startIndex;
}
+
}
class Google_Service_Analytics_GaDataTotalsForAllResults extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Analytics_Goal extends Google_Model
@@ -7144,7 +6966,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setActive($active)
{
$this->active = $active;
@@ -7154,7 +6975,6 @@ public function getActive()
{
return $this->active;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -7164,7 +6984,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setEventDetails(Google_Service_Analytics_GoalEventDetails $eventDetails)
{
$this->eventDetails = $eventDetails;
@@ -7174,7 +6993,6 @@ public function getEventDetails()
{
return $this->eventDetails;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7184,7 +7002,6 @@ public function getId()
{
return $this->id;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -7194,7 +7011,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7204,7 +7020,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -7214,7 +7029,6 @@ public function getName()
{
return $this->name;
}
-
public function setParentLink(Google_Service_Analytics_GoalParentLink $parentLink)
{
$this->parentLink = $parentLink;
@@ -7224,7 +7038,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -7234,7 +7047,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7244,7 +7056,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setType($type)
{
$this->type = $type;
@@ -7254,7 +7065,6 @@ public function getType()
{
return $this->type;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -7264,7 +7074,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUrlDestinationDetails(Google_Service_Analytics_GoalUrlDestinationDetails $urlDestinationDetails)
{
$this->urlDestinationDetails = $urlDestinationDetails;
@@ -7274,7 +7083,6 @@ public function getUrlDestinationDetails()
{
return $this->urlDestinationDetails;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -7284,7 +7092,6 @@ public function getValue()
{
return $this->value;
}
-
public function setVisitNumPagesDetails(Google_Service_Analytics_GoalVisitNumPagesDetails $visitNumPagesDetails)
{
$this->visitNumPagesDetails = $visitNumPagesDetails;
@@ -7294,7 +7101,6 @@ public function getVisitNumPagesDetails()
{
return $this->visitNumPagesDetails;
}
-
public function setVisitTimeOnSiteDetails(Google_Service_Analytics_GoalVisitTimeOnSiteDetails $visitTimeOnSiteDetails)
{
$this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails;
@@ -7304,7 +7110,6 @@ public function getVisitTimeOnSiteDetails()
{
return $this->visitTimeOnSiteDetails;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -7314,6 +7119,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_GoalEventDetails extends Google_Collection
@@ -7334,7 +7140,6 @@ public function getEventConditions()
{
return $this->eventConditions;
}
-
public function setUseEventValue($useEventValue)
{
$this->useEventValue = $useEventValue;
@@ -7344,6 +7149,7 @@ public function getUseEventValue()
{
return $this->useEventValue;
}
+
}
class Google_Service_Analytics_GoalEventDetailsEventConditions extends Google_Model
@@ -7365,7 +7171,6 @@ public function getComparisonType()
{
return $this->comparisonType;
}
-
public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
@@ -7375,7 +7180,6 @@ public function getComparisonValue()
{
return $this->comparisonValue;
}
-
public function setExpression($expression)
{
$this->expression = $expression;
@@ -7385,7 +7189,6 @@ public function getExpression()
{
return $this->expression;
}
-
public function setMatchType($matchType)
{
$this->matchType = $matchType;
@@ -7395,7 +7198,6 @@ public function getMatchType()
{
return $this->matchType;
}
-
public function setType($type)
{
$this->type = $type;
@@ -7405,6 +7207,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_GoalParentLink extends Google_Model
@@ -7423,7 +7226,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -7433,6 +7235,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_GoalUrlDestinationDetails extends Google_Collection
@@ -7456,7 +7259,6 @@ public function getCaseSensitive()
{
return $this->caseSensitive;
}
-
public function setFirstStepRequired($firstStepRequired)
{
$this->firstStepRequired = $firstStepRequired;
@@ -7466,7 +7268,6 @@ public function getFirstStepRequired()
{
return $this->firstStepRequired;
}
-
public function setMatchType($matchType)
{
$this->matchType = $matchType;
@@ -7476,7 +7277,6 @@ public function getMatchType()
{
return $this->matchType;
}
-
public function setSteps($steps)
{
$this->steps = $steps;
@@ -7486,7 +7286,6 @@ public function getSteps()
{
return $this->steps;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -7496,6 +7295,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Analytics_GoalUrlDestinationDetailsSteps extends Google_Model
@@ -7515,7 +7315,6 @@ public function getName()
{
return $this->name;
}
-
public function setNumber($number)
{
$this->number = $number;
@@ -7525,7 +7324,6 @@ public function getNumber()
{
return $this->number;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -7535,6 +7333,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Analytics_GoalVisitNumPagesDetails extends Google_Model
@@ -7553,7 +7352,6 @@ public function getComparisonType()
{
return $this->comparisonType;
}
-
public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
@@ -7563,6 +7361,7 @@ public function getComparisonValue()
{
return $this->comparisonValue;
}
+
}
class Google_Service_Analytics_GoalVisitTimeOnSiteDetails extends Google_Model
@@ -7581,7 +7380,6 @@ public function getComparisonType()
{
return $this->comparisonType;
}
-
public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
@@ -7591,6 +7389,7 @@ public function getComparisonValue()
{
return $this->comparisonValue;
}
+
}
class Google_Service_Analytics_Goals extends Google_Collection
@@ -7617,7 +7416,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -7627,7 +7425,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7637,7 +7434,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -7647,7 +7443,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -7657,7 +7452,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -7667,7 +7461,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -7677,7 +7470,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -7687,6 +7479,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_McfData extends Google_Collection
@@ -7723,7 +7516,6 @@ public function getColumnHeaders()
{
return $this->columnHeaders;
}
-
public function setContainsSampledData($containsSampledData)
{
$this->containsSampledData = $containsSampledData;
@@ -7733,7 +7525,6 @@ public function getContainsSampledData()
{
return $this->containsSampledData;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7743,7 +7534,6 @@ public function getId()
{
return $this->id;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -7753,7 +7543,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7763,7 +7552,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -7773,7 +7561,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -7783,7 +7570,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setProfileInfo(Google_Service_Analytics_McfDataProfileInfo $profileInfo)
{
$this->profileInfo = $profileInfo;
@@ -7793,7 +7579,6 @@ public function getProfileInfo()
{
return $this->profileInfo;
}
-
public function setQuery(Google_Service_Analytics_McfDataQuery $query)
{
$this->query = $query;
@@ -7803,7 +7588,6 @@ public function getQuery()
{
return $this->query;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -7813,7 +7597,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setSampleSize($sampleSize)
{
$this->sampleSize = $sampleSize;
@@ -7823,7 +7606,6 @@ public function getSampleSize()
{
return $this->sampleSize;
}
-
public function setSampleSpace($sampleSpace)
{
$this->sampleSpace = $sampleSpace;
@@ -7833,7 +7615,6 @@ public function getSampleSpace()
{
return $this->sampleSpace;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7843,7 +7624,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -7853,7 +7633,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
@@ -7863,6 +7642,7 @@ public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
}
+
}
class Google_Service_Analytics_McfDataColumnHeaders extends Google_Model
@@ -7882,7 +7662,6 @@ public function getColumnType()
{
return $this->columnType;
}
-
public function setDataType($dataType)
{
$this->dataType = $dataType;
@@ -7892,7 +7671,6 @@ public function getDataType()
{
return $this->dataType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -7902,6 +7680,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Analytics_McfDataProfileInfo extends Google_Model
@@ -7924,7 +7703,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -7934,7 +7712,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -7944,7 +7721,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setProfileName($profileName)
{
$this->profileName = $profileName;
@@ -7954,7 +7730,6 @@ public function getProfileName()
{
return $this->profileName;
}
-
public function setTableId($tableId)
{
$this->tableId = $tableId;
@@ -7964,7 +7739,6 @@ public function getTableId()
{
return $this->tableId;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -7974,6 +7748,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_McfDataQuery extends Google_Collection
@@ -8006,7 +7781,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -8016,7 +7790,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setFilters($filters)
{
$this->filters = $filters;
@@ -8026,7 +7799,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setIds($ids)
{
$this->ids = $ids;
@@ -8036,7 +7808,6 @@ public function getIds()
{
return $this->ids;
}
-
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -8046,7 +7817,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -8056,7 +7826,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setSamplingLevel($samplingLevel)
{
$this->samplingLevel = $samplingLevel;
@@ -8066,7 +7835,6 @@ public function getSamplingLevel()
{
return $this->samplingLevel;
}
-
public function setSegment($segment)
{
$this->segment = $segment;
@@ -8076,7 +7844,6 @@ public function getSegment()
{
return $this->segment;
}
-
public function setSort($sort)
{
$this->sort = $sort;
@@ -8086,7 +7853,6 @@ public function getSort()
{
return $this->sort;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -8096,7 +7862,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -8106,6 +7871,7 @@ public function getStartIndex()
{
return $this->startIndex;
}
+
}
class Google_Service_Analytics_McfDataRows extends Google_Collection
@@ -8126,7 +7892,6 @@ public function getConversionPathValue()
{
return $this->conversionPathValue;
}
-
public function setPrimitiveValue($primitiveValue)
{
$this->primitiveValue = $primitiveValue;
@@ -8136,6 +7901,7 @@ public function getPrimitiveValue()
{
return $this->primitiveValue;
}
+
}
class Google_Service_Analytics_McfDataRowsConversionPathValue extends Google_Model
@@ -8154,7 +7920,6 @@ public function getInteractionType()
{
return $this->interactionType;
}
-
public function setNodeValue($nodeValue)
{
$this->nodeValue = $nodeValue;
@@ -8164,12 +7929,15 @@ public function getNodeValue()
{
return $this->nodeValue;
}
+
}
class Google_Service_Analytics_McfDataTotalsForAllResults extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Analytics_Profile extends Google_Model
@@ -8213,7 +7981,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLink)
{
$this->childLink = $childLink;
@@ -8223,7 +7990,6 @@ public function getChildLink()
{
return $this->childLink;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -8233,7 +7999,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setCurrency($currency)
{
$this->currency = $currency;
@@ -8243,7 +8008,6 @@ public function getCurrency()
{
return $this->currency;
}
-
public function setDefaultPage($defaultPage)
{
$this->defaultPage = $defaultPage;
@@ -8253,7 +8017,6 @@ public function getDefaultPage()
{
return $this->defaultPage;
}
-
public function setECommerceTracking($eCommerceTracking)
{
$this->eCommerceTracking = $eCommerceTracking;
@@ -8263,7 +8026,6 @@ public function getECommerceTracking()
{
return $this->eCommerceTracking;
}
-
public function setEnhancedECommerceTracking($enhancedECommerceTracking)
{
$this->enhancedECommerceTracking = $enhancedECommerceTracking;
@@ -8273,7 +8035,6 @@ public function getEnhancedECommerceTracking()
{
return $this->enhancedECommerceTracking;
}
-
public function setExcludeQueryParameters($excludeQueryParameters)
{
$this->excludeQueryParameters = $excludeQueryParameters;
@@ -8283,7 +8044,6 @@ public function getExcludeQueryParameters()
{
return $this->excludeQueryParameters;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8293,7 +8053,6 @@ public function getId()
{
return $this->id;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -8303,7 +8062,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8313,7 +8071,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -8323,7 +8080,6 @@ public function getName()
{
return $this->name;
}
-
public function setParentLink(Google_Service_Analytics_ProfileParentLink $parentLink)
{
$this->parentLink = $parentLink;
@@ -8333,7 +8089,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setPermissions(Google_Service_Analytics_ProfilePermissions $permissions)
{
$this->permissions = $permissions;
@@ -8343,7 +8098,6 @@ public function getPermissions()
{
return $this->permissions;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8353,7 +8107,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSiteSearchCategoryParameters($siteSearchCategoryParameters)
{
$this->siteSearchCategoryParameters = $siteSearchCategoryParameters;
@@ -8363,7 +8116,6 @@ public function getSiteSearchCategoryParameters()
{
return $this->siteSearchCategoryParameters;
}
-
public function setSiteSearchQueryParameters($siteSearchQueryParameters)
{
$this->siteSearchQueryParameters = $siteSearchQueryParameters;
@@ -8373,7 +8125,6 @@ public function getSiteSearchQueryParameters()
{
return $this->siteSearchQueryParameters;
}
-
public function setStripSiteSearchCategoryParameters($stripSiteSearchCategoryParameters)
{
$this->stripSiteSearchCategoryParameters = $stripSiteSearchCategoryParameters;
@@ -8383,7 +8134,6 @@ public function getStripSiteSearchCategoryParameters()
{
return $this->stripSiteSearchCategoryParameters;
}
-
public function setStripSiteSearchQueryParameters($stripSiteSearchQueryParameters)
{
$this->stripSiteSearchQueryParameters = $stripSiteSearchQueryParameters;
@@ -8393,7 +8143,6 @@ public function getStripSiteSearchQueryParameters()
{
return $this->stripSiteSearchQueryParameters;
}
-
public function setTimezone($timezone)
{
$this->timezone = $timezone;
@@ -8403,7 +8152,6 @@ public function getTimezone()
{
return $this->timezone;
}
-
public function setType($type)
{
$this->type = $type;
@@ -8413,7 +8161,6 @@ public function getType()
{
return $this->type;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -8423,7 +8170,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -8433,7 +8179,6 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
@@ -8443,6 +8188,7 @@ public function getWebsiteUrl()
{
return $this->websiteUrl;
}
+
}
class Google_Service_Analytics_ProfileChildLink extends Google_Model
@@ -8461,7 +8207,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -8471,6 +8216,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_ProfileFilterLink extends Google_Model
@@ -8495,7 +8241,6 @@ public function getFilterRef()
{
return $this->filterRef;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8505,7 +8250,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8515,7 +8259,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
{
$this->profileRef = $profileRef;
@@ -8525,7 +8268,6 @@ public function getProfileRef()
{
return $this->profileRef;
}
-
public function setRank($rank)
{
$this->rank = $rank;
@@ -8535,7 +8277,6 @@ public function getRank()
{
return $this->rank;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8545,6 +8286,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Analytics_ProfileFilterLinks extends Google_Collection
@@ -8571,7 +8313,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -8581,7 +8322,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8591,7 +8331,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -8601,7 +8340,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -8611,7 +8349,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -8621,7 +8358,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -8631,7 +8367,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -8641,6 +8376,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_ProfileParentLink extends Google_Model
@@ -8659,7 +8395,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -8669,6 +8404,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_ProfilePermissions extends Google_Collection
@@ -8687,6 +8423,7 @@ public function getEffective()
{
return $this->effective;
}
+
}
class Google_Service_Analytics_ProfileRef extends Google_Model
@@ -8710,7 +8447,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setHref($href)
{
$this->href = $href;
@@ -8720,7 +8456,6 @@ public function getHref()
{
return $this->href;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8730,7 +8465,6 @@ public function getId()
{
return $this->id;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -8740,7 +8474,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8750,7 +8483,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -8760,7 +8492,6 @@ public function getName()
{
return $this->name;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -8770,6 +8501,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_ProfileSummary extends Google_Model
@@ -8790,7 +8522,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8800,7 +8531,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -8810,7 +8540,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -8820,6 +8549,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_Profiles extends Google_Collection
@@ -8846,7 +8576,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -8856,7 +8585,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8866,7 +8594,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -8876,7 +8603,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -8886,7 +8612,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -8896,7 +8621,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -8906,7 +8630,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -8916,6 +8639,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_RealtimeData extends Google_Collection
@@ -8945,7 +8669,6 @@ public function getColumnHeaders()
{
return $this->columnHeaders;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8955,7 +8678,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8965,7 +8687,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProfileInfo(Google_Service_Analytics_RealtimeDataProfileInfo $profileInfo)
{
$this->profileInfo = $profileInfo;
@@ -8975,7 +8696,6 @@ public function getProfileInfo()
{
return $this->profileInfo;
}
-
public function setQuery(Google_Service_Analytics_RealtimeDataQuery $query)
{
$this->query = $query;
@@ -8985,7 +8705,6 @@ public function getQuery()
{
return $this->query;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -8995,7 +8714,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9005,7 +8723,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -9015,7 +8732,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
@@ -9025,6 +8741,7 @@ public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
}
+
}
class Google_Service_Analytics_RealtimeDataColumnHeaders extends Google_Model
@@ -9044,7 +8761,6 @@ public function getColumnType()
{
return $this->columnType;
}
-
public function setDataType($dataType)
{
$this->dataType = $dataType;
@@ -9054,7 +8770,6 @@ public function getDataType()
{
return $this->dataType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -9064,6 +8779,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Analytics_RealtimeDataProfileInfo extends Google_Model
@@ -9086,7 +8802,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -9096,7 +8811,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -9106,7 +8820,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setProfileName($profileName)
{
$this->profileName = $profileName;
@@ -9116,7 +8829,6 @@ public function getProfileName()
{
return $this->profileName;
}
-
public function setTableId($tableId)
{
$this->tableId = $tableId;
@@ -9126,7 +8838,6 @@ public function getTableId()
{
return $this->tableId;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -9136,6 +8847,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_RealtimeDataQuery extends Google_Collection
@@ -9160,7 +8872,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setFilters($filters)
{
$this->filters = $filters;
@@ -9170,7 +8881,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setIds($ids)
{
$this->ids = $ids;
@@ -9180,7 +8890,6 @@ public function getIds()
{
return $this->ids;
}
-
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -9190,7 +8899,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -9200,7 +8908,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setSort($sort)
{
$this->sort = $sort;
@@ -9210,12 +8917,15 @@ public function getSort()
{
return $this->sort;
}
+
}
class Google_Service_Analytics_RealtimeDataTotalsForAllResults extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Analytics_Segment extends Google_Model
@@ -9241,7 +8951,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDefinition($definition)
{
$this->definition = $definition;
@@ -9251,7 +8960,6 @@ public function getDefinition()
{
return $this->definition;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9261,7 +8969,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9271,7 +8978,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -9281,7 +8987,6 @@ public function getName()
{
return $this->name;
}
-
public function setSegmentId($segmentId)
{
$this->segmentId = $segmentId;
@@ -9291,7 +8996,6 @@ public function getSegmentId()
{
return $this->segmentId;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9301,7 +9005,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setType($type)
{
$this->type = $type;
@@ -9311,7 +9014,6 @@ public function getType()
{
return $this->type;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -9321,6 +9023,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Analytics_Segments extends Google_Collection
@@ -9347,7 +9050,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -9357,7 +9059,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9367,7 +9068,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -9377,7 +9077,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -9387,7 +9086,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -9397,7 +9095,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -9407,7 +9104,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -9417,6 +9113,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_UnsampledReport extends Google_Model
@@ -9456,7 +9153,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setCloudStorageDownloadDetails(Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails $cloudStorageDownloadDetails)
{
$this->cloudStorageDownloadDetails = $cloudStorageDownloadDetails;
@@ -9466,7 +9162,6 @@ public function getCloudStorageDownloadDetails()
{
return $this->cloudStorageDownloadDetails;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -9476,7 +9171,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -9486,7 +9180,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setDownloadType($downloadType)
{
$this->downloadType = $downloadType;
@@ -9496,7 +9189,6 @@ public function getDownloadType()
{
return $this->downloadType;
}
-
public function setDriveDownloadDetails(Google_Service_Analytics_UnsampledReportDriveDownloadDetails $driveDownloadDetails)
{
$this->driveDownloadDetails = $driveDownloadDetails;
@@ -9506,7 +9198,6 @@ public function getDriveDownloadDetails()
{
return $this->driveDownloadDetails;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -9516,7 +9207,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setFilters($filters)
{
$this->filters = $filters;
@@ -9526,7 +9216,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9536,7 +9225,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9546,7 +9234,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -9556,7 +9243,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -9566,7 +9252,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setSegment($segment)
{
$this->segment = $segment;
@@ -9576,7 +9261,6 @@ public function getSegment()
{
return $this->segment;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9586,7 +9270,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -9596,7 +9279,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -9606,7 +9288,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -9616,7 +9297,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -9626,7 +9306,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
@@ -9636,6 +9315,7 @@ public function getWebPropertyId()
{
return $this->webPropertyId;
}
+
}
class Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails extends Google_Model
@@ -9654,7 +9334,6 @@ public function getBucketId()
{
return $this->bucketId;
}
-
public function setObjectId($objectId)
{
$this->objectId = $objectId;
@@ -9664,6 +9343,7 @@ public function getObjectId()
{
return $this->objectId;
}
+
}
class Google_Service_Analytics_UnsampledReportDriveDownloadDetails extends Google_Model
@@ -9681,6 +9361,7 @@ public function getDocumentId()
{
return $this->documentId;
}
+
}
class Google_Service_Analytics_UnsampledReports extends Google_Collection
@@ -9707,7 +9388,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -9717,7 +9397,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9727,7 +9406,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -9737,7 +9415,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -9747,7 +9424,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -9757,7 +9433,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -9767,7 +9442,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -9777,6 +9451,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_Upload extends Google_Collection
@@ -9800,7 +9475,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setCustomDataSourceId($customDataSourceId)
{
$this->customDataSourceId = $customDataSourceId;
@@ -9810,7 +9484,6 @@ public function getCustomDataSourceId()
{
return $this->customDataSourceId;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -9820,7 +9493,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9830,7 +9502,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9840,7 +9511,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -9850,6 +9520,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Analytics_Uploads extends Google_Collection
@@ -9875,7 +9546,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -9885,7 +9555,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9895,7 +9564,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -9905,7 +9573,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -9915,7 +9582,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -9925,7 +9591,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -9935,6 +9600,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_Analytics_UserRef extends Google_Model
@@ -9954,7 +9620,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9964,7 +9629,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9974,6 +9638,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Analytics_WebPropertyRef extends Google_Model
@@ -9996,7 +9661,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setHref($href)
{
$this->href = $href;
@@ -10006,7 +9670,6 @@ public function getHref()
{
return $this->href;
}
-
public function setId($id)
{
$this->id = $id;
@@ -10016,7 +9679,6 @@ public function getId()
{
return $this->id;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -10026,7 +9688,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10036,7 +9697,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -10046,6 +9706,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Analytics_WebPropertySummary extends Google_Collection
@@ -10071,7 +9732,6 @@ public function getId()
{
return $this->id;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -10081,7 +9741,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10091,7 +9750,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLevel($level)
{
$this->level = $level;
@@ -10101,7 +9759,6 @@ public function getLevel()
{
return $this->level;
}
-
public function setName($name)
{
$this->name = $name;
@@ -10111,7 +9768,6 @@ public function getName()
{
return $this->name;
}
-
public function setProfiles($profiles)
{
$this->profiles = $profiles;
@@ -10121,7 +9777,6 @@ public function getProfiles()
{
return $this->profiles;
}
-
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
@@ -10131,6 +9786,7 @@ public function getWebsiteUrl()
{
return $this->websiteUrl;
}
+
}
class Google_Service_Analytics_Webproperties extends Google_Collection
@@ -10157,7 +9813,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -10167,7 +9822,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10177,7 +9831,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -10187,7 +9840,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
@@ -10197,7 +9849,6 @@ public function getPreviousLink()
{
return $this->previousLink;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -10207,7 +9858,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -10217,7 +9867,6 @@ public function getTotalResults()
{
return $this->totalResults;
}
-
public function setUsername($username)
{
$this->username = $username;
@@ -10227,6 +9876,7 @@ public function getUsername()
{
return $this->username;
}
+
}
class Google_Service_Analytics_Webproperty extends Google_Model
@@ -10262,7 +9912,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setChildLink(Google_Service_Analytics_WebpropertyChildLink $childLink)
{
$this->childLink = $childLink;
@@ -10272,7 +9921,6 @@ public function getChildLink()
{
return $this->childLink;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -10282,7 +9930,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDefaultProfileId($defaultProfileId)
{
$this->defaultProfileId = $defaultProfileId;
@@ -10292,7 +9939,6 @@ public function getDefaultProfileId()
{
return $this->defaultProfileId;
}
-
public function setId($id)
{
$this->id = $id;
@@ -10302,7 +9948,6 @@ public function getId()
{
return $this->id;
}
-
public function setIndustryVertical($industryVertical)
{
$this->industryVertical = $industryVertical;
@@ -10312,7 +9957,6 @@ public function getIndustryVertical()
{
return $this->industryVertical;
}
-
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
@@ -10322,7 +9966,6 @@ public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10332,7 +9975,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLevel($level)
{
$this->level = $level;
@@ -10342,7 +9984,6 @@ public function getLevel()
{
return $this->level;
}
-
public function setName($name)
{
$this->name = $name;
@@ -10352,7 +9993,6 @@ public function getName()
{
return $this->name;
}
-
public function setParentLink(Google_Service_Analytics_WebpropertyParentLink $parentLink)
{
$this->parentLink = $parentLink;
@@ -10362,7 +10002,6 @@ public function getParentLink()
{
return $this->parentLink;
}
-
public function setPermissions(Google_Service_Analytics_WebpropertyPermissions $permissions)
{
$this->permissions = $permissions;
@@ -10372,7 +10011,6 @@ public function getPermissions()
{
return $this->permissions;
}
-
public function setProfileCount($profileCount)
{
$this->profileCount = $profileCount;
@@ -10382,7 +10020,6 @@ public function getProfileCount()
{
return $this->profileCount;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -10392,7 +10029,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -10402,7 +10038,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
@@ -10412,6 +10047,7 @@ public function getWebsiteUrl()
{
return $this->websiteUrl;
}
+
}
class Google_Service_Analytics_WebpropertyChildLink extends Google_Model
@@ -10430,7 +10066,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -10440,6 +10075,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_WebpropertyParentLink extends Google_Model
@@ -10458,7 +10094,6 @@ public function getHref()
{
return $this->href;
}
-
public function setType($type)
{
$this->type = $type;
@@ -10468,6 +10103,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Analytics_WebpropertyPermissions extends Google_Collection
@@ -10486,4 +10122,5 @@ public function getEffective()
{
return $this->effective;
}
+
}
From 3b6099b1a0f9dc997d9f9fa332bd5deaac449a71 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:55 -0700
Subject: [PATCH 0321/1219] Updated Books.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Books.php | 354 ++++++++---------------------------
1 file changed, 79 insertions(+), 275 deletions(-)
diff --git a/src/Google/Service/Books.php b/src/Google/Service/Books.php
index 16a0ea62d..a627fe32e 100644
--- a/src/Google/Service/Books.php
+++ b/src/Google/Service/Books.php
@@ -2509,7 +2509,6 @@ public function getAfterSelectedText()
{
return $this->afterSelectedText;
}
-
public function setBeforeSelectedText($beforeSelectedText)
{
$this->beforeSelectedText = $beforeSelectedText;
@@ -2519,7 +2518,6 @@ public function getBeforeSelectedText()
{
return $this->beforeSelectedText;
}
-
public function setClientVersionRanges(Google_Service_Books_AnnotationClientVersionRanges $clientVersionRanges)
{
$this->clientVersionRanges = $clientVersionRanges;
@@ -2529,7 +2527,6 @@ public function getClientVersionRanges()
{
return $this->clientVersionRanges;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -2539,7 +2536,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setCurrentVersionRanges(Google_Service_Books_AnnotationCurrentVersionRanges $currentVersionRanges)
{
$this->currentVersionRanges = $currentVersionRanges;
@@ -2549,7 +2545,6 @@ public function getCurrentVersionRanges()
{
return $this->currentVersionRanges;
}
-
public function setData($data)
{
$this->data = $data;
@@ -2559,7 +2554,6 @@ public function getData()
{
return $this->data;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -2569,7 +2563,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setHighlightStyle($highlightStyle)
{
$this->highlightStyle = $highlightStyle;
@@ -2579,7 +2572,6 @@ public function getHighlightStyle()
{
return $this->highlightStyle;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2589,7 +2581,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2599,7 +2590,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLayerId($layerId)
{
$this->layerId = $layerId;
@@ -2609,7 +2599,6 @@ public function getLayerId()
{
return $this->layerId;
}
-
public function setLayerSummary(Google_Service_Books_AnnotationLayerSummary $layerSummary)
{
$this->layerSummary = $layerSummary;
@@ -2619,7 +2608,6 @@ public function getLayerSummary()
{
return $this->layerSummary;
}
-
public function setPageIds($pageIds)
{
$this->pageIds = $pageIds;
@@ -2629,7 +2617,6 @@ public function getPageIds()
{
return $this->pageIds;
}
-
public function setSelectedText($selectedText)
{
$this->selectedText = $selectedText;
@@ -2639,7 +2626,6 @@ public function getSelectedText()
{
return $this->selectedText;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2649,7 +2635,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2659,7 +2644,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -2669,6 +2653,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_AnnotationClientVersionRanges extends Google_Model
@@ -2694,7 +2679,6 @@ public function getCfiRange()
{
return $this->cfiRange;
}
-
public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
@@ -2704,7 +2688,6 @@ public function getContentVersion()
{
return $this->contentVersion;
}
-
public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange)
{
$this->gbImageRange = $gbImageRange;
@@ -2714,7 +2697,6 @@ public function getGbImageRange()
{
return $this->gbImageRange;
}
-
public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange)
{
$this->gbTextRange = $gbTextRange;
@@ -2724,7 +2706,6 @@ public function getGbTextRange()
{
return $this->gbTextRange;
}
-
public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange)
{
$this->imageCfiRange = $imageCfiRange;
@@ -2734,6 +2715,7 @@ public function getImageCfiRange()
{
return $this->imageCfiRange;
}
+
}
class Google_Service_Books_AnnotationCurrentVersionRanges extends Google_Model
@@ -2759,7 +2741,6 @@ public function getCfiRange()
{
return $this->cfiRange;
}
-
public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
@@ -2769,7 +2750,6 @@ public function getContentVersion()
{
return $this->contentVersion;
}
-
public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange)
{
$this->gbImageRange = $gbImageRange;
@@ -2779,7 +2759,6 @@ public function getGbImageRange()
{
return $this->gbImageRange;
}
-
public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange)
{
$this->gbTextRange = $gbTextRange;
@@ -2789,7 +2768,6 @@ public function getGbTextRange()
{
return $this->gbTextRange;
}
-
public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange)
{
$this->imageCfiRange = $imageCfiRange;
@@ -2799,6 +2777,7 @@ public function getImageCfiRange()
{
return $this->imageCfiRange;
}
+
}
class Google_Service_Books_AnnotationLayerSummary extends Google_Model
@@ -2818,7 +2797,6 @@ public function getAllowedCharacterCount()
{
return $this->allowedCharacterCount;
}
-
public function setLimitType($limitType)
{
$this->limitType = $limitType;
@@ -2828,7 +2806,6 @@ public function getLimitType()
{
return $this->limitType;
}
-
public function setRemainingCharacterCount($remainingCharacterCount)
{
$this->remainingCharacterCount = $remainingCharacterCount;
@@ -2838,6 +2815,7 @@ public function getRemainingCharacterCount()
{
return $this->remainingCharacterCount;
}
+
}
class Google_Service_Books_Annotationdata extends Google_Model
@@ -2864,7 +2842,6 @@ public function getAnnotationType()
{
return $this->annotationType;
}
-
public function setData($data)
{
$this->data = $data;
@@ -2874,7 +2851,6 @@ public function getData()
{
return $this->data;
}
-
public function setEncodedData($encodedData)
{
$this->encodedData = $encodedData;
@@ -2884,7 +2860,6 @@ public function getEncodedData()
{
return $this->encodedData;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2894,7 +2869,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2904,7 +2878,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLayerId($layerId)
{
$this->layerId = $layerId;
@@ -2914,7 +2887,6 @@ public function getLayerId()
{
return $this->layerId;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2924,7 +2896,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2934,7 +2905,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -2944,6 +2914,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_Annotations extends Google_Collection
@@ -2966,7 +2937,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2976,7 +2946,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2986,7 +2955,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2996,6 +2964,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Books_AnnotationsSummary extends Google_Collection
@@ -3016,7 +2985,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLayers($layers)
{
$this->layers = $layers;
@@ -3026,6 +2994,7 @@ public function getLayers()
{
return $this->layers;
}
+
}
class Google_Service_Books_AnnotationsSummaryLayers extends Google_Model
@@ -3047,7 +3016,6 @@ public function getAllowedCharacterCount()
{
return $this->allowedCharacterCount;
}
-
public function setLayerId($layerId)
{
$this->layerId = $layerId;
@@ -3057,7 +3025,6 @@ public function getLayerId()
{
return $this->layerId;
}
-
public function setLimitType($limitType)
{
$this->limitType = $limitType;
@@ -3067,7 +3034,6 @@ public function getLimitType()
{
return $this->limitType;
}
-
public function setRemainingCharacterCount($remainingCharacterCount)
{
$this->remainingCharacterCount = $remainingCharacterCount;
@@ -3077,7 +3043,6 @@ public function getRemainingCharacterCount()
{
return $this->remainingCharacterCount;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -3087,6 +3052,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Books_Annotationsdata extends Google_Collection
@@ -3109,7 +3075,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3119,7 +3084,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3129,7 +3093,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -3139,6 +3102,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Books_BooksAnnotationsRange extends Google_Model
@@ -3159,7 +3123,6 @@ public function getEndOffset()
{
return $this->endOffset;
}
-
public function setEndPosition($endPosition)
{
$this->endPosition = $endPosition;
@@ -3169,7 +3132,6 @@ public function getEndPosition()
{
return $this->endPosition;
}
-
public function setStartOffset($startOffset)
{
$this->startOffset = $startOffset;
@@ -3179,7 +3141,6 @@ public function getStartOffset()
{
return $this->startOffset;
}
-
public function setStartPosition($startPosition)
{
$this->startPosition = $startPosition;
@@ -3189,6 +3150,7 @@ public function getStartPosition()
{
return $this->startPosition;
}
+
}
class Google_Service_Books_BooksCloudloadingResource extends Google_Model
@@ -3209,7 +3171,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setProcessingState($processingState)
{
$this->processingState = $processingState;
@@ -3219,7 +3180,6 @@ public function getProcessingState()
{
return $this->processingState;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3229,7 +3189,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -3239,6 +3198,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_BooksVolumesRecommendedRateResponse extends Google_Model
@@ -3257,6 +3217,7 @@ public function getConsistencyToken()
{
return $this->consistencyToken;
}
+
}
class Google_Service_Books_Bookshelf extends Google_Model
@@ -3283,7 +3244,6 @@ public function getAccess()
{
return $this->access;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -3293,7 +3253,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3303,7 +3262,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3313,7 +3271,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3323,7 +3280,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3333,7 +3289,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3343,7 +3298,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -3353,7 +3307,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVolumeCount($volumeCount)
{
$this->volumeCount = $volumeCount;
@@ -3363,7 +3316,6 @@ public function getVolumeCount()
{
return $this->volumeCount;
}
-
public function setVolumesLastUpdated($volumesLastUpdated)
{
$this->volumesLastUpdated = $volumesLastUpdated;
@@ -3373,6 +3325,7 @@ public function getVolumesLastUpdated()
{
return $this->volumesLastUpdated;
}
+
}
class Google_Service_Books_Bookshelves extends Google_Collection
@@ -3393,7 +3346,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3403,6 +3355,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Books_ConcurrentAccessRestriction extends Google_Model
@@ -3430,7 +3383,6 @@ public function getDeviceAllowed()
{
return $this->deviceAllowed;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3440,7 +3392,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxConcurrentDevices($maxConcurrentDevices)
{
$this->maxConcurrentDevices = $maxConcurrentDevices;
@@ -3450,7 +3401,6 @@ public function getMaxConcurrentDevices()
{
return $this->maxConcurrentDevices;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -3460,7 +3410,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setNonce($nonce)
{
$this->nonce = $nonce;
@@ -3470,7 +3419,6 @@ public function getNonce()
{
return $this->nonce;
}
-
public function setReasonCode($reasonCode)
{
$this->reasonCode = $reasonCode;
@@ -3480,7 +3428,6 @@ public function getReasonCode()
{
return $this->reasonCode;
}
-
public function setRestricted($restricted)
{
$this->restricted = $restricted;
@@ -3490,7 +3437,6 @@ public function getRestricted()
{
return $this->restricted;
}
-
public function setSignature($signature)
{
$this->signature = $signature;
@@ -3500,7 +3446,6 @@ public function getSignature()
{
return $this->signature;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -3510,7 +3455,6 @@ public function getSource()
{
return $this->source;
}
-
public function setTimeWindowSeconds($timeWindowSeconds)
{
$this->timeWindowSeconds = $timeWindowSeconds;
@@ -3520,7 +3464,6 @@ public function getTimeWindowSeconds()
{
return $this->timeWindowSeconds;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -3530,6 +3473,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_Dictlayerdata extends Google_Model
@@ -3551,7 +3495,6 @@ public function getCommon()
{
return $this->common;
}
-
public function setDict(Google_Service_Books_DictlayerdataDict $dict)
{
$this->dict = $dict;
@@ -3561,7 +3504,6 @@ public function getDict()
{
return $this->dict;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3571,6 +3513,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Books_DictlayerdataCommon extends Google_Model
@@ -3588,6 +3531,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Books_DictlayerdataDict extends Google_Collection
@@ -3609,7 +3553,6 @@ public function getSource()
{
return $this->source;
}
-
public function setWords($words)
{
$this->words = $words;
@@ -3619,6 +3562,7 @@ public function getWords()
{
return $this->words;
}
+
}
class Google_Service_Books_DictlayerdataDictSource extends Google_Model
@@ -3637,7 +3581,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3647,6 +3590,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_DictlayerdataDictWords extends Google_Collection
@@ -3672,7 +3616,6 @@ public function getDerivatives()
{
return $this->derivatives;
}
-
public function setExamples($examples)
{
$this->examples = $examples;
@@ -3682,7 +3625,6 @@ public function getExamples()
{
return $this->examples;
}
-
public function setSenses($senses)
{
$this->senses = $senses;
@@ -3692,7 +3634,6 @@ public function getSenses()
{
return $this->senses;
}
-
public function setSource(Google_Service_Books_DictlayerdataDictWordsSource $source)
{
$this->source = $source;
@@ -3702,6 +3643,7 @@ public function getSource()
{
return $this->source;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsDerivatives extends Google_Model
@@ -3721,7 +3663,6 @@ public function getSource()
{
return $this->source;
}
-
public function setText($text)
{
$this->text = $text;
@@ -3731,6 +3672,7 @@ public function getText()
{
return $this->text;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsDerivativesSource extends Google_Model
@@ -3749,7 +3691,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3759,6 +3700,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsExamples extends Google_Model
@@ -3778,7 +3720,6 @@ public function getSource()
{
return $this->source;
}
-
public function setText($text)
{
$this->text = $text;
@@ -3788,6 +3729,7 @@ public function getText()
{
return $this->text;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsExamplesSource extends Google_Model
@@ -3806,7 +3748,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3816,6 +3757,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collection
@@ -3845,7 +3787,6 @@ public function getConjugations()
{
return $this->conjugations;
}
-
public function setDefinitions($definitions)
{
$this->definitions = $definitions;
@@ -3855,7 +3796,6 @@ public function getDefinitions()
{
return $this->definitions;
}
-
public function setPartOfSpeech($partOfSpeech)
{
$this->partOfSpeech = $partOfSpeech;
@@ -3865,7 +3805,6 @@ public function getPartOfSpeech()
{
return $this->partOfSpeech;
}
-
public function setPronunciation($pronunciation)
{
$this->pronunciation = $pronunciation;
@@ -3875,7 +3814,6 @@ public function getPronunciation()
{
return $this->pronunciation;
}
-
public function setPronunciationUrl($pronunciationUrl)
{
$this->pronunciationUrl = $pronunciationUrl;
@@ -3885,7 +3823,6 @@ public function getPronunciationUrl()
{
return $this->pronunciationUrl;
}
-
public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSource $source)
{
$this->source = $source;
@@ -3895,7 +3832,6 @@ public function getSource()
{
return $this->source;
}
-
public function setSyllabification($syllabification)
{
$this->syllabification = $syllabification;
@@ -3905,7 +3841,6 @@ public function getSyllabification()
{
return $this->syllabification;
}
-
public function setSynonyms($synonyms)
{
$this->synonyms = $synonyms;
@@ -3915,6 +3850,7 @@ public function getSynonyms()
{
return $this->synonyms;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSensesConjugations extends Google_Model
@@ -3933,7 +3869,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3943,6 +3878,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitions extends Google_Collection
@@ -3963,7 +3899,6 @@ public function getDefinition()
{
return $this->definition;
}
-
public function setExamples($examples)
{
$this->examples = $examples;
@@ -3973,6 +3908,7 @@ public function getExamples()
{
return $this->examples;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples extends Google_Model
@@ -3992,7 +3928,6 @@ public function getSource()
{
return $this->source;
}
-
public function setText($text)
{
$this->text = $text;
@@ -4002,6 +3937,7 @@ public function getText()
{
return $this->text;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource extends Google_Model
@@ -4020,7 +3956,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -4030,6 +3965,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSensesSource extends Google_Model
@@ -4048,7 +3984,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -4058,6 +3993,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSensesSynonyms extends Google_Model
@@ -4077,7 +4013,6 @@ public function getSource()
{
return $this->source;
}
-
public function setText($text)
{
$this->text = $text;
@@ -4087,6 +4022,7 @@ public function getText()
{
return $this->text;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource extends Google_Model
@@ -4105,7 +4041,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -4115,6 +4050,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_DictlayerdataDictWordsSource extends Google_Model
@@ -4133,7 +4069,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -4143,6 +4078,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_DownloadAccessRestriction extends Google_Model
@@ -4171,7 +4107,6 @@ public function getDeviceAllowed()
{
return $this->deviceAllowed;
}
-
public function setDownloadsAcquired($downloadsAcquired)
{
$this->downloadsAcquired = $downloadsAcquired;
@@ -4181,7 +4116,6 @@ public function getDownloadsAcquired()
{
return $this->downloadsAcquired;
}
-
public function setJustAcquired($justAcquired)
{
$this->justAcquired = $justAcquired;
@@ -4191,7 +4125,6 @@ public function getJustAcquired()
{
return $this->justAcquired;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4201,7 +4134,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxDownloadDevices($maxDownloadDevices)
{
$this->maxDownloadDevices = $maxDownloadDevices;
@@ -4211,7 +4143,6 @@ public function getMaxDownloadDevices()
{
return $this->maxDownloadDevices;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -4221,7 +4152,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setNonce($nonce)
{
$this->nonce = $nonce;
@@ -4231,7 +4161,6 @@ public function getNonce()
{
return $this->nonce;
}
-
public function setReasonCode($reasonCode)
{
$this->reasonCode = $reasonCode;
@@ -4241,7 +4170,6 @@ public function getReasonCode()
{
return $this->reasonCode;
}
-
public function setRestricted($restricted)
{
$this->restricted = $restricted;
@@ -4251,7 +4179,6 @@ public function getRestricted()
{
return $this->restricted;
}
-
public function setSignature($signature)
{
$this->signature = $signature;
@@ -4261,7 +4188,6 @@ public function getSignature()
{
return $this->signature;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -4271,7 +4197,6 @@ public function getSource()
{
return $this->source;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -4281,6 +4206,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_DownloadAccesses extends Google_Collection
@@ -4301,7 +4227,6 @@ public function getDownloadAccessList()
{
return $this->downloadAccessList;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4311,6 +4236,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Books_Geolayerdata extends Google_Model
@@ -4332,7 +4258,6 @@ public function getCommon()
{
return $this->common;
}
-
public function setGeo(Google_Service_Books_GeolayerdataGeo $geo)
{
$this->geo = $geo;
@@ -4342,7 +4267,6 @@ public function getGeo()
{
return $this->geo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4352,6 +4276,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Books_GeolayerdataCommon extends Google_Model
@@ -4373,7 +4298,6 @@ public function getLang()
{
return $this->lang;
}
-
public function setPreviewImageUrl($previewImageUrl)
{
$this->previewImageUrl = $previewImageUrl;
@@ -4383,7 +4307,6 @@ public function getPreviewImageUrl()
{
return $this->previewImageUrl;
}
-
public function setSnippet($snippet)
{
$this->snippet = $snippet;
@@ -4393,7 +4316,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setSnippetUrl($snippetUrl)
{
$this->snippetUrl = $snippetUrl;
@@ -4403,7 +4325,6 @@ public function getSnippetUrl()
{
return $this->snippetUrl;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -4413,6 +4334,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Books_GeolayerdataGeo extends Google_Collection
@@ -4440,7 +4362,6 @@ public function getBoundary()
{
return $this->boundary;
}
-
public function setCachePolicy($cachePolicy)
{
$this->cachePolicy = $cachePolicy;
@@ -4450,7 +4371,6 @@ public function getCachePolicy()
{
return $this->cachePolicy;
}
-
public function setCountryCode($countryCode)
{
$this->countryCode = $countryCode;
@@ -4460,7 +4380,6 @@ public function getCountryCode()
{
return $this->countryCode;
}
-
public function setLatitude($latitude)
{
$this->latitude = $latitude;
@@ -4470,7 +4389,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -4480,7 +4398,6 @@ public function getLongitude()
{
return $this->longitude;
}
-
public function setMapType($mapType)
{
$this->mapType = $mapType;
@@ -4490,7 +4407,6 @@ public function getMapType()
{
return $this->mapType;
}
-
public function setViewport(Google_Service_Books_GeolayerdataGeoViewport $viewport)
{
$this->viewport = $viewport;
@@ -4500,7 +4416,6 @@ public function getViewport()
{
return $this->viewport;
}
-
public function setZoom($zoom)
{
$this->zoom = $zoom;
@@ -4510,6 +4425,7 @@ public function getZoom()
{
return $this->zoom;
}
+
}
class Google_Service_Books_GeolayerdataGeoBoundary extends Google_Model
@@ -4528,7 +4444,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -4538,6 +4453,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_Books_GeolayerdataGeoViewport extends Google_Model
@@ -4558,7 +4474,6 @@ public function getHi()
{
return $this->hi;
}
-
public function setLo(Google_Service_Books_GeolayerdataGeoViewportLo $lo)
{
$this->lo = $lo;
@@ -4568,6 +4483,7 @@ public function getLo()
{
return $this->lo;
}
+
}
class Google_Service_Books_GeolayerdataGeoViewportHi extends Google_Model
@@ -4586,7 +4502,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -4596,6 +4511,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_Books_GeolayerdataGeoViewportLo extends Google_Model
@@ -4614,7 +4530,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -4624,6 +4539,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_Books_Layersummaries extends Google_Collection
@@ -4645,7 +4561,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4655,7 +4570,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -4665,6 +4579,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Books_Layersummary extends Google_Collection
@@ -4695,7 +4610,6 @@ public function getAnnotationCount()
{
return $this->annotationCount;
}
-
public function setAnnotationTypes($annotationTypes)
{
$this->annotationTypes = $annotationTypes;
@@ -4705,7 +4619,6 @@ public function getAnnotationTypes()
{
return $this->annotationTypes;
}
-
public function setAnnotationsDataLink($annotationsDataLink)
{
$this->annotationsDataLink = $annotationsDataLink;
@@ -4715,7 +4628,6 @@ public function getAnnotationsDataLink()
{
return $this->annotationsDataLink;
}
-
public function setAnnotationsLink($annotationsLink)
{
$this->annotationsLink = $annotationsLink;
@@ -4725,7 +4637,6 @@ public function getAnnotationsLink()
{
return $this->annotationsLink;
}
-
public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
@@ -4735,7 +4646,6 @@ public function getContentVersion()
{
return $this->contentVersion;
}
-
public function setDataCount($dataCount)
{
$this->dataCount = $dataCount;
@@ -4745,7 +4655,6 @@ public function getDataCount()
{
return $this->dataCount;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4755,7 +4664,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4765,7 +4673,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLayerId($layerId)
{
$this->layerId = $layerId;
@@ -4775,7 +4682,6 @@ public function getLayerId()
{
return $this->layerId;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -4785,7 +4691,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -4795,7 +4700,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVolumeAnnotationsVersion($volumeAnnotationsVersion)
{
$this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
@@ -4805,7 +4709,6 @@ public function getVolumeAnnotationsVersion()
{
return $this->volumeAnnotationsVersion;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -4815,6 +4718,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_Offers extends Google_Collection
@@ -4835,7 +4739,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4845,6 +4748,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Books_OffersItems extends Google_Collection
@@ -4866,7 +4770,6 @@ public function getArtUrl()
{
return $this->artUrl;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4876,7 +4779,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -4886,6 +4788,7 @@ public function getItems()
{
return $this->items;
}
+
}
class Google_Service_Books_OffersItemsItems extends Google_Model
@@ -4908,7 +4811,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setCanonicalVolumeLink($canonicalVolumeLink)
{
$this->canonicalVolumeLink = $canonicalVolumeLink;
@@ -4918,7 +4820,6 @@ public function getCanonicalVolumeLink()
{
return $this->canonicalVolumeLink;
}
-
public function setCoverUrl($coverUrl)
{
$this->coverUrl = $coverUrl;
@@ -4928,7 +4829,6 @@ public function getCoverUrl()
{
return $this->coverUrl;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -4938,7 +4838,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -4948,7 +4847,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -4958,6 +4856,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_ReadingPosition extends Google_Model
@@ -4981,7 +4880,6 @@ public function getEpubCfiPosition()
{
return $this->epubCfiPosition;
}
-
public function setGbImagePosition($gbImagePosition)
{
$this->gbImagePosition = $gbImagePosition;
@@ -4991,7 +4889,6 @@ public function getGbImagePosition()
{
return $this->gbImagePosition;
}
-
public function setGbTextPosition($gbTextPosition)
{
$this->gbTextPosition = $gbTextPosition;
@@ -5001,7 +4898,6 @@ public function getGbTextPosition()
{
return $this->gbTextPosition;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5011,7 +4907,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPdfPosition($pdfPosition)
{
$this->pdfPosition = $pdfPosition;
@@ -5021,7 +4916,6 @@ public function getPdfPosition()
{
return $this->pdfPosition;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -5031,7 +4925,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -5041,6 +4934,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_RequestAccess extends Google_Model
@@ -5062,7 +4956,6 @@ public function getConcurrentAccess()
{
return $this->concurrentAccess;
}
-
public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess)
{
$this->downloadAccess = $downloadAccess;
@@ -5072,7 +4965,6 @@ public function getDownloadAccess()
{
return $this->downloadAccess;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5082,6 +4974,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Books_Review extends Google_Model
@@ -5110,7 +5003,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -5120,7 +5012,6 @@ public function getContent()
{
return $this->content;
}
-
public function setDate($date)
{
$this->date = $date;
@@ -5130,7 +5021,6 @@ public function getDate()
{
return $this->date;
}
-
public function setFullTextUrl($fullTextUrl)
{
$this->fullTextUrl = $fullTextUrl;
@@ -5140,7 +5030,6 @@ public function getFullTextUrl()
{
return $this->fullTextUrl;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5150,7 +5039,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRating($rating)
{
$this->rating = $rating;
@@ -5160,7 +5048,6 @@ public function getRating()
{
return $this->rating;
}
-
public function setSource(Google_Service_Books_ReviewSource $source)
{
$this->source = $source;
@@ -5170,7 +5057,6 @@ public function getSource()
{
return $this->source;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -5180,7 +5066,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5190,7 +5075,6 @@ public function getType()
{
return $this->type;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -5200,6 +5084,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_ReviewAuthor extends Google_Model
@@ -5217,6 +5102,7 @@ public function getDisplayName()
{
return $this->displayName;
}
+
}
class Google_Service_Books_ReviewSource extends Google_Model
@@ -5236,7 +5122,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setExtraDescription($extraDescription)
{
$this->extraDescription = $extraDescription;
@@ -5246,7 +5131,6 @@ public function getExtraDescription()
{
return $this->extraDescription;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -5256,6 +5140,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Books_Volume extends Google_Model
@@ -5290,7 +5175,6 @@ public function getAccessInfo()
{
return $this->accessInfo;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -5300,7 +5184,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5310,7 +5193,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5320,7 +5202,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLayerInfo(Google_Service_Books_VolumeLayerInfo $layerInfo)
{
$this->layerInfo = $layerInfo;
@@ -5330,7 +5211,6 @@ public function getLayerInfo()
{
return $this->layerInfo;
}
-
public function setRecommendedInfo(Google_Service_Books_VolumeRecommendedInfo $recommendedInfo)
{
$this->recommendedInfo = $recommendedInfo;
@@ -5340,7 +5220,6 @@ public function getRecommendedInfo()
{
return $this->recommendedInfo;
}
-
public function setSaleInfo(Google_Service_Books_VolumeSaleInfo $saleInfo)
{
$this->saleInfo = $saleInfo;
@@ -5350,7 +5229,6 @@ public function getSaleInfo()
{
return $this->saleInfo;
}
-
public function setSearchInfo(Google_Service_Books_VolumeSearchInfo $searchInfo)
{
$this->searchInfo = $searchInfo;
@@ -5360,7 +5238,6 @@ public function getSearchInfo()
{
return $this->searchInfo;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5370,7 +5247,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUserInfo(Google_Service_Books_VolumeUserInfo $userInfo)
{
$this->userInfo = $userInfo;
@@ -5380,7 +5256,6 @@ public function getUserInfo()
{
return $this->userInfo;
}
-
public function setVolumeInfo(Google_Service_Books_VolumeVolumeInfo $volumeInfo)
{
$this->volumeInfo = $volumeInfo;
@@ -5390,6 +5265,7 @@ public function getVolumeInfo()
{
return $this->volumeInfo;
}
+
}
class Google_Service_Books_VolumeAccessInfo extends Google_Model
@@ -5423,7 +5299,6 @@ public function getAccessViewStatus()
{
return $this->accessViewStatus;
}
-
public function setCountry($country)
{
$this->country = $country;
@@ -5433,7 +5308,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess)
{
$this->downloadAccess = $downloadAccess;
@@ -5443,7 +5317,6 @@ public function getDownloadAccess()
{
return $this->downloadAccess;
}
-
public function setDriveImportedContentLink($driveImportedContentLink)
{
$this->driveImportedContentLink = $driveImportedContentLink;
@@ -5453,7 +5326,6 @@ public function getDriveImportedContentLink()
{
return $this->driveImportedContentLink;
}
-
public function setEmbeddable($embeddable)
{
$this->embeddable = $embeddable;
@@ -5463,7 +5335,6 @@ public function getEmbeddable()
{
return $this->embeddable;
}
-
public function setEpub(Google_Service_Books_VolumeAccessInfoEpub $epub)
{
$this->epub = $epub;
@@ -5473,7 +5344,6 @@ public function getEpub()
{
return $this->epub;
}
-
public function setExplicitOfflineLicenseManagement($explicitOfflineLicenseManagement)
{
$this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement;
@@ -5483,7 +5353,6 @@ public function getExplicitOfflineLicenseManagement()
{
return $this->explicitOfflineLicenseManagement;
}
-
public function setPdf(Google_Service_Books_VolumeAccessInfoPdf $pdf)
{
$this->pdf = $pdf;
@@ -5493,7 +5362,6 @@ public function getPdf()
{
return $this->pdf;
}
-
public function setPublicDomain($publicDomain)
{
$this->publicDomain = $publicDomain;
@@ -5503,7 +5371,6 @@ public function getPublicDomain()
{
return $this->publicDomain;
}
-
public function setQuoteSharingAllowed($quoteSharingAllowed)
{
$this->quoteSharingAllowed = $quoteSharingAllowed;
@@ -5513,7 +5380,6 @@ public function getQuoteSharingAllowed()
{
return $this->quoteSharingAllowed;
}
-
public function setTextToSpeechPermission($textToSpeechPermission)
{
$this->textToSpeechPermission = $textToSpeechPermission;
@@ -5523,7 +5389,6 @@ public function getTextToSpeechPermission()
{
return $this->textToSpeechPermission;
}
-
public function setViewOrderUrl($viewOrderUrl)
{
$this->viewOrderUrl = $viewOrderUrl;
@@ -5533,7 +5398,6 @@ public function getViewOrderUrl()
{
return $this->viewOrderUrl;
}
-
public function setViewability($viewability)
{
$this->viewability = $viewability;
@@ -5543,7 +5407,6 @@ public function getViewability()
{
return $this->viewability;
}
-
public function setWebReaderLink($webReaderLink)
{
$this->webReaderLink = $webReaderLink;
@@ -5553,6 +5416,7 @@ public function getWebReaderLink()
{
return $this->webReaderLink;
}
+
}
class Google_Service_Books_VolumeAccessInfoEpub extends Google_Model
@@ -5572,7 +5436,6 @@ public function getAcsTokenLink()
{
return $this->acsTokenLink;
}
-
public function setDownloadLink($downloadLink)
{
$this->downloadLink = $downloadLink;
@@ -5582,7 +5445,6 @@ public function getDownloadLink()
{
return $this->downloadLink;
}
-
public function setIsAvailable($isAvailable)
{
$this->isAvailable = $isAvailable;
@@ -5592,6 +5454,7 @@ public function getIsAvailable()
{
return $this->isAvailable;
}
+
}
class Google_Service_Books_VolumeAccessInfoPdf extends Google_Model
@@ -5611,7 +5474,6 @@ public function getAcsTokenLink()
{
return $this->acsTokenLink;
}
-
public function setDownloadLink($downloadLink)
{
$this->downloadLink = $downloadLink;
@@ -5621,7 +5483,6 @@ public function getDownloadLink()
{
return $this->downloadLink;
}
-
public function setIsAvailable($isAvailable)
{
$this->isAvailable = $isAvailable;
@@ -5631,6 +5492,7 @@ public function getIsAvailable()
{
return $this->isAvailable;
}
+
}
class Google_Service_Books_VolumeLayerInfo extends Google_Collection
@@ -5650,6 +5512,7 @@ public function getLayers()
{
return $this->layers;
}
+
}
class Google_Service_Books_VolumeLayerInfoLayers extends Google_Model
@@ -5668,7 +5531,6 @@ public function getLayerId()
{
return $this->layerId;
}
-
public function setVolumeAnnotationsVersion($volumeAnnotationsVersion)
{
$this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
@@ -5678,6 +5540,7 @@ public function getVolumeAnnotationsVersion()
{
return $this->volumeAnnotationsVersion;
}
+
}
class Google_Service_Books_VolumeRecommendedInfo extends Google_Model
@@ -5695,6 +5558,7 @@ public function getExplanation()
{
return $this->explanation;
}
+
}
class Google_Service_Books_VolumeSaleInfo extends Google_Collection
@@ -5723,7 +5587,6 @@ public function getBuyLink()
{
return $this->buyLink;
}
-
public function setCountry($country)
{
$this->country = $country;
@@ -5733,7 +5596,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setIsEbook($isEbook)
{
$this->isEbook = $isEbook;
@@ -5743,7 +5605,6 @@ public function getIsEbook()
{
return $this->isEbook;
}
-
public function setListPrice(Google_Service_Books_VolumeSaleInfoListPrice $listPrice)
{
$this->listPrice = $listPrice;
@@ -5753,7 +5614,6 @@ public function getListPrice()
{
return $this->listPrice;
}
-
public function setOffers($offers)
{
$this->offers = $offers;
@@ -5763,7 +5623,6 @@ public function getOffers()
{
return $this->offers;
}
-
public function setOnSaleDate($onSaleDate)
{
$this->onSaleDate = $onSaleDate;
@@ -5773,7 +5632,6 @@ public function getOnSaleDate()
{
return $this->onSaleDate;
}
-
public function setRetailPrice(Google_Service_Books_VolumeSaleInfoRetailPrice $retailPrice)
{
$this->retailPrice = $retailPrice;
@@ -5783,7 +5641,6 @@ public function getRetailPrice()
{
return $this->retailPrice;
}
-
public function setSaleability($saleability)
{
$this->saleability = $saleability;
@@ -5793,6 +5650,7 @@ public function getSaleability()
{
return $this->saleability;
}
+
}
class Google_Service_Books_VolumeSaleInfoListPrice extends Google_Model
@@ -5811,7 +5669,6 @@ public function getAmount()
{
return $this->amount;
}
-
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
@@ -5821,6 +5678,7 @@ public function getCurrencyCode()
{
return $this->currencyCode;
}
+
}
class Google_Service_Books_VolumeSaleInfoOffers extends Google_Model
@@ -5844,7 +5702,6 @@ public function getFinskyOfferType()
{
return $this->finskyOfferType;
}
-
public function setListPrice(Google_Service_Books_VolumeSaleInfoOffersListPrice $listPrice)
{
$this->listPrice = $listPrice;
@@ -5854,7 +5711,6 @@ public function getListPrice()
{
return $this->listPrice;
}
-
public function setRentalDuration(Google_Service_Books_VolumeSaleInfoOffersRentalDuration $rentalDuration)
{
$this->rentalDuration = $rentalDuration;
@@ -5864,7 +5720,6 @@ public function getRentalDuration()
{
return $this->rentalDuration;
}
-
public function setRetailPrice(Google_Service_Books_VolumeSaleInfoOffersRetailPrice $retailPrice)
{
$this->retailPrice = $retailPrice;
@@ -5874,6 +5729,7 @@ public function getRetailPrice()
{
return $this->retailPrice;
}
+
}
class Google_Service_Books_VolumeSaleInfoOffersListPrice extends Google_Model
@@ -5892,7 +5748,6 @@ public function getAmountInMicros()
{
return $this->amountInMicros;
}
-
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
@@ -5902,6 +5757,7 @@ public function getCurrencyCode()
{
return $this->currencyCode;
}
+
}
class Google_Service_Books_VolumeSaleInfoOffersRentalDuration extends Google_Model
@@ -5920,7 +5776,6 @@ public function getCount()
{
return $this->count;
}
-
public function setUnit($unit)
{
$this->unit = $unit;
@@ -5930,6 +5785,7 @@ public function getUnit()
{
return $this->unit;
}
+
}
class Google_Service_Books_VolumeSaleInfoOffersRetailPrice extends Google_Model
@@ -5948,7 +5804,6 @@ public function getAmountInMicros()
{
return $this->amountInMicros;
}
-
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
@@ -5958,6 +5813,7 @@ public function getCurrencyCode()
{
return $this->currencyCode;
}
+
}
class Google_Service_Books_VolumeSaleInfoRetailPrice extends Google_Model
@@ -5976,7 +5832,6 @@ public function getAmount()
{
return $this->amount;
}
-
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
@@ -5986,6 +5841,7 @@ public function getCurrencyCode()
{
return $this->currencyCode;
}
+
}
class Google_Service_Books_VolumeSearchInfo extends Google_Model
@@ -6003,6 +5859,7 @@ public function getTextSnippet()
{
return $this->textSnippet;
}
+
}
class Google_Service_Books_VolumeUserInfo extends Google_Model
@@ -6035,7 +5892,6 @@ public function getCopy()
{
return $this->copy;
}
-
public function setIsInMyBooks($isInMyBooks)
{
$this->isInMyBooks = $isInMyBooks;
@@ -6045,7 +5901,6 @@ public function getIsInMyBooks()
{
return $this->isInMyBooks;
}
-
public function setIsPreordered($isPreordered)
{
$this->isPreordered = $isPreordered;
@@ -6055,7 +5910,6 @@ public function getIsPreordered()
{
return $this->isPreordered;
}
-
public function setIsPurchased($isPurchased)
{
$this->isPurchased = $isPurchased;
@@ -6065,7 +5919,6 @@ public function getIsPurchased()
{
return $this->isPurchased;
}
-
public function setIsUploaded($isUploaded)
{
$this->isUploaded = $isUploaded;
@@ -6075,7 +5928,6 @@ public function getIsUploaded()
{
return $this->isUploaded;
}
-
public function setReadingPosition(Google_Service_Books_ReadingPosition $readingPosition)
{
$this->readingPosition = $readingPosition;
@@ -6085,7 +5937,6 @@ public function getReadingPosition()
{
return $this->readingPosition;
}
-
public function setRentalPeriod(Google_Service_Books_VolumeUserInfoRentalPeriod $rentalPeriod)
{
$this->rentalPeriod = $rentalPeriod;
@@ -6095,7 +5946,6 @@ public function getRentalPeriod()
{
return $this->rentalPeriod;
}
-
public function setRentalState($rentalState)
{
$this->rentalState = $rentalState;
@@ -6105,7 +5955,6 @@ public function getRentalState()
{
return $this->rentalState;
}
-
public function setReview(Google_Service_Books_Review $review)
{
$this->review = $review;
@@ -6115,7 +5964,6 @@ public function getReview()
{
return $this->review;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -6125,7 +5973,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUserUploadedVolumeInfo(Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo $userUploadedVolumeInfo)
{
$this->userUploadedVolumeInfo = $userUploadedVolumeInfo;
@@ -6135,6 +5982,7 @@ public function getUserUploadedVolumeInfo()
{
return $this->userUploadedVolumeInfo;
}
+
}
class Google_Service_Books_VolumeUserInfoCopy extends Google_Model
@@ -6155,7 +6003,6 @@ public function getAllowedCharacterCount()
{
return $this->allowedCharacterCount;
}
-
public function setLimitType($limitType)
{
$this->limitType = $limitType;
@@ -6165,7 +6012,6 @@ public function getLimitType()
{
return $this->limitType;
}
-
public function setRemainingCharacterCount($remainingCharacterCount)
{
$this->remainingCharacterCount = $remainingCharacterCount;
@@ -6175,7 +6021,6 @@ public function getRemainingCharacterCount()
{
return $this->remainingCharacterCount;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -6185,6 +6030,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Books_VolumeUserInfoRentalPeriod extends Google_Model
@@ -6203,7 +6049,6 @@ public function getEndUtcSec()
{
return $this->endUtcSec;
}
-
public function setStartUtcSec($startUtcSec)
{
$this->startUtcSec = $startUtcSec;
@@ -6213,6 +6058,7 @@ public function getStartUtcSec()
{
return $this->startUtcSec;
}
+
}
class Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo extends Google_Model
@@ -6230,6 +6076,7 @@ public function getProcessingState()
{
return $this->processingState;
}
+
}
class Google_Service_Books_VolumeVolumeInfo extends Google_Collection
@@ -6272,7 +6119,6 @@ public function getAuthors()
{
return $this->authors;
}
-
public function setAverageRating($averageRating)
{
$this->averageRating = $averageRating;
@@ -6282,7 +6128,6 @@ public function getAverageRating()
{
return $this->averageRating;
}
-
public function setCanonicalVolumeLink($canonicalVolumeLink)
{
$this->canonicalVolumeLink = $canonicalVolumeLink;
@@ -6292,7 +6137,6 @@ public function getCanonicalVolumeLink()
{
return $this->canonicalVolumeLink;
}
-
public function setCategories($categories)
{
$this->categories = $categories;
@@ -6302,7 +6146,6 @@ public function getCategories()
{
return $this->categories;
}
-
public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
@@ -6312,7 +6155,6 @@ public function getContentVersion()
{
return $this->contentVersion;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -6322,7 +6164,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDimensions(Google_Service_Books_VolumeVolumeInfoDimensions $dimensions)
{
$this->dimensions = $dimensions;
@@ -6332,7 +6173,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setImageLinks(Google_Service_Books_VolumeVolumeInfoImageLinks $imageLinks)
{
$this->imageLinks = $imageLinks;
@@ -6342,7 +6182,6 @@ public function getImageLinks()
{
return $this->imageLinks;
}
-
public function setIndustryIdentifiers($industryIdentifiers)
{
$this->industryIdentifiers = $industryIdentifiers;
@@ -6352,7 +6191,6 @@ public function getIndustryIdentifiers()
{
return $this->industryIdentifiers;
}
-
public function setInfoLink($infoLink)
{
$this->infoLink = $infoLink;
@@ -6362,7 +6200,6 @@ public function getInfoLink()
{
return $this->infoLink;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -6372,7 +6209,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setMainCategory($mainCategory)
{
$this->mainCategory = $mainCategory;
@@ -6382,7 +6218,6 @@ public function getMainCategory()
{
return $this->mainCategory;
}
-
public function setPageCount($pageCount)
{
$this->pageCount = $pageCount;
@@ -6392,7 +6227,6 @@ public function getPageCount()
{
return $this->pageCount;
}
-
public function setPreviewLink($previewLink)
{
$this->previewLink = $previewLink;
@@ -6402,7 +6236,6 @@ public function getPreviewLink()
{
return $this->previewLink;
}
-
public function setPrintType($printType)
{
$this->printType = $printType;
@@ -6412,7 +6245,6 @@ public function getPrintType()
{
return $this->printType;
}
-
public function setPrintedPageCount($printedPageCount)
{
$this->printedPageCount = $printedPageCount;
@@ -6422,7 +6254,6 @@ public function getPrintedPageCount()
{
return $this->printedPageCount;
}
-
public function setPublishedDate($publishedDate)
{
$this->publishedDate = $publishedDate;
@@ -6432,7 +6263,6 @@ public function getPublishedDate()
{
return $this->publishedDate;
}
-
public function setPublisher($publisher)
{
$this->publisher = $publisher;
@@ -6442,7 +6272,6 @@ public function getPublisher()
{
return $this->publisher;
}
-
public function setRatingsCount($ratingsCount)
{
$this->ratingsCount = $ratingsCount;
@@ -6452,7 +6281,6 @@ public function getRatingsCount()
{
return $this->ratingsCount;
}
-
public function setReadingModes($readingModes)
{
$this->readingModes = $readingModes;
@@ -6462,7 +6290,6 @@ public function getReadingModes()
{
return $this->readingModes;
}
-
public function setSubtitle($subtitle)
{
$this->subtitle = $subtitle;
@@ -6472,7 +6299,6 @@ public function getSubtitle()
{
return $this->subtitle;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -6482,6 +6308,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Books_VolumeVolumeInfoDimensions extends Google_Model
@@ -6501,7 +6328,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setThickness($thickness)
{
$this->thickness = $thickness;
@@ -6511,7 +6337,6 @@ public function getThickness()
{
return $this->thickness;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -6521,6 +6346,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Books_VolumeVolumeInfoImageLinks extends Google_Model
@@ -6543,7 +6369,6 @@ public function getExtraLarge()
{
return $this->extraLarge;
}
-
public function setLarge($large)
{
$this->large = $large;
@@ -6553,7 +6378,6 @@ public function getLarge()
{
return $this->large;
}
-
public function setMedium($medium)
{
$this->medium = $medium;
@@ -6563,7 +6387,6 @@ public function getMedium()
{
return $this->medium;
}
-
public function setSmall($small)
{
$this->small = $small;
@@ -6573,7 +6396,6 @@ public function getSmall()
{
return $this->small;
}
-
public function setSmallThumbnail($smallThumbnail)
{
$this->smallThumbnail = $smallThumbnail;
@@ -6583,7 +6405,6 @@ public function getSmallThumbnail()
{
return $this->smallThumbnail;
}
-
public function setThumbnail($thumbnail)
{
$this->thumbnail = $thumbnail;
@@ -6593,6 +6414,7 @@ public function getThumbnail()
{
return $this->thumbnail;
}
+
}
class Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers extends Google_Model
@@ -6611,7 +6433,6 @@ public function getIdentifier()
{
return $this->identifier;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6621,6 +6442,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Books_Volumeannotation extends Google_Collection
@@ -6653,7 +6475,6 @@ public function getAnnotationDataId()
{
return $this->annotationDataId;
}
-
public function setAnnotationDataLink($annotationDataLink)
{
$this->annotationDataLink = $annotationDataLink;
@@ -6663,7 +6484,6 @@ public function getAnnotationDataLink()
{
return $this->annotationDataLink;
}
-
public function setAnnotationType($annotationType)
{
$this->annotationType = $annotationType;
@@ -6673,7 +6493,6 @@ public function getAnnotationType()
{
return $this->annotationType;
}
-
public function setContentRanges(Google_Service_Books_VolumeannotationContentRanges $contentRanges)
{
$this->contentRanges = $contentRanges;
@@ -6683,7 +6502,6 @@ public function getContentRanges()
{
return $this->contentRanges;
}
-
public function setData($data)
{
$this->data = $data;
@@ -6693,7 +6511,6 @@ public function getData()
{
return $this->data;
}
-
public function setDeleted($deleted)
{
$this->deleted = $deleted;
@@ -6703,7 +6520,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6713,7 +6529,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6723,7 +6538,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLayerId($layerId)
{
$this->layerId = $layerId;
@@ -6733,7 +6547,6 @@ public function getLayerId()
{
return $this->layerId;
}
-
public function setPageIds($pageIds)
{
$this->pageIds = $pageIds;
@@ -6743,7 +6556,6 @@ public function getPageIds()
{
return $this->pageIds;
}
-
public function setSelectedText($selectedText)
{
$this->selectedText = $selectedText;
@@ -6753,7 +6565,6 @@ public function getSelectedText()
{
return $this->selectedText;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6763,7 +6574,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -6773,7 +6583,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
@@ -6783,6 +6592,7 @@ public function getVolumeId()
{
return $this->volumeId;
}
+
}
class Google_Service_Books_VolumeannotationContentRanges extends Google_Model
@@ -6806,7 +6616,6 @@ public function getCfiRange()
{
return $this->cfiRange;
}
-
public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
@@ -6816,7 +6625,6 @@ public function getContentVersion()
{
return $this->contentVersion;
}
-
public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange)
{
$this->gbImageRange = $gbImageRange;
@@ -6826,7 +6634,6 @@ public function getGbImageRange()
{
return $this->gbImageRange;
}
-
public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange)
{
$this->gbTextRange = $gbTextRange;
@@ -6836,6 +6643,7 @@ public function getGbTextRange()
{
return $this->gbTextRange;
}
+
}
class Google_Service_Books_Volumeannotations extends Google_Collection
@@ -6859,7 +6667,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6869,7 +6676,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -6879,7 +6685,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -6889,7 +6694,6 @@ public function getTotalItems()
{
return $this->totalItems;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -6899,6 +6703,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Books_Volumes extends Google_Collection
@@ -6920,7 +6725,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6930,7 +6734,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -6940,4 +6743,5 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
From c1b73bfa7df086ff952e2e646b6a586bbd2e023d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:55 -0700
Subject: [PATCH 0322/1219] Updated Replicapool.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Replicapool.php | 1615 +++++++++++-----------------
1 file changed, 652 insertions(+), 963 deletions(-)
diff --git a/src/Google/Service/Replicapool.php b/src/Google/Service/Replicapool.php
index 22bb9429b..9e2083552 100644
--- a/src/Google/Service/Replicapool.php
+++ b/src/Google/Service/Replicapool.php
@@ -16,15 +16,15 @@
*/
/**
- * Service definition for Replicapool (v1beta1).
+ * Service definition for Replicapool (v1beta2).
*
*
- * The Replica Pool API allows users to declaratively provision and manage groups of Google Compute Engine instances based on a common template.
+ * The Google Compute Engine Instance Group Manager API provides groups of homogenous Compute Engine Instances.
*
*
*
* For more information about this service, see the API
- * Documentation
+ * Documentation
*
*
* @author Google, Inc.
@@ -33,17 +33,13 @@ class Google_Service_Replicapool extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
- /** View and manage your Google Cloud Platform management resources and deployment status information. */
- const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman";
- /** View your Google Cloud Platform management resources and deployment status information. */
- const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly";
- /** View and manage replica pools. */
- const REPLICAPOOL = "https://www.googleapis.com/auth/replicapool";
- /** View replica pools. */
- const REPLICAPOOL_READONLY = "https://www.googleapis.com/auth/replicapool.readonly";
-
- public $pools;
- public $replicas;
+ /** View and manage your Google Compute Engine resources. */
+ const COMPUTE = "https://www.googleapis.com/auth/compute";
+ /** View your Google Compute Engine resources. */
+ const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
+
+ public $instanceGroupManagers;
+ public $zoneOperations;
/**
@@ -54,21 +50,61 @@ class Google_Service_Replicapool extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'replicapool/v1beta1/projects/';
- $this->version = 'v1beta1';
+ $this->servicePath = 'replicapool/v1beta2/projects/';
+ $this->version = 'v1beta2';
$this->serviceName = 'replicapool';
- $this->pools = new Google_Service_Replicapool_Pools_Resource(
+ $this->instanceGroupManagers = new Google_Service_Replicapool_InstanceGroupManagers_Resource(
$this,
$this->serviceName,
- 'pools',
+ 'instanceGroupManagers',
array(
'methods' => array(
- 'delete' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}',
+ 'abandonInstances' => array(
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'instanceGroupManager' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'instanceGroupManager' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'deleteInstances' => array(
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -78,17 +114,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
+ 'instanceGroupManager' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}',
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -98,17 +134,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
+ 'instanceGroupManager' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'insert' => array(
- 'path' => '{projectName}/zones/{zone}/pools',
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -118,12 +154,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'size' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
),
),'list' => array(
- 'path' => '{projectName}/zones/{zone}/pools',
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -133,6 +174,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -142,11 +187,11 @@ public function __construct(Google_Client $client)
'type' => 'integer',
),
),
- ),'resize' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}/resize',
+ ),'recreateInstances' => array(
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -156,21 +201,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
+ 'instanceGroupManager' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'numReplicas' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
),
- ),'updatetemplate' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}/updateTemplate',
+ ),'resize' => array(
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -180,27 +221,22 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
+ 'instanceGroupManager' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
+ 'size' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
),
- ),
- )
- )
- );
- $this->replicas = new Google_Service_Replicapool_Replicas_Resource(
- $this,
- $this->serviceName,
- 'replicas',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}',
+ ),'setInstanceTemplate' => array(
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -210,22 +246,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'replicaName' => array(
+ 'instanceGroupManager' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
- ),'get' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}',
- 'httpMethod' => 'GET',
+ ),'setTargetPools' => array(
+ 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools',
+ 'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -235,22 +266,27 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'replicaName' => array(
+ 'instanceGroupManager' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
- ),'list' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas',
+ ),
+ )
+ )
+ );
+ $this->zoneOperations = new Google_Service_Replicapool_ZoneOperations_Resource(
+ $this,
+ $this->serviceName,
+ 'zoneOperations',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => '{project}/zones/{zone}/operations/{operation}',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -260,25 +296,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
+ 'operation' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
),
- ),'restart' => array(
- 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}/restart',
- 'httpMethod' => 'POST',
+ ),'list' => array(
+ 'path' => '{project}/zones/{zone}/operations',
+ 'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -288,15 +316,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'poolName' => array(
- 'location' => 'path',
+ 'filter' => array(
+ 'location' => 'query',
'type' => 'string',
- 'required' => true,
),
- 'replicaName' => array(
- 'location' => 'path',
+ 'pageToken' => array(
+ 'location' => 'query',
'type' => 'string',
- 'required' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
),
),
),
@@ -308,365 +338,394 @@ public function __construct(Google_Client $client)
/**
- * The "pools" collection of methods.
+ * The "instanceGroupManagers" collection of methods.
* Typical usage is:
*
* $replicapoolService = new Google_Service_Replicapool(...);
- * $pools = $replicapoolService->pools;
+ * $instanceGroupManagers = $replicapoolService->instanceGroupManagers;
*
*/
-class Google_Service_Replicapool_Pools_Resource extends Google_Service_Resource
+class Google_Service_Replicapool_InstanceGroupManagers_Resource extends Google_Service_Resource
{
/**
- * Deletes a replica pool. (pools.delete)
+ * Removes the specified instances from the managed instance group, and from any
+ * target pools of which they were members, without deleting the instances.
+ * (instanceGroupManagers.abandonInstances)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
- * @param Google_PoolsDeleteRequest $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersAbandonInstancesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function delete($projectName, $zone, $poolName, Google_Service_Replicapool_PoolsDeleteRequest $postBody, $optParams = array())
+ public function abandonInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('abandonInstances', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Gets information about a single replica pool. (pools.get)
+ * Deletes the instance group manager and all instances contained within. If
+ * you'd like to delete the manager without deleting the instances, you must
+ * first abandon the instances to remove them from the group.
+ * (instanceGroupManagers.delete)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * Name of the Instance Group Manager resource to delete.
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Pool
+ * @return Google_Service_Replicapool_Operation
*/
- public function get($projectName, $zone, $poolName, $optParams = array())
+ public function delete($project, $zone, $instanceGroupManager, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Replicapool_Pool");
+ return $this->call('delete', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Inserts a new replica pool. (pools.insert)
+ * Deletes the specified instances. The instances are removed from the instance
+ * group and any target pools of which they are a member, then deleted. The
+ * targetSize of the instance group manager is reduced by the number of
+ * instances deleted. (instanceGroupManagers.deleteInstances)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param Google_Pool $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersDeleteInstancesRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Pool
+ * @return Google_Service_Replicapool_Operation
*/
- public function insert($projectName, $zone, Google_Service_Replicapool_Pool $postBody, $optParams = array())
+ public function deleteInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Replicapool_Pool");
+ return $this->call('deleteInstances', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * List all replica pools. (pools.listPools)
+ * Returns the specified Instance Group Manager resource.
+ * (instanceGroupManagers.get)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * Name of the instance resource to return.
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_InstanceGroupManager
+ */
+ public function get($project, $zone, $instanceGroupManager, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Replicapool_InstanceGroupManager");
+ }
+ /**
+ * Creates an instance group manager, as well as the instance group and the
+ * specified number of instances. (instanceGroupManagers.insert)
*
- * @opt_param string pageToken
- * Set this to the nextPageToken value returned by a previous list request to obtain the next page
- * of results from the previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
- * 50)
- * @return Google_Service_Replicapool_PoolsListResponse
+ * @param string $project
+ * The Google Developers Console project name.
+ * @param string $zone
+ * The name of the zone in which the instance group manager resides.
+ * @param int $size
+ * Number of instances that should exist.
+ * @param Google_InstanceGroupManager $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function listPools($projectName, $zone, $optParams = array())
+ public function insert($project, $zone, $size, Google_Service_Replicapool_InstanceGroupManager $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone);
+ $params = array('project' => $project, 'zone' => $zone, 'size' => $size, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Replicapool_PoolsListResponse");
+ return $this->call('insert', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Resize a pool. This is an asynchronous operation, and multiple overlapping
- * resize requests can be made. Replica Pools will use the information from the
- * last resize request. (pools.resize)
+ * Retrieves the list of Instance Group Manager resources contained within the
+ * specified zone. (instanceGroupManagers.listInstanceGroupManagers)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
+ * The name of the zone in which the instance group manager resides.
* @param array $optParams Optional parameters.
*
- * @opt_param int numReplicas
- * The desired number of replicas to resize to. If this number is larger than the existing number
- * of replicas, new replicas will be added. If the number is smaller, then existing replicas will
- * be deleted.
- * @return Google_Service_Replicapool_Pool
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Replicapool_InstanceGroupManagerList
*/
- public function resize($projectName, $zone, $poolName, $optParams = array())
+ public function listInstanceGroupManagers($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('resize', array($params), "Google_Service_Replicapool_Pool");
+ return $this->call('list', array($params), "Google_Service_Replicapool_InstanceGroupManagerList");
}
/**
- * Update the template used by the pool. (pools.updatetemplate)
+ * Recreates the specified instances. The instances are deleted, then recreated
+ * using the instance group manager's current instance template.
+ * (instanceGroupManagers.recreateInstances)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
- * @param Google_Template $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersRecreateInstancesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function updatetemplate($projectName, $zone, $poolName, Google_Service_Replicapool_Template $postBody, $optParams = array())
+ public function recreateInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('updatetemplate', array($params));
+ return $this->call('recreateInstances', array($params), "Google_Service_Replicapool_Operation");
}
-}
-
-/**
- * The "replicas" collection of methods.
- * Typical usage is:
- *
- * $replicapoolService = new Google_Service_Replicapool(...);
- * $replicas = $replicapoolService->replicas;
- *
- */
-class Google_Service_Replicapool_Replicas_Resource extends Google_Service_Resource
-{
-
/**
- * Deletes a replica from the pool. (replicas.delete)
+ * Resizes the managed instance group up or down. If resized up, new instances
+ * are created using the current instance template. If resized down, instances
+ * are removed in the order outlined in Resizing a managed instance group.
+ * (instanceGroupManagers.resize)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone where the replica lives.
- * @param string $poolName
- * The replica pool name for this request.
- * @param string $replicaName
- * The name of the replica for this request.
- * @param Google_ReplicasDeleteRequest $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param int $size
+ * Number of instances that should exist in this Instance Group Manager.
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Replica
+ * @return Google_Service_Replicapool_Operation
*/
- public function delete($projectName, $zone, $poolName, $replicaName, Google_Service_Replicapool_ReplicasDeleteRequest $postBody, $optParams = array())
+ public function resize($project, $zone, $instanceGroupManager, $size, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_Replicapool_Replica");
+ return $this->call('resize', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Gets information about a specific replica. (replicas.get)
+ * Sets the instance template to use when creating new instances in this group.
+ * Existing instances are not affected.
+ * (instanceGroupManagers.setInstanceTemplate)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone where the replica lives.
- * @param string $poolName
- * The replica pool name for this request.
- * @param string $replicaName
- * The name of the replica for this request.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersSetInstanceTemplateRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Replica
+ * @return Google_Service_Replicapool_Operation
*/
- public function get($projectName, $zone, $poolName, $replicaName, $optParams = array())
+ public function setInstanceTemplate($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Replicapool_Replica");
+ return $this->call('setInstanceTemplate', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Lists all replicas in a pool. (replicas.listReplicas)
+ * Modifies the target pools to which all new instances in this group are
+ * assigned. Existing instances in the group are not affected.
+ * (instanceGroupManagers.setTargetPools)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone where the replica pool lives.
- * @param string $poolName
- * The replica pool name for this request.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersSetTargetPoolsRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
+ */
+ public function setTargetPools($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('setTargetPools', array($params), "Google_Service_Replicapool_Operation");
+ }
+}
+
+/**
+ * The "zoneOperations" collection of methods.
+ * Typical usage is:
+ *
+ * $replicapoolService = new Google_Service_Replicapool(...);
+ * $zoneOperations = $replicapoolService->zoneOperations;
+ *
+ */
+class Google_Service_Replicapool_ZoneOperations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the specified zone-specific operation resource.
+ * (zoneOperations.get)
*
- * @opt_param string pageToken
- * Set this to the nextPageToken value returned by a previous list request to obtain the next page
- * of results from the previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
- * 50)
- * @return Google_Service_Replicapool_ReplicasListResponse
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param string $operation
+ * Name of the operation resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function listReplicas($projectName, $zone, $poolName, $optParams = array())
+ public function get($project, $zone, $operation, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName);
+ $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Replicapool_ReplicasListResponse");
+ return $this->call('get', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Restarts a replica in a pool. (replicas.restart)
+ * Retrieves the list of operation resources contained within the specified
+ * zone. (zoneOperations.listZoneOperations)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * Name of the project scoping this request.
* @param string $zone
- * The zone where the replica lives.
- * @param string $poolName
- * The replica pool name for this request.
- * @param string $replicaName
- * The name of the replica for this request.
+ * Name of the zone scoping this request.
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Replica
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Replicapool_OperationList
*/
- public function restart($projectName, $zone, $poolName, $replicaName, $optParams = array())
+ public function listZoneOperations($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('restart', array($params), "Google_Service_Replicapool_Replica");
+ return $this->call('list', array($params), "Google_Service_Replicapool_OperationList");
}
}
-class Google_Service_Replicapool_AccessConfig extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManager extends Google_Collection
{
+ protected $collection_key = 'targetPools';
protected $internal_gapi_mappings = array(
);
+ public $baseInstanceName;
+ public $creationTimestamp;
+ public $currentSize;
+ public $description;
+ public $fingerprint;
+ public $group;
+ public $id;
+ public $instanceTemplate;
+ public $kind;
public $name;
- public $natIp;
- public $type;
+ public $selfLink;
+ public $targetPools;
+ public $targetSize;
- public function setName($name)
+ public function setBaseInstanceName($baseInstanceName)
{
- $this->name = $name;
+ $this->baseInstanceName = $baseInstanceName;
}
- public function getName()
+ public function getBaseInstanceName()
{
- return $this->name;
+ return $this->baseInstanceName;
}
-
- public function setNatIp($natIp)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->natIp = $natIp;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getNatIp()
+ public function getCreationTimestamp()
{
- return $this->natIp;
+ return $this->creationTimestamp;
}
-
- public function setType($type)
+ public function setCurrentSize($currentSize)
{
- $this->type = $type;
+ $this->currentSize = $currentSize;
}
- public function getType()
+ public function getCurrentSize()
{
- return $this->type;
+ return $this->currentSize;
}
-}
-
-class Google_Service_Replicapool_Action extends Google_Collection
-{
- protected $collection_key = 'envVariables';
- protected $internal_gapi_mappings = array(
- );
- public $commands;
- protected $envVariablesType = 'Google_Service_Replicapool_EnvVariable';
- protected $envVariablesDataType = 'array';
- public $timeoutMilliSeconds;
-
- public function setCommands($commands)
+ public function setDescription($description)
{
- $this->commands = $commands;
+ $this->description = $description;
}
- public function getCommands()
+ public function getDescription()
{
- return $this->commands;
+ return $this->description;
}
-
- public function setEnvVariables($envVariables)
+ public function setFingerprint($fingerprint)
{
- $this->envVariables = $envVariables;
+ $this->fingerprint = $fingerprint;
}
- public function getEnvVariables()
+ public function getFingerprint()
{
- return $this->envVariables;
+ return $this->fingerprint;
}
-
- public function setTimeoutMilliSeconds($timeoutMilliSeconds)
+ public function setGroup($group)
{
- $this->timeoutMilliSeconds = $timeoutMilliSeconds;
+ $this->group = $group;
}
- public function getTimeoutMilliSeconds()
+ public function getGroup()
{
- return $this->timeoutMilliSeconds;
+ return $this->group;
}
-}
-
-class Google_Service_Replicapool_DiskAttachment extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $deviceName;
- public $index;
-
- public function setDeviceName($deviceName)
+ public function setId($id)
{
- $this->deviceName = $deviceName;
+ $this->id = $id;
}
- public function getDeviceName()
+ public function getId()
{
- return $this->deviceName;
+ return $this->id;
}
-
- public function setIndex($index)
+ public function setInstanceTemplate($instanceTemplate)
{
- $this->index = $index;
+ $this->instanceTemplate = $instanceTemplate;
}
- public function getIndex()
+ public function getInstanceTemplate()
{
- return $this->index;
+ return $this->instanceTemplate;
}
-}
-
-class Google_Service_Replicapool_EnvVariable extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $hidden;
- public $name;
- public $value;
-
- public function setHidden($hidden)
+ public function setKind($kind)
{
- $this->hidden = $hidden;
+ $this->kind = $kind;
}
- public function getHidden()
+ public function getKind()
{
- return $this->hidden;
+ return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -676,464 +735,311 @@ public function getName()
{
return $this->name;
}
-
- public function setValue($value)
+ public function setSelfLink($selfLink)
{
- $this->value = $value;
+ $this->selfLink = $selfLink;
}
- public function getValue()
+ public function getSelfLink()
{
- return $this->value;
+ return $this->selfLink;
}
-}
-
-class Google_Service_Replicapool_ExistingDisk extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $attachmentType = 'Google_Service_Replicapool_DiskAttachment';
- protected $attachmentDataType = '';
- public $source;
-
- public function setAttachment(Google_Service_Replicapool_DiskAttachment $attachment)
+ public function setTargetPools($targetPools)
{
- $this->attachment = $attachment;
+ $this->targetPools = $targetPools;
}
- public function getAttachment()
+ public function getTargetPools()
{
- return $this->attachment;
+ return $this->targetPools;
}
-
- public function setSource($source)
+ public function setTargetSize($targetSize)
{
- $this->source = $source;
+ $this->targetSize = $targetSize;
}
- public function getSource()
+ public function getTargetSize()
{
- return $this->source;
+ return $this->targetSize;
}
+
}
-class Google_Service_Replicapool_HealthCheck extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManagerList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- public $checkIntervalSec;
- public $description;
- public $healthyThreshold;
- public $host;
- public $name;
- public $path;
- public $port;
- public $timeoutSec;
- public $unhealthyThreshold;
+ public $id;
+ protected $itemsType = 'Google_Service_Replicapool_InstanceGroupManager';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
- public function setCheckIntervalSec($checkIntervalSec)
+ public function setId($id)
{
- $this->checkIntervalSec = $checkIntervalSec;
+ $this->id = $id;
}
- public function getCheckIntervalSec()
+ public function getId()
{
- return $this->checkIntervalSec;
+ return $this->id;
}
-
- public function setDescription($description)
+ public function setItems($items)
{
- $this->description = $description;
+ $this->items = $items;
}
- public function getDescription()
+ public function getItems()
{
- return $this->description;
+ return $this->items;
}
-
- public function setHealthyThreshold($healthyThreshold)
+ public function setKind($kind)
{
- $this->healthyThreshold = $healthyThreshold;
+ $this->kind = $kind;
}
- public function getHealthyThreshold()
+ public function getKind()
{
- return $this->healthyThreshold;
+ return $this->kind;
}
-
- public function setHost($host)
+ public function setNextPageToken($nextPageToken)
{
- $this->host = $host;
+ $this->nextPageToken = $nextPageToken;
}
- public function getHost()
+ public function getNextPageToken()
{
- return $this->host;
+ return $this->nextPageToken;
}
-
- public function setName($name)
+ public function setSelfLink($selfLink)
{
- $this->name = $name;
+ $this->selfLink = $selfLink;
}
- public function getName()
+ public function getSelfLink()
{
- return $this->name;
+ return $this->selfLink;
}
- public function setPath($path)
- {
- $this->path = $path;
- }
+}
- public function getPath()
- {
- return $this->path;
- }
+class Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest extends Google_Collection
+{
+ protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
+ public $instances;
- public function setPort($port)
+ public function setInstances($instances)
{
- $this->port = $port;
+ $this->instances = $instances;
}
- public function getPort()
+ public function getInstances()
{
- return $this->port;
+ return $this->instances;
}
- public function setTimeoutSec($timeoutSec)
+}
+
+class Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest extends Google_Collection
+{
+ protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
+ public $instances;
+
+ public function setInstances($instances)
{
- $this->timeoutSec = $timeoutSec;
+ $this->instances = $instances;
}
- public function getTimeoutSec()
+ public function getInstances()
{
- return $this->timeoutSec;
+ return $this->instances;
}
- public function setUnhealthyThreshold($unhealthyThreshold)
+}
+
+class Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest extends Google_Collection
+{
+ protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
+ public $instances;
+
+ public function setInstances($instances)
{
- $this->unhealthyThreshold = $unhealthyThreshold;
+ $this->instances = $instances;
}
- public function getUnhealthyThreshold()
+ public function getInstances()
{
- return $this->unhealthyThreshold;
+ return $this->instances;
}
+
}
-class Google_Service_Replicapool_Label extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $key;
- public $value;
+ public $instanceTemplate;
- public function setKey($key)
+ public function setInstanceTemplate($instanceTemplate)
{
- $this->key = $key;
+ $this->instanceTemplate = $instanceTemplate;
}
- public function getKey()
+ public function getInstanceTemplate()
{
- return $this->key;
+ return $this->instanceTemplate;
}
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
}
-class Google_Service_Replicapool_Metadata extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $fingerPrint;
- protected $itemsType = 'Google_Service_Replicapool_MetadataItem';
- protected $itemsDataType = 'array';
-
- public function setFingerPrint($fingerPrint)
- {
- $this->fingerPrint = $fingerPrint;
- }
-
- public function getFingerPrint()
- {
- return $this->fingerPrint;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-}
-
-class Google_Service_Replicapool_MetadataItem extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $key;
- public $value;
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_Replicapool_NetworkInterface extends Google_Collection
-{
- protected $collection_key = 'accessConfigs';
- protected $internal_gapi_mappings = array(
- );
- protected $accessConfigsType = 'Google_Service_Replicapool_AccessConfig';
- protected $accessConfigsDataType = 'array';
- public $network;
- public $networkIp;
-
- public function setAccessConfigs($accessConfigs)
- {
- $this->accessConfigs = $accessConfigs;
- }
-
- public function getAccessConfigs()
- {
- return $this->accessConfigs;
- }
-
- public function setNetwork($network)
- {
- $this->network = $network;
- }
-
- public function getNetwork()
- {
- return $this->network;
- }
-
- public function setNetworkIp($networkIp)
- {
- $this->networkIp = $networkIp;
- }
-
- public function getNetworkIp()
- {
- return $this->networkIp;
- }
-}
-
-class Google_Service_Replicapool_NewDisk extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest extends Google_Collection
{
+ protected $collection_key = 'targetPools';
protected $internal_gapi_mappings = array(
);
- protected $attachmentType = 'Google_Service_Replicapool_DiskAttachment';
- protected $attachmentDataType = '';
- public $autoDelete;
- public $boot;
- protected $initializeParamsType = 'Google_Service_Replicapool_NewDiskInitializeParams';
- protected $initializeParamsDataType = '';
-
- public function setAttachment(Google_Service_Replicapool_DiskAttachment $attachment)
- {
- $this->attachment = $attachment;
- }
-
- public function getAttachment()
- {
- return $this->attachment;
- }
-
- public function setAutoDelete($autoDelete)
- {
- $this->autoDelete = $autoDelete;
- }
+ public $fingerprint;
+ public $targetPools;
- public function getAutoDelete()
+ public function setFingerprint($fingerprint)
{
- return $this->autoDelete;
+ $this->fingerprint = $fingerprint;
}
- public function setBoot($boot)
+ public function getFingerprint()
{
- $this->boot = $boot;
+ return $this->fingerprint;
}
-
- public function getBoot()
+ public function setTargetPools($targetPools)
{
- return $this->boot;
+ $this->targetPools = $targetPools;
}
- public function setInitializeParams(Google_Service_Replicapool_NewDiskInitializeParams $initializeParams)
+ public function getTargetPools()
{
- $this->initializeParams = $initializeParams;
+ return $this->targetPools;
}
- public function getInitializeParams()
- {
- return $this->initializeParams;
- }
}
-class Google_Service_Replicapool_NewDiskInitializeParams extends Google_Model
+class Google_Service_Replicapool_Operation extends Google_Collection
{
+ protected $collection_key = 'warnings';
protected $internal_gapi_mappings = array(
);
- public $diskSizeGb;
- public $diskType;
- public $sourceImage;
+ public $clientOperationId;
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Replicapool_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
+ public $id;
+ public $insertTime;
+ public $kind;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $region;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Replicapool_OperationWarnings';
+ protected $warningsDataType = 'array';
+ public $zone;
- public function setDiskSizeGb($diskSizeGb)
+ public function setClientOperationId($clientOperationId)
{
- $this->diskSizeGb = $diskSizeGb;
+ $this->clientOperationId = $clientOperationId;
}
- public function getDiskSizeGb()
+ public function getClientOperationId()
{
- return $this->diskSizeGb;
+ return $this->clientOperationId;
}
-
- public function setDiskType($diskType)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->diskType = $diskType;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getDiskType()
+ public function getCreationTimestamp()
{
- return $this->diskType;
+ return $this->creationTimestamp;
}
-
- public function setSourceImage($sourceImage)
+ public function setEndTime($endTime)
{
- $this->sourceImage = $sourceImage;
+ $this->endTime = $endTime;
}
- public function getSourceImage()
+ public function getEndTime()
{
- return $this->sourceImage;
+ return $this->endTime;
}
-}
-
-class Google_Service_Replicapool_Pool extends Google_Collection
-{
- protected $collection_key = 'targetPools';
- protected $internal_gapi_mappings = array(
- );
- public $autoRestart;
- public $baseInstanceName;
- public $currentNumReplicas;
- public $description;
- protected $healthChecksType = 'Google_Service_Replicapool_HealthCheck';
- protected $healthChecksDataType = 'array';
- public $initialNumReplicas;
- protected $labelsType = 'Google_Service_Replicapool_Label';
- protected $labelsDataType = 'array';
- public $name;
- public $numReplicas;
- public $resourceViews;
- public $selfLink;
- public $targetPool;
- public $targetPools;
- protected $templateType = 'Google_Service_Replicapool_Template';
- protected $templateDataType = '';
- public $type;
-
- public function setAutoRestart($autoRestart)
+ public function setError(Google_Service_Replicapool_OperationError $error)
{
- $this->autoRestart = $autoRestart;
+ $this->error = $error;
}
- public function getAutoRestart()
+ public function getError()
{
- return $this->autoRestart;
+ return $this->error;
}
-
- public function setBaseInstanceName($baseInstanceName)
+ public function setHttpErrorMessage($httpErrorMessage)
{
- $this->baseInstanceName = $baseInstanceName;
+ $this->httpErrorMessage = $httpErrorMessage;
}
- public function getBaseInstanceName()
+ public function getHttpErrorMessage()
{
- return $this->baseInstanceName;
+ return $this->httpErrorMessage;
}
-
- public function setCurrentNumReplicas($currentNumReplicas)
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
- $this->currentNumReplicas = $currentNumReplicas;
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
}
- public function getCurrentNumReplicas()
+ public function getHttpErrorStatusCode()
{
- return $this->currentNumReplicas;
+ return $this->httpErrorStatusCode;
}
-
- public function setDescription($description)
+ public function setId($id)
{
- $this->description = $description;
+ $this->id = $id;
}
- public function getDescription()
+ public function getId()
{
- return $this->description;
- }
-
- public function setHealthChecks($healthChecks)
- {
- $this->healthChecks = $healthChecks;
+ return $this->id;
}
-
- public function getHealthChecks()
+ public function setInsertTime($insertTime)
{
- return $this->healthChecks;
+ $this->insertTime = $insertTime;
}
- public function setInitialNumReplicas($initialNumReplicas)
+ public function getInsertTime()
{
- $this->initialNumReplicas = $initialNumReplicas;
+ return $this->insertTime;
}
-
- public function getInitialNumReplicas()
+ public function setKind($kind)
{
- return $this->initialNumReplicas;
+ $this->kind = $kind;
}
- public function setLabels($labels)
+ public function getKind()
{
- $this->labels = $labels;
+ return $this->kind;
}
-
- public function getLabels()
- {
- return $this->labels;
- }
-
public function setName($name)
{
$this->name = $name;
@@ -1143,27 +1049,33 @@ public function getName()
{
return $this->name;
}
-
- public function setNumReplicas($numReplicas)
+ public function setOperationType($operationType)
{
- $this->numReplicas = $numReplicas;
+ $this->operationType = $operationType;
}
- public function getNumReplicas()
+ public function getOperationType()
{
- return $this->numReplicas;
+ return $this->operationType;
}
-
- public function setResourceViews($resourceViews)
+ public function setProgress($progress)
{
- $this->resourceViews = $resourceViews;
+ $this->progress = $progress;
}
- public function getResourceViews()
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+ public function setRegion($region)
{
- return $this->resourceViews;
+ $this->region = $region;
}
+ public function getRegion()
+ {
+ return $this->region;
+ }
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1173,291 +1085,160 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
- public function setTargetPool($targetPool)
+ public function setStartTime($startTime)
{
- $this->targetPool = $targetPool;
+ $this->startTime = $startTime;
}
- public function getTargetPool()
+ public function getStartTime()
{
- return $this->targetPool;
+ return $this->startTime;
}
-
- public function setTargetPools($targetPools)
+ public function setStatus($status)
{
- $this->targetPools = $targetPools;
+ $this->status = $status;
}
- public function getTargetPools()
+ public function getStatus()
{
- return $this->targetPools;
+ return $this->status;
}
-
- public function setTemplate(Google_Service_Replicapool_Template $template)
+ public function setStatusMessage($statusMessage)
{
- $this->template = $template;
+ $this->statusMessage = $statusMessage;
}
- public function getTemplate()
+ public function getStatusMessage()
{
- return $this->template;
+ return $this->statusMessage;
}
-
- public function setType($type)
+ public function setTargetId($targetId)
{
- $this->type = $type;
+ $this->targetId = $targetId;
}
- public function getType()
+ public function getTargetId()
{
- return $this->type;
+ return $this->targetId;
}
-}
-
-class Google_Service_Replicapool_PoolsDeleteRequest extends Google_Collection
-{
- protected $collection_key = 'abandonInstances';
- protected $internal_gapi_mappings = array(
- );
- public $abandonInstances;
-
- public function setAbandonInstances($abandonInstances)
+ public function setTargetLink($targetLink)
{
- $this->abandonInstances = $abandonInstances;
+ $this->targetLink = $targetLink;
}
- public function getAbandonInstances()
+ public function getTargetLink()
{
- return $this->abandonInstances;
+ return $this->targetLink;
}
-}
-
-class Google_Service_Replicapool_PoolsListResponse extends Google_Collection
-{
- protected $collection_key = 'resources';
- protected $internal_gapi_mappings = array(
- );
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Replicapool_Pool';
- protected $resourcesDataType = 'array';
-
- public function setNextPageToken($nextPageToken)
+ public function setUser($user)
{
- $this->nextPageToken = $nextPageToken;
+ $this->user = $user;
}
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setResources($resources)
+ public function getUser()
{
- $this->resources = $resources;
+ return $this->user;
}
-
- public function getResources()
+ public function setWarnings($warnings)
{
- return $this->resources;
+ $this->warnings = $warnings;
}
-}
-
-class Google_Service_Replicapool_Replica extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $name;
- public $selfLink;
- protected $statusType = 'Google_Service_Replicapool_ReplicaStatus';
- protected $statusDataType = '';
- public function setName($name)
+ public function getWarnings()
{
- $this->name = $name;
+ return $this->warnings;
}
-
- public function getName()
+ public function setZone($zone)
{
- return $this->name;
+ $this->zone = $zone;
}
- public function setSelfLink($selfLink)
+ public function getZone()
{
- $this->selfLink = $selfLink;
+ return $this->zone;
}
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setStatus(Google_Service_Replicapool_ReplicaStatus $status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
-class Google_Service_Replicapool_ReplicaStatus extends Google_Model
+class Google_Service_Replicapool_OperationError extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $internal_gapi_mappings = array(
);
- public $details;
- public $state;
- public $templateVersion;
- public $vmLink;
- public $vmStartTime;
+ protected $errorsType = 'Google_Service_Replicapool_OperationErrorErrors';
+ protected $errorsDataType = 'array';
- public function setDetails($details)
+ public function setErrors($errors)
{
- $this->details = $details;
+ $this->errors = $errors;
}
- public function getDetails()
+ public function getErrors()
{
- return $this->details;
+ return $this->errors;
}
- public function setState($state)
- {
- $this->state = $state;
- }
-
- public function getState()
- {
- return $this->state;
- }
-
- public function setTemplateVersion($templateVersion)
- {
- $this->templateVersion = $templateVersion;
- }
-
- public function getTemplateVersion()
- {
- return $this->templateVersion;
- }
-
- public function setVmLink($vmLink)
- {
- $this->vmLink = $vmLink;
- }
-
- public function getVmLink()
- {
- return $this->vmLink;
- }
-
- public function setVmStartTime($vmStartTime)
- {
- $this->vmStartTime = $vmStartTime;
- }
-
- public function getVmStartTime()
- {
- return $this->vmStartTime;
- }
-}
-
-class Google_Service_Replicapool_ReplicasDeleteRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $abandonInstance;
-
- public function setAbandonInstance($abandonInstance)
- {
- $this->abandonInstance = $abandonInstance;
- }
-
- public function getAbandonInstance()
- {
- return $this->abandonInstance;
- }
}
-class Google_Service_Replicapool_ReplicasListResponse extends Google_Collection
+class Google_Service_Replicapool_OperationErrorErrors extends Google_Model
{
- protected $collection_key = 'resources';
protected $internal_gapi_mappings = array(
);
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Replicapool_Replica';
- protected $resourcesDataType = 'array';
+ public $code;
+ public $location;
+ public $message;
- public function setNextPageToken($nextPageToken)
+ public function setCode($code)
{
- $this->nextPageToken = $nextPageToken;
+ $this->code = $code;
}
- public function getNextPageToken()
+ public function getCode()
{
- return $this->nextPageToken;
+ return $this->code;
}
-
- public function setResources($resources)
+ public function setLocation($location)
{
- $this->resources = $resources;
+ $this->location = $location;
}
- public function getResources()
+ public function getLocation()
{
- return $this->resources;
+ return $this->location;
}
-}
-
-class Google_Service_Replicapool_ServiceAccount extends Google_Collection
-{
- protected $collection_key = 'scopes';
- protected $internal_gapi_mappings = array(
- );
- public $email;
- public $scopes;
-
- public function setEmail($email)
- {
- $this->email = $email;
- }
-
- public function getEmail()
+ public function setMessage($message)
{
- return $this->email;
+ $this->message = $message;
}
- public function setScopes($scopes)
+ public function getMessage()
{
- $this->scopes = $scopes;
+ return $this->message;
}
- public function getScopes()
- {
- return $this->scopes;
- }
}
-class Google_Service_Replicapool_Tag extends Google_Collection
+class Google_Service_Replicapool_OperationList extends Google_Collection
{
protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- public $fingerPrint;
- public $items;
+ public $id;
+ protected $itemsType = 'Google_Service_Replicapool_Operation';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
- public function setFingerPrint($fingerPrint)
+ public function setId($id)
{
- $this->fingerPrint = $fingerPrint;
+ $this->id = $id;
}
- public function getFingerPrint()
+ public function getId()
{
- return $this->fingerPrint;
+ return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1467,192 +1248,100 @@ public function getItems()
{
return $this->items;
}
-}
-
-class Google_Service_Replicapool_Template extends Google_Collection
-{
- protected $collection_key = 'healthChecks';
- protected $internal_gapi_mappings = array(
- );
- protected $actionType = 'Google_Service_Replicapool_Action';
- protected $actionDataType = '';
- protected $healthChecksType = 'Google_Service_Replicapool_HealthCheck';
- protected $healthChecksDataType = 'array';
- public $version;
- protected $vmParamsType = 'Google_Service_Replicapool_VmParams';
- protected $vmParamsDataType = '';
-
- public function setAction(Google_Service_Replicapool_Action $action)
+ public function setKind($kind)
{
- $this->action = $action;
+ $this->kind = $kind;
}
- public function getAction()
+ public function getKind()
{
- return $this->action;
+ return $this->kind;
}
-
- public function setHealthChecks($healthChecks)
- {
- $this->healthChecks = $healthChecks;
- }
-
- public function getHealthChecks()
+ public function setNextPageToken($nextPageToken)
{
- return $this->healthChecks;
+ $this->nextPageToken = $nextPageToken;
}
- public function setVersion($version)
+ public function getNextPageToken()
{
- $this->version = $version;
+ return $this->nextPageToken;
}
-
- public function getVersion()
+ public function setSelfLink($selfLink)
{
- return $this->version;
+ $this->selfLink = $selfLink;
}
- public function setVmParams(Google_Service_Replicapool_VmParams $vmParams)
+ public function getSelfLink()
{
- $this->vmParams = $vmParams;
+ return $this->selfLink;
}
- public function getVmParams()
- {
- return $this->vmParams;
- }
}
-class Google_Service_Replicapool_VmParams extends Google_Collection
+class Google_Service_Replicapool_OperationWarnings extends Google_Collection
{
- protected $collection_key = 'serviceAccounts';
+ protected $collection_key = 'data';
protected $internal_gapi_mappings = array(
);
- public $baseInstanceName;
- public $canIpForward;
- public $description;
- protected $disksToAttachType = 'Google_Service_Replicapool_ExistingDisk';
- protected $disksToAttachDataType = 'array';
- protected $disksToCreateType = 'Google_Service_Replicapool_NewDisk';
- protected $disksToCreateDataType = 'array';
- public $machineType;
- protected $metadataType = 'Google_Service_Replicapool_Metadata';
- protected $metadataDataType = '';
- protected $networkInterfacesType = 'Google_Service_Replicapool_NetworkInterface';
- protected $networkInterfacesDataType = 'array';
- public $onHostMaintenance;
- protected $serviceAccountsType = 'Google_Service_Replicapool_ServiceAccount';
- protected $serviceAccountsDataType = 'array';
- protected $tagsType = 'Google_Service_Replicapool_Tag';
- protected $tagsDataType = '';
-
- public function setBaseInstanceName($baseInstanceName)
- {
- $this->baseInstanceName = $baseInstanceName;
- }
-
- public function getBaseInstanceName()
- {
- return $this->baseInstanceName;
- }
-
- public function setCanIpForward($canIpForward)
- {
- $this->canIpForward = $canIpForward;
- }
-
- public function getCanIpForward()
- {
- return $this->canIpForward;
- }
+ public $code;
+ protected $dataType = 'Google_Service_Replicapool_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
- public function setDescription($description)
+ public function setCode($code)
{
- $this->description = $description;
+ $this->code = $code;
}
- public function getDescription()
+ public function getCode()
{
- return $this->description;
+ return $this->code;
}
-
- public function setDisksToAttach($disksToAttach)
- {
- $this->disksToAttach = $disksToAttach;
- }
-
- public function getDisksToAttach()
- {
- return $this->disksToAttach;
- }
-
- public function setDisksToCreate($disksToCreate)
+ public function setData($data)
{
- $this->disksToCreate = $disksToCreate;
+ $this->data = $data;
}
- public function getDisksToCreate()
+ public function getData()
{
- return $this->disksToCreate;
+ return $this->data;
}
-
- public function setMachineType($machineType)
- {
- $this->machineType = $machineType;
- }
-
- public function getMachineType()
- {
- return $this->machineType;
- }
-
- public function setMetadata(Google_Service_Replicapool_Metadata $metadata)
- {
- $this->metadata = $metadata;
- }
-
- public function getMetadata()
+ public function setMessage($message)
{
- return $this->metadata;
+ $this->message = $message;
}
- public function setNetworkInterfaces($networkInterfaces)
+ public function getMessage()
{
- $this->networkInterfaces = $networkInterfaces;
+ return $this->message;
}
- public function getNetworkInterfaces()
- {
- return $this->networkInterfaces;
- }
+}
- public function setOnHostMaintenance($onHostMaintenance)
- {
- $this->onHostMaintenance = $onHostMaintenance;
- }
+class Google_Service_Replicapool_OperationWarningsData extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ public $value;
- public function getOnHostMaintenance()
+ public function setKey($key)
{
- return $this->onHostMaintenance;
+ $this->key = $key;
}
- public function setServiceAccounts($serviceAccounts)
+ public function getKey()
{
- $this->serviceAccounts = $serviceAccounts;
+ return $this->key;
}
-
- public function getServiceAccounts()
+ public function setValue($value)
{
- return $this->serviceAccounts;
+ $this->value = $value;
}
- public function setTags(Google_Service_Replicapool_Tag $tags)
+ public function getValue()
{
- $this->tags = $tags;
+ return $this->value;
}
- public function getTags()
- {
- return $this->tags;
- }
}
From 08c2f6fb7b6a3aa57698b5d6196c97fc6647c41e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:56 -0700
Subject: [PATCH 0323/1219] Updated Datastore.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Datastore.php | 107 +++++++++++--------------------
1 file changed, 36 insertions(+), 71 deletions(-)
diff --git a/src/Google/Service/Datastore.php b/src/Google/Service/Datastore.php
index b7abee1d6..b9d983ddc 100644
--- a/src/Google/Service/Datastore.php
+++ b/src/Google/Service/Datastore.php
@@ -252,6 +252,7 @@ public function getKeys()
{
return $this->keys;
}
+
}
class Google_Service_Datastore_AllocateIdsResponse extends Google_Collection
@@ -273,7 +274,6 @@ public function getHeader()
{
return $this->header;
}
-
public function setKeys($keys)
{
$this->keys = $keys;
@@ -283,6 +283,7 @@ public function getKeys()
{
return $this->keys;
}
+
}
class Google_Service_Datastore_BeginTransactionRequest extends Google_Model
@@ -300,6 +301,7 @@ public function getIsolationLevel()
{
return $this->isolationLevel;
}
+
}
class Google_Service_Datastore_BeginTransactionResponse extends Google_Model
@@ -319,7 +321,6 @@ public function getHeader()
{
return $this->header;
}
-
public function setTransaction($transaction)
{
$this->transaction = $transaction;
@@ -329,6 +330,7 @@ public function getTransaction()
{
return $this->transaction;
}
+
}
class Google_Service_Datastore_CommitRequest extends Google_Model
@@ -350,7 +352,6 @@ public function getIgnoreReadOnly()
{
return $this->ignoreReadOnly;
}
-
public function setMode($mode)
{
$this->mode = $mode;
@@ -360,7 +361,6 @@ public function getMode()
{
return $this->mode;
}
-
public function setMutation(Google_Service_Datastore_Mutation $mutation)
{
$this->mutation = $mutation;
@@ -370,7 +370,6 @@ public function getMutation()
{
return $this->mutation;
}
-
public function setTransaction($transaction)
{
$this->transaction = $transaction;
@@ -380,6 +379,7 @@ public function getTransaction()
{
return $this->transaction;
}
+
}
class Google_Service_Datastore_CommitResponse extends Google_Model
@@ -400,7 +400,6 @@ public function getHeader()
{
return $this->header;
}
-
public function setMutationResult(Google_Service_Datastore_MutationResult $mutationResult)
{
$this->mutationResult = $mutationResult;
@@ -410,6 +409,7 @@ public function getMutationResult()
{
return $this->mutationResult;
}
+
}
class Google_Service_Datastore_CompositeFilter extends Google_Collection
@@ -430,7 +430,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setOperator($operator)
{
$this->operator = $operator;
@@ -440,6 +439,7 @@ public function getOperator()
{
return $this->operator;
}
+
}
class Google_Service_Datastore_Entity extends Google_Model
@@ -460,7 +460,6 @@ public function getKey()
{
return $this->key;
}
-
public function setProperties($properties)
{
$this->properties = $properties;
@@ -470,12 +469,15 @@ public function getProperties()
{
return $this->properties;
}
+
}
class Google_Service_Datastore_EntityProperties extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Datastore_EntityResult extends Google_Model
@@ -494,6 +496,7 @@ public function getEntity()
{
return $this->entity;
}
+
}
class Google_Service_Datastore_Filter extends Google_Model
@@ -514,7 +517,6 @@ public function getCompositeFilter()
{
return $this->compositeFilter;
}
-
public function setPropertyFilter(Google_Service_Datastore_PropertyFilter $propertyFilter)
{
$this->propertyFilter = $propertyFilter;
@@ -524,6 +526,7 @@ public function getPropertyFilter()
{
return $this->propertyFilter;
}
+
}
class Google_Service_Datastore_GqlQuery extends Google_Collection
@@ -547,7 +550,6 @@ public function getAllowLiteral()
{
return $this->allowLiteral;
}
-
public function setNameArgs($nameArgs)
{
$this->nameArgs = $nameArgs;
@@ -557,7 +559,6 @@ public function getNameArgs()
{
return $this->nameArgs;
}
-
public function setNumberArgs($numberArgs)
{
$this->numberArgs = $numberArgs;
@@ -567,7 +568,6 @@ public function getNumberArgs()
{
return $this->numberArgs;
}
-
public function setQueryString($queryString)
{
$this->queryString = $queryString;
@@ -577,6 +577,7 @@ public function getQueryString()
{
return $this->queryString;
}
+
}
class Google_Service_Datastore_GqlQueryArg extends Google_Model
@@ -597,7 +598,6 @@ public function getCursor()
{
return $this->cursor;
}
-
public function setName($name)
{
$this->name = $name;
@@ -607,7 +607,6 @@ public function getName()
{
return $this->name;
}
-
public function setValue(Google_Service_Datastore_Value $value)
{
$this->value = $value;
@@ -617,6 +616,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Datastore_Key extends Google_Collection
@@ -638,7 +638,6 @@ public function getPartitionId()
{
return $this->partitionId;
}
-
public function setPath($path)
{
$this->path = $path;
@@ -648,6 +647,7 @@ public function getPath()
{
return $this->path;
}
+
}
class Google_Service_Datastore_KeyPathElement extends Google_Model
@@ -667,7 +667,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -677,7 +676,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -687,6 +685,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Datastore_KindExpression extends Google_Model
@@ -704,6 +703,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Datastore_LookupRequest extends Google_Collection
@@ -725,7 +725,6 @@ public function getKeys()
{
return $this->keys;
}
-
public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions)
{
$this->readOptions = $readOptions;
@@ -735,6 +734,7 @@ public function getReadOptions()
{
return $this->readOptions;
}
+
}
class Google_Service_Datastore_LookupResponse extends Google_Collection
@@ -760,7 +760,6 @@ public function getDeferred()
{
return $this->deferred;
}
-
public function setFound($found)
{
$this->found = $found;
@@ -770,7 +769,6 @@ public function getFound()
{
return $this->found;
}
-
public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
@@ -780,7 +778,6 @@ public function getHeader()
{
return $this->header;
}
-
public function setMissing($missing)
{
$this->missing = $missing;
@@ -790,6 +787,7 @@ public function getMissing()
{
return $this->missing;
}
+
}
class Google_Service_Datastore_Mutation extends Google_Collection
@@ -818,7 +816,6 @@ public function getDelete()
{
return $this->delete;
}
-
public function setForce($force)
{
$this->force = $force;
@@ -828,7 +825,6 @@ public function getForce()
{
return $this->force;
}
-
public function setInsert($insert)
{
$this->insert = $insert;
@@ -838,7 +834,6 @@ public function getInsert()
{
return $this->insert;
}
-
public function setInsertAutoId($insertAutoId)
{
$this->insertAutoId = $insertAutoId;
@@ -848,7 +843,6 @@ public function getInsertAutoId()
{
return $this->insertAutoId;
}
-
public function setUpdate($update)
{
$this->update = $update;
@@ -858,7 +852,6 @@ public function getUpdate()
{
return $this->update;
}
-
public function setUpsert($upsert)
{
$this->upsert = $upsert;
@@ -868,6 +861,7 @@ public function getUpsert()
{
return $this->upsert;
}
+
}
class Google_Service_Datastore_MutationResult extends Google_Collection
@@ -888,7 +882,6 @@ public function getIndexUpdates()
{
return $this->indexUpdates;
}
-
public function setInsertAutoIdKeys($insertAutoIdKeys)
{
$this->insertAutoIdKeys = $insertAutoIdKeys;
@@ -898,6 +891,7 @@ public function getInsertAutoIdKeys()
{
return $this->insertAutoIdKeys;
}
+
}
class Google_Service_Datastore_PartitionId extends Google_Model
@@ -916,7 +910,6 @@ public function getDatasetId()
{
return $this->datasetId;
}
-
public function setNamespace($namespace)
{
$this->namespace = $namespace;
@@ -926,6 +919,7 @@ public function getNamespace()
{
return $this->namespace;
}
+
}
class Google_Service_Datastore_Property extends Google_Collection
@@ -958,7 +952,6 @@ public function getBlobKeyValue()
{
return $this->blobKeyValue;
}
-
public function setBlobValue($blobValue)
{
$this->blobValue = $blobValue;
@@ -968,7 +961,6 @@ public function getBlobValue()
{
return $this->blobValue;
}
-
public function setBooleanValue($booleanValue)
{
$this->booleanValue = $booleanValue;
@@ -978,7 +970,6 @@ public function getBooleanValue()
{
return $this->booleanValue;
}
-
public function setDateTimeValue($dateTimeValue)
{
$this->dateTimeValue = $dateTimeValue;
@@ -988,7 +979,6 @@ public function getDateTimeValue()
{
return $this->dateTimeValue;
}
-
public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
@@ -998,7 +988,6 @@ public function getDoubleValue()
{
return $this->doubleValue;
}
-
public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
{
$this->entityValue = $entityValue;
@@ -1008,7 +997,6 @@ public function getEntityValue()
{
return $this->entityValue;
}
-
public function setIndexed($indexed)
{
$this->indexed = $indexed;
@@ -1018,7 +1006,6 @@ public function getIndexed()
{
return $this->indexed;
}
-
public function setIntegerValue($integerValue)
{
$this->integerValue = $integerValue;
@@ -1028,7 +1015,6 @@ public function getIntegerValue()
{
return $this->integerValue;
}
-
public function setKeyValue(Google_Service_Datastore_Key $keyValue)
{
$this->keyValue = $keyValue;
@@ -1038,7 +1024,6 @@ public function getKeyValue()
{
return $this->keyValue;
}
-
public function setListValue($listValue)
{
$this->listValue = $listValue;
@@ -1048,7 +1033,6 @@ public function getListValue()
{
return $this->listValue;
}
-
public function setMeaning($meaning)
{
$this->meaning = $meaning;
@@ -1058,7 +1042,6 @@ public function getMeaning()
{
return $this->meaning;
}
-
public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
@@ -1068,6 +1051,7 @@ public function getStringValue()
{
return $this->stringValue;
}
+
}
class Google_Service_Datastore_PropertyExpression extends Google_Model
@@ -1087,7 +1071,6 @@ public function getAggregationFunction()
{
return $this->aggregationFunction;
}
-
public function setProperty(Google_Service_Datastore_PropertyReference $property)
{
$this->property = $property;
@@ -1097,6 +1080,7 @@ public function getProperty()
{
return $this->property;
}
+
}
class Google_Service_Datastore_PropertyFilter extends Google_Model
@@ -1118,7 +1102,6 @@ public function getOperator()
{
return $this->operator;
}
-
public function setProperty(Google_Service_Datastore_PropertyReference $property)
{
$this->property = $property;
@@ -1128,7 +1111,6 @@ public function getProperty()
{
return $this->property;
}
-
public function setValue(Google_Service_Datastore_Value $value)
{
$this->value = $value;
@@ -1138,6 +1120,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Datastore_PropertyOrder extends Google_Model
@@ -1157,7 +1140,6 @@ public function getDirection()
{
return $this->direction;
}
-
public function setProperty(Google_Service_Datastore_PropertyReference $property)
{
$this->property = $property;
@@ -1167,6 +1149,7 @@ public function getProperty()
{
return $this->property;
}
+
}
class Google_Service_Datastore_PropertyReference extends Google_Model
@@ -1184,6 +1167,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Datastore_Query extends Google_Collection
@@ -1215,7 +1199,6 @@ public function getEndCursor()
{
return $this->endCursor;
}
-
public function setFilter(Google_Service_Datastore_Filter $filter)
{
$this->filter = $filter;
@@ -1225,7 +1208,6 @@ public function getFilter()
{
return $this->filter;
}
-
public function setGroupBy($groupBy)
{
$this->groupBy = $groupBy;
@@ -1235,7 +1217,6 @@ public function getGroupBy()
{
return $this->groupBy;
}
-
public function setKinds($kinds)
{
$this->kinds = $kinds;
@@ -1245,7 +1226,6 @@ public function getKinds()
{
return $this->kinds;
}
-
public function setLimit($limit)
{
$this->limit = $limit;
@@ -1255,7 +1235,6 @@ public function getLimit()
{
return $this->limit;
}
-
public function setOffset($offset)
{
$this->offset = $offset;
@@ -1265,7 +1244,6 @@ public function getOffset()
{
return $this->offset;
}
-
public function setOrder($order)
{
$this->order = $order;
@@ -1275,7 +1253,6 @@ public function getOrder()
{
return $this->order;
}
-
public function setProjection($projection)
{
$this->projection = $projection;
@@ -1285,7 +1262,6 @@ public function getProjection()
{
return $this->projection;
}
-
public function setStartCursor($startCursor)
{
$this->startCursor = $startCursor;
@@ -1295,6 +1271,7 @@ public function getStartCursor()
{
return $this->startCursor;
}
+
}
class Google_Service_Datastore_QueryResultBatch extends Google_Collection
@@ -1318,7 +1295,6 @@ public function getEndCursor()
{
return $this->endCursor;
}
-
public function setEntityResultType($entityResultType)
{
$this->entityResultType = $entityResultType;
@@ -1328,7 +1304,6 @@ public function getEntityResultType()
{
return $this->entityResultType;
}
-
public function setEntityResults($entityResults)
{
$this->entityResults = $entityResults;
@@ -1338,7 +1313,6 @@ public function getEntityResults()
{
return $this->entityResults;
}
-
public function setMoreResults($moreResults)
{
$this->moreResults = $moreResults;
@@ -1348,7 +1322,6 @@ public function getMoreResults()
{
return $this->moreResults;
}
-
public function setSkippedResults($skippedResults)
{
$this->skippedResults = $skippedResults;
@@ -1358,6 +1331,7 @@ public function getSkippedResults()
{
return $this->skippedResults;
}
+
}
class Google_Service_Datastore_ReadOptions extends Google_Model
@@ -1376,7 +1350,6 @@ public function getReadConsistency()
{
return $this->readConsistency;
}
-
public function setTransaction($transaction)
{
$this->transaction = $transaction;
@@ -1386,6 +1359,7 @@ public function getTransaction()
{
return $this->transaction;
}
+
}
class Google_Service_Datastore_ResponseHeader extends Google_Model
@@ -1403,6 +1377,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Datastore_RollbackRequest extends Google_Model
@@ -1420,6 +1395,7 @@ public function getTransaction()
{
return $this->transaction;
}
+
}
class Google_Service_Datastore_RollbackResponse extends Google_Model
@@ -1438,6 +1414,7 @@ public function getHeader()
{
return $this->header;
}
+
}
class Google_Service_Datastore_RunQueryRequest extends Google_Model
@@ -1462,7 +1439,6 @@ public function getGqlQuery()
{
return $this->gqlQuery;
}
-
public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId)
{
$this->partitionId = $partitionId;
@@ -1472,7 +1448,6 @@ public function getPartitionId()
{
return $this->partitionId;
}
-
public function setQuery(Google_Service_Datastore_Query $query)
{
$this->query = $query;
@@ -1482,7 +1457,6 @@ public function getQuery()
{
return $this->query;
}
-
public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions)
{
$this->readOptions = $readOptions;
@@ -1492,6 +1466,7 @@ public function getReadOptions()
{
return $this->readOptions;
}
+
}
class Google_Service_Datastore_RunQueryResponse extends Google_Model
@@ -1512,7 +1487,6 @@ public function getBatch()
{
return $this->batch;
}
-
public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
@@ -1522,6 +1496,7 @@ public function getHeader()
{
return $this->header;
}
+
}
class Google_Service_Datastore_Value extends Google_Collection
@@ -1554,7 +1529,6 @@ public function getBlobKeyValue()
{
return $this->blobKeyValue;
}
-
public function setBlobValue($blobValue)
{
$this->blobValue = $blobValue;
@@ -1564,7 +1538,6 @@ public function getBlobValue()
{
return $this->blobValue;
}
-
public function setBooleanValue($booleanValue)
{
$this->booleanValue = $booleanValue;
@@ -1574,7 +1547,6 @@ public function getBooleanValue()
{
return $this->booleanValue;
}
-
public function setDateTimeValue($dateTimeValue)
{
$this->dateTimeValue = $dateTimeValue;
@@ -1584,7 +1556,6 @@ public function getDateTimeValue()
{
return $this->dateTimeValue;
}
-
public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
@@ -1594,7 +1565,6 @@ public function getDoubleValue()
{
return $this->doubleValue;
}
-
public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
{
$this->entityValue = $entityValue;
@@ -1604,7 +1574,6 @@ public function getEntityValue()
{
return $this->entityValue;
}
-
public function setIndexed($indexed)
{
$this->indexed = $indexed;
@@ -1614,7 +1583,6 @@ public function getIndexed()
{
return $this->indexed;
}
-
public function setIntegerValue($integerValue)
{
$this->integerValue = $integerValue;
@@ -1624,7 +1592,6 @@ public function getIntegerValue()
{
return $this->integerValue;
}
-
public function setKeyValue(Google_Service_Datastore_Key $keyValue)
{
$this->keyValue = $keyValue;
@@ -1634,7 +1601,6 @@ public function getKeyValue()
{
return $this->keyValue;
}
-
public function setListValue($listValue)
{
$this->listValue = $listValue;
@@ -1644,7 +1610,6 @@ public function getListValue()
{
return $this->listValue;
}
-
public function setMeaning($meaning)
{
$this->meaning = $meaning;
@@ -1654,7 +1619,6 @@ public function getMeaning()
{
return $this->meaning;
}
-
public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
@@ -1664,4 +1628,5 @@ public function getStringValue()
{
return $this->stringValue;
}
+
}
From dabc26464f8f2213ef7751caec0e3659170a3758 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:56 -0700
Subject: [PATCH 0324/1219] Updated GroupsMigration.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/GroupsMigration.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/GroupsMigration.php b/src/Google/Service/GroupsMigration.php
index 38a21a3f7..231443f9d 100644
--- a/src/Google/Service/GroupsMigration.php
+++ b/src/Google/Service/GroupsMigration.php
@@ -118,7 +118,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
@@ -128,4 +127,5 @@ public function getResponseCode()
{
return $this->responseCode;
}
+
}
From 7b272e85e5c02579f946d8ef2a852deae9330453 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:57 -0700
Subject: [PATCH 0325/1219] Updated QPXExpress.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/QPXExpress.php | 135 ++++++------------------------
1 file changed, 24 insertions(+), 111 deletions(-)
diff --git a/src/Google/Service/QPXExpress.php b/src/Google/Service/QPXExpress.php
index cebd4f5a0..5526f07ab 100644
--- a/src/Google/Service/QPXExpress.php
+++ b/src/Google/Service/QPXExpress.php
@@ -112,7 +112,6 @@ public function getCode()
{
return $this->code;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -122,7 +121,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -132,6 +130,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_QPXExpress_AirportData extends Google_Model
@@ -152,7 +151,6 @@ public function getCity()
{
return $this->city;
}
-
public function setCode($code)
{
$this->code = $code;
@@ -162,7 +160,6 @@ public function getCode()
{
return $this->code;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -172,7 +169,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -182,6 +178,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_QPXExpress_BagDescriptor extends Google_Collection
@@ -204,7 +201,6 @@ public function getCommercialName()
{
return $this->commercialName;
}
-
public function setCount($count)
{
$this->count = $count;
@@ -214,7 +210,6 @@ public function getCount()
{
return $this->count;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -224,7 +219,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -234,7 +228,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSubcode($subcode)
{
$this->subcode = $subcode;
@@ -244,6 +237,7 @@ public function getSubcode()
{
return $this->subcode;
}
+
}
class Google_Service_QPXExpress_CarrierData extends Google_Model
@@ -263,7 +257,6 @@ public function getCode()
{
return $this->code;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -273,7 +266,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -283,6 +275,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_QPXExpress_CityData extends Google_Model
@@ -303,7 +296,6 @@ public function getCode()
{
return $this->code;
}
-
public function setCountry($country)
{
$this->country = $country;
@@ -313,7 +305,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -323,7 +314,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -333,6 +323,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_QPXExpress_Data extends Google_Collection
@@ -361,7 +352,6 @@ public function getAircraft()
{
return $this->aircraft;
}
-
public function setAirport($airport)
{
$this->airport = $airport;
@@ -371,7 +361,6 @@ public function getAirport()
{
return $this->airport;
}
-
public function setCarrier($carrier)
{
$this->carrier = $carrier;
@@ -381,7 +370,6 @@ public function getCarrier()
{
return $this->carrier;
}
-
public function setCity($city)
{
$this->city = $city;
@@ -391,7 +379,6 @@ public function getCity()
{
return $this->city;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -401,7 +388,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTax($tax)
{
$this->tax = $tax;
@@ -411,6 +397,7 @@ public function getTax()
{
return $this->tax;
}
+
}
class Google_Service_QPXExpress_FareInfo extends Google_Model
@@ -434,7 +421,6 @@ public function getBasisCode()
{
return $this->basisCode;
}
-
public function setCarrier($carrier)
{
$this->carrier = $carrier;
@@ -444,7 +430,6 @@ public function getCarrier()
{
return $this->carrier;
}
-
public function setDestination($destination)
{
$this->destination = $destination;
@@ -454,7 +439,6 @@ public function getDestination()
{
return $this->destination;
}
-
public function setId($id)
{
$this->id = $id;
@@ -464,7 +448,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -474,7 +457,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOrigin($origin)
{
$this->origin = $origin;
@@ -484,7 +466,6 @@ public function getOrigin()
{
return $this->origin;
}
-
public function setPrivate($private)
{
$this->private = $private;
@@ -494,6 +475,7 @@ public function getPrivate()
{
return $this->private;
}
+
}
class Google_Service_QPXExpress_FlightInfo extends Google_Model
@@ -512,7 +494,6 @@ public function getCarrier()
{
return $this->carrier;
}
-
public function setNumber($number)
{
$this->number = $number;
@@ -522,6 +503,7 @@ public function getNumber()
{
return $this->number;
}
+
}
class Google_Service_QPXExpress_FreeBaggageAllowance extends Google_Collection
@@ -546,7 +528,6 @@ public function getBagDescriptor()
{
return $this->bagDescriptor;
}
-
public function setKilos($kilos)
{
$this->kilos = $kilos;
@@ -556,7 +537,6 @@ public function getKilos()
{
return $this->kilos;
}
-
public function setKilosPerPiece($kilosPerPiece)
{
$this->kilosPerPiece = $kilosPerPiece;
@@ -566,7 +546,6 @@ public function getKilosPerPiece()
{
return $this->kilosPerPiece;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -576,7 +555,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPieces($pieces)
{
$this->pieces = $pieces;
@@ -586,7 +564,6 @@ public function getPieces()
{
return $this->pieces;
}
-
public function setPounds($pounds)
{
$this->pounds = $pounds;
@@ -596,6 +573,7 @@ public function getPounds()
{
return $this->pounds;
}
+
}
class Google_Service_QPXExpress_LegInfo extends Google_Model
@@ -629,7 +607,6 @@ public function getAircraft()
{
return $this->aircraft;
}
-
public function setArrivalTime($arrivalTime)
{
$this->arrivalTime = $arrivalTime;
@@ -639,7 +616,6 @@ public function getArrivalTime()
{
return $this->arrivalTime;
}
-
public function setChangePlane($changePlane)
{
$this->changePlane = $changePlane;
@@ -649,7 +625,6 @@ public function getChangePlane()
{
return $this->changePlane;
}
-
public function setConnectionDuration($connectionDuration)
{
$this->connectionDuration = $connectionDuration;
@@ -659,7 +634,6 @@ public function getConnectionDuration()
{
return $this->connectionDuration;
}
-
public function setDepartureTime($departureTime)
{
$this->departureTime = $departureTime;
@@ -669,7 +643,6 @@ public function getDepartureTime()
{
return $this->departureTime;
}
-
public function setDestination($destination)
{
$this->destination = $destination;
@@ -679,7 +652,6 @@ public function getDestination()
{
return $this->destination;
}
-
public function setDestinationTerminal($destinationTerminal)
{
$this->destinationTerminal = $destinationTerminal;
@@ -689,7 +661,6 @@ public function getDestinationTerminal()
{
return $this->destinationTerminal;
}
-
public function setDuration($duration)
{
$this->duration = $duration;
@@ -699,7 +670,6 @@ public function getDuration()
{
return $this->duration;
}
-
public function setId($id)
{
$this->id = $id;
@@ -709,7 +679,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -719,7 +688,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMeal($meal)
{
$this->meal = $meal;
@@ -729,7 +697,6 @@ public function getMeal()
{
return $this->meal;
}
-
public function setMileage($mileage)
{
$this->mileage = $mileage;
@@ -739,7 +706,6 @@ public function getMileage()
{
return $this->mileage;
}
-
public function setOnTimePerformance($onTimePerformance)
{
$this->onTimePerformance = $onTimePerformance;
@@ -749,7 +715,6 @@ public function getOnTimePerformance()
{
return $this->onTimePerformance;
}
-
public function setOperatingDisclosure($operatingDisclosure)
{
$this->operatingDisclosure = $operatingDisclosure;
@@ -759,7 +724,6 @@ public function getOperatingDisclosure()
{
return $this->operatingDisclosure;
}
-
public function setOrigin($origin)
{
$this->origin = $origin;
@@ -769,7 +733,6 @@ public function getOrigin()
{
return $this->origin;
}
-
public function setOriginTerminal($originTerminal)
{
$this->originTerminal = $originTerminal;
@@ -779,7 +742,6 @@ public function getOriginTerminal()
{
return $this->originTerminal;
}
-
public function setSecure($secure)
{
$this->secure = $secure;
@@ -789,6 +751,7 @@ public function getSecure()
{
return $this->secure;
}
+
}
class Google_Service_QPXExpress_PassengerCounts extends Google_Model
@@ -811,7 +774,6 @@ public function getAdultCount()
{
return $this->adultCount;
}
-
public function setChildCount($childCount)
{
$this->childCount = $childCount;
@@ -821,7 +783,6 @@ public function getChildCount()
{
return $this->childCount;
}
-
public function setInfantInLapCount($infantInLapCount)
{
$this->infantInLapCount = $infantInLapCount;
@@ -831,7 +792,6 @@ public function getInfantInLapCount()
{
return $this->infantInLapCount;
}
-
public function setInfantInSeatCount($infantInSeatCount)
{
$this->infantInSeatCount = $infantInSeatCount;
@@ -841,7 +801,6 @@ public function getInfantInSeatCount()
{
return $this->infantInSeatCount;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -851,7 +810,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSeniorCount($seniorCount)
{
$this->seniorCount = $seniorCount;
@@ -861,6 +819,7 @@ public function getSeniorCount()
{
return $this->seniorCount;
}
+
}
class Google_Service_QPXExpress_PricingInfo extends Google_Collection
@@ -895,7 +854,6 @@ public function getBaseFareTotal()
{
return $this->baseFareTotal;
}
-
public function setFare($fare)
{
$this->fare = $fare;
@@ -905,7 +863,6 @@ public function getFare()
{
return $this->fare;
}
-
public function setFareCalculation($fareCalculation)
{
$this->fareCalculation = $fareCalculation;
@@ -915,7 +872,6 @@ public function getFareCalculation()
{
return $this->fareCalculation;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -925,7 +881,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLatestTicketingTime($latestTicketingTime)
{
$this->latestTicketingTime = $latestTicketingTime;
@@ -935,7 +890,6 @@ public function getLatestTicketingTime()
{
return $this->latestTicketingTime;
}
-
public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers)
{
$this->passengers = $passengers;
@@ -945,7 +899,6 @@ public function getPassengers()
{
return $this->passengers;
}
-
public function setPtc($ptc)
{
$this->ptc = $ptc;
@@ -955,7 +908,6 @@ public function getPtc()
{
return $this->ptc;
}
-
public function setRefundable($refundable)
{
$this->refundable = $refundable;
@@ -965,7 +917,6 @@ public function getRefundable()
{
return $this->refundable;
}
-
public function setSaleFareTotal($saleFareTotal)
{
$this->saleFareTotal = $saleFareTotal;
@@ -975,7 +926,6 @@ public function getSaleFareTotal()
{
return $this->saleFareTotal;
}
-
public function setSaleTaxTotal($saleTaxTotal)
{
$this->saleTaxTotal = $saleTaxTotal;
@@ -985,7 +935,6 @@ public function getSaleTaxTotal()
{
return $this->saleTaxTotal;
}
-
public function setSaleTotal($saleTotal)
{
$this->saleTotal = $saleTotal;
@@ -995,7 +944,6 @@ public function getSaleTotal()
{
return $this->saleTotal;
}
-
public function setSegmentPricing($segmentPricing)
{
$this->segmentPricing = $segmentPricing;
@@ -1005,7 +953,6 @@ public function getSegmentPricing()
{
return $this->segmentPricing;
}
-
public function setTax($tax)
{
$this->tax = $tax;
@@ -1015,6 +962,7 @@ public function getTax()
{
return $this->tax;
}
+
}
class Google_Service_QPXExpress_SegmentInfo extends Google_Collection
@@ -1045,7 +993,6 @@ public function getBookingCode()
{
return $this->bookingCode;
}
-
public function setBookingCodeCount($bookingCodeCount)
{
$this->bookingCodeCount = $bookingCodeCount;
@@ -1055,7 +1002,6 @@ public function getBookingCodeCount()
{
return $this->bookingCodeCount;
}
-
public function setCabin($cabin)
{
$this->cabin = $cabin;
@@ -1065,7 +1011,6 @@ public function getCabin()
{
return $this->cabin;
}
-
public function setConnectionDuration($connectionDuration)
{
$this->connectionDuration = $connectionDuration;
@@ -1075,7 +1020,6 @@ public function getConnectionDuration()
{
return $this->connectionDuration;
}
-
public function setDuration($duration)
{
$this->duration = $duration;
@@ -1085,7 +1029,6 @@ public function getDuration()
{
return $this->duration;
}
-
public function setFlight(Google_Service_QPXExpress_FlightInfo $flight)
{
$this->flight = $flight;
@@ -1095,7 +1038,6 @@ public function getFlight()
{
return $this->flight;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1105,7 +1047,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1115,7 +1056,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLeg($leg)
{
$this->leg = $leg;
@@ -1125,7 +1065,6 @@ public function getLeg()
{
return $this->leg;
}
-
public function setMarriedSegmentGroup($marriedSegmentGroup)
{
$this->marriedSegmentGroup = $marriedSegmentGroup;
@@ -1135,7 +1074,6 @@ public function getMarriedSegmentGroup()
{
return $this->marriedSegmentGroup;
}
-
public function setSubjectToGovernmentApproval($subjectToGovernmentApproval)
{
$this->subjectToGovernmentApproval = $subjectToGovernmentApproval;
@@ -1145,6 +1083,7 @@ public function getSubjectToGovernmentApproval()
{
return $this->subjectToGovernmentApproval;
}
+
}
class Google_Service_QPXExpress_SegmentPricing extends Google_Collection
@@ -1167,7 +1106,6 @@ public function getFareId()
{
return $this->fareId;
}
-
public function setFreeBaggageOption($freeBaggageOption)
{
$this->freeBaggageOption = $freeBaggageOption;
@@ -1177,7 +1115,6 @@ public function getFreeBaggageOption()
{
return $this->freeBaggageOption;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1187,7 +1124,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSegmentId($segmentId)
{
$this->segmentId = $segmentId;
@@ -1197,6 +1133,7 @@ public function getSegmentId()
{
return $this->segmentId;
}
+
}
class Google_Service_QPXExpress_SliceInfo extends Google_Collection
@@ -1218,7 +1155,6 @@ public function getDuration()
{
return $this->duration;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1228,7 +1164,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSegment($segment)
{
$this->segment = $segment;
@@ -1238,6 +1173,7 @@ public function getSegment()
{
return $this->segment;
}
+
}
class Google_Service_QPXExpress_SliceInput extends Google_Collection
@@ -1267,7 +1203,6 @@ public function getAlliance()
{
return $this->alliance;
}
-
public function setDate($date)
{
$this->date = $date;
@@ -1277,7 +1212,6 @@ public function getDate()
{
return $this->date;
}
-
public function setDestination($destination)
{
$this->destination = $destination;
@@ -1287,7 +1221,6 @@ public function getDestination()
{
return $this->destination;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1297,7 +1230,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxConnectionDuration($maxConnectionDuration)
{
$this->maxConnectionDuration = $maxConnectionDuration;
@@ -1307,7 +1239,6 @@ public function getMaxConnectionDuration()
{
return $this->maxConnectionDuration;
}
-
public function setMaxStops($maxStops)
{
$this->maxStops = $maxStops;
@@ -1317,7 +1248,6 @@ public function getMaxStops()
{
return $this->maxStops;
}
-
public function setOrigin($origin)
{
$this->origin = $origin;
@@ -1327,7 +1257,6 @@ public function getOrigin()
{
return $this->origin;
}
-
public function setPermittedCarrier($permittedCarrier)
{
$this->permittedCarrier = $permittedCarrier;
@@ -1337,7 +1266,6 @@ public function getPermittedCarrier()
{
return $this->permittedCarrier;
}
-
public function setPermittedDepartureTime(Google_Service_QPXExpress_TimeOfDayRange $permittedDepartureTime)
{
$this->permittedDepartureTime = $permittedDepartureTime;
@@ -1347,7 +1275,6 @@ public function getPermittedDepartureTime()
{
return $this->permittedDepartureTime;
}
-
public function setPreferredCabin($preferredCabin)
{
$this->preferredCabin = $preferredCabin;
@@ -1357,7 +1284,6 @@ public function getPreferredCabin()
{
return $this->preferredCabin;
}
-
public function setProhibitedCarrier($prohibitedCarrier)
{
$this->prohibitedCarrier = $prohibitedCarrier;
@@ -1367,6 +1293,7 @@ public function getProhibitedCarrier()
{
return $this->prohibitedCarrier;
}
+
}
class Google_Service_QPXExpress_TaxData extends Google_Model
@@ -1386,7 +1313,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1396,7 +1322,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1406,6 +1331,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_QPXExpress_TaxInfo extends Google_Model
@@ -1428,7 +1354,6 @@ public function getChargeType()
{
return $this->chargeType;
}
-
public function setCode($code)
{
$this->code = $code;
@@ -1438,7 +1363,6 @@ public function getCode()
{
return $this->code;
}
-
public function setCountry($country)
{
$this->country = $country;
@@ -1448,7 +1372,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1458,7 +1381,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1468,7 +1390,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSalePrice($salePrice)
{
$this->salePrice = $salePrice;
@@ -1478,6 +1399,7 @@ public function getSalePrice()
{
return $this->salePrice;
}
+
}
class Google_Service_QPXExpress_TimeOfDayRange extends Google_Model
@@ -1497,7 +1419,6 @@ public function getEarliestTime()
{
return $this->earliestTime;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1507,7 +1428,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLatestTime($latestTime)
{
$this->latestTime = $latestTime;
@@ -1517,6 +1437,7 @@ public function getLatestTime()
{
return $this->latestTime;
}
+
}
class Google_Service_QPXExpress_TripOption extends Google_Collection
@@ -1541,7 +1462,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1551,7 +1471,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPricing($pricing)
{
$this->pricing = $pricing;
@@ -1561,7 +1480,6 @@ public function getPricing()
{
return $this->pricing;
}
-
public function setSaleTotal($saleTotal)
{
$this->saleTotal = $saleTotal;
@@ -1571,7 +1489,6 @@ public function getSaleTotal()
{
return $this->saleTotal;
}
-
public function setSlice($slice)
{
$this->slice = $slice;
@@ -1581,6 +1498,7 @@ public function getSlice()
{
return $this->slice;
}
+
}
class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection
@@ -1606,7 +1524,6 @@ public function getMaxPrice()
{
return $this->maxPrice;
}
-
public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers)
{
$this->passengers = $passengers;
@@ -1616,7 +1533,6 @@ public function getPassengers()
{
return $this->passengers;
}
-
public function setRefundable($refundable)
{
$this->refundable = $refundable;
@@ -1626,7 +1542,6 @@ public function getRefundable()
{
return $this->refundable;
}
-
public function setSaleCountry($saleCountry)
{
$this->saleCountry = $saleCountry;
@@ -1636,7 +1551,6 @@ public function getSaleCountry()
{
return $this->saleCountry;
}
-
public function setSlice($slice)
{
$this->slice = $slice;
@@ -1646,7 +1560,6 @@ public function getSlice()
{
return $this->slice;
}
-
public function setSolutions($solutions)
{
$this->solutions = $solutions;
@@ -1656,6 +1569,7 @@ public function getSolutions()
{
return $this->solutions;
}
+
}
class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection
@@ -1679,7 +1593,6 @@ public function getData()
{
return $this->data;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1689,7 +1602,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRequestId($requestId)
{
$this->requestId = $requestId;
@@ -1699,7 +1611,6 @@ public function getRequestId()
{
return $this->requestId;
}
-
public function setTripOption($tripOption)
{
$this->tripOption = $tripOption;
@@ -1709,6 +1620,7 @@ public function getTripOption()
{
return $this->tripOption;
}
+
}
class Google_Service_QPXExpress_TripsSearchRequest extends Google_Model
@@ -1727,6 +1639,7 @@ public function getRequest()
{
return $this->request;
}
+
}
class Google_Service_QPXExpress_TripsSearchResponse extends Google_Model
@@ -1746,7 +1659,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTrips(Google_Service_QPXExpress_TripOptionsResponse $trips)
{
$this->trips = $trips;
@@ -1756,4 +1668,5 @@ public function getTrips()
{
return $this->trips;
}
+
}
From ef07b515cf1323a3c2670e647cdcf024f60b1aee Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:58 -0700
Subject: [PATCH 0326/1219] Updated Autoscaler.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Autoscaler.php | 58 +++++++------------------------
1 file changed, 12 insertions(+), 46 deletions(-)
diff --git a/src/Google/Service/Autoscaler.php b/src/Google/Service/Autoscaler.php
index 0eb8eb687..d3462686f 100644
--- a/src/Google/Service/Autoscaler.php
+++ b/src/Google/Service/Autoscaler.php
@@ -493,7 +493,6 @@ public function getAutoscalingPolicy()
{
return $this->autoscalingPolicy;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -503,7 +502,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -513,7 +511,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -523,7 +520,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -533,7 +529,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -543,7 +538,6 @@ public function getName()
{
return $this->name;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -553,7 +547,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTarget($target)
{
$this->target = $target;
@@ -563,6 +556,7 @@ public function getTarget()
{
return $this->target;
}
+
}
class Google_Service_Autoscaler_AutoscalerListResponse extends Google_Collection
@@ -584,7 +578,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -594,7 +587,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -604,6 +596,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Collection
@@ -630,7 +623,6 @@ public function getCoolDownPeriodSec()
{
return $this->coolDownPeriodSec;
}
-
public function setCpuUtilization(Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization $cpuUtilization)
{
$this->cpuUtilization = $cpuUtilization;
@@ -640,7 +632,6 @@ public function getCpuUtilization()
{
return $this->cpuUtilization;
}
-
public function setCustomMetricUtilizations($customMetricUtilizations)
{
$this->customMetricUtilizations = $customMetricUtilizations;
@@ -650,7 +641,6 @@ public function getCustomMetricUtilizations()
{
return $this->customMetricUtilizations;
}
-
public function setLoadBalancingUtilization(Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization $loadBalancingUtilization)
{
$this->loadBalancingUtilization = $loadBalancingUtilization;
@@ -660,7 +650,6 @@ public function getLoadBalancingUtilization()
{
return $this->loadBalancingUtilization;
}
-
public function setMaxNumReplicas($maxNumReplicas)
{
$this->maxNumReplicas = $maxNumReplicas;
@@ -670,7 +659,6 @@ public function getMaxNumReplicas()
{
return $this->maxNumReplicas;
}
-
public function setMinNumReplicas($minNumReplicas)
{
$this->minNumReplicas = $minNumReplicas;
@@ -680,6 +668,7 @@ public function getMinNumReplicas()
{
return $this->minNumReplicas;
}
+
}
class Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization extends Google_Model
@@ -697,6 +686,7 @@ public function getUtilizationTarget()
{
return $this->utilizationTarget;
}
+
}
class Google_Service_Autoscaler_AutoscalingPolicyCustomMetricUtilization extends Google_Model
@@ -716,7 +706,6 @@ public function getMetric()
{
return $this->metric;
}
-
public function setUtilizationTarget($utilizationTarget)
{
$this->utilizationTarget = $utilizationTarget;
@@ -726,7 +715,6 @@ public function getUtilizationTarget()
{
return $this->utilizationTarget;
}
-
public function setUtilizationTargetType($utilizationTargetType)
{
$this->utilizationTargetType = $utilizationTargetType;
@@ -736,6 +724,7 @@ public function getUtilizationTargetType()
{
return $this->utilizationTargetType;
}
+
}
class Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization extends Google_Model
@@ -753,6 +742,7 @@ public function getUtilizationTarget()
{
return $this->utilizationTarget;
}
+
}
class Google_Service_Autoscaler_Operation extends Google_Collection
@@ -794,7 +784,6 @@ public function getClientOperationId()
{
return $this->clientOperationId;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -804,7 +793,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -814,7 +802,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setError(Google_Service_Autoscaler_OperationError $error)
{
$this->error = $error;
@@ -824,7 +811,6 @@ public function getError()
{
return $this->error;
}
-
public function setHttpErrorMessage($httpErrorMessage)
{
$this->httpErrorMessage = $httpErrorMessage;
@@ -834,7 +820,6 @@ public function getHttpErrorMessage()
{
return $this->httpErrorMessage;
}
-
public function setHttpErrorStatusCode($httpErrorStatusCode)
{
$this->httpErrorStatusCode = $httpErrorStatusCode;
@@ -844,7 +829,6 @@ public function getHttpErrorStatusCode()
{
return $this->httpErrorStatusCode;
}
-
public function setId($id)
{
$this->id = $id;
@@ -854,7 +838,6 @@ public function getId()
{
return $this->id;
}
-
public function setInsertTime($insertTime)
{
$this->insertTime = $insertTime;
@@ -864,7 +847,6 @@ public function getInsertTime()
{
return $this->insertTime;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -874,7 +856,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -884,7 +865,6 @@ public function getName()
{
return $this->name;
}
-
public function setOperationType($operationType)
{
$this->operationType = $operationType;
@@ -894,7 +874,6 @@ public function getOperationType()
{
return $this->operationType;
}
-
public function setProgress($progress)
{
$this->progress = $progress;
@@ -904,7 +883,6 @@ public function getProgress()
{
return $this->progress;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -914,7 +892,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -924,7 +901,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -934,7 +910,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -944,7 +919,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
@@ -954,7 +928,6 @@ public function getStatusMessage()
{
return $this->statusMessage;
}
-
public function setTargetId($targetId)
{
$this->targetId = $targetId;
@@ -964,7 +937,6 @@ public function getTargetId()
{
return $this->targetId;
}
-
public function setTargetLink($targetLink)
{
$this->targetLink = $targetLink;
@@ -974,7 +946,6 @@ public function getTargetLink()
{
return $this->targetLink;
}
-
public function setUser($user)
{
$this->user = $user;
@@ -984,7 +955,6 @@ public function getUser()
{
return $this->user;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -994,7 +964,6 @@ public function getWarnings()
{
return $this->warnings;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -1004,6 +973,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Autoscaler_OperationError extends Google_Collection
@@ -1023,6 +993,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_Autoscaler_OperationErrorErrors extends Google_Model
@@ -1042,7 +1013,6 @@ public function getCode()
{
return $this->code;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -1052,7 +1022,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -1062,6 +1031,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Autoscaler_OperationList extends Google_Collection
@@ -1085,7 +1055,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1095,7 +1064,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1105,7 +1073,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1115,7 +1082,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1125,6 +1091,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Autoscaler_OperationWarnings extends Google_Collection
@@ -1146,7 +1113,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -1156,7 +1122,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -1166,6 +1131,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Autoscaler_OperationWarningsData extends Google_Model
@@ -1184,7 +1150,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1194,4 +1159,5 @@ public function getValue()
{
return $this->value;
}
+
}
From 81347a08bf028315f16d01bdb282985e7a6729d1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:58 -0700
Subject: [PATCH 0327/1219] Updated Oauth2.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Oauth2.php | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/src/Google/Service/Oauth2.php b/src/Google/Service/Oauth2.php
index d2d19b353..96272a71d 100644
--- a/src/Google/Service/Oauth2.php
+++ b/src/Google/Service/Oauth2.php
@@ -221,7 +221,6 @@ public function getAccessType()
{
return $this->accessType;
}
-
public function setAudience($audience)
{
$this->audience = $audience;
@@ -231,7 +230,6 @@ public function getAudience()
{
return $this->audience;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -241,7 +239,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setExpiresIn($expiresIn)
{
$this->expiresIn = $expiresIn;
@@ -251,7 +248,6 @@ public function getExpiresIn()
{
return $this->expiresIn;
}
-
public function setIssuedTo($issuedTo)
{
$this->issuedTo = $issuedTo;
@@ -261,7 +257,6 @@ public function getIssuedTo()
{
return $this->issuedTo;
}
-
public function setScope($scope)
{
$this->scope = $scope;
@@ -271,7 +266,6 @@ public function getScope()
{
return $this->scope;
}
-
public function setUserId($userId)
{
$this->userId = $userId;
@@ -281,7 +275,6 @@ public function getUserId()
{
return $this->userId;
}
-
public function setVerifiedEmail($verifiedEmail)
{
$this->verifiedEmail = $verifiedEmail;
@@ -291,6 +284,7 @@ public function getVerifiedEmail()
{
return $this->verifiedEmail;
}
+
}
class Google_Service_Oauth2_Userinfoplus extends Google_Model
@@ -321,7 +315,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
@@ -331,7 +324,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setGender($gender)
{
$this->gender = $gender;
@@ -341,7 +333,6 @@ public function getGender()
{
return $this->gender;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -351,7 +342,6 @@ public function getGivenName()
{
return $this->givenName;
}
-
public function setHd($hd)
{
$this->hd = $hd;
@@ -361,7 +351,6 @@ public function getHd()
{
return $this->hd;
}
-
public function setId($id)
{
$this->id = $id;
@@ -371,7 +360,6 @@ public function getId()
{
return $this->id;
}
-
public function setLink($link)
{
$this->link = $link;
@@ -381,7 +369,6 @@ public function getLink()
{
return $this->link;
}
-
public function setLocale($locale)
{
$this->locale = $locale;
@@ -391,7 +378,6 @@ public function getLocale()
{
return $this->locale;
}
-
public function setName($name)
{
$this->name = $name;
@@ -401,7 +387,6 @@ public function getName()
{
return $this->name;
}
-
public function setPicture($picture)
{
$this->picture = $picture;
@@ -411,7 +396,6 @@ public function getPicture()
{
return $this->picture;
}
-
public function setVerifiedEmail($verifiedEmail)
{
$this->verifiedEmail = $verifiedEmail;
@@ -421,4 +405,5 @@ public function getVerifiedEmail()
{
return $this->verifiedEmail;
}
+
}
From 12213eb7924c599fc814a8e80bee0bd67c56f2cb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:59 -0700
Subject: [PATCH 0328/1219] Updated DoubleClickBidManager.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/DoubleClickBidManager.php | 67 ++++++--------------
1 file changed, 19 insertions(+), 48 deletions(-)
diff --git a/src/Google/Service/DoubleClickBidManager.php b/src/Google/Service/DoubleClickBidManager.php
index 20bafeae7..748b54723 100644
--- a/src/Google/Service/DoubleClickBidManager.php
+++ b/src/Google/Service/DoubleClickBidManager.php
@@ -308,7 +308,6 @@ public function getFilterIds()
{
return $this->filterIds;
}
-
public function setFilterType($filterType)
{
$this->filterType = $filterType;
@@ -318,7 +317,6 @@ public function getFilterType()
{
return $this->filterType;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -328,6 +326,7 @@ public function getFormat()
{
return $this->format;
}
+
}
class Google_Service_DoubleClickBidManager_DownloadLineItemsResponse extends Google_Model
@@ -345,6 +344,7 @@ public function getLineItems()
{
return $this->lineItems;
}
+
}
class Google_Service_DoubleClickBidManager_FilterPair extends Google_Model
@@ -363,7 +363,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -373,6 +372,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_DoubleClickBidManager_ListQueriesResponse extends Google_Collection
@@ -393,7 +393,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setQueries($queries)
{
$this->queries = $queries;
@@ -403,6 +402,7 @@ public function getQueries()
{
return $this->queries;
}
+
}
class Google_Service_DoubleClickBidManager_ListReportsResponse extends Google_Collection
@@ -423,7 +423,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setReports($reports)
{
$this->reports = $reports;
@@ -433,6 +432,7 @@ public function getReports()
{
return $this->reports;
}
+
}
class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
@@ -456,7 +456,6 @@ public function getFilters()
{
return $this->filters;
}
-
public function setGroupBys($groupBys)
{
$this->groupBys = $groupBys;
@@ -466,7 +465,6 @@ public function getGroupBys()
{
return $this->groupBys;
}
-
public function setIncludeInviteData($includeInviteData)
{
$this->includeInviteData = $includeInviteData;
@@ -476,7 +474,6 @@ public function getIncludeInviteData()
{
return $this->includeInviteData;
}
-
public function setMetrics($metrics)
{
$this->metrics = $metrics;
@@ -486,7 +483,6 @@ public function getMetrics()
{
return $this->metrics;
}
-
public function setType($type)
{
$this->type = $type;
@@ -496,6 +492,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_DoubleClickBidManager_Query extends Google_Model
@@ -523,7 +520,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $metadata)
{
$this->metadata = $metadata;
@@ -533,7 +529,6 @@ public function getMetadata()
{
return $this->metadata;
}
-
public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
{
$this->params = $params;
@@ -543,7 +538,6 @@ public function getParams()
{
return $this->params;
}
-
public function setQueryId($queryId)
{
$this->queryId = $queryId;
@@ -553,7 +547,6 @@ public function getQueryId()
{
return $this->queryId;
}
-
public function setReportDataEndTimeMs($reportDataEndTimeMs)
{
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
@@ -563,7 +556,6 @@ public function getReportDataEndTimeMs()
{
return $this->reportDataEndTimeMs;
}
-
public function setReportDataStartTimeMs($reportDataStartTimeMs)
{
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
@@ -573,7 +565,6 @@ public function getReportDataStartTimeMs()
{
return $this->reportDataStartTimeMs;
}
-
public function setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $schedule)
{
$this->schedule = $schedule;
@@ -583,7 +574,6 @@ public function getSchedule()
{
return $this->schedule;
}
-
public function setTimezoneCode($timezoneCode)
{
$this->timezoneCode = $timezoneCode;
@@ -593,6 +583,7 @@ public function getTimezoneCode()
{
return $this->timezoneCode;
}
+
}
class Google_Service_DoubleClickBidManager_QueryMetadata extends Google_Collection
@@ -620,7 +611,6 @@ public function getDataRange()
{
return $this->dataRange;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -630,7 +620,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setGoogleCloudStoragePathForLatestReport($googleCloudStoragePathForLatestReport)
{
$this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport;
@@ -640,7 +629,6 @@ public function getGoogleCloudStoragePathForLatestReport()
{
return $this->googleCloudStoragePathForLatestReport;
}
-
public function setGoogleDrivePathForLatestReport($googleDrivePathForLatestReport)
{
$this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport;
@@ -650,7 +638,6 @@ public function getGoogleDrivePathForLatestReport()
{
return $this->googleDrivePathForLatestReport;
}
-
public function setLatestReportRunTimeMs($latestReportRunTimeMs)
{
$this->latestReportRunTimeMs = $latestReportRunTimeMs;
@@ -660,7 +647,6 @@ public function getLatestReportRunTimeMs()
{
return $this->latestReportRunTimeMs;
}
-
public function setReportCount($reportCount)
{
$this->reportCount = $reportCount;
@@ -670,7 +656,6 @@ public function getReportCount()
{
return $this->reportCount;
}
-
public function setRunning($running)
{
$this->running = $running;
@@ -680,7 +665,6 @@ public function getRunning()
{
return $this->running;
}
-
public function setSendNotification($sendNotification)
{
$this->sendNotification = $sendNotification;
@@ -690,7 +674,6 @@ public function getSendNotification()
{
return $this->sendNotification;
}
-
public function setShareEmailAddress($shareEmailAddress)
{
$this->shareEmailAddress = $shareEmailAddress;
@@ -700,7 +683,6 @@ public function getShareEmailAddress()
{
return $this->shareEmailAddress;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -710,6 +692,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_DoubleClickBidManager_QuerySchedule extends Google_Model
@@ -730,7 +713,6 @@ public function getEndTimeMs()
{
return $this->endTimeMs;
}
-
public function setFrequency($frequency)
{
$this->frequency = $frequency;
@@ -740,7 +722,6 @@ public function getFrequency()
{
return $this->frequency;
}
-
public function setNextRunMinuteOfDay($nextRunMinuteOfDay)
{
$this->nextRunMinuteOfDay = $nextRunMinuteOfDay;
@@ -750,7 +731,6 @@ public function getNextRunMinuteOfDay()
{
return $this->nextRunMinuteOfDay;
}
-
public function setNextRunTimezoneCode($nextRunTimezoneCode)
{
$this->nextRunTimezoneCode = $nextRunTimezoneCode;
@@ -760,6 +740,7 @@ public function getNextRunTimezoneCode()
{
return $this->nextRunTimezoneCode;
}
+
}
class Google_Service_DoubleClickBidManager_Report extends Google_Model
@@ -782,7 +763,6 @@ public function getKey()
{
return $this->key;
}
-
public function setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata $metadata)
{
$this->metadata = $metadata;
@@ -792,7 +772,6 @@ public function getMetadata()
{
return $this->metadata;
}
-
public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
{
$this->params = $params;
@@ -802,6 +781,7 @@ public function getParams()
{
return $this->params;
}
+
}
class Google_Service_DoubleClickBidManager_ReportFailure extends Google_Model
@@ -819,6 +799,7 @@ public function getErrorCode()
{
return $this->errorCode;
}
+
}
class Google_Service_DoubleClickBidManager_ReportKey extends Google_Model
@@ -837,7 +818,6 @@ public function getQueryId()
{
return $this->queryId;
}
-
public function setReportId($reportId)
{
$this->reportId = $reportId;
@@ -847,6 +827,7 @@ public function getReportId()
{
return $this->reportId;
}
+
}
class Google_Service_DoubleClickBidManager_ReportMetadata extends Google_Model
@@ -868,7 +849,6 @@ public function getGoogleCloudStoragePath()
{
return $this->googleCloudStoragePath;
}
-
public function setReportDataEndTimeMs($reportDataEndTimeMs)
{
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
@@ -878,7 +858,6 @@ public function getReportDataEndTimeMs()
{
return $this->reportDataEndTimeMs;
}
-
public function setReportDataStartTimeMs($reportDataStartTimeMs)
{
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
@@ -888,7 +867,6 @@ public function getReportDataStartTimeMs()
{
return $this->reportDataStartTimeMs;
}
-
public function setStatus(Google_Service_DoubleClickBidManager_ReportStatus $status)
{
$this->status = $status;
@@ -898,6 +876,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_DoubleClickBidManager_ReportStatus extends Google_Model
@@ -919,7 +898,6 @@ public function getFailure()
{
return $this->failure;
}
-
public function setFinishTimeMs($finishTimeMs)
{
$this->finishTimeMs = $finishTimeMs;
@@ -929,7 +907,6 @@ public function getFinishTimeMs()
{
return $this->finishTimeMs;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -939,7 +916,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setState($state)
{
$this->state = $state;
@@ -949,6 +925,7 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_DoubleClickBidManager_RowStatus extends Google_Collection
@@ -972,7 +949,6 @@ public function getChanged()
{
return $this->changed;
}
-
public function setEntityId($entityId)
{
$this->entityId = $entityId;
@@ -982,7 +958,6 @@ public function getEntityId()
{
return $this->entityId;
}
-
public function setEntityName($entityName)
{
$this->entityName = $entityName;
@@ -992,7 +967,6 @@ public function getEntityName()
{
return $this->entityName;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -1002,7 +976,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setPersisted($persisted)
{
$this->persisted = $persisted;
@@ -1012,7 +985,6 @@ public function getPersisted()
{
return $this->persisted;
}
-
public function setRowNumber($rowNumber)
{
$this->rowNumber = $rowNumber;
@@ -1022,6 +994,7 @@ public function getRowNumber()
{
return $this->rowNumber;
}
+
}
class Google_Service_DoubleClickBidManager_RunQueryRequest extends Google_Model
@@ -1042,7 +1015,6 @@ public function getDataRange()
{
return $this->dataRange;
}
-
public function setReportDataEndTimeMs($reportDataEndTimeMs)
{
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
@@ -1052,7 +1024,6 @@ public function getReportDataEndTimeMs()
{
return $this->reportDataEndTimeMs;
}
-
public function setReportDataStartTimeMs($reportDataStartTimeMs)
{
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
@@ -1062,7 +1033,6 @@ public function getReportDataStartTimeMs()
{
return $this->reportDataStartTimeMs;
}
-
public function setTimezoneCode($timezoneCode)
{
$this->timezoneCode = $timezoneCode;
@@ -1072,6 +1042,7 @@ public function getTimezoneCode()
{
return $this->timezoneCode;
}
+
}
class Google_Service_DoubleClickBidManager_UploadLineItemsRequest extends Google_Model
@@ -1091,7 +1062,6 @@ public function getDryRun()
{
return $this->dryRun;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -1101,7 +1071,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setLineItems($lineItems)
{
$this->lineItems = $lineItems;
@@ -1111,6 +1080,7 @@ public function getLineItems()
{
return $this->lineItems;
}
+
}
class Google_Service_DoubleClickBidManager_UploadLineItemsResponse extends Google_Model
@@ -1129,6 +1099,7 @@ public function getUploadStatus()
{
return $this->uploadStatus;
}
+
}
class Google_Service_DoubleClickBidManager_UploadStatus extends Google_Collection
@@ -1149,7 +1120,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setRowStatus($rowStatus)
{
$this->rowStatus = $rowStatus;
@@ -1159,4 +1129,5 @@ public function getRowStatus()
{
return $this->rowStatus;
}
+
}
From 44cff06e355d403c39c5f2fb402d2e189bd44046 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:30:59 -0700
Subject: [PATCH 0329/1219] Updated Groupssettings.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Groupssettings.php | 28 +--------------------------
1 file changed, 1 insertion(+), 27 deletions(-)
diff --git a/src/Google/Service/Groupssettings.php b/src/Google/Service/Groupssettings.php
index 8c5b87e89..77dadb256 100644
--- a/src/Google/Service/Groupssettings.php
+++ b/src/Google/Service/Groupssettings.php
@@ -196,7 +196,6 @@ public function getAllowExternalMembers()
{
return $this->allowExternalMembers;
}
-
public function setAllowGoogleCommunication($allowGoogleCommunication)
{
$this->allowGoogleCommunication = $allowGoogleCommunication;
@@ -206,7 +205,6 @@ public function getAllowGoogleCommunication()
{
return $this->allowGoogleCommunication;
}
-
public function setAllowWebPosting($allowWebPosting)
{
$this->allowWebPosting = $allowWebPosting;
@@ -216,7 +214,6 @@ public function getAllowWebPosting()
{
return $this->allowWebPosting;
}
-
public function setArchiveOnly($archiveOnly)
{
$this->archiveOnly = $archiveOnly;
@@ -226,7 +223,6 @@ public function getArchiveOnly()
{
return $this->archiveOnly;
}
-
public function setCustomReplyTo($customReplyTo)
{
$this->customReplyTo = $customReplyTo;
@@ -236,7 +232,6 @@ public function getCustomReplyTo()
{
return $this->customReplyTo;
}
-
public function setDefaultMessageDenyNotificationText($defaultMessageDenyNotificationText)
{
$this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText;
@@ -246,7 +241,6 @@ public function getDefaultMessageDenyNotificationText()
{
return $this->defaultMessageDenyNotificationText;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -256,7 +250,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -266,7 +259,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setIncludeInGlobalAddressList($includeInGlobalAddressList)
{
$this->includeInGlobalAddressList = $includeInGlobalAddressList;
@@ -276,7 +268,6 @@ public function getIncludeInGlobalAddressList()
{
return $this->includeInGlobalAddressList;
}
-
public function setIsArchived($isArchived)
{
$this->isArchived = $isArchived;
@@ -286,7 +277,6 @@ public function getIsArchived()
{
return $this->isArchived;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -296,7 +286,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxMessageBytes($maxMessageBytes)
{
$this->maxMessageBytes = $maxMessageBytes;
@@ -306,7 +295,6 @@ public function getMaxMessageBytes()
{
return $this->maxMessageBytes;
}
-
public function setMembersCanPostAsTheGroup($membersCanPostAsTheGroup)
{
$this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup;
@@ -316,7 +304,6 @@ public function getMembersCanPostAsTheGroup()
{
return $this->membersCanPostAsTheGroup;
}
-
public function setMessageDisplayFont($messageDisplayFont)
{
$this->messageDisplayFont = $messageDisplayFont;
@@ -326,7 +313,6 @@ public function getMessageDisplayFont()
{
return $this->messageDisplayFont;
}
-
public function setMessageModerationLevel($messageModerationLevel)
{
$this->messageModerationLevel = $messageModerationLevel;
@@ -336,7 +322,6 @@ public function getMessageModerationLevel()
{
return $this->messageModerationLevel;
}
-
public function setName($name)
{
$this->name = $name;
@@ -346,7 +331,6 @@ public function getName()
{
return $this->name;
}
-
public function setPrimaryLanguage($primaryLanguage)
{
$this->primaryLanguage = $primaryLanguage;
@@ -356,7 +340,6 @@ public function getPrimaryLanguage()
{
return $this->primaryLanguage;
}
-
public function setReplyTo($replyTo)
{
$this->replyTo = $replyTo;
@@ -366,7 +349,6 @@ public function getReplyTo()
{
return $this->replyTo;
}
-
public function setSendMessageDenyNotification($sendMessageDenyNotification)
{
$this->sendMessageDenyNotification = $sendMessageDenyNotification;
@@ -376,7 +358,6 @@ public function getSendMessageDenyNotification()
{
return $this->sendMessageDenyNotification;
}
-
public function setShowInGroupDirectory($showInGroupDirectory)
{
$this->showInGroupDirectory = $showInGroupDirectory;
@@ -386,7 +367,6 @@ public function getShowInGroupDirectory()
{
return $this->showInGroupDirectory;
}
-
public function setSpamModerationLevel($spamModerationLevel)
{
$this->spamModerationLevel = $spamModerationLevel;
@@ -396,7 +376,6 @@ public function getSpamModerationLevel()
{
return $this->spamModerationLevel;
}
-
public function setWhoCanContactOwner($whoCanContactOwner)
{
$this->whoCanContactOwner = $whoCanContactOwner;
@@ -406,7 +385,6 @@ public function getWhoCanContactOwner()
{
return $this->whoCanContactOwner;
}
-
public function setWhoCanInvite($whoCanInvite)
{
$this->whoCanInvite = $whoCanInvite;
@@ -416,7 +394,6 @@ public function getWhoCanInvite()
{
return $this->whoCanInvite;
}
-
public function setWhoCanJoin($whoCanJoin)
{
$this->whoCanJoin = $whoCanJoin;
@@ -426,7 +403,6 @@ public function getWhoCanJoin()
{
return $this->whoCanJoin;
}
-
public function setWhoCanLeaveGroup($whoCanLeaveGroup)
{
$this->whoCanLeaveGroup = $whoCanLeaveGroup;
@@ -436,7 +412,6 @@ public function getWhoCanLeaveGroup()
{
return $this->whoCanLeaveGroup;
}
-
public function setWhoCanPostMessage($whoCanPostMessage)
{
$this->whoCanPostMessage = $whoCanPostMessage;
@@ -446,7 +421,6 @@ public function getWhoCanPostMessage()
{
return $this->whoCanPostMessage;
}
-
public function setWhoCanViewGroup($whoCanViewGroup)
{
$this->whoCanViewGroup = $whoCanViewGroup;
@@ -456,7 +430,6 @@ public function getWhoCanViewGroup()
{
return $this->whoCanViewGroup;
}
-
public function setWhoCanViewMembership($whoCanViewMembership)
{
$this->whoCanViewMembership = $whoCanViewMembership;
@@ -466,4 +439,5 @@ public function getWhoCanViewMembership()
{
return $this->whoCanViewMembership;
}
+
}
From 8b97dd4db2591bdf196e9fcae91979df6df0fe87 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:00 -0700
Subject: [PATCH 0330/1219] Updated Pagespeedonline.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Pagespeedonline.php | 52 ++++++++------------------
1 file changed, 16 insertions(+), 36 deletions(-)
diff --git a/src/Google/Service/Pagespeedonline.php b/src/Google/Service/Pagespeedonline.php
index 4b5c3d51c..48abb51ce 100644
--- a/src/Google/Service/Pagespeedonline.php
+++ b/src/Google/Service/Pagespeedonline.php
@@ -165,7 +165,6 @@ public function getFormattedResults()
{
return $this->formattedResults;
}
-
public function setId($id)
{
$this->id = $id;
@@ -175,7 +174,6 @@ public function getId()
{
return $this->id;
}
-
public function setInvalidRules($invalidRules)
{
$this->invalidRules = $invalidRules;
@@ -185,7 +183,6 @@ public function getInvalidRules()
{
return $this->invalidRules;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -195,7 +192,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPageStats(Google_Service_Pagespeedonline_ResultPageStats $pageStats)
{
$this->pageStats = $pageStats;
@@ -205,7 +201,6 @@ public function getPageStats()
{
return $this->pageStats;
}
-
public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
@@ -215,7 +210,6 @@ public function getResponseCode()
{
return $this->responseCode;
}
-
public function setScore($score)
{
$this->score = $score;
@@ -225,7 +219,6 @@ public function getScore()
{
return $this->score;
}
-
public function setScreenshot(Google_Service_Pagespeedonline_ResultScreenshot $screenshot)
{
$this->screenshot = $screenshot;
@@ -235,7 +228,6 @@ public function getScreenshot()
{
return $this->screenshot;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -245,7 +237,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setVersion(Google_Service_Pagespeedonline_ResultVersion $version)
{
$this->version = $version;
@@ -255,6 +246,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResults extends Google_Model
@@ -274,7 +266,6 @@ public function getLocale()
{
return $this->locale;
}
-
public function setRuleResults($ruleResults)
{
$this->ruleResults = $ruleResults;
@@ -284,12 +275,15 @@ public function getRuleResults()
{
return $this->ruleResults;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResults extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement extends Google_Collection
@@ -311,7 +305,6 @@ public function getLocalizedRuleName()
{
return $this->localizedRuleName;
}
-
public function setRuleImpact($ruleImpact)
{
$this->ruleImpact = $ruleImpact;
@@ -321,7 +314,6 @@ public function getRuleImpact()
{
return $this->ruleImpact;
}
-
public function setUrlBlocks($urlBlocks)
{
$this->urlBlocks = $urlBlocks;
@@ -331,6 +323,7 @@ public function getUrlBlocks()
{
return $this->urlBlocks;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks extends Google_Collection
@@ -352,7 +345,6 @@ public function getHeader()
{
return $this->header;
}
-
public function setUrls($urls)
{
$this->urls = $urls;
@@ -362,6 +354,7 @@ public function getUrls()
{
return $this->urls;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader extends Google_Collection
@@ -382,7 +375,6 @@ public function getArgs()
{
return $this->args;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -392,6 +384,7 @@ public function getFormat()
{
return $this->format;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs extends Google_Model
@@ -410,7 +403,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -420,6 +412,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls extends Google_Collection
@@ -441,7 +434,6 @@ public function getDetails()
{
return $this->details;
}
-
public function setResult(Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult $result)
{
$this->result = $result;
@@ -451,6 +443,7 @@ public function getResult()
{
return $this->result;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails extends Google_Collection
@@ -471,7 +464,6 @@ public function getArgs()
{
return $this->args;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -481,6 +473,7 @@ public function getFormat()
{
return $this->format;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs extends Google_Model
@@ -499,7 +492,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -509,6 +501,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult extends Google_Collection
@@ -529,7 +522,6 @@ public function getArgs()
{
return $this->args;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -539,6 +531,7 @@ public function getFormat()
{
return $this->format;
}
+
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs extends Google_Model
@@ -557,7 +550,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -567,6 +559,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Pagespeedonline_ResultPageStats extends Google_Model
@@ -596,7 +589,6 @@ public function getCssResponseBytes()
{
return $this->cssResponseBytes;
}
-
public function setFlashResponseBytes($flashResponseBytes)
{
$this->flashResponseBytes = $flashResponseBytes;
@@ -606,7 +598,6 @@ public function getFlashResponseBytes()
{
return $this->flashResponseBytes;
}
-
public function setHtmlResponseBytes($htmlResponseBytes)
{
$this->htmlResponseBytes = $htmlResponseBytes;
@@ -616,7 +607,6 @@ public function getHtmlResponseBytes()
{
return $this->htmlResponseBytes;
}
-
public function setImageResponseBytes($imageResponseBytes)
{
$this->imageResponseBytes = $imageResponseBytes;
@@ -626,7 +616,6 @@ public function getImageResponseBytes()
{
return $this->imageResponseBytes;
}
-
public function setJavascriptResponseBytes($javascriptResponseBytes)
{
$this->javascriptResponseBytes = $javascriptResponseBytes;
@@ -636,7 +625,6 @@ public function getJavascriptResponseBytes()
{
return $this->javascriptResponseBytes;
}
-
public function setNumberCssResources($numberCssResources)
{
$this->numberCssResources = $numberCssResources;
@@ -646,7 +634,6 @@ public function getNumberCssResources()
{
return $this->numberCssResources;
}
-
public function setNumberHosts($numberHosts)
{
$this->numberHosts = $numberHosts;
@@ -656,7 +643,6 @@ public function getNumberHosts()
{
return $this->numberHosts;
}
-
public function setNumberJsResources($numberJsResources)
{
$this->numberJsResources = $numberJsResources;
@@ -666,7 +652,6 @@ public function getNumberJsResources()
{
return $this->numberJsResources;
}
-
public function setNumberResources($numberResources)
{
$this->numberResources = $numberResources;
@@ -676,7 +661,6 @@ public function getNumberResources()
{
return $this->numberResources;
}
-
public function setNumberStaticResources($numberStaticResources)
{
$this->numberStaticResources = $numberStaticResources;
@@ -686,7 +670,6 @@ public function getNumberStaticResources()
{
return $this->numberStaticResources;
}
-
public function setOtherResponseBytes($otherResponseBytes)
{
$this->otherResponseBytes = $otherResponseBytes;
@@ -696,7 +679,6 @@ public function getOtherResponseBytes()
{
return $this->otherResponseBytes;
}
-
public function setTextResponseBytes($textResponseBytes)
{
$this->textResponseBytes = $textResponseBytes;
@@ -706,7 +688,6 @@ public function getTextResponseBytes()
{
return $this->textResponseBytes;
}
-
public function setTotalRequestBytes($totalRequestBytes)
{
$this->totalRequestBytes = $totalRequestBytes;
@@ -716,6 +697,7 @@ public function getTotalRequestBytes()
{
return $this->totalRequestBytes;
}
+
}
class Google_Service_Pagespeedonline_ResultScreenshot extends Google_Model
@@ -737,7 +719,6 @@ public function getData()
{
return $this->data;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -747,7 +728,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -757,7 +737,6 @@ public function getMimeType()
{
return $this->mimeType;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -767,6 +746,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Pagespeedonline_ResultVersion extends Google_Model
@@ -785,7 +765,6 @@ public function getMajor()
{
return $this->major;
}
-
public function setMinor($minor)
{
$this->minor = $minor;
@@ -795,4 +774,5 @@ public function getMinor()
{
return $this->minor;
}
+
}
From fcfbc50bec9b842b45a6a01dd1bbc30ffdb6532c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:01 -0700
Subject: [PATCH 0331/1219] Updated Manager.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Manager.php | 133 +++++++++++----------------------
1 file changed, 43 insertions(+), 90 deletions(-)
diff --git a/src/Google/Service/Manager.php b/src/Google/Service/Manager.php
index 63b21a16e..41b8564dd 100644
--- a/src/Google/Service/Manager.php
+++ b/src/Google/Service/Manager.php
@@ -408,7 +408,6 @@ public function getName()
{
return $this->name;
}
-
public function setNatIp($natIp)
{
$this->natIp = $natIp;
@@ -418,7 +417,6 @@ public function getNatIp()
{
return $this->natIp;
}
-
public function setType($type)
{
$this->type = $type;
@@ -428,6 +426,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Manager_Action extends Google_Collection
@@ -447,7 +446,6 @@ public function getCommands()
{
return $this->commands;
}
-
public function setTimeoutMs($timeoutMs)
{
$this->timeoutMs = $timeoutMs;
@@ -457,6 +455,7 @@ public function getTimeoutMs()
{
return $this->timeoutMs;
}
+
}
class Google_Service_Manager_AllowedRule extends Google_Collection
@@ -477,7 +476,6 @@ public function getIPProtocol()
{
return $this->iPProtocol;
}
-
public function setPorts($ports)
{
$this->ports = $ports;
@@ -487,6 +485,7 @@ public function getPorts()
{
return $this->ports;
}
+
}
class Google_Service_Manager_AutoscalingModule extends Google_Model
@@ -510,7 +509,6 @@ public function getCoolDownPeriodSec()
{
return $this->coolDownPeriodSec;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -520,7 +518,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setMaxNumReplicas($maxNumReplicas)
{
$this->maxNumReplicas = $maxNumReplicas;
@@ -530,7 +527,6 @@ public function getMaxNumReplicas()
{
return $this->maxNumReplicas;
}
-
public function setMinNumReplicas($minNumReplicas)
{
$this->minNumReplicas = $minNumReplicas;
@@ -540,7 +536,6 @@ public function getMinNumReplicas()
{
return $this->minNumReplicas;
}
-
public function setSignalType($signalType)
{
$this->signalType = $signalType;
@@ -550,7 +545,6 @@ public function getSignalType()
{
return $this->signalType;
}
-
public function setTargetModule($targetModule)
{
$this->targetModule = $targetModule;
@@ -560,7 +554,6 @@ public function getTargetModule()
{
return $this->targetModule;
}
-
public function setTargetUtilization($targetUtilization)
{
$this->targetUtilization = $targetUtilization;
@@ -570,6 +563,7 @@ public function getTargetUtilization()
{
return $this->targetUtilization;
}
+
}
class Google_Service_Manager_AutoscalingModuleStatus extends Google_Model
@@ -587,6 +581,7 @@ public function getAutoscalingConfigUrl()
{
return $this->autoscalingConfigUrl;
}
+
}
class Google_Service_Manager_DeployState extends Google_Model
@@ -605,7 +600,6 @@ public function getDetails()
{
return $this->details;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -615,6 +609,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Manager_Deployment extends Google_Collection
@@ -642,7 +637,6 @@ public function getCreationDate()
{
return $this->creationDate;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -652,7 +646,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setModules($modules)
{
$this->modules = $modules;
@@ -662,7 +655,6 @@ public function getModules()
{
return $this->modules;
}
-
public function setName($name)
{
$this->name = $name;
@@ -672,7 +664,6 @@ public function getName()
{
return $this->name;
}
-
public function setOverrides($overrides)
{
$this->overrides = $overrides;
@@ -682,7 +673,6 @@ public function getOverrides()
{
return $this->overrides;
}
-
public function setState(Google_Service_Manager_DeployState $state)
{
$this->state = $state;
@@ -692,7 +682,6 @@ public function getState()
{
return $this->state;
}
-
public function setTemplateName($templateName)
{
$this->templateName = $templateName;
@@ -702,12 +691,15 @@ public function getTemplateName()
{
return $this->templateName;
}
+
}
class Google_Service_Manager_DeploymentModules extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Manager_DeploymentsListResponse extends Google_Collection
@@ -728,7 +720,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -738,6 +729,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_Manager_DiskAttachment extends Google_Model
@@ -756,7 +748,6 @@ public function getDeviceName()
{
return $this->deviceName;
}
-
public function setIndex($index)
{
$this->index = $index;
@@ -766,6 +757,7 @@ public function getIndex()
{
return $this->index;
}
+
}
class Google_Service_Manager_EnvVariable extends Google_Model
@@ -784,7 +776,6 @@ public function getHidden()
{
return $this->hidden;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -794,6 +785,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Manager_ExistingDisk extends Google_Model
@@ -813,7 +805,6 @@ public function getAttachment()
{
return $this->attachment;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -823,6 +814,7 @@ public function getSource()
{
return $this->source;
}
+
}
class Google_Service_Manager_FirewallModule extends Google_Collection
@@ -847,7 +839,6 @@ public function getAllowed()
{
return $this->allowed;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -857,7 +848,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setNetwork($network)
{
$this->network = $network;
@@ -867,7 +857,6 @@ public function getNetwork()
{
return $this->network;
}
-
public function setSourceRanges($sourceRanges)
{
$this->sourceRanges = $sourceRanges;
@@ -877,7 +866,6 @@ public function getSourceRanges()
{
return $this->sourceRanges;
}
-
public function setSourceTags($sourceTags)
{
$this->sourceTags = $sourceTags;
@@ -887,7 +875,6 @@ public function getSourceTags()
{
return $this->sourceTags;
}
-
public function setTargetTags($targetTags)
{
$this->targetTags = $targetTags;
@@ -897,6 +884,7 @@ public function getTargetTags()
{
return $this->targetTags;
}
+
}
class Google_Service_Manager_FirewallModuleStatus extends Google_Model
@@ -914,6 +902,7 @@ public function getFirewallUrl()
{
return $this->firewallUrl;
}
+
}
class Google_Service_Manager_HealthCheckModule extends Google_Model
@@ -938,7 +927,6 @@ public function getCheckIntervalSec()
{
return $this->checkIntervalSec;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -948,7 +936,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setHealthyThreshold($healthyThreshold)
{
$this->healthyThreshold = $healthyThreshold;
@@ -958,7 +945,6 @@ public function getHealthyThreshold()
{
return $this->healthyThreshold;
}
-
public function setHost($host)
{
$this->host = $host;
@@ -968,7 +954,6 @@ public function getHost()
{
return $this->host;
}
-
public function setPath($path)
{
$this->path = $path;
@@ -978,7 +963,6 @@ public function getPath()
{
return $this->path;
}
-
public function setPort($port)
{
$this->port = $port;
@@ -988,7 +972,6 @@ public function getPort()
{
return $this->port;
}
-
public function setTimeoutSec($timeoutSec)
{
$this->timeoutSec = $timeoutSec;
@@ -998,7 +981,6 @@ public function getTimeoutSec()
{
return $this->timeoutSec;
}
-
public function setUnhealthyThreshold($unhealthyThreshold)
{
$this->unhealthyThreshold = $unhealthyThreshold;
@@ -1008,6 +990,7 @@ public function getUnhealthyThreshold()
{
return $this->unhealthyThreshold;
}
+
}
class Google_Service_Manager_HealthCheckModuleStatus extends Google_Model
@@ -1025,6 +1008,7 @@ public function getHealthCheckUrl()
{
return $this->healthCheckUrl;
}
+
}
class Google_Service_Manager_LbModule extends Google_Collection
@@ -1049,7 +1033,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
@@ -1059,7 +1042,6 @@ public function getHealthChecks()
{
return $this->healthChecks;
}
-
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
@@ -1069,7 +1051,6 @@ public function getIpAddress()
{
return $this->ipAddress;
}
-
public function setIpProtocol($ipProtocol)
{
$this->ipProtocol = $ipProtocol;
@@ -1079,7 +1060,6 @@ public function getIpProtocol()
{
return $this->ipProtocol;
}
-
public function setPortRange($portRange)
{
$this->portRange = $portRange;
@@ -1089,7 +1069,6 @@ public function getPortRange()
{
return $this->portRange;
}
-
public function setSessionAffinity($sessionAffinity)
{
$this->sessionAffinity = $sessionAffinity;
@@ -1099,7 +1078,6 @@ public function getSessionAffinity()
{
return $this->sessionAffinity;
}
-
public function setTargetModules($targetModules)
{
$this->targetModules = $targetModules;
@@ -1109,6 +1087,7 @@ public function getTargetModules()
{
return $this->targetModules;
}
+
}
class Google_Service_Manager_LbModuleStatus extends Google_Model
@@ -1127,7 +1106,6 @@ public function getForwardingRuleUrl()
{
return $this->forwardingRuleUrl;
}
-
public function setTargetPoolUrl($targetPoolUrl)
{
$this->targetPoolUrl = $targetPoolUrl;
@@ -1137,6 +1115,7 @@ public function getTargetPoolUrl()
{
return $this->targetPoolUrl;
}
+
}
class Google_Service_Manager_Metadata extends Google_Collection
@@ -1157,7 +1136,6 @@ public function getFingerPrint()
{
return $this->fingerPrint;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1167,6 +1145,7 @@ public function getItems()
{
return $this->items;
}
+
}
class Google_Service_Manager_MetadataItem extends Google_Model
@@ -1185,7 +1164,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1195,6 +1173,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Manager_Module extends Google_Model
@@ -1224,7 +1203,6 @@ public function getAutoscalingModule()
{
return $this->autoscalingModule;
}
-
public function setFirewallModule(Google_Service_Manager_FirewallModule $firewallModule)
{
$this->firewallModule = $firewallModule;
@@ -1234,7 +1212,6 @@ public function getFirewallModule()
{
return $this->firewallModule;
}
-
public function setHealthCheckModule(Google_Service_Manager_HealthCheckModule $healthCheckModule)
{
$this->healthCheckModule = $healthCheckModule;
@@ -1244,7 +1221,6 @@ public function getHealthCheckModule()
{
return $this->healthCheckModule;
}
-
public function setLbModule(Google_Service_Manager_LbModule $lbModule)
{
$this->lbModule = $lbModule;
@@ -1254,7 +1230,6 @@ public function getLbModule()
{
return $this->lbModule;
}
-
public function setNetworkModule(Google_Service_Manager_NetworkModule $networkModule)
{
$this->networkModule = $networkModule;
@@ -1264,7 +1239,6 @@ public function getNetworkModule()
{
return $this->networkModule;
}
-
public function setReplicaPoolModule(Google_Service_Manager_ReplicaPoolModule $replicaPoolModule)
{
$this->replicaPoolModule = $replicaPoolModule;
@@ -1274,7 +1248,6 @@ public function getReplicaPoolModule()
{
return $this->replicaPoolModule;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1284,6 +1257,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Manager_ModuleStatus extends Google_Model
@@ -1315,7 +1289,6 @@ public function getAutoscalingModuleStatus()
{
return $this->autoscalingModuleStatus;
}
-
public function setFirewallModuleStatus(Google_Service_Manager_FirewallModuleStatus $firewallModuleStatus)
{
$this->firewallModuleStatus = $firewallModuleStatus;
@@ -1325,7 +1298,6 @@ public function getFirewallModuleStatus()
{
return $this->firewallModuleStatus;
}
-
public function setHealthCheckModuleStatus(Google_Service_Manager_HealthCheckModuleStatus $healthCheckModuleStatus)
{
$this->healthCheckModuleStatus = $healthCheckModuleStatus;
@@ -1335,7 +1307,6 @@ public function getHealthCheckModuleStatus()
{
return $this->healthCheckModuleStatus;
}
-
public function setLbModuleStatus(Google_Service_Manager_LbModuleStatus $lbModuleStatus)
{
$this->lbModuleStatus = $lbModuleStatus;
@@ -1345,7 +1316,6 @@ public function getLbModuleStatus()
{
return $this->lbModuleStatus;
}
-
public function setNetworkModuleStatus(Google_Service_Manager_NetworkModuleStatus $networkModuleStatus)
{
$this->networkModuleStatus = $networkModuleStatus;
@@ -1355,7 +1325,6 @@ public function getNetworkModuleStatus()
{
return $this->networkModuleStatus;
}
-
public function setReplicaPoolModuleStatus(Google_Service_Manager_ReplicaPoolModuleStatus $replicaPoolModuleStatus)
{
$this->replicaPoolModuleStatus = $replicaPoolModuleStatus;
@@ -1365,7 +1334,6 @@ public function getReplicaPoolModuleStatus()
{
return $this->replicaPoolModuleStatus;
}
-
public function setState(Google_Service_Manager_DeployState $state)
{
$this->state = $state;
@@ -1375,7 +1343,6 @@ public function getState()
{
return $this->state;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1385,6 +1352,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Manager_NetworkInterface extends Google_Collection
@@ -1407,7 +1375,6 @@ public function getAccessConfigs()
{
return $this->accessConfigs;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1417,7 +1384,6 @@ public function getName()
{
return $this->name;
}
-
public function setNetwork($network)
{
$this->network = $network;
@@ -1427,7 +1393,6 @@ public function getNetwork()
{
return $this->network;
}
-
public function setNetworkIp($networkIp)
{
$this->networkIp = $networkIp;
@@ -1437,6 +1402,7 @@ public function getNetworkIp()
{
return $this->networkIp;
}
+
}
class Google_Service_Manager_NetworkModule extends Google_Model
@@ -1457,7 +1423,6 @@ public function getIPv4Range()
{
return $this->iPv4Range;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1467,7 +1432,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setGatewayIPv4($gatewayIPv4)
{
$this->gatewayIPv4 = $gatewayIPv4;
@@ -1477,6 +1441,7 @@ public function getGatewayIPv4()
{
return $this->gatewayIPv4;
}
+
}
class Google_Service_Manager_NetworkModuleStatus extends Google_Model
@@ -1494,6 +1459,7 @@ public function getNetworkUrl()
{
return $this->networkUrl;
}
+
}
class Google_Service_Manager_NewDisk extends Google_Model
@@ -1516,7 +1482,6 @@ public function getAttachment()
{
return $this->attachment;
}
-
public function setAutoDelete($autoDelete)
{
$this->autoDelete = $autoDelete;
@@ -1526,7 +1491,6 @@ public function getAutoDelete()
{
return $this->autoDelete;
}
-
public function setBoot($boot)
{
$this->boot = $boot;
@@ -1536,7 +1500,6 @@ public function getBoot()
{
return $this->boot;
}
-
public function setInitializeParams(Google_Service_Manager_NewDiskInitializeParams $initializeParams)
{
$this->initializeParams = $initializeParams;
@@ -1546,6 +1509,7 @@ public function getInitializeParams()
{
return $this->initializeParams;
}
+
}
class Google_Service_Manager_NewDiskInitializeParams extends Google_Model
@@ -1565,7 +1529,6 @@ public function getDiskSizeGb()
{
return $this->diskSizeGb;
}
-
public function setDiskType($diskType)
{
$this->diskType = $diskType;
@@ -1575,7 +1538,6 @@ public function getDiskType()
{
return $this->diskType;
}
-
public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
@@ -1585,6 +1547,7 @@ public function getSourceImage()
{
return $this->sourceImage;
}
+
}
class Google_Service_Manager_ParamOverride extends Google_Model
@@ -1603,7 +1566,6 @@ public function getPath()
{
return $this->path;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1613,6 +1575,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Manager_ReplicaPoolModule extends Google_Collection
@@ -1637,7 +1600,6 @@ public function getEnvVariables()
{
return $this->envVariables;
}
-
public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
@@ -1647,7 +1609,6 @@ public function getHealthChecks()
{
return $this->healthChecks;
}
-
public function setNumReplicas($numReplicas)
{
$this->numReplicas = $numReplicas;
@@ -1657,7 +1618,6 @@ public function getNumReplicas()
{
return $this->numReplicas;
}
-
public function setReplicaPoolParams(Google_Service_Manager_ReplicaPoolParams $replicaPoolParams)
{
$this->replicaPoolParams = $replicaPoolParams;
@@ -1667,7 +1627,6 @@ public function getReplicaPoolParams()
{
return $this->replicaPoolParams;
}
-
public function setResourceView($resourceView)
{
$this->resourceView = $resourceView;
@@ -1677,12 +1636,15 @@ public function getResourceView()
{
return $this->resourceView;
}
+
}
class Google_Service_Manager_ReplicaPoolModuleEnvVariables extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Manager_ReplicaPoolModuleStatus extends Google_Model
@@ -1701,7 +1663,6 @@ public function getReplicaPoolUrl()
{
return $this->replicaPoolUrl;
}
-
public function setResourceViewUrl($resourceViewUrl)
{
$this->resourceViewUrl = $resourceViewUrl;
@@ -1711,6 +1672,7 @@ public function getResourceViewUrl()
{
return $this->resourceViewUrl;
}
+
}
class Google_Service_Manager_ReplicaPoolParams extends Google_Model
@@ -1729,6 +1691,7 @@ public function getV1beta1()
{
return $this->v1beta1;
}
+
}
class Google_Service_Manager_ReplicaPoolParamsV1Beta1 extends Google_Collection
@@ -1766,7 +1729,6 @@ public function getAutoRestart()
{
return $this->autoRestart;
}
-
public function setBaseInstanceName($baseInstanceName)
{
$this->baseInstanceName = $baseInstanceName;
@@ -1776,7 +1738,6 @@ public function getBaseInstanceName()
{
return $this->baseInstanceName;
}
-
public function setCanIpForward($canIpForward)
{
$this->canIpForward = $canIpForward;
@@ -1786,7 +1747,6 @@ public function getCanIpForward()
{
return $this->canIpForward;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1796,7 +1756,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDisksToAttach($disksToAttach)
{
$this->disksToAttach = $disksToAttach;
@@ -1806,7 +1765,6 @@ public function getDisksToAttach()
{
return $this->disksToAttach;
}
-
public function setDisksToCreate($disksToCreate)
{
$this->disksToCreate = $disksToCreate;
@@ -1816,7 +1774,6 @@ public function getDisksToCreate()
{
return $this->disksToCreate;
}
-
public function setInitAction($initAction)
{
$this->initAction = $initAction;
@@ -1826,7 +1783,6 @@ public function getInitAction()
{
return $this->initAction;
}
-
public function setMachineType($machineType)
{
$this->machineType = $machineType;
@@ -1836,7 +1792,6 @@ public function getMachineType()
{
return $this->machineType;
}
-
public function setMetadata(Google_Service_Manager_Metadata $metadata)
{
$this->metadata = $metadata;
@@ -1846,7 +1801,6 @@ public function getMetadata()
{
return $this->metadata;
}
-
public function setNetworkInterfaces($networkInterfaces)
{
$this->networkInterfaces = $networkInterfaces;
@@ -1856,7 +1810,6 @@ public function getNetworkInterfaces()
{
return $this->networkInterfaces;
}
-
public function setOnHostMaintenance($onHostMaintenance)
{
$this->onHostMaintenance = $onHostMaintenance;
@@ -1866,7 +1819,6 @@ public function getOnHostMaintenance()
{
return $this->onHostMaintenance;
}
-
public function setServiceAccounts($serviceAccounts)
{
$this->serviceAccounts = $serviceAccounts;
@@ -1876,7 +1828,6 @@ public function getServiceAccounts()
{
return $this->serviceAccounts;
}
-
public function setTags(Google_Service_Manager_Tag $tags)
{
$this->tags = $tags;
@@ -1886,7 +1837,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -1896,6 +1846,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Manager_ServiceAccount extends Google_Collection
@@ -1915,7 +1866,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setScopes($scopes)
{
$this->scopes = $scopes;
@@ -1925,6 +1875,7 @@ public function getScopes()
{
return $this->scopes;
}
+
}
class Google_Service_Manager_Tag extends Google_Collection
@@ -1944,7 +1895,6 @@ public function getFingerPrint()
{
return $this->fingerPrint;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1954,6 +1904,7 @@ public function getItems()
{
return $this->items;
}
+
}
class Google_Service_Manager_Template extends Google_Model
@@ -1976,7 +1927,6 @@ public function getActions()
{
return $this->actions;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1986,7 +1936,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setModules($modules)
{
$this->modules = $modules;
@@ -1996,7 +1945,6 @@ public function getModules()
{
return $this->modules;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2006,18 +1954,23 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Manager_TemplateActions extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Manager_TemplateModules extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Manager_TemplatesListResponse extends Google_Collection
@@ -2038,7 +1991,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -2048,4 +2000,5 @@ public function getResources()
{
return $this->resources;
}
+
}
From 20a5fcd66ffd2ee1a163472bc65a2eb2ca6f5bd7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:01 -0700
Subject: [PATCH 0332/1219] Updated CivicInfo.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CivicInfo.php | 119 +++++++------------------------
1 file changed, 24 insertions(+), 95 deletions(-)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index 5ceee828e..5acd344a4 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -331,7 +331,6 @@ public function getElectionAdministrationBody()
{
return $this->electionAdministrationBody;
}
-
public function setId($id)
{
$this->id = $id;
@@ -341,7 +340,6 @@ public function getId()
{
return $this->id;
}
-
public function setLocalJurisdiction(Google_Service_CivicInfo_AdministrationRegion $localJurisdiction)
{
$this->localJurisdiction = $localJurisdiction;
@@ -351,7 +349,6 @@ public function getLocalJurisdiction()
{
return $this->localJurisdiction;
}
-
public function setName($name)
{
$this->name = $name;
@@ -361,7 +358,6 @@ public function getName()
{
return $this->name;
}
-
public function setSources($sources)
{
$this->sources = $sources;
@@ -371,6 +367,7 @@ public function getSources()
{
return $this->sources;
}
+
}
class Google_Service_CivicInfo_AdministrativeBody extends Google_Collection
@@ -405,7 +402,6 @@ public function getAbsenteeVotingInfoUrl()
{
return $this->absenteeVotingInfoUrl;
}
-
public function setBallotInfoUrl($ballotInfoUrl)
{
$this->ballotInfoUrl = $ballotInfoUrl;
@@ -415,7 +411,6 @@ public function getBallotInfoUrl()
{
return $this->ballotInfoUrl;
}
-
public function setCorrespondenceAddress(Google_Service_CivicInfo_SimpleAddressType $correspondenceAddress)
{
$this->correspondenceAddress = $correspondenceAddress;
@@ -425,7 +420,6 @@ public function getCorrespondenceAddress()
{
return $this->correspondenceAddress;
}
-
public function setElectionInfoUrl($electionInfoUrl)
{
$this->electionInfoUrl = $electionInfoUrl;
@@ -435,7 +429,6 @@ public function getElectionInfoUrl()
{
return $this->electionInfoUrl;
}
-
public function setElectionOfficials($electionOfficials)
{
$this->electionOfficials = $electionOfficials;
@@ -445,7 +438,6 @@ public function getElectionOfficials()
{
return $this->electionOfficials;
}
-
public function setElectionRegistrationConfirmationUrl($electionRegistrationConfirmationUrl)
{
$this->electionRegistrationConfirmationUrl = $electionRegistrationConfirmationUrl;
@@ -455,7 +447,6 @@ public function getElectionRegistrationConfirmationUrl()
{
return $this->electionRegistrationConfirmationUrl;
}
-
public function setElectionRegistrationUrl($electionRegistrationUrl)
{
$this->electionRegistrationUrl = $electionRegistrationUrl;
@@ -465,7 +456,6 @@ public function getElectionRegistrationUrl()
{
return $this->electionRegistrationUrl;
}
-
public function setElectionRulesUrl($electionRulesUrl)
{
$this->electionRulesUrl = $electionRulesUrl;
@@ -475,7 +465,6 @@ public function getElectionRulesUrl()
{
return $this->electionRulesUrl;
}
-
public function setHoursOfOperation($hoursOfOperation)
{
$this->hoursOfOperation = $hoursOfOperation;
@@ -485,7 +474,6 @@ public function getHoursOfOperation()
{
return $this->hoursOfOperation;
}
-
public function setName($name)
{
$this->name = $name;
@@ -495,7 +483,6 @@ public function getName()
{
return $this->name;
}
-
public function setPhysicalAddress(Google_Service_CivicInfo_SimpleAddressType $physicalAddress)
{
$this->physicalAddress = $physicalAddress;
@@ -505,7 +492,6 @@ public function getPhysicalAddress()
{
return $this->physicalAddress;
}
-
public function setVoterServices($voterServices)
{
$this->voterServices = $voterServices;
@@ -515,7 +501,6 @@ public function getVoterServices()
{
return $this->voterServices;
}
-
public function setVotingLocationFinderUrl($votingLocationFinderUrl)
{
$this->votingLocationFinderUrl = $votingLocationFinderUrl;
@@ -525,6 +510,7 @@ public function getVotingLocationFinderUrl()
{
return $this->votingLocationFinderUrl;
}
+
}
class Google_Service_CivicInfo_Candidate extends Google_Collection
@@ -551,7 +537,6 @@ public function getCandidateUrl()
{
return $this->candidateUrl;
}
-
public function setChannels($channels)
{
$this->channels = $channels;
@@ -561,7 +546,6 @@ public function getChannels()
{
return $this->channels;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -571,7 +555,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setName($name)
{
$this->name = $name;
@@ -581,7 +564,6 @@ public function getName()
{
return $this->name;
}
-
public function setOrderOnBallot($orderOnBallot)
{
$this->orderOnBallot = $orderOnBallot;
@@ -591,7 +573,6 @@ public function getOrderOnBallot()
{
return $this->orderOnBallot;
}
-
public function setParty($party)
{
$this->party = $party;
@@ -601,7 +582,6 @@ public function getParty()
{
return $this->party;
}
-
public function setPhone($phone)
{
$this->phone = $phone;
@@ -611,7 +591,6 @@ public function getPhone()
{
return $this->phone;
}
-
public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
@@ -621,6 +600,7 @@ public function getPhotoUrl()
{
return $this->photoUrl;
}
+
}
class Google_Service_CivicInfo_Channel extends Google_Model
@@ -639,7 +619,6 @@ public function getId()
{
return $this->id;
}
-
public function setType($type)
{
$this->type = $type;
@@ -649,6 +628,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_CivicInfo_Contest extends Google_Collection
@@ -686,7 +666,6 @@ public function getBallotPlacement()
{
return $this->ballotPlacement;
}
-
public function setCandidates($candidates)
{
$this->candidates = $candidates;
@@ -696,7 +675,6 @@ public function getCandidates()
{
return $this->candidates;
}
-
public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district)
{
$this->district = $district;
@@ -706,7 +684,6 @@ public function getDistrict()
{
return $this->district;
}
-
public function setElectorateSpecifications($electorateSpecifications)
{
$this->electorateSpecifications = $electorateSpecifications;
@@ -716,7 +693,6 @@ public function getElectorateSpecifications()
{
return $this->electorateSpecifications;
}
-
public function setId($id)
{
$this->id = $id;
@@ -726,7 +702,6 @@ public function getId()
{
return $this->id;
}
-
public function setLevel($level)
{
$this->level = $level;
@@ -736,7 +711,6 @@ public function getLevel()
{
return $this->level;
}
-
public function setNumberElected($numberElected)
{
$this->numberElected = $numberElected;
@@ -746,7 +720,6 @@ public function getNumberElected()
{
return $this->numberElected;
}
-
public function setNumberVotingFor($numberVotingFor)
{
$this->numberVotingFor = $numberVotingFor;
@@ -756,7 +729,6 @@ public function getNumberVotingFor()
{
return $this->numberVotingFor;
}
-
public function setOffice($office)
{
$this->office = $office;
@@ -766,7 +738,6 @@ public function getOffice()
{
return $this->office;
}
-
public function setPrimaryParty($primaryParty)
{
$this->primaryParty = $primaryParty;
@@ -776,7 +747,6 @@ public function getPrimaryParty()
{
return $this->primaryParty;
}
-
public function setReferendumSubtitle($referendumSubtitle)
{
$this->referendumSubtitle = $referendumSubtitle;
@@ -786,7 +756,6 @@ public function getReferendumSubtitle()
{
return $this->referendumSubtitle;
}
-
public function setReferendumTitle($referendumTitle)
{
$this->referendumTitle = $referendumTitle;
@@ -796,7 +765,6 @@ public function getReferendumTitle()
{
return $this->referendumTitle;
}
-
public function setReferendumUrl($referendumUrl)
{
$this->referendumUrl = $referendumUrl;
@@ -806,7 +774,6 @@ public function getReferendumUrl()
{
return $this->referendumUrl;
}
-
public function setRoles($roles)
{
$this->roles = $roles;
@@ -816,7 +783,6 @@ public function getRoles()
{
return $this->roles;
}
-
public function setSources($sources)
{
$this->sources = $sources;
@@ -826,7 +792,6 @@ public function getSources()
{
return $this->sources;
}
-
public function setSpecial($special)
{
$this->special = $special;
@@ -836,7 +801,6 @@ public function getSpecial()
{
return $this->special;
}
-
public function setType($type)
{
$this->type = $type;
@@ -846,6 +810,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_CivicInfo_DivisionSearchResponse extends Google_Collection
@@ -866,7 +831,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setResults($results)
{
$this->results = $results;
@@ -876,6 +840,7 @@ public function getResults()
{
return $this->results;
}
+
}
class Google_Service_CivicInfo_DivisionSearchResult extends Google_Collection
@@ -896,7 +861,6 @@ public function getAliases()
{
return $this->aliases;
}
-
public function setName($name)
{
$this->name = $name;
@@ -906,7 +870,6 @@ public function getName()
{
return $this->name;
}
-
public function setOcdId($ocdId)
{
$this->ocdId = $ocdId;
@@ -916,6 +879,7 @@ public function getOcdId()
{
return $this->ocdId;
}
+
}
class Google_Service_CivicInfo_Election extends Google_Model
@@ -935,7 +899,6 @@ public function getElectionDay()
{
return $this->electionDay;
}
-
public function setId($id)
{
$this->id = $id;
@@ -945,7 +908,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -955,6 +917,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_CivicInfo_ElectionOfficial extends Google_Model
@@ -976,7 +939,6 @@ public function getEmailAddress()
{
return $this->emailAddress;
}
-
public function setFaxNumber($faxNumber)
{
$this->faxNumber = $faxNumber;
@@ -986,7 +948,6 @@ public function getFaxNumber()
{
return $this->faxNumber;
}
-
public function setName($name)
{
$this->name = $name;
@@ -996,7 +957,6 @@ public function getName()
{
return $this->name;
}
-
public function setOfficePhoneNumber($officePhoneNumber)
{
$this->officePhoneNumber = $officePhoneNumber;
@@ -1006,7 +966,6 @@ public function getOfficePhoneNumber()
{
return $this->officePhoneNumber;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1016,6 +975,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_CivicInfo_ElectionsQueryResponse extends Google_Collection
@@ -1036,7 +996,6 @@ public function getElections()
{
return $this->elections;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1046,6 +1005,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_CivicInfo_ElectoralDistrict extends Google_Model
@@ -1065,7 +1025,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1075,7 +1034,6 @@ public function getName()
{
return $this->name;
}
-
public function setScope($scope)
{
$this->scope = $scope;
@@ -1085,6 +1043,7 @@ public function getScope()
{
return $this->scope;
}
+
}
class Google_Service_CivicInfo_GeographicDivision extends Google_Collection
@@ -1105,7 +1064,6 @@ public function getAlsoKnownAs()
{
return $this->alsoKnownAs;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1115,7 +1073,6 @@ public function getName()
{
return $this->name;
}
-
public function setOfficeIndices($officeIndices)
{
$this->officeIndices = $officeIndices;
@@ -1125,6 +1082,7 @@ public function getOfficeIndices()
{
return $this->officeIndices;
}
+
}
class Google_Service_CivicInfo_Office extends Google_Collection
@@ -1149,7 +1107,6 @@ public function getDivisionId()
{
return $this->divisionId;
}
-
public function setLevels($levels)
{
$this->levels = $levels;
@@ -1159,7 +1116,6 @@ public function getLevels()
{
return $this->levels;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1169,7 +1125,6 @@ public function getName()
{
return $this->name;
}
-
public function setOfficialIndices($officialIndices)
{
$this->officialIndices = $officialIndices;
@@ -1179,7 +1134,6 @@ public function getOfficialIndices()
{
return $this->officialIndices;
}
-
public function setRoles($roles)
{
$this->roles = $roles;
@@ -1189,7 +1143,6 @@ public function getRoles()
{
return $this->roles;
}
-
public function setSources($sources)
{
$this->sources = $sources;
@@ -1199,6 +1152,7 @@ public function getSources()
{
return $this->sources;
}
+
}
class Google_Service_CivicInfo_Official extends Google_Collection
@@ -1226,7 +1180,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setChannels($channels)
{
$this->channels = $channels;
@@ -1236,7 +1189,6 @@ public function getChannels()
{
return $this->channels;
}
-
public function setEmails($emails)
{
$this->emails = $emails;
@@ -1246,7 +1198,6 @@ public function getEmails()
{
return $this->emails;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1256,7 +1207,6 @@ public function getName()
{
return $this->name;
}
-
public function setParty($party)
{
$this->party = $party;
@@ -1266,7 +1216,6 @@ public function getParty()
{
return $this->party;
}
-
public function setPhones($phones)
{
$this->phones = $phones;
@@ -1276,7 +1225,6 @@ public function getPhones()
{
return $this->phones;
}
-
public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
@@ -1286,7 +1234,6 @@ public function getPhotoUrl()
{
return $this->photoUrl;
}
-
public function setUrls($urls)
{
$this->urls = $urls;
@@ -1296,6 +1243,7 @@ public function getUrls()
{
return $this->urls;
}
+
}
class Google_Service_CivicInfo_PollingLocation extends Google_Collection
@@ -1324,7 +1272,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -1334,7 +1281,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1344,7 +1290,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1354,7 +1299,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -1364,7 +1308,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setPollingHours($pollingHours)
{
$this->pollingHours = $pollingHours;
@@ -1374,7 +1317,6 @@ public function getPollingHours()
{
return $this->pollingHours;
}
-
public function setSources($sources)
{
$this->sources = $sources;
@@ -1384,7 +1326,6 @@ public function getSources()
{
return $this->sources;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -1394,7 +1335,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setVoterServices($voterServices)
{
$this->voterServices = $voterServices;
@@ -1404,6 +1344,7 @@ public function getVoterServices()
{
return $this->voterServices;
}
+
}
class Google_Service_CivicInfo_RepresentativeInfoData extends Google_Collection
@@ -1427,7 +1368,6 @@ public function getDivisions()
{
return $this->divisions;
}
-
public function setOffices($offices)
{
$this->offices = $offices;
@@ -1437,7 +1377,6 @@ public function getOffices()
{
return $this->offices;
}
-
public function setOfficials($officials)
{
$this->officials = $officials;
@@ -1447,12 +1386,15 @@ public function getOfficials()
{
return $this->officials;
}
+
}
class Google_Service_CivicInfo_RepresentativeInfoDataDivisions extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Collection
@@ -1479,7 +1421,6 @@ public function getDivisions()
{
return $this->divisions;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1489,7 +1430,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput)
{
$this->normalizedInput = $normalizedInput;
@@ -1499,7 +1439,6 @@ public function getNormalizedInput()
{
return $this->normalizedInput;
}
-
public function setOffices($offices)
{
$this->offices = $offices;
@@ -1509,7 +1448,6 @@ public function getOffices()
{
return $this->offices;
}
-
public function setOfficials($officials)
{
$this->officials = $officials;
@@ -1519,12 +1457,15 @@ public function getOfficials()
{
return $this->officials;
}
+
}
class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_CivicInfo_SimpleAddressType extends Google_Model
@@ -1548,7 +1489,6 @@ public function getCity()
{
return $this->city;
}
-
public function setLine1($line1)
{
$this->line1 = $line1;
@@ -1558,7 +1498,6 @@ public function getLine1()
{
return $this->line1;
}
-
public function setLine2($line2)
{
$this->line2 = $line2;
@@ -1568,7 +1507,6 @@ public function getLine2()
{
return $this->line2;
}
-
public function setLine3($line3)
{
$this->line3 = $line3;
@@ -1578,7 +1516,6 @@ public function getLine3()
{
return $this->line3;
}
-
public function setLocationName($locationName)
{
$this->locationName = $locationName;
@@ -1588,7 +1525,6 @@ public function getLocationName()
{
return $this->locationName;
}
-
public function setState($state)
{
$this->state = $state;
@@ -1598,7 +1534,6 @@ public function getState()
{
return $this->state;
}
-
public function setZip($zip)
{
$this->zip = $zip;
@@ -1608,6 +1543,7 @@ public function getZip()
{
return $this->zip;
}
+
}
class Google_Service_CivicInfo_Source extends Google_Model
@@ -1626,7 +1562,6 @@ public function getName()
{
return $this->name;
}
-
public function setOfficial($official)
{
$this->official = $official;
@@ -1636,6 +1571,7 @@ public function getOfficial()
{
return $this->official;
}
+
}
class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
@@ -1669,7 +1605,6 @@ public function getContests()
{
return $this->contests;
}
-
public function setEarlyVoteSites($earlyVoteSites)
{
$this->earlyVoteSites = $earlyVoteSites;
@@ -1679,7 +1614,6 @@ public function getEarlyVoteSites()
{
return $this->earlyVoteSites;
}
-
public function setElection(Google_Service_CivicInfo_Election $election)
{
$this->election = $election;
@@ -1689,7 +1623,6 @@ public function getElection()
{
return $this->election;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1699,7 +1632,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput)
{
$this->normalizedInput = $normalizedInput;
@@ -1709,7 +1641,6 @@ public function getNormalizedInput()
{
return $this->normalizedInput;
}
-
public function setOtherElections($otherElections)
{
$this->otherElections = $otherElections;
@@ -1719,7 +1650,6 @@ public function getOtherElections()
{
return $this->otherElections;
}
-
public function setPollingLocations($pollingLocations)
{
$this->pollingLocations = $pollingLocations;
@@ -1729,7 +1659,6 @@ public function getPollingLocations()
{
return $this->pollingLocations;
}
-
public function setPrecinctId($precinctId)
{
$this->precinctId = $precinctId;
@@ -1739,7 +1668,6 @@ public function getPrecinctId()
{
return $this->precinctId;
}
-
public function setState($state)
{
$this->state = $state;
@@ -1749,4 +1677,5 @@ public function getState()
{
return $this->state;
}
+
}
From 603672d0632a2bf7fea23924e97bd75bfeb85246 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:02 -0700
Subject: [PATCH 0333/1219] Updated Spectrum.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Spectrum.php | 136 ++++++++------------------------
1 file changed, 33 insertions(+), 103 deletions(-)
diff --git a/src/Google/Service/Spectrum.php b/src/Google/Service/Spectrum.php
index 96233f89b..09f239084 100644
--- a/src/Google/Service/Spectrum.php
+++ b/src/Google/Service/Spectrum.php
@@ -208,7 +208,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setHeightType($heightType)
{
$this->heightType = $heightType;
@@ -218,7 +217,6 @@ public function getHeightType()
{
return $this->heightType;
}
-
public function setHeightUncertainty($heightUncertainty)
{
$this->heightUncertainty = $heightUncertainty;
@@ -228,6 +226,7 @@ public function getHeightUncertainty()
{
return $this->heightUncertainty;
}
+
}
class Google_Service_Spectrum_DatabaseSpec extends Google_Model
@@ -246,7 +245,6 @@ public function getName()
{
return $this->name;
}
-
public function setUri($uri)
{
$this->uri = $uri;
@@ -256,6 +254,7 @@ public function getUri()
{
return $this->uri;
}
+
}
class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection
@@ -275,6 +274,7 @@ public function getDatabases()
{
return $this->databases;
}
+
}
class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection
@@ -294,6 +294,7 @@ public function getFrequencyRanges()
{
return $this->frequencyRanges;
}
+
}
class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection
@@ -321,7 +322,6 @@ public function getEtsiEnDeviceCategory()
{
return $this->etsiEnDeviceCategory;
}
-
public function setEtsiEnDeviceEmissionsClass($etsiEnDeviceEmissionsClass)
{
$this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass;
@@ -331,7 +331,6 @@ public function getEtsiEnDeviceEmissionsClass()
{
return $this->etsiEnDeviceEmissionsClass;
}
-
public function setEtsiEnDeviceType($etsiEnDeviceType)
{
$this->etsiEnDeviceType = $etsiEnDeviceType;
@@ -341,7 +340,6 @@ public function getEtsiEnDeviceType()
{
return $this->etsiEnDeviceType;
}
-
public function setEtsiEnTechnologyId($etsiEnTechnologyId)
{
$this->etsiEnTechnologyId = $etsiEnTechnologyId;
@@ -351,7 +349,6 @@ public function getEtsiEnTechnologyId()
{
return $this->etsiEnTechnologyId;
}
-
public function setFccId($fccId)
{
$this->fccId = $fccId;
@@ -361,7 +358,6 @@ public function getFccId()
{
return $this->fccId;
}
-
public function setFccTvbdDeviceType($fccTvbdDeviceType)
{
$this->fccTvbdDeviceType = $fccTvbdDeviceType;
@@ -371,7 +367,6 @@ public function getFccTvbdDeviceType()
{
return $this->fccTvbdDeviceType;
}
-
public function setManufacturerId($manufacturerId)
{
$this->manufacturerId = $manufacturerId;
@@ -381,7 +376,6 @@ public function getManufacturerId()
{
return $this->manufacturerId;
}
-
public function setModelId($modelId)
{
$this->modelId = $modelId;
@@ -391,7 +385,6 @@ public function getModelId()
{
return $this->modelId;
}
-
public function setRulesetIds($rulesetIds)
{
$this->rulesetIds = $rulesetIds;
@@ -401,7 +394,6 @@ public function getRulesetIds()
{
return $this->rulesetIds;
}
-
public function setSerialNumber($serialNumber)
{
$this->serialNumber = $serialNumber;
@@ -411,6 +403,7 @@ public function getSerialNumber()
{
return $this->serialNumber;
}
+
}
class Google_Service_Spectrum_DeviceOwner extends Google_Model
@@ -431,7 +424,6 @@ public function getOperator()
{
return $this->operator;
}
-
public function setOwner(Google_Service_Spectrum_Vcard $owner)
{
$this->owner = $owner;
@@ -441,6 +433,7 @@ public function getOwner()
{
return $this->owner;
}
+
}
class Google_Service_Spectrum_DeviceValidity extends Google_Model
@@ -461,7 +454,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setIsValid($isValid)
{
$this->isValid = $isValid;
@@ -471,7 +463,6 @@ public function getIsValid()
{
return $this->isValid;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -481,6 +472,7 @@ public function getReason()
{
return $this->reason;
}
+
}
class Google_Service_Spectrum_EventTime extends Google_Model
@@ -499,7 +491,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setStopTime($stopTime)
{
$this->stopTime = $stopTime;
@@ -509,6 +500,7 @@ public function getStopTime()
{
return $this->stopTime;
}
+
}
class Google_Service_Spectrum_FrequencyRange extends Google_Model
@@ -529,7 +521,6 @@ public function getChannelId()
{
return $this->channelId;
}
-
public function setMaxPowerDBm($maxPowerDBm)
{
$this->maxPowerDBm = $maxPowerDBm;
@@ -539,7 +530,6 @@ public function getMaxPowerDBm()
{
return $this->maxPowerDBm;
}
-
public function setStartHz($startHz)
{
$this->startHz = $startHz;
@@ -549,7 +539,6 @@ public function getStartHz()
{
return $this->startHz;
}
-
public function setStopHz($stopHz)
{
$this->stopHz = $stopHz;
@@ -559,6 +548,7 @@ public function getStopHz()
{
return $this->stopHz;
}
+
}
class Google_Service_Spectrum_GeoLocation extends Google_Model
@@ -580,7 +570,6 @@ public function getConfidence()
{
return $this->confidence;
}
-
public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point)
{
$this->point = $point;
@@ -590,7 +579,6 @@ public function getPoint()
{
return $this->point;
}
-
public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region)
{
$this->region = $region;
@@ -600,6 +588,7 @@ public function getRegion()
{
return $this->region;
}
+
}
class Google_Service_Spectrum_GeoLocationEllipse extends Google_Model
@@ -621,7 +610,6 @@ public function getCenter()
{
return $this->center;
}
-
public function setOrientation($orientation)
{
$this->orientation = $orientation;
@@ -631,7 +619,6 @@ public function getOrientation()
{
return $this->orientation;
}
-
public function setSemiMajorAxis($semiMajorAxis)
{
$this->semiMajorAxis = $semiMajorAxis;
@@ -641,7 +628,6 @@ public function getSemiMajorAxis()
{
return $this->semiMajorAxis;
}
-
public function setSemiMinorAxis($semiMinorAxis)
{
$this->semiMinorAxis = $semiMinorAxis;
@@ -651,6 +637,7 @@ public function getSemiMinorAxis()
{
return $this->semiMinorAxis;
}
+
}
class Google_Service_Spectrum_GeoLocationPoint extends Google_Model
@@ -669,7 +656,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -679,6 +665,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection
@@ -698,6 +685,7 @@ public function getExterior()
{
return $this->exterior;
}
+
}
class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection
@@ -719,7 +707,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setSpectrumSchedules($spectrumSchedules)
{
$this->spectrumSchedules = $spectrumSchedules;
@@ -729,6 +716,7 @@ public function getSpectrumSchedules()
{
return $this->spectrumSchedules;
}
+
}
class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collection
@@ -761,7 +749,6 @@ public function getAntenna()
{
return $this->antenna;
}
-
public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities)
{
$this->capabilities = $capabilities;
@@ -771,7 +758,6 @@ public function getCapabilities()
{
return $this->capabilities;
}
-
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
@@ -781,7 +767,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setLocations($locations)
{
$this->locations = $locations;
@@ -791,7 +776,6 @@ public function getLocations()
{
return $this->locations;
}
-
public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc)
{
$this->masterDeviceDesc = $masterDeviceDesc;
@@ -801,7 +785,6 @@ public function getMasterDeviceDesc()
{
return $this->masterDeviceDesc;
}
-
public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
{
$this->owner = $owner;
@@ -811,7 +794,6 @@ public function getOwner()
{
return $this->owner;
}
-
public function setRequestType($requestType)
{
$this->requestType = $requestType;
@@ -821,7 +803,6 @@ public function getRequestType()
{
return $this->requestType;
}
-
public function setType($type)
{
$this->type = $type;
@@ -831,7 +812,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -841,6 +821,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collection
@@ -873,7 +854,6 @@ public function getDatabaseChange()
{
return $this->databaseChange;
}
-
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
@@ -883,7 +863,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setGeoSpectrumSchedules($geoSpectrumSchedules)
{
$this->geoSpectrumSchedules = $geoSpectrumSchedules;
@@ -893,7 +872,6 @@ public function getGeoSpectrumSchedules()
{
return $this->geoSpectrumSchedules;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -903,7 +881,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxContiguousBwHz($maxContiguousBwHz)
{
$this->maxContiguousBwHz = $maxContiguousBwHz;
@@ -913,7 +890,6 @@ public function getMaxContiguousBwHz()
{
return $this->maxContiguousBwHz;
}
-
public function setMaxTotalBwHz($maxTotalBwHz)
{
$this->maxTotalBwHz = $maxTotalBwHz;
@@ -923,7 +899,6 @@ public function getMaxTotalBwHz()
{
return $this->maxTotalBwHz;
}
-
public function setNeedsSpectrumReport($needsSpectrumReport)
{
$this->needsSpectrumReport = $needsSpectrumReport;
@@ -933,7 +908,6 @@ public function getNeedsSpectrumReport()
{
return $this->needsSpectrumReport;
}
-
public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
{
$this->rulesetInfo = $rulesetInfo;
@@ -943,7 +917,6 @@ public function getRulesetInfo()
{
return $this->rulesetInfo;
}
-
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
@@ -953,7 +926,6 @@ public function getTimestamp()
{
return $this->timestamp;
}
-
public function setType($type)
{
$this->type = $type;
@@ -963,7 +935,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -973,6 +944,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsGetSpectrumRequest extends Google_Model
@@ -1004,7 +976,6 @@ public function getAntenna()
{
return $this->antenna;
}
-
public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities)
{
$this->capabilities = $capabilities;
@@ -1014,7 +985,6 @@ public function getCapabilities()
{
return $this->capabilities;
}
-
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
@@ -1024,7 +994,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
@@ -1034,7 +1003,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc)
{
$this->masterDeviceDesc = $masterDeviceDesc;
@@ -1044,7 +1012,6 @@ public function getMasterDeviceDesc()
{
return $this->masterDeviceDesc;
}
-
public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
{
$this->owner = $owner;
@@ -1054,7 +1021,6 @@ public function getOwner()
{
return $this->owner;
}
-
public function setRequestType($requestType)
{
$this->requestType = $requestType;
@@ -1064,7 +1030,6 @@ public function getRequestType()
{
return $this->requestType;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1074,7 +1039,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1084,6 +1048,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection
@@ -1116,7 +1081,6 @@ public function getDatabaseChange()
{
return $this->databaseChange;
}
-
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
@@ -1126,7 +1090,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1136,7 +1099,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxContiguousBwHz($maxContiguousBwHz)
{
$this->maxContiguousBwHz = $maxContiguousBwHz;
@@ -1146,7 +1108,6 @@ public function getMaxContiguousBwHz()
{
return $this->maxContiguousBwHz;
}
-
public function setMaxTotalBwHz($maxTotalBwHz)
{
$this->maxTotalBwHz = $maxTotalBwHz;
@@ -1156,7 +1117,6 @@ public function getMaxTotalBwHz()
{
return $this->maxTotalBwHz;
}
-
public function setNeedsSpectrumReport($needsSpectrumReport)
{
$this->needsSpectrumReport = $needsSpectrumReport;
@@ -1166,7 +1126,6 @@ public function getNeedsSpectrumReport()
{
return $this->needsSpectrumReport;
}
-
public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
{
$this->rulesetInfo = $rulesetInfo;
@@ -1176,7 +1135,6 @@ public function getRulesetInfo()
{
return $this->rulesetInfo;
}
-
public function setSpectrumSchedules($spectrumSchedules)
{
$this->spectrumSchedules = $spectrumSchedules;
@@ -1186,7 +1144,6 @@ public function getSpectrumSchedules()
{
return $this->spectrumSchedules;
}
-
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
@@ -1196,7 +1153,6 @@ public function getTimestamp()
{
return $this->timestamp;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1206,7 +1162,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1216,6 +1171,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsInitRequest extends Google_Model
@@ -1238,7 +1194,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
@@ -1248,7 +1203,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1258,7 +1212,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1268,6 +1221,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsInitResponse extends Google_Model
@@ -1291,7 +1245,6 @@ public function getDatabaseChange()
{
return $this->databaseChange;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1301,7 +1254,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
{
$this->rulesetInfo = $rulesetInfo;
@@ -1311,7 +1263,6 @@ public function getRulesetInfo()
{
return $this->rulesetInfo;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1321,7 +1272,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1331,6 +1281,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collection
@@ -1356,7 +1307,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
@@ -1366,7 +1316,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setSpectra($spectra)
{
$this->spectra = $spectra;
@@ -1376,7 +1325,6 @@ public function getSpectra()
{
return $this->spectra;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1386,7 +1334,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1396,6 +1343,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsNotifySpectrumUseResponse extends Google_Model
@@ -1415,7 +1363,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1425,7 +1372,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1435,6 +1381,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsRegisterRequest extends Google_Model
@@ -1461,7 +1408,6 @@ public function getAntenna()
{
return $this->antenna;
}
-
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
@@ -1471,7 +1417,6 @@ public function getDeviceDesc()
{
return $this->deviceDesc;
}
-
public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner)
{
$this->deviceOwner = $deviceOwner;
@@ -1481,7 +1426,6 @@ public function getDeviceOwner()
{
return $this->deviceOwner;
}
-
public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
@@ -1491,7 +1435,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1501,7 +1444,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1511,6 +1453,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsRegisterResponse extends Google_Model
@@ -1532,7 +1475,6 @@ public function getDatabaseChange()
{
return $this->databaseChange;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1542,7 +1484,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1552,7 +1493,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1562,6 +1502,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection
@@ -1583,7 +1524,6 @@ public function getDeviceDescs()
{
return $this->deviceDescs;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1593,7 +1533,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1603,6 +1542,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection
@@ -1627,7 +1567,6 @@ public function getDatabaseChange()
{
return $this->databaseChange;
}
-
public function setDeviceValidities($deviceValidities)
{
$this->deviceValidities = $deviceValidities;
@@ -1637,7 +1576,6 @@ public function getDeviceValidities()
{
return $this->deviceValidities;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1647,7 +1585,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1657,7 +1594,6 @@ public function getType()
{
return $this->type;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1667,6 +1603,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Spectrum_RulesetInfo extends Google_Collection
@@ -1688,7 +1625,6 @@ public function getAuthority()
{
return $this->authority;
}
-
public function setMaxLocationChange($maxLocationChange)
{
$this->maxLocationChange = $maxLocationChange;
@@ -1698,7 +1634,6 @@ public function getMaxLocationChange()
{
return $this->maxLocationChange;
}
-
public function setMaxPollingSecs($maxPollingSecs)
{
$this->maxPollingSecs = $maxPollingSecs;
@@ -1708,7 +1643,6 @@ public function getMaxPollingSecs()
{
return $this->maxPollingSecs;
}
-
public function setRulesetIds($rulesetIds)
{
$this->rulesetIds = $rulesetIds;
@@ -1718,6 +1652,7 @@ public function getRulesetIds()
{
return $this->rulesetIds;
}
+
}
class Google_Service_Spectrum_SpectrumMessage extends Google_Collection
@@ -1738,7 +1673,6 @@ public function getBandwidth()
{
return $this->bandwidth;
}
-
public function setFrequencyRanges($frequencyRanges)
{
$this->frequencyRanges = $frequencyRanges;
@@ -1748,6 +1682,7 @@ public function getFrequencyRanges()
{
return $this->frequencyRanges;
}
+
}
class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection
@@ -1769,7 +1704,6 @@ public function getEventTime()
{
return $this->eventTime;
}
-
public function setSpectra($spectra)
{
$this->spectra = $spectra;
@@ -1779,6 +1713,7 @@ public function getSpectra()
{
return $this->spectra;
}
+
}
class Google_Service_Spectrum_Vcard extends Google_Model
@@ -1804,7 +1739,6 @@ public function getAdr()
{
return $this->adr;
}
-
public function setEmail(Google_Service_Spectrum_VcardTypedText $email)
{
$this->email = $email;
@@ -1814,7 +1748,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setFn($fn)
{
$this->fn = $fn;
@@ -1824,7 +1757,6 @@ public function getFn()
{
return $this->fn;
}
-
public function setOrg(Google_Service_Spectrum_VcardTypedText $org)
{
$this->org = $org;
@@ -1834,7 +1766,6 @@ public function getOrg()
{
return $this->org;
}
-
public function setTel(Google_Service_Spectrum_VcardTelephone $tel)
{
$this->tel = $tel;
@@ -1844,6 +1775,7 @@ public function getTel()
{
return $this->tel;
}
+
}
class Google_Service_Spectrum_VcardAddress extends Google_Model
@@ -1866,7 +1798,6 @@ public function getCode()
{
return $this->code;
}
-
public function setCountry($country)
{
$this->country = $country;
@@ -1876,7 +1807,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setLocality($locality)
{
$this->locality = $locality;
@@ -1886,7 +1816,6 @@ public function getLocality()
{
return $this->locality;
}
-
public function setPobox($pobox)
{
$this->pobox = $pobox;
@@ -1896,7 +1825,6 @@ public function getPobox()
{
return $this->pobox;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -1906,7 +1834,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setStreet($street)
{
$this->street = $street;
@@ -1916,6 +1843,7 @@ public function getStreet()
{
return $this->street;
}
+
}
class Google_Service_Spectrum_VcardTelephone extends Google_Model
@@ -1933,6 +1861,7 @@ public function getUri()
{
return $this->uri;
}
+
}
class Google_Service_Spectrum_VcardTypedText extends Google_Model
@@ -1950,4 +1879,5 @@ public function getText()
{
return $this->text;
}
+
}
From 87c1313a6856cd8730bfb96962442910c3d88669 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:03 -0700
Subject: [PATCH 0334/1219] Updated SQLAdmin.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/SQLAdmin.php | 178 ++++++++------------------------
1 file changed, 45 insertions(+), 133 deletions(-)
diff --git a/src/Google/Service/SQLAdmin.php b/src/Google/Service/SQLAdmin.php
index c19cc245a..568a4a0c2 100644
--- a/src/Google/Service/SQLAdmin.php
+++ b/src/Google/Service/SQLAdmin.php
@@ -536,8 +536,7 @@ class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resourc
* Identifier for the backup configuration. This gets generated automatically when a backup
* configuration is created.
* @param string $dueTime
- * The start time of the four-hour backup window. The backup can occur any time in the window. The
- * time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+ * The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_BackupRun
*/
@@ -809,8 +808,7 @@ public function restart($project, $instance, $optParams = array())
* The identifier of the backup configuration. This gets generated automatically when a backup
* configuration is created.
* @param string $dueTime
- * The start time of the four-hour backup window. The backup can occur any time in the window. The
- * time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+ * The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesRestoreBackupResponse
*/
@@ -1046,7 +1044,6 @@ public function getBinaryLogEnabled()
{
return $this->binaryLogEnabled;
}
-
public function setEnabled($enabled)
{
$this->enabled = $enabled;
@@ -1056,7 +1053,6 @@ public function getEnabled()
{
return $this->enabled;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1066,7 +1062,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1076,7 +1071,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1086,6 +1080,7 @@ public function getStartTime()
{
return $this->startTime;
}
+
}
class Google_Service_SQLAdmin_BackupRun extends Google_Model
@@ -1112,7 +1107,6 @@ public function getBackupConfiguration()
{
return $this->backupConfiguration;
}
-
public function setDueTime($dueTime)
{
$this->dueTime = $dueTime;
@@ -1122,7 +1116,6 @@ public function getDueTime()
{
return $this->dueTime;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -1132,7 +1125,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setEnqueuedTime($enqueuedTime)
{
$this->enqueuedTime = $enqueuedTime;
@@ -1142,7 +1134,6 @@ public function getEnqueuedTime()
{
return $this->enqueuedTime;
}
-
public function setError(Google_Service_SQLAdmin_OperationError $error)
{
$this->error = $error;
@@ -1152,7 +1143,6 @@ public function getError()
{
return $this->error;
}
-
public function setInstance($instance)
{
$this->instance = $instance;
@@ -1162,7 +1152,6 @@ public function getInstance()
{
return $this->instance;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1172,7 +1161,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1182,7 +1170,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1192,6 +1179,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
@@ -1213,7 +1201,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1223,7 +1210,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1233,6 +1219,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_SQLAdmin_BinLogCoordinates extends Google_Model
@@ -1252,7 +1239,6 @@ public function getBinLogFileName()
{
return $this->binLogFileName;
}
-
public function setBinLogPosition($binLogPosition)
{
$this->binLogPosition = $binLogPosition;
@@ -1262,7 +1248,6 @@ public function getBinLogPosition()
{
return $this->binLogPosition;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1272,6 +1257,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_SQLAdmin_CloneContext extends Google_Model
@@ -1293,7 +1279,6 @@ public function getBinLogCoordinates()
{
return $this->binLogCoordinates;
}
-
public function setDestinationInstanceName($destinationInstanceName)
{
$this->destinationInstanceName = $destinationInstanceName;
@@ -1303,7 +1288,6 @@ public function getDestinationInstanceName()
{
return $this->destinationInstanceName;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1313,7 +1297,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSourceInstanceName($sourceInstanceName)
{
$this->sourceInstanceName = $sourceInstanceName;
@@ -1323,6 +1306,7 @@ public function getSourceInstanceName()
{
return $this->sourceInstanceName;
}
+
}
class Google_Service_SQLAdmin_DatabaseFlags extends Google_Model
@@ -1341,7 +1325,6 @@ public function getName()
{
return $this->name;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1351,6 +1334,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
@@ -1365,7 +1349,6 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
public $instanceType;
protected $ipAddressesType = 'Google_Service_SQLAdmin_IpMapping';
protected $ipAddressesDataType = 'array';
- public $ipv6Address;
public $kind;
public $masterInstanceName;
public $maxDiskSize;
@@ -1387,7 +1370,6 @@ public function getCurrentDiskSize()
{
return $this->currentDiskSize;
}
-
public function setDatabaseVersion($databaseVersion)
{
$this->databaseVersion = $databaseVersion;
@@ -1397,7 +1379,6 @@ public function getDatabaseVersion()
{
return $this->databaseVersion;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1407,7 +1388,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setInstance($instance)
{
$this->instance = $instance;
@@ -1417,7 +1397,6 @@ public function getInstance()
{
return $this->instance;
}
-
public function setInstanceType($instanceType)
{
$this->instanceType = $instanceType;
@@ -1427,7 +1406,6 @@ public function getInstanceType()
{
return $this->instanceType;
}
-
public function setIpAddresses($ipAddresses)
{
$this->ipAddresses = $ipAddresses;
@@ -1437,17 +1415,6 @@ public function getIpAddresses()
{
return $this->ipAddresses;
}
-
- public function setIpv6Address($ipv6Address)
- {
- $this->ipv6Address = $ipv6Address;
- }
-
- public function getIpv6Address()
- {
- return $this->ipv6Address;
- }
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1457,7 +1424,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMasterInstanceName($masterInstanceName)
{
$this->masterInstanceName = $masterInstanceName;
@@ -1467,7 +1433,6 @@ public function getMasterInstanceName()
{
return $this->masterInstanceName;
}
-
public function setMaxDiskSize($maxDiskSize)
{
$this->maxDiskSize = $maxDiskSize;
@@ -1477,7 +1442,6 @@ public function getMaxDiskSize()
{
return $this->maxDiskSize;
}
-
public function setProject($project)
{
$this->project = $project;
@@ -1487,7 +1451,6 @@ public function getProject()
{
return $this->project;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -1497,7 +1460,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setReplicaNames($replicaNames)
{
$this->replicaNames = $replicaNames;
@@ -1507,7 +1469,6 @@ public function getReplicaNames()
{
return $this->replicaNames;
}
-
public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
{
$this->serverCaCert = $serverCaCert;
@@ -1517,7 +1478,6 @@ public function getServerCaCert()
{
return $this->serverCaCert;
}
-
public function setSettings(Google_Service_SQLAdmin_Settings $settings)
{
$this->settings = $settings;
@@ -1527,7 +1487,6 @@ public function getSettings()
{
return $this->settings;
}
-
public function setState($state)
{
$this->state = $state;
@@ -1537,6 +1496,7 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_SQLAdmin_ExportContext extends Google_Collection
@@ -1558,7 +1518,6 @@ public function getDatabase()
{
return $this->database;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1568,7 +1527,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTable($table)
{
$this->table = $table;
@@ -1578,7 +1536,6 @@ public function getTable()
{
return $this->table;
}
-
public function setUri($uri)
{
$this->uri = $uri;
@@ -1588,6 +1545,7 @@ public function getUri()
{
return $this->uri;
}
+
}
class Google_Service_SQLAdmin_Flag extends Google_Collection
@@ -1612,7 +1570,6 @@ public function getAllowedStringValues()
{
return $this->allowedStringValues;
}
-
public function setAppliesTo($appliesTo)
{
$this->appliesTo = $appliesTo;
@@ -1622,7 +1579,6 @@ public function getAppliesTo()
{
return $this->appliesTo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1632,7 +1588,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxValue($maxValue)
{
$this->maxValue = $maxValue;
@@ -1642,7 +1597,6 @@ public function getMaxValue()
{
return $this->maxValue;
}
-
public function setMinValue($minValue)
{
$this->minValue = $minValue;
@@ -1652,7 +1606,6 @@ public function getMinValue()
{
return $this->minValue;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1662,7 +1615,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1672,6 +1624,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
@@ -1692,7 +1645,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1702,6 +1654,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_SQLAdmin_ImportContext extends Google_Collection
@@ -1722,7 +1675,6 @@ public function getDatabase()
{
return $this->database;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1732,7 +1684,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUri($uri)
{
$this->uri = $uri;
@@ -1742,6 +1693,7 @@ public function getUri()
{
return $this->uri;
}
+
}
class Google_Service_SQLAdmin_InstanceOperation extends Google_Collection
@@ -1774,7 +1726,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setEnqueuedTime($enqueuedTime)
{
$this->enqueuedTime = $enqueuedTime;
@@ -1784,7 +1735,6 @@ public function getEnqueuedTime()
{
return $this->enqueuedTime;
}
-
public function setError($error)
{
$this->error = $error;
@@ -1794,7 +1744,6 @@ public function getError()
{
return $this->error;
}
-
public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
{
$this->exportContext = $exportContext;
@@ -1804,7 +1753,6 @@ public function getExportContext()
{
return $this->exportContext;
}
-
public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
{
$this->importContext = $importContext;
@@ -1814,7 +1762,6 @@ public function getImportContext()
{
return $this->importContext;
}
-
public function setInstance($instance)
{
$this->instance = $instance;
@@ -1824,7 +1771,6 @@ public function getInstance()
{
return $this->instance;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1834,7 +1780,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -1844,7 +1789,6 @@ public function getOperation()
{
return $this->operation;
}
-
public function setOperationType($operationType)
{
$this->operationType = $operationType;
@@ -1854,7 +1798,6 @@ public function getOperationType()
{
return $this->operationType;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1864,7 +1807,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setState($state)
{
$this->state = $state;
@@ -1874,7 +1816,6 @@ public function getState()
{
return $this->state;
}
-
public function setUserEmailAddress($userEmailAddress)
{
$this->userEmailAddress = $userEmailAddress;
@@ -1884,6 +1825,7 @@ public function getUserEmailAddress()
{
return $this->userEmailAddress;
}
+
}
class Google_Service_SQLAdmin_InstanceSetRootPasswordRequest extends Google_Model
@@ -1902,6 +1844,7 @@ public function getSetRootPasswordContext()
{
return $this->setRootPasswordContext;
}
+
}
class Google_Service_SQLAdmin_InstancesCloneRequest extends Google_Model
@@ -1920,6 +1863,7 @@ public function getCloneContext()
{
return $this->cloneContext;
}
+
}
class Google_Service_SQLAdmin_InstancesCloneResponse extends Google_Model
@@ -1938,7 +1882,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -1948,6 +1891,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesDeleteResponse extends Google_Model
@@ -1966,7 +1910,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -1976,6 +1919,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
@@ -1994,6 +1938,7 @@ public function getExportContext()
{
return $this->exportContext;
}
+
}
class Google_Service_SQLAdmin_InstancesExportResponse extends Google_Model
@@ -2012,7 +1957,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2022,6 +1966,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
@@ -2040,6 +1985,7 @@ public function getImportContext()
{
return $this->importContext;
}
+
}
class Google_Service_SQLAdmin_InstancesImportResponse extends Google_Model
@@ -2058,7 +2004,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2068,6 +2013,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesInsertResponse extends Google_Model
@@ -2086,7 +2032,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2096,6 +2041,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
@@ -2117,7 +2063,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2127,7 +2072,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2137,6 +2081,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_SQLAdmin_InstancesPromoteReplicaResponse extends Google_Model
@@ -2155,7 +2100,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2165,6 +2109,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesResetSslConfigResponse extends Google_Model
@@ -2183,7 +2128,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2193,6 +2137,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesRestartResponse extends Google_Model
@@ -2211,7 +2156,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2221,6 +2165,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesRestoreBackupResponse extends Google_Model
@@ -2239,7 +2184,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2249,6 +2193,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesSetRootPasswordResponse extends Google_Model
@@ -2267,7 +2212,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2277,6 +2221,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_InstancesUpdateResponse extends Google_Model
@@ -2295,7 +2240,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2305,6 +2249,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
@@ -2314,7 +2259,6 @@ class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
);
public $authorizedNetworks;
public $enabled;
- public $kind;
public $requireSsl;
public function setAuthorizedNetworks($authorizedNetworks)
@@ -2326,7 +2270,6 @@ public function getAuthorizedNetworks()
{
return $this->authorizedNetworks;
}
-
public function setEnabled($enabled)
{
$this->enabled = $enabled;
@@ -2336,17 +2279,6 @@ public function getEnabled()
{
return $this->enabled;
}
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
public function setRequireSsl($requireSsl)
{
$this->requireSsl = $requireSsl;
@@ -2356,6 +2288,7 @@ public function getRequireSsl()
{
return $this->requireSsl;
}
+
}
class Google_Service_SQLAdmin_IpMapping extends Google_Model
@@ -2374,7 +2307,6 @@ public function getIpAddress()
{
return $this->ipAddress;
}
-
public function setTimeToRetire($timeToRetire)
{
$this->timeToRetire = $timeToRetire;
@@ -2384,6 +2316,7 @@ public function getTimeToRetire()
{
return $this->timeToRetire;
}
+
}
class Google_Service_SQLAdmin_LocationPreference extends Google_Model
@@ -2403,7 +2336,6 @@ public function getFollowGaeApplication()
{
return $this->followGaeApplication;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2413,7 +2345,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -2423,6 +2354,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_SQLAdmin_OperationError extends Google_Model
@@ -2441,7 +2373,6 @@ public function getCode()
{
return $this->code;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2451,6 +2382,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
@@ -2472,7 +2404,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2482,7 +2413,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2492,6 +2422,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_SQLAdmin_SetRootPasswordContext extends Google_Model
@@ -2510,7 +2441,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPassword($password)
{
$this->password = $password;
@@ -2520,6 +2450,7 @@ public function getPassword()
{
return $this->password;
}
+
}
class Google_Service_SQLAdmin_Settings extends Google_Collection
@@ -2553,7 +2484,6 @@ public function getActivationPolicy()
{
return $this->activationPolicy;
}
-
public function setAuthorizedGaeApplications($authorizedGaeApplications)
{
$this->authorizedGaeApplications = $authorizedGaeApplications;
@@ -2563,7 +2493,6 @@ public function getAuthorizedGaeApplications()
{
return $this->authorizedGaeApplications;
}
-
public function setBackupConfiguration($backupConfiguration)
{
$this->backupConfiguration = $backupConfiguration;
@@ -2573,7 +2502,6 @@ public function getBackupConfiguration()
{
return $this->backupConfiguration;
}
-
public function setDatabaseFlags($databaseFlags)
{
$this->databaseFlags = $databaseFlags;
@@ -2583,7 +2511,6 @@ public function getDatabaseFlags()
{
return $this->databaseFlags;
}
-
public function setDatabaseReplicationEnabled($databaseReplicationEnabled)
{
$this->databaseReplicationEnabled = $databaseReplicationEnabled;
@@ -2593,7 +2520,6 @@ public function getDatabaseReplicationEnabled()
{
return $this->databaseReplicationEnabled;
}
-
public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration)
{
$this->ipConfiguration = $ipConfiguration;
@@ -2603,7 +2529,6 @@ public function getIpConfiguration()
{
return $this->ipConfiguration;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2613,7 +2538,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference)
{
$this->locationPreference = $locationPreference;
@@ -2623,7 +2547,6 @@ public function getLocationPreference()
{
return $this->locationPreference;
}
-
public function setPricingPlan($pricingPlan)
{
$this->pricingPlan = $pricingPlan;
@@ -2633,7 +2556,6 @@ public function getPricingPlan()
{
return $this->pricingPlan;
}
-
public function setReplicationType($replicationType)
{
$this->replicationType = $replicationType;
@@ -2643,7 +2565,6 @@ public function getReplicationType()
{
return $this->replicationType;
}
-
public function setSettingsVersion($settingsVersion)
{
$this->settingsVersion = $settingsVersion;
@@ -2653,7 +2574,6 @@ public function getSettingsVersion()
{
return $this->settingsVersion;
}
-
public function setTier($tier)
{
$this->tier = $tier;
@@ -2663,6 +2583,7 @@ public function getTier()
{
return $this->tier;
}
+
}
class Google_Service_SQLAdmin_SslCert extends Google_Model
@@ -2687,7 +2608,6 @@ public function getCert()
{
return $this->cert;
}
-
public function setCertSerialNumber($certSerialNumber)
{
$this->certSerialNumber = $certSerialNumber;
@@ -2697,7 +2617,6 @@ public function getCertSerialNumber()
{
return $this->certSerialNumber;
}
-
public function setCommonName($commonName)
{
$this->commonName = $commonName;
@@ -2707,7 +2626,6 @@ public function getCommonName()
{
return $this->commonName;
}
-
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
@@ -2717,7 +2635,6 @@ public function getCreateTime()
{
return $this->createTime;
}
-
public function setExpirationTime($expirationTime)
{
$this->expirationTime = $expirationTime;
@@ -2727,7 +2644,6 @@ public function getExpirationTime()
{
return $this->expirationTime;
}
-
public function setInstance($instance)
{
$this->instance = $instance;
@@ -2737,7 +2653,6 @@ public function getInstance()
{
return $this->instance;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2747,7 +2662,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSha1Fingerprint($sha1Fingerprint)
{
$this->sha1Fingerprint = $sha1Fingerprint;
@@ -2757,6 +2671,7 @@ public function getSha1Fingerprint()
{
return $this->sha1Fingerprint;
}
+
}
class Google_Service_SQLAdmin_SslCertDetail extends Google_Model
@@ -2776,7 +2691,6 @@ public function getCertInfo()
{
return $this->certInfo;
}
-
public function setCertPrivateKey($certPrivateKey)
{
$this->certPrivateKey = $certPrivateKey;
@@ -2786,6 +2700,7 @@ public function getCertPrivateKey()
{
return $this->certPrivateKey;
}
+
}
class Google_Service_SQLAdmin_SslCertsDeleteResponse extends Google_Model
@@ -2804,7 +2719,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -2814,6 +2728,7 @@ public function getOperation()
{
return $this->operation;
}
+
}
class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
@@ -2831,6 +2746,7 @@ public function getCommonName()
{
return $this->commonName;
}
+
}
class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model
@@ -2852,7 +2768,6 @@ public function getClientCert()
{
return $this->clientCert;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2862,7 +2777,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
{
$this->serverCaCert = $serverCaCert;
@@ -2872,6 +2786,7 @@ public function getServerCaCert()
{
return $this->serverCaCert;
}
+
}
class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
@@ -2892,7 +2807,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2902,6 +2816,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_SQLAdmin_Tier extends Google_Collection
@@ -2926,7 +2841,6 @@ public function getDiskQuota()
{
return $this->diskQuota;
}
-
public function setRAM($rAM)
{
$this->rAM = $rAM;
@@ -2936,7 +2850,6 @@ public function getRAM()
{
return $this->rAM;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2946,7 +2859,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -2956,7 +2868,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setTier($tier)
{
$this->tier = $tier;
@@ -2966,6 +2877,7 @@ public function getTier()
{
return $this->tier;
}
+
}
class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
@@ -2986,7 +2898,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2996,4 +2907,5 @@ public function getKind()
{
return $this->kind;
}
+
}
From 1ba62de4082f0d837837f658e881800f6405559e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:04 -0700
Subject: [PATCH 0335/1219] Updated Blogger.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Blogger.php | 141 ++++++++-------------------------
1 file changed, 35 insertions(+), 106 deletions(-)
diff --git a/src/Google/Service/Blogger.php b/src/Google/Service/Blogger.php
index 304eb51e1..b7d4c10d3 100644
--- a/src/Google/Service/Blogger.php
+++ b/src/Google/Service/Blogger.php
@@ -1771,7 +1771,6 @@ public function getCustomMetaData()
{
return $this->customMetaData;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1781,7 +1780,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1791,7 +1789,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1801,7 +1798,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocale(Google_Service_Blogger_BlogLocale $locale)
{
$this->locale = $locale;
@@ -1811,7 +1807,6 @@ public function getLocale()
{
return $this->locale;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1821,7 +1816,6 @@ public function getName()
{
return $this->name;
}
-
public function setPages(Google_Service_Blogger_BlogPages $pages)
{
$this->pages = $pages;
@@ -1831,7 +1825,6 @@ public function getPages()
{
return $this->pages;
}
-
public function setPosts(Google_Service_Blogger_BlogPosts $posts)
{
$this->posts = $posts;
@@ -1841,7 +1834,6 @@ public function getPosts()
{
return $this->posts;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -1851,7 +1843,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1861,7 +1852,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1871,7 +1861,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -1881,7 +1870,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1891,6 +1879,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_BlogList extends Google_Collection
@@ -1913,7 +1902,6 @@ public function getBlogUserInfos()
{
return $this->blogUserInfos;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1923,7 +1911,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1933,6 +1920,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Blogger_BlogLocale extends Google_Model
@@ -1952,7 +1940,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -1962,7 +1949,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setVariant($variant)
{
$this->variant = $variant;
@@ -1972,6 +1958,7 @@ public function getVariant()
{
return $this->variant;
}
+
}
class Google_Service_Blogger_BlogPages extends Google_Model
@@ -1990,7 +1977,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2000,6 +1986,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Blogger_BlogPerUserInfo extends Google_Model
@@ -2022,7 +2009,6 @@ public function getBlogId()
{
return $this->blogId;
}
-
public function setHasAdminAccess($hasAdminAccess)
{
$this->hasAdminAccess = $hasAdminAccess;
@@ -2032,7 +2018,6 @@ public function getHasAdminAccess()
{
return $this->hasAdminAccess;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2042,7 +2027,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPhotosAlbumKey($photosAlbumKey)
{
$this->photosAlbumKey = $photosAlbumKey;
@@ -2052,7 +2036,6 @@ public function getPhotosAlbumKey()
{
return $this->photosAlbumKey;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -2062,7 +2045,6 @@ public function getRole()
{
return $this->role;
}
-
public function setUserId($userId)
{
$this->userId = $userId;
@@ -2072,6 +2054,7 @@ public function getUserId()
{
return $this->userId;
}
+
}
class Google_Service_Blogger_BlogPosts extends Google_Collection
@@ -2093,7 +2076,6 @@ public function getItems()
{
return $this->items;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2103,7 +2085,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2113,6 +2094,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Blogger_BlogUserInfo extends Google_Model
@@ -2135,7 +2117,6 @@ public function getBlog()
{
return $this->blog;
}
-
public function setBlogUserInfo(Google_Service_Blogger_BlogPerUserInfo $blogUserInfo)
{
$this->blogUserInfo = $blogUserInfo;
@@ -2145,7 +2126,6 @@ public function getBlogUserInfo()
{
return $this->blogUserInfo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2155,6 +2135,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Blogger_Comment extends Google_Model
@@ -2186,7 +2167,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setBlog(Google_Service_Blogger_CommentBlog $blog)
{
$this->blog = $blog;
@@ -2196,7 +2176,6 @@ public function getBlog()
{
return $this->blog;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -2206,7 +2185,6 @@ public function getContent()
{
return $this->content;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2216,7 +2194,6 @@ public function getId()
{
return $this->id;
}
-
public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo)
{
$this->inReplyTo = $inReplyTo;
@@ -2226,7 +2203,6 @@ public function getInReplyTo()
{
return $this->inReplyTo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2236,7 +2212,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPost(Google_Service_Blogger_CommentPost $post)
{
$this->post = $post;
@@ -2246,7 +2221,6 @@ public function getPost()
{
return $this->post;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -2256,7 +2230,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2266,7 +2239,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -2276,7 +2248,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2286,6 +2257,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Blogger_CommentAuthor extends Google_Model
@@ -2307,7 +2279,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2317,7 +2288,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Blogger_CommentAuthorImage $image)
{
$this->image = $image;
@@ -2327,7 +2297,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2337,6 +2306,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_CommentAuthorImage extends Google_Model
@@ -2354,6 +2324,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_CommentBlog extends Google_Model
@@ -2371,6 +2342,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_Blogger_CommentInReplyTo extends Google_Model
@@ -2388,6 +2360,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_Blogger_CommentList extends Google_Collection
@@ -2410,7 +2383,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2420,7 +2392,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2430,7 +2401,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -2440,6 +2410,7 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
+
}
class Google_Service_Blogger_CommentPost extends Google_Model
@@ -2457,6 +2428,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_Blogger_Page extends Google_Model
@@ -2487,7 +2459,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setBlog(Google_Service_Blogger_PageBlog $blog)
{
$this->blog = $blog;
@@ -2497,7 +2468,6 @@ public function getBlog()
{
return $this->blog;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -2507,7 +2477,6 @@ public function getContent()
{
return $this->content;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2517,7 +2486,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2527,7 +2495,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2537,7 +2504,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -2547,7 +2513,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2557,7 +2522,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -2567,7 +2531,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2577,7 +2540,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2587,7 +2549,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2597,6 +2558,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_PageAuthor extends Google_Model
@@ -2618,7 +2580,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2628,7 +2589,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Blogger_PageAuthorImage $image)
{
$this->image = $image;
@@ -2638,7 +2598,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2648,6 +2607,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_PageAuthorImage extends Google_Model
@@ -2665,6 +2625,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_PageBlog extends Google_Model
@@ -2682,6 +2643,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_Blogger_PageList extends Google_Collection
@@ -2702,7 +2664,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2712,6 +2673,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Blogger_Pageviews extends Google_Collection
@@ -2733,7 +2695,6 @@ public function getBlogId()
{
return $this->blogId;
}
-
public function setCounts($counts)
{
$this->counts = $counts;
@@ -2743,7 +2704,6 @@ public function getCounts()
{
return $this->counts;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2753,6 +2713,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Blogger_PageviewsCounts extends Google_Model
@@ -2771,7 +2732,6 @@ public function getCount()
{
return $this->count;
}
-
public function setTimeRange($timeRange)
{
$this->timeRange = $timeRange;
@@ -2781,6 +2741,7 @@ public function getTimeRange()
{
return $this->timeRange;
}
+
}
class Google_Service_Blogger_Post extends Google_Collection
@@ -2822,7 +2783,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setBlog(Google_Service_Blogger_PostBlog $blog)
{
$this->blog = $blog;
@@ -2832,7 +2792,6 @@ public function getBlog()
{
return $this->blog;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -2842,7 +2801,6 @@ public function getContent()
{
return $this->content;
}
-
public function setCustomMetaData($customMetaData)
{
$this->customMetaData = $customMetaData;
@@ -2852,7 +2810,6 @@ public function getCustomMetaData()
{
return $this->customMetaData;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2862,7 +2819,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2872,7 +2828,6 @@ public function getId()
{
return $this->id;
}
-
public function setImages($images)
{
$this->images = $images;
@@ -2882,7 +2837,6 @@ public function getImages()
{
return $this->images;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2892,7 +2846,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLabels($labels)
{
$this->labels = $labels;
@@ -2902,7 +2855,6 @@ public function getLabels()
{
return $this->labels;
}
-
public function setLocation(Google_Service_Blogger_PostLocation $location)
{
$this->location = $location;
@@ -2912,7 +2864,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -2922,7 +2873,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setReaderComments($readerComments)
{
$this->readerComments = $readerComments;
@@ -2932,7 +2882,6 @@ public function getReaderComments()
{
return $this->readerComments;
}
-
public function setReplies(Google_Service_Blogger_PostReplies $replies)
{
$this->replies = $replies;
@@ -2942,7 +2891,6 @@ public function getReplies()
{
return $this->replies;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2952,7 +2900,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -2962,7 +2909,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2972,7 +2918,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setTitleLink($titleLink)
{
$this->titleLink = $titleLink;
@@ -2982,7 +2927,6 @@ public function getTitleLink()
{
return $this->titleLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2992,7 +2936,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3002,6 +2945,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_PostAuthor extends Google_Model
@@ -3023,7 +2967,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3033,7 +2976,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Blogger_PostAuthorImage $image)
{
$this->image = $image;
@@ -3043,7 +2985,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3053,6 +2994,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_PostAuthorImage extends Google_Model
@@ -3070,6 +3012,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_PostBlog extends Google_Model
@@ -3087,6 +3030,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_Blogger_PostImages extends Google_Model
@@ -3104,6 +3048,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_PostList extends Google_Collection
@@ -3125,7 +3070,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3135,7 +3079,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3145,6 +3088,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Blogger_PostLocation extends Google_Model
@@ -3165,7 +3109,6 @@ public function getLat()
{
return $this->lat;
}
-
public function setLng($lng)
{
$this->lng = $lng;
@@ -3175,7 +3118,6 @@ public function getLng()
{
return $this->lng;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3185,7 +3127,6 @@ public function getName()
{
return $this->name;
}
-
public function setSpan($span)
{
$this->span = $span;
@@ -3195,6 +3136,7 @@ public function getSpan()
{
return $this->span;
}
+
}
class Google_Service_Blogger_PostPerUserInfo extends Google_Model
@@ -3216,7 +3158,6 @@ public function getBlogId()
{
return $this->blogId;
}
-
public function setHasEditAccess($hasEditAccess)
{
$this->hasEditAccess = $hasEditAccess;
@@ -3226,7 +3167,6 @@ public function getHasEditAccess()
{
return $this->hasEditAccess;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3236,7 +3176,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPostId($postId)
{
$this->postId = $postId;
@@ -3246,7 +3185,6 @@ public function getPostId()
{
return $this->postId;
}
-
public function setUserId($userId)
{
$this->userId = $userId;
@@ -3256,6 +3194,7 @@ public function getUserId()
{
return $this->userId;
}
+
}
class Google_Service_Blogger_PostReplies extends Google_Collection
@@ -3277,7 +3216,6 @@ public function getItems()
{
return $this->items;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3287,7 +3225,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -3297,6 +3234,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Blogger_PostUserInfo extends Google_Model
@@ -3319,7 +3257,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPost(Google_Service_Blogger_Post $post)
{
$this->post = $post;
@@ -3329,7 +3266,6 @@ public function getPost()
{
return $this->post;
}
-
public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUserInfo)
{
$this->postUserInfo = $postUserInfo;
@@ -3339,6 +3275,7 @@ public function getPostUserInfo()
{
return $this->postUserInfo;
}
+
}
class Google_Service_Blogger_PostUserInfosList extends Google_Collection
@@ -3360,7 +3297,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3370,7 +3306,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3380,6 +3315,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Blogger_User extends Google_Model
@@ -3407,7 +3343,6 @@ public function getAbout()
{
return $this->about;
}
-
public function setBlogs(Google_Service_Blogger_UserBlogs $blogs)
{
$this->blogs = $blogs;
@@ -3417,7 +3352,6 @@ public function getBlogs()
{
return $this->blogs;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -3427,7 +3361,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -3437,7 +3370,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3447,7 +3379,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3457,7 +3388,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocale(Google_Service_Blogger_UserLocale $locale)
{
$this->locale = $locale;
@@ -3467,7 +3397,6 @@ public function getLocale()
{
return $this->locale;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3477,7 +3406,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3487,6 +3415,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Blogger_UserBlogs extends Google_Model
@@ -3504,6 +3433,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Blogger_UserLocale extends Google_Model
@@ -3523,7 +3453,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -3533,7 +3462,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setVariant($variant)
{
$this->variant = $variant;
@@ -3543,4 +3471,5 @@ public function getVariant()
{
return $this->variant;
}
+
}
From ade96c8814b5c8cd19c1a852987ee916ac385a06 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:04 -0700
Subject: [PATCH 0336/1219] Updated Dns.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Dns.php | 38 ++++++++------------------------------
1 file changed, 8 insertions(+), 30 deletions(-)
diff --git a/src/Google/Service/Dns.php b/src/Google/Service/Dns.php
index cd9a35ddd..79e0b8cb2 100644
--- a/src/Google/Service/Dns.php
+++ b/src/Google/Service/Dns.php
@@ -516,7 +516,6 @@ public function getAdditions()
{
return $this->additions;
}
-
public function setDeletions($deletions)
{
$this->deletions = $deletions;
@@ -526,7 +525,6 @@ public function getDeletions()
{
return $this->deletions;
}
-
public function setId($id)
{
$this->id = $id;
@@ -536,7 +534,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -546,7 +543,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -556,7 +552,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -566,6 +561,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Dns_ChangesListResponse extends Google_Collection
@@ -587,7 +583,6 @@ public function getChanges()
{
return $this->changes;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -597,7 +592,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -607,6 +601,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Dns_ManagedZone extends Google_Collection
@@ -631,7 +626,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -641,7 +635,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDnsName($dnsName)
{
$this->dnsName = $dnsName;
@@ -651,7 +644,6 @@ public function getDnsName()
{
return $this->dnsName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -661,7 +653,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -671,7 +662,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -681,7 +671,6 @@ public function getName()
{
return $this->name;
}
-
public function setNameServers($nameServers)
{
$this->nameServers = $nameServers;
@@ -691,6 +680,7 @@ public function getNameServers()
{
return $this->nameServers;
}
+
}
class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection
@@ -712,7 +702,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setManagedZones($managedZones)
{
$this->managedZones = $managedZones;
@@ -722,7 +711,6 @@ public function getManagedZones()
{
return $this->managedZones;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -732,6 +720,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Dns_Project extends Google_Model
@@ -753,7 +742,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -763,7 +751,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNumber($number)
{
$this->number = $number;
@@ -773,7 +760,6 @@ public function getNumber()
{
return $this->number;
}
-
public function setQuota(Google_Service_Dns_Quota $quota)
{
$this->quota = $quota;
@@ -783,6 +769,7 @@ public function getQuota()
{
return $this->quota;
}
+
}
class Google_Service_Dns_Quota extends Google_Model
@@ -806,7 +793,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setManagedZones($managedZones)
{
$this->managedZones = $managedZones;
@@ -816,7 +802,6 @@ public function getManagedZones()
{
return $this->managedZones;
}
-
public function setResourceRecordsPerRrset($resourceRecordsPerRrset)
{
$this->resourceRecordsPerRrset = $resourceRecordsPerRrset;
@@ -826,7 +811,6 @@ public function getResourceRecordsPerRrset()
{
return $this->resourceRecordsPerRrset;
}
-
public function setRrsetAdditionsPerChange($rrsetAdditionsPerChange)
{
$this->rrsetAdditionsPerChange = $rrsetAdditionsPerChange;
@@ -836,7 +820,6 @@ public function getRrsetAdditionsPerChange()
{
return $this->rrsetAdditionsPerChange;
}
-
public function setRrsetDeletionsPerChange($rrsetDeletionsPerChange)
{
$this->rrsetDeletionsPerChange = $rrsetDeletionsPerChange;
@@ -846,7 +829,6 @@ public function getRrsetDeletionsPerChange()
{
return $this->rrsetDeletionsPerChange;
}
-
public function setRrsetsPerManagedZone($rrsetsPerManagedZone)
{
$this->rrsetsPerManagedZone = $rrsetsPerManagedZone;
@@ -856,7 +838,6 @@ public function getRrsetsPerManagedZone()
{
return $this->rrsetsPerManagedZone;
}
-
public function setTotalRrdataSizePerChange($totalRrdataSizePerChange)
{
$this->totalRrdataSizePerChange = $totalRrdataSizePerChange;
@@ -866,6 +847,7 @@ public function getTotalRrdataSizePerChange()
{
return $this->totalRrdataSizePerChange;
}
+
}
class Google_Service_Dns_ResourceRecordSet extends Google_Collection
@@ -888,7 +870,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -898,7 +879,6 @@ public function getName()
{
return $this->name;
}
-
public function setRrdatas($rrdatas)
{
$this->rrdatas = $rrdatas;
@@ -908,7 +888,6 @@ public function getRrdatas()
{
return $this->rrdatas;
}
-
public function setTtl($ttl)
{
$this->ttl = $ttl;
@@ -918,7 +897,6 @@ public function getTtl()
{
return $this->ttl;
}
-
public function setType($type)
{
$this->type = $type;
@@ -928,6 +906,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collection
@@ -949,7 +928,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -959,7 +937,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setRrsets($rrsets)
{
$this->rrsets = $rrsets;
@@ -969,4 +946,5 @@ public function getRrsets()
{
return $this->rrsets;
}
+
}
From 80f5ff143d0fa04c6887506191f4908ee17046ef Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:05 -0700
Subject: [PATCH 0337/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 197 +++++++++-----------------------
1 file changed, 54 insertions(+), 143 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index e7523dccb..538d451de 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -1323,6 +1323,7 @@ public function getExists()
{
return $this->exists;
}
+
}
class Google_Service_Genomics_Call extends Google_Collection
@@ -1346,7 +1347,6 @@ public function getCallSetId()
{
return $this->callSetId;
}
-
public function setCallSetName($callSetName)
{
$this->callSetName = $callSetName;
@@ -1356,7 +1356,6 @@ public function getCallSetName()
{
return $this->callSetName;
}
-
public function setGenotype($genotype)
{
$this->genotype = $genotype;
@@ -1366,7 +1365,6 @@ public function getGenotype()
{
return $this->genotype;
}
-
public function setGenotypeLikelihood($genotypeLikelihood)
{
$this->genotypeLikelihood = $genotypeLikelihood;
@@ -1376,7 +1374,6 @@ public function getGenotypeLikelihood()
{
return $this->genotypeLikelihood;
}
-
public function setInfo($info)
{
$this->info = $info;
@@ -1386,7 +1383,6 @@ public function getInfo()
{
return $this->info;
}
-
public function setPhaseset($phaseset)
{
$this->phaseset = $phaseset;
@@ -1396,12 +1392,15 @@ public function getPhaseset()
{
return $this->phaseset;
}
+
}
class Google_Service_Genomics_CallInfo extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Genomics_CallSet extends Google_Collection
@@ -1425,7 +1424,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1435,7 +1433,6 @@ public function getId()
{
return $this->id;
}
-
public function setInfo($info)
{
$this->info = $info;
@@ -1445,7 +1442,6 @@ public function getInfo()
{
return $this->info;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1455,7 +1451,6 @@ public function getName()
{
return $this->name;
}
-
public function setSampleId($sampleId)
{
$this->sampleId = $sampleId;
@@ -1465,7 +1460,6 @@ public function getSampleId()
{
return $this->sampleId;
}
-
public function setVariantSetIds($variantSetIds)
{
$this->variantSetIds = $variantSetIds;
@@ -1475,12 +1469,15 @@ public function getVariantSetIds()
{
return $this->variantSetIds;
}
+
}
class Google_Service_Genomics_CallSetInfo extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Genomics_CoverageBucket extends Google_Model
@@ -1500,7 +1497,6 @@ public function getMeanCoverage()
{
return $this->meanCoverage;
}
-
public function setRange(Google_Service_Genomics_GenomicRange $range)
{
$this->range = $range;
@@ -1510,6 +1506,7 @@ public function getRange()
{
return $this->range;
}
+
}
class Google_Service_Genomics_Dataset extends Google_Model
@@ -1530,7 +1527,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsPublic($isPublic)
{
$this->isPublic = $isPublic;
@@ -1540,7 +1536,6 @@ public function getIsPublic()
{
return $this->isPublic;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1550,7 +1545,6 @@ public function getName()
{
return $this->name;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1560,6 +1554,7 @@ public function getProjectId()
{
return $this->projectId;
}
+
}
class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collection
@@ -1583,7 +1578,6 @@ public function getAlign()
{
return $this->align;
}
-
public function setCallVariants($callVariants)
{
$this->callVariants = $callVariants;
@@ -1593,7 +1587,6 @@ public function getCallVariants()
{
return $this->callVariants;
}
-
public function setGcsOutputPath($gcsOutputPath)
{
$this->gcsOutputPath = $gcsOutputPath;
@@ -1603,7 +1596,6 @@ public function getGcsOutputPath()
{
return $this->gcsOutputPath;
}
-
public function setPairedSourceUris($pairedSourceUris)
{
$this->pairedSourceUris = $pairedSourceUris;
@@ -1613,7 +1605,6 @@ public function getPairedSourceUris()
{
return $this->pairedSourceUris;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1623,7 +1614,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
@@ -1633,6 +1623,7 @@ public function getSourceUris()
{
return $this->sourceUris;
}
+
}
class Google_Service_Genomics_ExperimentalCreateJobResponse extends Google_Model
@@ -1650,6 +1641,7 @@ public function getJobId()
{
return $this->jobId;
}
+
}
class Google_Service_Genomics_ExportReadsetsRequest extends Google_Collection
@@ -1671,7 +1663,6 @@ public function getExportUri()
{
return $this->exportUri;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1681,7 +1672,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setReadsetIds($readsetIds)
{
$this->readsetIds = $readsetIds;
@@ -1691,7 +1681,6 @@ public function getReadsetIds()
{
return $this->readsetIds;
}
-
public function setReferenceNames($referenceNames)
{
$this->referenceNames = $referenceNames;
@@ -1701,6 +1690,7 @@ public function getReferenceNames()
{
return $this->referenceNames;
}
+
}
class Google_Service_Genomics_ExportReadsetsResponse extends Google_Model
@@ -1718,6 +1708,7 @@ public function getJobId()
{
return $this->jobId;
}
+
}
class Google_Service_Genomics_ExportVariantsRequest extends Google_Collection
@@ -1741,7 +1732,6 @@ public function getBigqueryDataset()
{
return $this->bigqueryDataset;
}
-
public function setBigqueryTable($bigqueryTable)
{
$this->bigqueryTable = $bigqueryTable;
@@ -1751,7 +1741,6 @@ public function getBigqueryTable()
{
return $this->bigqueryTable;
}
-
public function setCallSetIds($callSetIds)
{
$this->callSetIds = $callSetIds;
@@ -1761,7 +1750,6 @@ public function getCallSetIds()
{
return $this->callSetIds;
}
-
public function setFormat($format)
{
$this->format = $format;
@@ -1771,7 +1759,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1781,7 +1768,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setVariantSetId($variantSetId)
{
$this->variantSetId = $variantSetId;
@@ -1791,6 +1777,7 @@ public function getVariantSetId()
{
return $this->variantSetId;
}
+
}
class Google_Service_Genomics_ExportVariantsResponse extends Google_Model
@@ -1808,6 +1795,7 @@ public function getJobId()
{
return $this->jobId;
}
+
}
class Google_Service_Genomics_GenomicRange extends Google_Model
@@ -1827,7 +1815,6 @@ public function getSequenceEnd()
{
return $this->sequenceEnd;
}
-
public function setSequenceName($sequenceName)
{
$this->sequenceName = $sequenceName;
@@ -1837,7 +1824,6 @@ public function getSequenceName()
{
return $this->sequenceName;
}
-
public function setSequenceStart($sequenceStart)
{
$this->sequenceStart = $sequenceStart;
@@ -1847,6 +1833,7 @@ public function getSequenceStart()
{
return $this->sequenceStart;
}
+
}
class Google_Service_Genomics_Header extends Google_Model
@@ -1865,7 +1852,6 @@ public function getSortingOrder()
{
return $this->sortingOrder;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -1875,6 +1861,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Genomics_HeaderSection extends Google_Collection
@@ -1903,7 +1890,6 @@ public function getComments()
{
return $this->comments;
}
-
public function setFileUri($fileUri)
{
$this->fileUri = $fileUri;
@@ -1913,7 +1899,6 @@ public function getFileUri()
{
return $this->fileUri;
}
-
public function setFilename($filename)
{
$this->filename = $filename;
@@ -1923,7 +1908,6 @@ public function getFilename()
{
return $this->filename;
}
-
public function setHeaders($headers)
{
$this->headers = $headers;
@@ -1933,7 +1917,6 @@ public function getHeaders()
{
return $this->headers;
}
-
public function setPrograms($programs)
{
$this->programs = $programs;
@@ -1943,7 +1926,6 @@ public function getPrograms()
{
return $this->programs;
}
-
public function setReadGroups($readGroups)
{
$this->readGroups = $readGroups;
@@ -1953,7 +1935,6 @@ public function getReadGroups()
{
return $this->readGroups;
}
-
public function setRefSequences($refSequences)
{
$this->refSequences = $refSequences;
@@ -1963,6 +1944,7 @@ public function getRefSequences()
{
return $this->refSequences;
}
+
}
class Google_Service_Genomics_ImportReadsetsRequest extends Google_Collection
@@ -1982,7 +1964,6 @@ public function getDatasetId()
{
return $this->datasetId;
}
-
public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
@@ -1992,6 +1973,7 @@ public function getSourceUris()
{
return $this->sourceUris;
}
+
}
class Google_Service_Genomics_ImportReadsetsResponse extends Google_Model
@@ -2009,6 +1991,7 @@ public function getJobId()
{
return $this->jobId;
}
+
}
class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
@@ -2029,7 +2012,6 @@ public function getFormat()
{
return $this->format;
}
-
public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
@@ -2039,7 +2021,6 @@ public function getSourceUris()
{
return $this->sourceUris;
}
-
public function setVariantSetId($variantSetId)
{
$this->variantSetId = $variantSetId;
@@ -2049,6 +2030,7 @@ public function getVariantSetId()
{
return $this->variantSetId;
}
+
}
class Google_Service_Genomics_ImportVariantsResponse extends Google_Model
@@ -2066,6 +2048,7 @@ public function getJobId()
{
return $this->jobId;
}
+
}
class Google_Service_Genomics_Job extends Google_Collection
@@ -2093,7 +2076,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2103,7 +2085,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -2113,7 +2094,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2123,7 +2103,6 @@ public function getId()
{
return $this->id;
}
-
public function setImportedIds($importedIds)
{
$this->importedIds = $importedIds;
@@ -2133,7 +2112,6 @@ public function getImportedIds()
{
return $this->importedIds;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -2143,7 +2121,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setRequest(Google_Service_Genomics_JobRequest $request)
{
$this->request = $request;
@@ -2153,7 +2130,6 @@ public function getRequest()
{
return $this->request;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -2163,7 +2139,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -2173,6 +2148,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_Genomics_JobRequest extends Google_Collection
@@ -2193,7 +2169,6 @@ public function getDestination()
{
return $this->destination;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -2203,7 +2178,6 @@ public function getSource()
{
return $this->source;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2213,6 +2187,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Genomics_ListCoverageBucketsResponse extends Google_Collection
@@ -2234,7 +2209,6 @@ public function getBucketWidth()
{
return $this->bucketWidth;
}
-
public function setCoverageBuckets($coverageBuckets)
{
$this->coverageBuckets = $coverageBuckets;
@@ -2244,7 +2218,6 @@ public function getCoverageBuckets()
{
return $this->coverageBuckets;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2254,6 +2227,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Genomics_ListDatasetsResponse extends Google_Collection
@@ -2274,7 +2248,6 @@ public function getDatasets()
{
return $this->datasets;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2284,6 +2257,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Genomics_MergeVariantsRequest extends Google_Collection
@@ -2303,6 +2277,7 @@ public function getVariants()
{
return $this->variants;
}
+
}
class Google_Service_Genomics_Metadata extends Google_Model
@@ -2326,7 +2301,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2336,7 +2310,6 @@ public function getId()
{
return $this->id;
}
-
public function setInfo($info)
{
$this->info = $info;
@@ -2346,7 +2319,6 @@ public function getInfo()
{
return $this->info;
}
-
public function setKey($key)
{
$this->key = $key;
@@ -2356,7 +2328,6 @@ public function getKey()
{
return $this->key;
}
-
public function setNumber($number)
{
$this->number = $number;
@@ -2366,7 +2337,6 @@ public function getNumber()
{
return $this->number;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2376,7 +2346,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -2386,12 +2355,15 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Genomics_MetadataInfo extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Genomics_Program extends Google_Model
@@ -2413,7 +2385,6 @@ public function getCommandLine()
{
return $this->commandLine;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2423,7 +2394,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2433,7 +2403,6 @@ public function getName()
{
return $this->name;
}
-
public function setPrevProgramId($prevProgramId)
{
$this->prevProgramId = $prevProgramId;
@@ -2443,7 +2412,6 @@ public function getPrevProgramId()
{
return $this->prevProgramId;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -2453,6 +2421,7 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Genomics_Read extends Google_Model
@@ -2484,7 +2453,6 @@ public function getAlignedBases()
{
return $this->alignedBases;
}
-
public function setBaseQuality($baseQuality)
{
$this->baseQuality = $baseQuality;
@@ -2494,7 +2462,6 @@ public function getBaseQuality()
{
return $this->baseQuality;
}
-
public function setCigar($cigar)
{
$this->cigar = $cigar;
@@ -2504,7 +2471,6 @@ public function getCigar()
{
return $this->cigar;
}
-
public function setFlags($flags)
{
$this->flags = $flags;
@@ -2514,7 +2480,6 @@ public function getFlags()
{
return $this->flags;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2524,7 +2489,6 @@ public function getId()
{
return $this->id;
}
-
public function setMappingQuality($mappingQuality)
{
$this->mappingQuality = $mappingQuality;
@@ -2534,7 +2498,6 @@ public function getMappingQuality()
{
return $this->mappingQuality;
}
-
public function setMatePosition($matePosition)
{
$this->matePosition = $matePosition;
@@ -2544,7 +2507,6 @@ public function getMatePosition()
{
return $this->matePosition;
}
-
public function setMateReferenceSequenceName($mateReferenceSequenceName)
{
$this->mateReferenceSequenceName = $mateReferenceSequenceName;
@@ -2554,7 +2516,6 @@ public function getMateReferenceSequenceName()
{
return $this->mateReferenceSequenceName;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2564,7 +2525,6 @@ public function getName()
{
return $this->name;
}
-
public function setOriginalBases($originalBases)
{
$this->originalBases = $originalBases;
@@ -2574,7 +2534,6 @@ public function getOriginalBases()
{
return $this->originalBases;
}
-
public function setPosition($position)
{
$this->position = $position;
@@ -2584,7 +2543,6 @@ public function getPosition()
{
return $this->position;
}
-
public function setReadsetId($readsetId)
{
$this->readsetId = $readsetId;
@@ -2594,7 +2552,6 @@ public function getReadsetId()
{
return $this->readsetId;
}
-
public function setReferenceSequenceName($referenceSequenceName)
{
$this->referenceSequenceName = $referenceSequenceName;
@@ -2604,7 +2561,6 @@ public function getReferenceSequenceName()
{
return $this->referenceSequenceName;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -2614,7 +2570,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setTemplateLength($templateLength)
{
$this->templateLength = $templateLength;
@@ -2624,6 +2579,7 @@ public function getTemplateLength()
{
return $this->templateLength;
}
+
}
class Google_Service_Genomics_ReadGroup extends Google_Model
@@ -2652,7 +2608,6 @@ public function getDate()
{
return $this->date;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2662,7 +2617,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setFlowOrder($flowOrder)
{
$this->flowOrder = $flowOrder;
@@ -2672,7 +2626,6 @@ public function getFlowOrder()
{
return $this->flowOrder;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2682,7 +2635,6 @@ public function getId()
{
return $this->id;
}
-
public function setKeySequence($keySequence)
{
$this->keySequence = $keySequence;
@@ -2692,7 +2644,6 @@ public function getKeySequence()
{
return $this->keySequence;
}
-
public function setLibrary($library)
{
$this->library = $library;
@@ -2702,7 +2653,6 @@ public function getLibrary()
{
return $this->library;
}
-
public function setPlatformUnit($platformUnit)
{
$this->platformUnit = $platformUnit;
@@ -2712,7 +2662,6 @@ public function getPlatformUnit()
{
return $this->platformUnit;
}
-
public function setPredictedInsertSize($predictedInsertSize)
{
$this->predictedInsertSize = $predictedInsertSize;
@@ -2722,7 +2671,6 @@ public function getPredictedInsertSize()
{
return $this->predictedInsertSize;
}
-
public function setProcessingProgram($processingProgram)
{
$this->processingProgram = $processingProgram;
@@ -2732,7 +2680,6 @@ public function getProcessingProgram()
{
return $this->processingProgram;
}
-
public function setSample($sample)
{
$this->sample = $sample;
@@ -2742,7 +2689,6 @@ public function getSample()
{
return $this->sample;
}
-
public function setSequencingCenterName($sequencingCenterName)
{
$this->sequencingCenterName = $sequencingCenterName;
@@ -2752,7 +2698,6 @@ public function getSequencingCenterName()
{
return $this->sequencingCenterName;
}
-
public function setSequencingTechnology($sequencingTechnology)
{
$this->sequencingTechnology = $sequencingTechnology;
@@ -2762,12 +2707,15 @@ public function getSequencingTechnology()
{
return $this->sequencingTechnology;
}
+
}
class Google_Service_Genomics_ReadTags extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Genomics_Readset extends Google_Collection
@@ -2790,7 +2738,6 @@ public function getDatasetId()
{
return $this->datasetId;
}
-
public function setFileData($fileData)
{
$this->fileData = $fileData;
@@ -2800,7 +2747,6 @@ public function getFileData()
{
return $this->fileData;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2810,7 +2756,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2820,6 +2765,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Genomics_ReferenceBound extends Google_Model
@@ -2838,7 +2784,6 @@ public function getReferenceName()
{
return $this->referenceName;
}
-
public function setUpperBound($upperBound)
{
$this->upperBound = $upperBound;
@@ -2848,6 +2793,7 @@ public function getUpperBound()
{
return $this->upperBound;
}
+
}
class Google_Service_Genomics_ReferenceSequence extends Google_Model
@@ -2870,7 +2816,6 @@ public function getAssemblyId()
{
return $this->assemblyId;
}
-
public function setLength($length)
{
$this->length = $length;
@@ -2880,7 +2825,6 @@ public function getLength()
{
return $this->length;
}
-
public function setMd5Checksum($md5Checksum)
{
$this->md5Checksum = $md5Checksum;
@@ -2890,7 +2834,6 @@ public function getMd5Checksum()
{
return $this->md5Checksum;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2900,7 +2843,6 @@ public function getName()
{
return $this->name;
}
-
public function setSpecies($species)
{
$this->species = $species;
@@ -2910,7 +2852,6 @@ public function getSpecies()
{
return $this->species;
}
-
public function setUri($uri)
{
$this->uri = $uri;
@@ -2920,6 +2861,7 @@ public function getUri()
{
return $this->uri;
}
+
}
class Google_Service_Genomics_SearchCallSetsRequest extends Google_Collection
@@ -2941,7 +2883,6 @@ public function getName()
{
return $this->name;
}
-
public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
@@ -2951,7 +2892,6 @@ public function getPageSize()
{
return $this->pageSize;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -2961,7 +2901,6 @@ public function getPageToken()
{
return $this->pageToken;
}
-
public function setVariantSetIds($variantSetIds)
{
$this->variantSetIds = $variantSetIds;
@@ -2971,6 +2910,7 @@ public function getVariantSetIds()
{
return $this->variantSetIds;
}
+
}
class Google_Service_Genomics_SearchCallSetsResponse extends Google_Collection
@@ -2991,7 +2931,6 @@ public function getCallSets()
{
return $this->callSets;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3001,6 +2940,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Genomics_SearchJobsRequest extends Google_Collection
@@ -3024,7 +2964,6 @@ public function getCreatedAfter()
{
return $this->createdAfter;
}
-
public function setCreatedBefore($createdBefore)
{
$this->createdBefore = $createdBefore;
@@ -3034,7 +2973,6 @@ public function getCreatedBefore()
{
return $this->createdBefore;
}
-
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -3044,7 +2982,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -3054,7 +2991,6 @@ public function getPageToken()
{
return $this->pageToken;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -3064,7 +3000,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -3074,6 +3009,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Genomics_SearchJobsResponse extends Google_Collection
@@ -3094,7 +3030,6 @@ public function getJobs()
{
return $this->jobs;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3104,6 +3039,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
@@ -3127,7 +3063,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -3137,7 +3072,6 @@ public function getPageToken()
{
return $this->pageToken;
}
-
public function setReadsetIds($readsetIds)
{
$this->readsetIds = $readsetIds;
@@ -3147,7 +3081,6 @@ public function getReadsetIds()
{
return $this->readsetIds;
}
-
public function setSequenceEnd($sequenceEnd)
{
$this->sequenceEnd = $sequenceEnd;
@@ -3157,7 +3090,6 @@ public function getSequenceEnd()
{
return $this->sequenceEnd;
}
-
public function setSequenceName($sequenceName)
{
$this->sequenceName = $sequenceName;
@@ -3167,7 +3099,6 @@ public function getSequenceName()
{
return $this->sequenceName;
}
-
public function setSequenceStart($sequenceStart)
{
$this->sequenceStart = $sequenceStart;
@@ -3177,6 +3108,7 @@ public function getSequenceStart()
{
return $this->sequenceStart;
}
+
}
class Google_Service_Genomics_SearchReadsResponse extends Google_Collection
@@ -3197,7 +3129,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setReads($reads)
{
$this->reads = $reads;
@@ -3207,6 +3138,7 @@ public function getReads()
{
return $this->reads;
}
+
}
class Google_Service_Genomics_SearchReadsetsRequest extends Google_Collection
@@ -3228,7 +3160,6 @@ public function getDatasetIds()
{
return $this->datasetIds;
}
-
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -3238,7 +3169,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3248,7 +3178,6 @@ public function getName()
{
return $this->name;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -3258,6 +3187,7 @@ public function getPageToken()
{
return $this->pageToken;
}
+
}
class Google_Service_Genomics_SearchReadsetsResponse extends Google_Collection
@@ -3278,7 +3208,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setReadsets($readsets)
{
$this->readsets = $readsets;
@@ -3288,6 +3217,7 @@ public function getReadsets()
{
return $this->readsets;
}
+
}
class Google_Service_Genomics_SearchVariantSetsRequest extends Google_Collection
@@ -3308,7 +3238,6 @@ public function getDatasetIds()
{
return $this->datasetIds;
}
-
public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
@@ -3318,7 +3247,6 @@ public function getPageSize()
{
return $this->pageSize;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -3328,6 +3256,7 @@ public function getPageToken()
{
return $this->pageToken;
}
+
}
class Google_Service_Genomics_SearchVariantSetsResponse extends Google_Collection
@@ -3348,7 +3277,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setVariantSets($variantSets)
{
$this->variantSets = $variantSets;
@@ -3358,6 +3286,7 @@ public function getVariantSets()
{
return $this->variantSets;
}
+
}
class Google_Service_Genomics_SearchVariantsRequest extends Google_Collection
@@ -3384,7 +3313,6 @@ public function getCallSetIds()
{
return $this->callSetIds;
}
-
public function setEnd($end)
{
$this->end = $end;
@@ -3394,7 +3322,6 @@ public function getEnd()
{
return $this->end;
}
-
public function setMaxCalls($maxCalls)
{
$this->maxCalls = $maxCalls;
@@ -3404,7 +3331,6 @@ public function getMaxCalls()
{
return $this->maxCalls;
}
-
public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
@@ -3414,7 +3340,6 @@ public function getPageSize()
{
return $this->pageSize;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -3424,7 +3349,6 @@ public function getPageToken()
{
return $this->pageToken;
}
-
public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
@@ -3434,7 +3358,6 @@ public function getReferenceName()
{
return $this->referenceName;
}
-
public function setStart($start)
{
$this->start = $start;
@@ -3444,7 +3367,6 @@ public function getStart()
{
return $this->start;
}
-
public function setVariantName($variantName)
{
$this->variantName = $variantName;
@@ -3454,7 +3376,6 @@ public function getVariantName()
{
return $this->variantName;
}
-
public function setVariantSetIds($variantSetIds)
{
$this->variantSetIds = $variantSetIds;
@@ -3464,6 +3385,7 @@ public function getVariantSetIds()
{
return $this->variantSetIds;
}
+
}
class Google_Service_Genomics_SearchVariantsResponse extends Google_Collection
@@ -3484,7 +3406,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setVariants($variants)
{
$this->variants = $variants;
@@ -3494,6 +3415,7 @@ public function getVariants()
{
return $this->variants;
}
+
}
class Google_Service_Genomics_Variant extends Google_Collection
@@ -3525,7 +3447,6 @@ public function getAlternateBases()
{
return $this->alternateBases;
}
-
public function setCalls($calls)
{
$this->calls = $calls;
@@ -3535,7 +3456,6 @@ public function getCalls()
{
return $this->calls;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -3545,7 +3465,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setEnd($end)
{
$this->end = $end;
@@ -3555,7 +3474,6 @@ public function getEnd()
{
return $this->end;
}
-
public function setFilter($filter)
{
$this->filter = $filter;
@@ -3565,7 +3483,6 @@ public function getFilter()
{
return $this->filter;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3575,7 +3492,6 @@ public function getId()
{
return $this->id;
}
-
public function setInfo($info)
{
$this->info = $info;
@@ -3585,7 +3501,6 @@ public function getInfo()
{
return $this->info;
}
-
public function setNames($names)
{
$this->names = $names;
@@ -3595,7 +3510,6 @@ public function getNames()
{
return $this->names;
}
-
public function setQuality($quality)
{
$this->quality = $quality;
@@ -3605,7 +3519,6 @@ public function getQuality()
{
return $this->quality;
}
-
public function setReferenceBases($referenceBases)
{
$this->referenceBases = $referenceBases;
@@ -3615,7 +3528,6 @@ public function getReferenceBases()
{
return $this->referenceBases;
}
-
public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
@@ -3625,7 +3537,6 @@ public function getReferenceName()
{
return $this->referenceName;
}
-
public function setStart($start)
{
$this->start = $start;
@@ -3635,7 +3546,6 @@ public function getStart()
{
return $this->start;
}
-
public function setVariantSetId($variantSetId)
{
$this->variantSetId = $variantSetId;
@@ -3645,12 +3555,15 @@ public function getVariantSetId()
{
return $this->variantSetId;
}
+
}
class Google_Service_Genomics_VariantInfo extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Genomics_VariantSet extends Google_Collection
@@ -3674,7 +3587,6 @@ public function getDatasetId()
{
return $this->datasetId;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3684,7 +3596,6 @@ public function getId()
{
return $this->id;
}
-
public function setMetadata($metadata)
{
$this->metadata = $metadata;
@@ -3694,7 +3605,6 @@ public function getMetadata()
{
return $this->metadata;
}
-
public function setReferenceBounds($referenceBounds)
{
$this->referenceBounds = $referenceBounds;
@@ -3704,4 +3614,5 @@ public function getReferenceBounds()
{
return $this->referenceBounds;
}
+
}
From 0a6a3b2adb298ce7f50b10626446b7470605fe35 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:06 -0700
Subject: [PATCH 0338/1219] Updated AndroidPublisher.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AndroidPublisher.php | 97 +++++++++++--------------
1 file changed, 43 insertions(+), 54 deletions(-)
diff --git a/src/Google/Service/AndroidPublisher.php b/src/Google/Service/AndroidPublisher.php
index 462f43c36..5ae8e02f4 100644
--- a/src/Google/Service/AndroidPublisher.php
+++ b/src/Google/Service/AndroidPublisher.php
@@ -2287,7 +2287,6 @@ public function getBinary()
{
return $this->binary;
}
-
public function setVersionCode($versionCode)
{
$this->versionCode = $versionCode;
@@ -2297,6 +2296,7 @@ public function getVersionCode()
{
return $this->versionCode;
}
+
}
class Google_Service_AndroidPublisher_ApkBinary extends Google_Model
@@ -2314,6 +2314,7 @@ public function getSha1()
{
return $this->sha1;
}
+
}
class Google_Service_AndroidPublisher_ApkListing extends Google_Model
@@ -2332,7 +2333,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setRecentChanges($recentChanges)
{
$this->recentChanges = $recentChanges;
@@ -2342,6 +2342,7 @@ public function getRecentChanges()
{
return $this->recentChanges;
}
+
}
class Google_Service_AndroidPublisher_ApkListingsListResponse extends Google_Collection
@@ -2362,7 +2363,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setListings($listings)
{
$this->listings = $listings;
@@ -2372,6 +2372,7 @@ public function getListings()
{
return $this->listings;
}
+
}
class Google_Service_AndroidPublisher_ApksListResponse extends Google_Collection
@@ -2392,7 +2393,6 @@ public function getApks()
{
return $this->apks;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2402,6 +2402,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AndroidPublisher_AppDetails extends Google_Model
@@ -2422,7 +2423,6 @@ public function getContactEmail()
{
return $this->contactEmail;
}
-
public function setContactPhone($contactPhone)
{
$this->contactPhone = $contactPhone;
@@ -2432,7 +2432,6 @@ public function getContactPhone()
{
return $this->contactPhone;
}
-
public function setContactWebsite($contactWebsite)
{
$this->contactWebsite = $contactWebsite;
@@ -2442,7 +2441,6 @@ public function getContactWebsite()
{
return $this->contactWebsite;
}
-
public function setDefaultLanguage($defaultLanguage)
{
$this->defaultLanguage = $defaultLanguage;
@@ -2452,6 +2450,7 @@ public function getDefaultLanguage()
{
return $this->defaultLanguage;
}
+
}
class Google_Service_AndroidPublisher_AppEdit extends Google_Model
@@ -2470,7 +2469,6 @@ public function getExpiryTimeSeconds()
{
return $this->expiryTimeSeconds;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2480,6 +2478,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_AndroidPublisher_ExpansionFile extends Google_Model
@@ -2498,7 +2497,6 @@ public function getFileSize()
{
return $this->fileSize;
}
-
public function setReferencesVersion($referencesVersion)
{
$this->referencesVersion = $referencesVersion;
@@ -2508,6 +2506,7 @@ public function getReferencesVersion()
{
return $this->referencesVersion;
}
+
}
class Google_Service_AndroidPublisher_ExpansionFilesUploadResponse extends Google_Model
@@ -2526,6 +2525,7 @@ public function getExpansionFile()
{
return $this->expansionFile;
}
+
}
class Google_Service_AndroidPublisher_Image extends Google_Model
@@ -2545,7 +2545,6 @@ public function getId()
{
return $this->id;
}
-
public function setSha1($sha1)
{
$this->sha1 = $sha1;
@@ -2555,7 +2554,6 @@ public function getSha1()
{
return $this->sha1;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2565,6 +2563,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_AndroidPublisher_ImagesDeleteAllResponse extends Google_Collection
@@ -2584,6 +2583,7 @@ public function getDeleted()
{
return $this->deleted;
}
+
}
class Google_Service_AndroidPublisher_ImagesListResponse extends Google_Collection
@@ -2603,6 +2603,7 @@ public function getImages()
{
return $this->images;
}
+
}
class Google_Service_AndroidPublisher_ImagesUploadResponse extends Google_Model
@@ -2621,6 +2622,7 @@ public function getImage()
{
return $this->image;
}
+
}
class Google_Service_AndroidPublisher_InAppProduct extends Google_Model
@@ -2652,7 +2654,6 @@ public function getDefaultLanguage()
{
return $this->defaultLanguage;
}
-
public function setDefaultPrice(Google_Service_AndroidPublisher_Price $defaultPrice)
{
$this->defaultPrice = $defaultPrice;
@@ -2662,7 +2663,6 @@ public function getDefaultPrice()
{
return $this->defaultPrice;
}
-
public function setListings($listings)
{
$this->listings = $listings;
@@ -2672,7 +2672,6 @@ public function getListings()
{
return $this->listings;
}
-
public function setPackageName($packageName)
{
$this->packageName = $packageName;
@@ -2682,7 +2681,6 @@ public function getPackageName()
{
return $this->packageName;
}
-
public function setPrices($prices)
{
$this->prices = $prices;
@@ -2692,7 +2690,6 @@ public function getPrices()
{
return $this->prices;
}
-
public function setPurchaseType($purchaseType)
{
$this->purchaseType = $purchaseType;
@@ -2702,7 +2699,6 @@ public function getPurchaseType()
{
return $this->purchaseType;
}
-
public function setSeason(Google_Service_AndroidPublisher_Season $season)
{
$this->season = $season;
@@ -2712,7 +2708,6 @@ public function getSeason()
{
return $this->season;
}
-
public function setSku($sku)
{
$this->sku = $sku;
@@ -2722,7 +2717,6 @@ public function getSku()
{
return $this->sku;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -2732,7 +2726,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setSubscriptionPeriod($subscriptionPeriod)
{
$this->subscriptionPeriod = $subscriptionPeriod;
@@ -2742,7 +2735,6 @@ public function getSubscriptionPeriod()
{
return $this->subscriptionPeriod;
}
-
public function setTrialPeriod($trialPeriod)
{
$this->trialPeriod = $trialPeriod;
@@ -2752,6 +2744,7 @@ public function getTrialPeriod()
{
return $this->trialPeriod;
}
+
}
class Google_Service_AndroidPublisher_InAppProductListing extends Google_Model
@@ -2770,7 +2763,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2780,18 +2772,23 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_AndroidPublisher_InAppProductListings extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_AndroidPublisher_InAppProductPrices extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_AndroidPublisher_InappproductsBatchRequest extends Google_Collection
@@ -2811,6 +2808,7 @@ public function getEntrys()
{
return $this->entrys;
}
+
}
class Google_Service_AndroidPublisher_InappproductsBatchRequestEntry extends Google_Model
@@ -2833,7 +2831,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setInappproductsinsertrequest(Google_Service_AndroidPublisher_InappproductsInsertRequest $inappproductsinsertrequest)
{
$this->inappproductsinsertrequest = $inappproductsinsertrequest;
@@ -2843,7 +2840,6 @@ public function getInappproductsinsertrequest()
{
return $this->inappproductsinsertrequest;
}
-
public function setInappproductsupdaterequest(Google_Service_AndroidPublisher_InappproductsUpdateRequest $inappproductsupdaterequest)
{
$this->inappproductsupdaterequest = $inappproductsupdaterequest;
@@ -2853,7 +2849,6 @@ public function getInappproductsupdaterequest()
{
return $this->inappproductsupdaterequest;
}
-
public function setMethodName($methodName)
{
$this->methodName = $methodName;
@@ -2863,6 +2858,7 @@ public function getMethodName()
{
return $this->methodName;
}
+
}
class Google_Service_AndroidPublisher_InappproductsBatchResponse extends Google_Collection
@@ -2883,7 +2879,6 @@ public function getEntrys()
{
return $this->entrys;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2893,6 +2888,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AndroidPublisher_InappproductsBatchResponseEntry extends Google_Model
@@ -2914,7 +2910,6 @@ public function getBatchId()
{
return $this->batchId;
}
-
public function setInappproductsinsertresponse(Google_Service_AndroidPublisher_InappproductsInsertResponse $inappproductsinsertresponse)
{
$this->inappproductsinsertresponse = $inappproductsinsertresponse;
@@ -2924,7 +2919,6 @@ public function getInappproductsinsertresponse()
{
return $this->inappproductsinsertresponse;
}
-
public function setInappproductsupdateresponse(Google_Service_AndroidPublisher_InappproductsUpdateResponse $inappproductsupdateresponse)
{
$this->inappproductsupdateresponse = $inappproductsupdateresponse;
@@ -2934,6 +2928,7 @@ public function getInappproductsupdateresponse()
{
return $this->inappproductsupdateresponse;
}
+
}
class Google_Service_AndroidPublisher_InappproductsInsertRequest extends Google_Model
@@ -2952,6 +2947,7 @@ public function getInappproduct()
{
return $this->inappproduct;
}
+
}
class Google_Service_AndroidPublisher_InappproductsInsertResponse extends Google_Model
@@ -2970,6 +2966,7 @@ public function getInappproduct()
{
return $this->inappproduct;
}
+
}
class Google_Service_AndroidPublisher_InappproductsListResponse extends Google_Collection
@@ -2994,7 +2991,6 @@ public function getInappproduct()
{
return $this->inappproduct;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3004,7 +3000,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPageInfo(Google_Service_AndroidPublisher_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
@@ -3014,7 +3009,6 @@ public function getPageInfo()
{
return $this->pageInfo;
}
-
public function setTokenPagination(Google_Service_AndroidPublisher_TokenPagination $tokenPagination)
{
$this->tokenPagination = $tokenPagination;
@@ -3024,6 +3018,7 @@ public function getTokenPagination()
{
return $this->tokenPagination;
}
+
}
class Google_Service_AndroidPublisher_InappproductsUpdateRequest extends Google_Model
@@ -3042,6 +3037,7 @@ public function getInappproduct()
{
return $this->inappproduct;
}
+
}
class Google_Service_AndroidPublisher_InappproductsUpdateResponse extends Google_Model
@@ -3060,6 +3056,7 @@ public function getInappproduct()
{
return $this->inappproduct;
}
+
}
class Google_Service_AndroidPublisher_Listing extends Google_Model
@@ -3081,7 +3078,6 @@ public function getFullDescription()
{
return $this->fullDescription;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -3091,7 +3087,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setShortDescription($shortDescription)
{
$this->shortDescription = $shortDescription;
@@ -3101,7 +3096,6 @@ public function getShortDescription()
{
return $this->shortDescription;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3111,7 +3105,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setVideo($video)
{
$this->video = $video;
@@ -3121,6 +3114,7 @@ public function getVideo()
{
return $this->video;
}
+
}
class Google_Service_AndroidPublisher_ListingsListResponse extends Google_Collection
@@ -3141,7 +3135,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setListings($listings)
{
$this->listings = $listings;
@@ -3151,6 +3144,7 @@ public function getListings()
{
return $this->listings;
}
+
}
class Google_Service_AndroidPublisher_MonthDay extends Google_Model
@@ -3169,7 +3163,6 @@ public function getDay()
{
return $this->day;
}
-
public function setMonth($month)
{
$this->month = $month;
@@ -3179,6 +3172,7 @@ public function getMonth()
{
return $this->month;
}
+
}
class Google_Service_AndroidPublisher_PageInfo extends Google_Model
@@ -3198,7 +3192,6 @@ public function getResultPerPage()
{
return $this->resultPerPage;
}
-
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
@@ -3208,7 +3201,6 @@ public function getStartIndex()
{
return $this->startIndex;
}
-
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
@@ -3218,6 +3210,7 @@ public function getTotalResults()
{
return $this->totalResults;
}
+
}
class Google_Service_AndroidPublisher_Price extends Google_Model
@@ -3236,7 +3229,6 @@ public function getCurrency()
{
return $this->currency;
}
-
public function setPriceMicros($priceMicros)
{
$this->priceMicros = $priceMicros;
@@ -3246,6 +3238,7 @@ public function getPriceMicros()
{
return $this->priceMicros;
}
+
}
class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
@@ -3267,7 +3260,6 @@ public function getConsumptionState()
{
return $this->consumptionState;
}
-
public function setDeveloperPayload($developerPayload)
{
$this->developerPayload = $developerPayload;
@@ -3277,7 +3269,6 @@ public function getDeveloperPayload()
{
return $this->developerPayload;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3287,7 +3278,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPurchaseState($purchaseState)
{
$this->purchaseState = $purchaseState;
@@ -3297,7 +3287,6 @@ public function getPurchaseState()
{
return $this->purchaseState;
}
-
public function setPurchaseTimeMillis($purchaseTimeMillis)
{
$this->purchaseTimeMillis = $purchaseTimeMillis;
@@ -3307,6 +3296,7 @@ public function getPurchaseTimeMillis()
{
return $this->purchaseTimeMillis;
}
+
}
class Google_Service_AndroidPublisher_Season extends Google_Model
@@ -3327,7 +3317,6 @@ public function getEnd()
{
return $this->end;
}
-
public function setStart(Google_Service_AndroidPublisher_MonthDay $start)
{
$this->start = $start;
@@ -3337,6 +3326,7 @@ public function getStart()
{
return $this->start;
}
+
}
class Google_Service_AndroidPublisher_SubscriptionDeferralInfo extends Google_Model
@@ -3355,7 +3345,6 @@ public function getDesiredExpiryTimeMillis()
{
return $this->desiredExpiryTimeMillis;
}
-
public function setExpectedExpiryTimeMillis($expectedExpiryTimeMillis)
{
$this->expectedExpiryTimeMillis = $expectedExpiryTimeMillis;
@@ -3365,6 +3354,7 @@ public function getExpectedExpiryTimeMillis()
{
return $this->expectedExpiryTimeMillis;
}
+
}
class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model
@@ -3385,7 +3375,6 @@ public function getAutoRenewing()
{
return $this->autoRenewing;
}
-
public function setExpiryTimeMillis($expiryTimeMillis)
{
$this->expiryTimeMillis = $expiryTimeMillis;
@@ -3395,7 +3384,6 @@ public function getExpiryTimeMillis()
{
return $this->expiryTimeMillis;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3405,7 +3393,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStartTimeMillis($startTimeMillis)
{
$this->startTimeMillis = $startTimeMillis;
@@ -3415,6 +3402,7 @@ public function getStartTimeMillis()
{
return $this->startTimeMillis;
}
+
}
class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest extends Google_Model
@@ -3433,6 +3421,7 @@ public function getDeferralInfo()
{
return $this->deferralInfo;
}
+
}
class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse extends Google_Model
@@ -3450,6 +3439,7 @@ public function getNewExpiryTimeMillis()
{
return $this->newExpiryTimeMillis;
}
+
}
class Google_Service_AndroidPublisher_Testers extends Google_Collection
@@ -3469,7 +3459,6 @@ public function getGoogleGroups()
{
return $this->googleGroups;
}
-
public function setGooglePlusCommunities($googlePlusCommunities)
{
$this->googlePlusCommunities = $googlePlusCommunities;
@@ -3479,6 +3468,7 @@ public function getGooglePlusCommunities()
{
return $this->googlePlusCommunities;
}
+
}
class Google_Service_AndroidPublisher_TokenPagination extends Google_Model
@@ -3497,7 +3487,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPreviousPageToken($previousPageToken)
{
$this->previousPageToken = $previousPageToken;
@@ -3507,6 +3496,7 @@ public function getPreviousPageToken()
{
return $this->previousPageToken;
}
+
}
class Google_Service_AndroidPublisher_Track extends Google_Collection
@@ -3527,7 +3517,6 @@ public function getTrack()
{
return $this->track;
}
-
public function setUserFraction($userFraction)
{
$this->userFraction = $userFraction;
@@ -3537,7 +3526,6 @@ public function getUserFraction()
{
return $this->userFraction;
}
-
public function setVersionCodes($versionCodes)
{
$this->versionCodes = $versionCodes;
@@ -3547,6 +3535,7 @@ public function getVersionCodes()
{
return $this->versionCodes;
}
+
}
class Google_Service_AndroidPublisher_TracksListResponse extends Google_Collection
@@ -3567,7 +3556,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTracks($tracks)
{
$this->tracks = $tracks;
@@ -3577,4 +3565,5 @@ public function getTracks()
{
return $this->tracks;
}
+
}
From 8b38e50ab4640e59e2d00c87296a14317b6d5e49 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:06 -0700
Subject: [PATCH 0339/1219] Updated AppState.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AppState.php | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/Google/Service/AppState.php b/src/Google/Service/AppState.php
index 5012b5a39..aa7bfd1ed 100644
--- a/src/Google/Service/AppState.php
+++ b/src/Google/Service/AppState.php
@@ -242,7 +242,6 @@ public function getCurrentStateVersion()
{
return $this->currentStateVersion;
}
-
public function setData($data)
{
$this->data = $data;
@@ -252,7 +251,6 @@ public function getData()
{
return $this->data;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -262,7 +260,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStateKey($stateKey)
{
$this->stateKey = $stateKey;
@@ -272,6 +269,7 @@ public function getStateKey()
{
return $this->stateKey;
}
+
}
class Google_Service_AppState_ListResponse extends Google_Collection
@@ -293,7 +291,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -303,7 +300,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaximumKeyCount($maximumKeyCount)
{
$this->maximumKeyCount = $maximumKeyCount;
@@ -313,6 +309,7 @@ public function getMaximumKeyCount()
{
return $this->maximumKeyCount;
}
+
}
class Google_Service_AppState_UpdateRequest extends Google_Model
@@ -331,7 +328,6 @@ public function getData()
{
return $this->data;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -341,6 +337,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AppState_WriteResult extends Google_Model
@@ -360,7 +357,6 @@ public function getCurrentStateVersion()
{
return $this->currentStateVersion;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -370,7 +366,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setStateKey($stateKey)
{
$this->stateKey = $stateKey;
@@ -380,4 +375,5 @@ public function getStateKey()
{
return $this->stateKey;
}
+
}
From 9a9936d13db5cb6858ff29e5f64e39937e3e83c2 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:07 -0700
Subject: [PATCH 0340/1219] Updated Webmasters.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Webmasters.php | 30 +++++++++++-------------------
1 file changed, 11 insertions(+), 19 deletions(-)
diff --git a/src/Google/Service/Webmasters.php b/src/Google/Service/Webmasters.php
index 1662e1756..533f465d6 100644
--- a/src/Google/Service/Webmasters.php
+++ b/src/Google/Service/Webmasters.php
@@ -555,6 +555,7 @@ public function getSitemap()
{
return $this->sitemap;
}
+
}
class Google_Service_Webmasters_SitesListResponse extends Google_Collection
@@ -574,6 +575,7 @@ public function getSiteEntry()
{
return $this->siteEntry;
}
+
}
class Google_Service_Webmasters_UrlCrawlErrorCount extends Google_Model
@@ -592,7 +594,6 @@ public function getCount()
{
return $this->count;
}
-
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
@@ -602,6 +603,7 @@ public function getTimestamp()
{
return $this->timestamp;
}
+
}
class Google_Service_Webmasters_UrlCrawlErrorCountsPerType extends Google_Collection
@@ -623,7 +625,6 @@ public function getCategory()
{
return $this->category;
}
-
public function setEntries($entries)
{
$this->entries = $entries;
@@ -633,7 +634,6 @@ public function getEntries()
{
return $this->entries;
}
-
public function setPlatform($platform)
{
$this->platform = $platform;
@@ -643,6 +643,7 @@ public function getPlatform()
{
return $this->platform;
}
+
}
class Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse extends Google_Collection
@@ -662,6 +663,7 @@ public function getCountPerTypes()
{
return $this->countPerTypes;
}
+
}
class Google_Service_Webmasters_UrlCrawlErrorsSample extends Google_Model
@@ -686,7 +688,6 @@ public function getFirstDetected()
{
return $this->firstDetected;
}
-
public function setLastCrawled($lastCrawled)
{
$this->lastCrawled = $lastCrawled;
@@ -696,7 +697,6 @@ public function getLastCrawled()
{
return $this->lastCrawled;
}
-
public function setPageUrl($pageUrl)
{
$this->pageUrl = $pageUrl;
@@ -706,7 +706,6 @@ public function getPageUrl()
{
return $this->pageUrl;
}
-
public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
@@ -716,7 +715,6 @@ public function getResponseCode()
{
return $this->responseCode;
}
-
public function setUrlDetails(Google_Service_Webmasters_UrlSampleDetails $urlDetails)
{
$this->urlDetails = $urlDetails;
@@ -726,6 +724,7 @@ public function getUrlDetails()
{
return $this->urlDetails;
}
+
}
class Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse extends Google_Collection
@@ -745,6 +744,7 @@ public function getUrlCrawlErrorSample()
{
return $this->urlCrawlErrorSample;
}
+
}
class Google_Service_Webmasters_UrlSampleDetails extends Google_Collection
@@ -764,7 +764,6 @@ public function getContainingSitemaps()
{
return $this->containingSitemaps;
}
-
public function setLinkedFromUrls($linkedFromUrls)
{
$this->linkedFromUrls = $linkedFromUrls;
@@ -774,6 +773,7 @@ public function getLinkedFromUrls()
{
return $this->linkedFromUrls;
}
+
}
class Google_Service_Webmasters_WmxSite extends Google_Model
@@ -792,7 +792,6 @@ public function getPermissionLevel()
{
return $this->permissionLevel;
}
-
public function setSiteUrl($siteUrl)
{
$this->siteUrl = $siteUrl;
@@ -802,6 +801,7 @@ public function getSiteUrl()
{
return $this->siteUrl;
}
+
}
class Google_Service_Webmasters_WmxSitemap extends Google_Collection
@@ -829,7 +829,6 @@ public function getContents()
{
return $this->contents;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -839,7 +838,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setIsPending($isPending)
{
$this->isPending = $isPending;
@@ -849,7 +847,6 @@ public function getIsPending()
{
return $this->isPending;
}
-
public function setIsSitemapsIndex($isSitemapsIndex)
{
$this->isSitemapsIndex = $isSitemapsIndex;
@@ -859,7 +856,6 @@ public function getIsSitemapsIndex()
{
return $this->isSitemapsIndex;
}
-
public function setLastDownloaded($lastDownloaded)
{
$this->lastDownloaded = $lastDownloaded;
@@ -869,7 +865,6 @@ public function getLastDownloaded()
{
return $this->lastDownloaded;
}
-
public function setLastSubmitted($lastSubmitted)
{
$this->lastSubmitted = $lastSubmitted;
@@ -879,7 +874,6 @@ public function getLastSubmitted()
{
return $this->lastSubmitted;
}
-
public function setPath($path)
{
$this->path = $path;
@@ -889,7 +883,6 @@ public function getPath()
{
return $this->path;
}
-
public function setType($type)
{
$this->type = $type;
@@ -899,7 +892,6 @@ public function getType()
{
return $this->type;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -909,6 +901,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_Webmasters_WmxSitemapContent extends Google_Model
@@ -928,7 +921,6 @@ public function getIndexed()
{
return $this->indexed;
}
-
public function setSubmitted($submitted)
{
$this->submitted = $submitted;
@@ -938,7 +930,6 @@ public function getSubmitted()
{
return $this->submitted;
}
-
public function setType($type)
{
$this->type = $type;
@@ -948,4 +939,5 @@ public function getType()
{
return $this->type;
}
+
}
From aec5465d408d8824a76faab82bbfd3344a030f02 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:08 -0700
Subject: [PATCH 0341/1219] Updated Audit.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Audit.php | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/src/Google/Service/Audit.php b/src/Google/Service/Audit.php
index 2e2741b82..3b8902f84 100644
--- a/src/Google/Service/Audit.php
+++ b/src/Google/Service/Audit.php
@@ -185,7 +185,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -195,7 +194,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNext($next)
{
$this->next = $next;
@@ -205,6 +203,7 @@ public function getNext()
{
return $this->next;
}
+
}
class Google_Service_Audit_Activity extends Google_Collection
@@ -231,7 +230,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setEvents($events)
{
$this->events = $events;
@@ -241,7 +239,6 @@ public function getEvents()
{
return $this->events;
}
-
public function setId(Google_Service_Audit_ActivityId $id)
{
$this->id = $id;
@@ -251,7 +248,6 @@ public function getId()
{
return $this->id;
}
-
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
@@ -261,7 +257,6 @@ public function getIpAddress()
{
return $this->ipAddress;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -271,7 +266,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOwnerDomain($ownerDomain)
{
$this->ownerDomain = $ownerDomain;
@@ -281,6 +275,7 @@ public function getOwnerDomain()
{
return $this->ownerDomain;
}
+
}
class Google_Service_Audit_ActivityActor extends Google_Model
@@ -301,7 +296,6 @@ public function getApplicationId()
{
return $this->applicationId;
}
-
public function setCallerType($callerType)
{
$this->callerType = $callerType;
@@ -311,7 +305,6 @@ public function getCallerType()
{
return $this->callerType;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -321,7 +314,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setKey($key)
{
$this->key = $key;
@@ -331,6 +323,7 @@ public function getKey()
{
return $this->key;
}
+
}
class Google_Service_Audit_ActivityEvents extends Google_Collection
@@ -352,7 +345,6 @@ public function getEventType()
{
return $this->eventType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -362,7 +354,6 @@ public function getName()
{
return $this->name;
}
-
public function setParameters($parameters)
{
$this->parameters = $parameters;
@@ -372,6 +363,7 @@ public function getParameters()
{
return $this->parameters;
}
+
}
class Google_Service_Audit_ActivityEventsParameters extends Google_Model
@@ -390,7 +382,6 @@ public function getName()
{
return $this->name;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -400,6 +391,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Audit_ActivityId extends Google_Model
@@ -420,7 +412,6 @@ public function getApplicationId()
{
return $this->applicationId;
}
-
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -430,7 +421,6 @@ public function getCustomerId()
{
return $this->customerId;
}
-
public function setTime($time)
{
$this->time = $time;
@@ -440,7 +430,6 @@ public function getTime()
{
return $this->time;
}
-
public function setUniqQualifier($uniqQualifier)
{
$this->uniqQualifier = $uniqQualifier;
@@ -450,4 +439,5 @@ public function getUniqQualifier()
{
return $this->uniqQualifier;
}
+
}
From 936f6a51f82116bd0b29b983ff65b7f838d1eddc Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:08 -0700
Subject: [PATCH 0342/1219] Updated Webfonts.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Webfonts.php | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/Google/Service/Webfonts.php b/src/Google/Service/Webfonts.php
index dd7d7af64..da44a96e3 100644
--- a/src/Google/Service/Webfonts.php
+++ b/src/Google/Service/Webfonts.php
@@ -126,7 +126,6 @@ public function getCategory()
{
return $this->category;
}
-
public function setFamily($family)
{
$this->family = $family;
@@ -136,7 +135,6 @@ public function getFamily()
{
return $this->family;
}
-
public function setFiles($files)
{
$this->files = $files;
@@ -146,7 +144,6 @@ public function getFiles()
{
return $this->files;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -156,7 +153,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastModified($lastModified)
{
$this->lastModified = $lastModified;
@@ -166,7 +162,6 @@ public function getLastModified()
{
return $this->lastModified;
}
-
public function setSubsets($subsets)
{
$this->subsets = $subsets;
@@ -176,7 +171,6 @@ public function getSubsets()
{
return $this->subsets;
}
-
public function setVariants($variants)
{
$this->variants = $variants;
@@ -186,7 +180,6 @@ public function getVariants()
{
return $this->variants;
}
-
public function setVersion($version)
{
$this->version = $version;
@@ -196,12 +189,15 @@ public function getVersion()
{
return $this->version;
}
+
}
class Google_Service_Webfonts_WebfontFiles extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Webfonts_WebfontList extends Google_Collection
@@ -222,7 +218,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -232,4 +227,5 @@ public function getKind()
{
return $this->kind;
}
+
}
From ecf5eac8b24c2886f7a865ab7e4e38feb708d5f9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:09 -0700
Subject: [PATCH 0343/1219] Updated SiteVerification.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/SiteVerification.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/Google/Service/SiteVerification.php b/src/Google/Service/SiteVerification.php
index 80f144b5b..7b92b53ce 100644
--- a/src/Google/Service/SiteVerification.php
+++ b/src/Google/Service/SiteVerification.php
@@ -256,7 +256,6 @@ public function getSite()
{
return $this->site;
}
-
public function setVerificationMethod($verificationMethod)
{
$this->verificationMethod = $verificationMethod;
@@ -266,6 +265,7 @@ public function getVerificationMethod()
{
return $this->verificationMethod;
}
+
}
class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite extends Google_Model
@@ -284,7 +284,6 @@ public function getIdentifier()
{
return $this->identifier;
}
-
public function setType($type)
{
$this->type = $type;
@@ -294,6 +293,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse extends Google_Model
@@ -312,7 +312,6 @@ public function getMethod()
{
return $this->method;
}
-
public function setToken($token)
{
$this->token = $token;
@@ -322,6 +321,7 @@ public function getToken()
{
return $this->token;
}
+
}
class Google_Service_SiteVerification_SiteVerificationWebResourceListResponse extends Google_Collection
@@ -341,6 +341,7 @@ public function getItems()
{
return $this->items;
}
+
}
class Google_Service_SiteVerification_SiteVerificationWebResourceResource extends Google_Collection
@@ -362,7 +363,6 @@ public function getId()
{
return $this->id;
}
-
public function setOwners($owners)
{
$this->owners = $owners;
@@ -372,7 +372,6 @@ public function getOwners()
{
return $this->owners;
}
-
public function setSite(Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite $site)
{
$this->site = $site;
@@ -382,6 +381,7 @@ public function getSite()
{
return $this->site;
}
+
}
class Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite extends Google_Model
@@ -400,7 +400,6 @@ public function getIdentifier()
{
return $this->identifier;
}
-
public function setType($type)
{
$this->type = $type;
@@ -410,4 +409,5 @@ public function getType()
{
return $this->type;
}
+
}
From eb31bb35bb0b7bbebd61d5b03396784a56df549d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:09 -0700
Subject: [PATCH 0344/1219] Updated AdSense.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdSense.php | 132 ++++++++-------------------------
1 file changed, 31 insertions(+), 101 deletions(-)
diff --git a/src/Google/Service/AdSense.php b/src/Google/Service/AdSense.php
index ab77a56c6..720952879 100644
--- a/src/Google/Service/AdSense.php
+++ b/src/Google/Service/AdSense.php
@@ -2194,7 +2194,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2204,7 +2203,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2214,7 +2212,6 @@ public function getName()
{
return $this->name;
}
-
public function setPremium($premium)
{
$this->premium = $premium;
@@ -2224,7 +2221,6 @@ public function getPremium()
{
return $this->premium;
}
-
public function setSubAccounts($subAccounts)
{
$this->subAccounts = $subAccounts;
@@ -2234,7 +2230,6 @@ public function getSubAccounts()
{
return $this->subAccounts;
}
-
public function setTimezone($timezone)
{
$this->timezone = $timezone;
@@ -2244,6 +2239,7 @@ public function getTimezone()
{
return $this->timezone;
}
+
}
class Google_Service_AdSense_Accounts extends Google_Collection
@@ -2266,7 +2262,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2276,7 +2271,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2286,7 +2280,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2296,6 +2289,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSense_AdClient extends Google_Model
@@ -2318,7 +2312,6 @@ public function getArcOptIn()
{
return $this->arcOptIn;
}
-
public function setArcReviewMode($arcReviewMode)
{
$this->arcReviewMode = $arcReviewMode;
@@ -2328,7 +2321,6 @@ public function getArcReviewMode()
{
return $this->arcReviewMode;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2338,7 +2330,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2348,7 +2339,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProductCode($productCode)
{
$this->productCode = $productCode;
@@ -2358,7 +2348,6 @@ public function getProductCode()
{
return $this->productCode;
}
-
public function setSupportsReporting($supportsReporting)
{
$this->supportsReporting = $supportsReporting;
@@ -2368,6 +2357,7 @@ public function getSupportsReporting()
{
return $this->supportsReporting;
}
+
}
class Google_Service_AdSense_AdClients extends Google_Collection
@@ -2390,7 +2380,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2400,7 +2389,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2410,7 +2398,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2420,6 +2407,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSense_AdCode extends Google_Model
@@ -2438,7 +2426,6 @@ public function getAdCode()
{
return $this->adCode;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2448,6 +2435,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSense_AdStyle extends Google_Model
@@ -2470,7 +2458,6 @@ public function getColors()
{
return $this->colors;
}
-
public function setCorners($corners)
{
$this->corners = $corners;
@@ -2480,7 +2467,6 @@ public function getCorners()
{
return $this->corners;
}
-
public function setFont(Google_Service_AdSense_AdStyleFont $font)
{
$this->font = $font;
@@ -2490,7 +2476,6 @@ public function getFont()
{
return $this->font;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2500,6 +2485,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSense_AdStyleColors extends Google_Model
@@ -2521,7 +2507,6 @@ public function getBackground()
{
return $this->background;
}
-
public function setBorder($border)
{
$this->border = $border;
@@ -2531,7 +2516,6 @@ public function getBorder()
{
return $this->border;
}
-
public function setText($text)
{
$this->text = $text;
@@ -2541,7 +2525,6 @@ public function getText()
{
return $this->text;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2551,7 +2534,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2561,6 +2543,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_AdSense_AdStyleFont extends Google_Model
@@ -2579,7 +2562,6 @@ public function getFamily()
{
return $this->family;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -2589,6 +2571,7 @@ public function getSize()
{
return $this->size;
}
+
}
class Google_Service_AdSense_AdUnit extends Google_Model
@@ -2619,7 +2602,6 @@ public function getCode()
{
return $this->code;
}
-
public function setContentAdsSettings(Google_Service_AdSense_AdUnitContentAdsSettings $contentAdsSettings)
{
$this->contentAdsSettings = $contentAdsSettings;
@@ -2629,7 +2611,6 @@ public function getContentAdsSettings()
{
return $this->contentAdsSettings;
}
-
public function setCustomStyle(Google_Service_AdSense_AdStyle $customStyle)
{
$this->customStyle = $customStyle;
@@ -2639,7 +2620,6 @@ public function getCustomStyle()
{
return $this->customStyle;
}
-
public function setFeedAdsSettings(Google_Service_AdSense_AdUnitFeedAdsSettings $feedAdsSettings)
{
$this->feedAdsSettings = $feedAdsSettings;
@@ -2649,7 +2629,6 @@ public function getFeedAdsSettings()
{
return $this->feedAdsSettings;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2659,7 +2638,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2669,7 +2647,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMobileContentAdsSettings(Google_Service_AdSense_AdUnitMobileContentAdsSettings $mobileContentAdsSettings)
{
$this->mobileContentAdsSettings = $mobileContentAdsSettings;
@@ -2679,7 +2656,6 @@ public function getMobileContentAdsSettings()
{
return $this->mobileContentAdsSettings;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2689,7 +2665,6 @@ public function getName()
{
return $this->name;
}
-
public function setSavedStyleId($savedStyleId)
{
$this->savedStyleId = $savedStyleId;
@@ -2699,7 +2674,6 @@ public function getSavedStyleId()
{
return $this->savedStyleId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -2709,6 +2683,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_AdSense_AdUnitContentAdsSettings extends Google_Model
@@ -2729,7 +2704,6 @@ public function getBackupOption()
{
return $this->backupOption;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -2739,7 +2713,6 @@ public function getSize()
{
return $this->size;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2749,6 +2722,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption extends Google_Model
@@ -2768,7 +2742,6 @@ public function getColor()
{
return $this->color;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2778,7 +2751,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2788,6 +2760,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_AdSense_AdUnitFeedAdsSettings extends Google_Model
@@ -2808,7 +2781,6 @@ public function getAdPosition()
{
return $this->adPosition;
}
-
public function setFrequency($frequency)
{
$this->frequency = $frequency;
@@ -2818,7 +2790,6 @@ public function getFrequency()
{
return $this->frequency;
}
-
public function setMinimumWordCount($minimumWordCount)
{
$this->minimumWordCount = $minimumWordCount;
@@ -2828,7 +2799,6 @@ public function getMinimumWordCount()
{
return $this->minimumWordCount;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2838,6 +2808,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSense_AdUnitMobileContentAdsSettings extends Google_Model
@@ -2858,7 +2829,6 @@ public function getMarkupLanguage()
{
return $this->markupLanguage;
}
-
public function setScriptingLanguage($scriptingLanguage)
{
$this->scriptingLanguage = $scriptingLanguage;
@@ -2868,7 +2838,6 @@ public function getScriptingLanguage()
{
return $this->scriptingLanguage;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -2878,7 +2847,6 @@ public function getSize()
{
return $this->size;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2888,6 +2856,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSense_AdUnits extends Google_Collection
@@ -2910,7 +2879,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2920,7 +2888,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2930,7 +2897,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2940,6 +2906,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSense_AdsenseReportsGenerateResponse extends Google_Collection
@@ -2967,7 +2934,6 @@ public function getAverages()
{
return $this->averages;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -2977,7 +2943,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setHeaders($headers)
{
$this->headers = $headers;
@@ -2987,7 +2952,6 @@ public function getHeaders()
{
return $this->headers;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2997,7 +2961,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -3007,7 +2970,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -3017,7 +2979,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setTotalMatchedRows($totalMatchedRows)
{
$this->totalMatchedRows = $totalMatchedRows;
@@ -3027,7 +2988,6 @@ public function getTotalMatchedRows()
{
return $this->totalMatchedRows;
}
-
public function setTotals($totals)
{
$this->totals = $totals;
@@ -3037,7 +2997,6 @@ public function getTotals()
{
return $this->totals;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -3047,6 +3006,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders extends Google_Model
@@ -3066,7 +3026,6 @@ public function getCurrency()
{
return $this->currency;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3076,7 +3035,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3086,6 +3044,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSense_Alert extends Google_Model
@@ -3108,7 +3067,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsDismissible($isDismissible)
{
$this->isDismissible = $isDismissible;
@@ -3118,7 +3076,6 @@ public function getIsDismissible()
{
return $this->isDismissible;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3128,7 +3085,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -3138,7 +3094,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setSeverity($severity)
{
$this->severity = $severity;
@@ -3148,7 +3103,6 @@ public function getSeverity()
{
return $this->severity;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3158,6 +3112,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSense_Alerts extends Google_Collection
@@ -3178,7 +3133,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3188,6 +3142,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSense_CustomChannel extends Google_Model
@@ -3210,7 +3165,6 @@ public function getCode()
{
return $this->code;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3220,7 +3174,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3230,7 +3183,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3240,7 +3192,6 @@ public function getName()
{
return $this->name;
}
-
public function setTargetingInfo(Google_Service_AdSense_CustomChannelTargetingInfo $targetingInfo)
{
$this->targetingInfo = $targetingInfo;
@@ -3250,6 +3201,7 @@ public function getTargetingInfo()
{
return $this->targetingInfo;
}
+
}
class Google_Service_AdSense_CustomChannelTargetingInfo extends Google_Model
@@ -3270,7 +3222,6 @@ public function getAdsAppearOn()
{
return $this->adsAppearOn;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3280,7 +3231,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -3290,7 +3240,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setSiteLanguage($siteLanguage)
{
$this->siteLanguage = $siteLanguage;
@@ -3300,6 +3249,7 @@ public function getSiteLanguage()
{
return $this->siteLanguage;
}
+
}
class Google_Service_AdSense_CustomChannels extends Google_Collection
@@ -3322,7 +3272,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3332,7 +3281,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3342,7 +3290,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3352,6 +3299,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSense_Metadata extends Google_Collection
@@ -3372,7 +3320,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3382,6 +3329,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSense_Payment extends Google_Model
@@ -3403,7 +3351,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3413,7 +3360,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPaymentAmount($paymentAmount)
{
$this->paymentAmount = $paymentAmount;
@@ -3423,7 +3369,6 @@ public function getPaymentAmount()
{
return $this->paymentAmount;
}
-
public function setPaymentAmountCurrencyCode($paymentAmountCurrencyCode)
{
$this->paymentAmountCurrencyCode = $paymentAmountCurrencyCode;
@@ -3433,7 +3378,6 @@ public function getPaymentAmountCurrencyCode()
{
return $this->paymentAmountCurrencyCode;
}
-
public function setPaymentDate($paymentDate)
{
$this->paymentDate = $paymentDate;
@@ -3443,6 +3387,7 @@ public function getPaymentDate()
{
return $this->paymentDate;
}
+
}
class Google_Service_AdSense_Payments extends Google_Collection
@@ -3463,7 +3408,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3473,6 +3417,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSense_ReportingMetadataEntry extends Google_Collection
@@ -3497,7 +3442,6 @@ public function getCompatibleDimensions()
{
return $this->compatibleDimensions;
}
-
public function setCompatibleMetrics($compatibleMetrics)
{
$this->compatibleMetrics = $compatibleMetrics;
@@ -3507,7 +3451,6 @@ public function getCompatibleMetrics()
{
return $this->compatibleMetrics;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3517,7 +3460,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3527,7 +3469,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRequiredDimensions($requiredDimensions)
{
$this->requiredDimensions = $requiredDimensions;
@@ -3537,7 +3478,6 @@ public function getRequiredDimensions()
{
return $this->requiredDimensions;
}
-
public function setRequiredMetrics($requiredMetrics)
{
$this->requiredMetrics = $requiredMetrics;
@@ -3547,7 +3487,6 @@ public function getRequiredMetrics()
{
return $this->requiredMetrics;
}
-
public function setSupportedProducts($supportedProducts)
{
$this->supportedProducts = $supportedProducts;
@@ -3557,6 +3496,7 @@ public function getSupportedProducts()
{
return $this->supportedProducts;
}
+
}
class Google_Service_AdSense_SavedAdStyle extends Google_Model
@@ -3578,7 +3518,6 @@ public function getAdStyle()
{
return $this->adStyle;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3588,7 +3527,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3598,7 +3536,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3608,6 +3545,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_AdSense_SavedAdStyles extends Google_Collection
@@ -3630,7 +3568,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3640,7 +3577,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3650,7 +3586,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3660,6 +3595,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSense_SavedReport extends Google_Model
@@ -3679,7 +3615,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3689,7 +3624,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3699,6 +3633,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_AdSense_SavedReports extends Google_Collection
@@ -3721,7 +3656,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3731,7 +3665,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3741,7 +3674,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3751,6 +3683,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSense_UrlChannel extends Google_Model
@@ -3770,7 +3703,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3780,7 +3712,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUrlPattern($urlPattern)
{
$this->urlPattern = $urlPattern;
@@ -3790,6 +3721,7 @@ public function getUrlPattern()
{
return $this->urlPattern;
}
+
}
class Google_Service_AdSense_UrlChannels extends Google_Collection
@@ -3812,7 +3744,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3822,7 +3753,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3832,7 +3762,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3842,4 +3771,5 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
From cac7124234df1149c0f198fe261fad8e4e279b03 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:10 -0700
Subject: [PATCH 0345/1219] Updated Directory.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Directory.php | 280 ++++++-------------------------
1 file changed, 48 insertions(+), 232 deletions(-)
diff --git a/src/Google/Service/Directory.php b/src/Google/Service/Directory.php
index e104a9da9..e7d4675bd 100644
--- a/src/Google/Service/Directory.php
+++ b/src/Google/Service/Directory.php
@@ -2643,7 +2643,6 @@ public function getAlias()
{
return $this->alias;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2653,7 +2652,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2663,7 +2661,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2673,7 +2670,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPrimaryEmail($primaryEmail)
{
$this->primaryEmail = $primaryEmail;
@@ -2683,6 +2679,7 @@ public function getPrimaryEmail()
{
return $this->primaryEmail;
}
+
}
class Google_Service_Directory_Aliases extends Google_Collection
@@ -2704,7 +2701,6 @@ public function getAliases()
{
return $this->aliases;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2714,7 +2710,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2724,6 +2719,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Directory_Asp extends Google_Model
@@ -2747,7 +2743,6 @@ public function getCodeId()
{
return $this->codeId;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -2757,7 +2752,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2767,7 +2761,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2777,7 +2770,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastTimeUsed($lastTimeUsed)
{
$this->lastTimeUsed = $lastTimeUsed;
@@ -2787,7 +2779,6 @@ public function getLastTimeUsed()
{
return $this->lastTimeUsed;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2797,7 +2788,6 @@ public function getName()
{
return $this->name;
}
-
public function setUserKey($userKey)
{
$this->userKey = $userKey;
@@ -2807,6 +2797,7 @@ public function getUserKey()
{
return $this->userKey;
}
+
}
class Google_Service_Directory_Asps extends Google_Collection
@@ -2828,7 +2819,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2838,7 +2828,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2848,6 +2837,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Directory_Channel extends Google_Model
@@ -2874,7 +2864,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setExpiration($expiration)
{
$this->expiration = $expiration;
@@ -2884,7 +2873,6 @@ public function getExpiration()
{
return $this->expiration;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2894,7 +2882,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2904,7 +2891,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParams($params)
{
$this->params = $params;
@@ -2914,7 +2900,6 @@ public function getParams()
{
return $this->params;
}
-
public function setPayload($payload)
{
$this->payload = $payload;
@@ -2924,7 +2909,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
@@ -2934,7 +2918,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
@@ -2944,7 +2927,6 @@ public function getResourceUri()
{
return $this->resourceUri;
}
-
public function setToken($token)
{
$this->token = $token;
@@ -2954,7 +2936,6 @@ public function getToken()
{
return $this->token;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2964,12 +2945,15 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Directory_ChannelParams extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Directory_ChromeOsDevice extends Google_Collection
@@ -3013,7 +2997,6 @@ public function getActiveTimeRanges()
{
return $this->activeTimeRanges;
}
-
public function setAnnotatedLocation($annotatedLocation)
{
$this->annotatedLocation = $annotatedLocation;
@@ -3023,7 +3006,6 @@ public function getAnnotatedLocation()
{
return $this->annotatedLocation;
}
-
public function setAnnotatedUser($annotatedUser)
{
$this->annotatedUser = $annotatedUser;
@@ -3033,7 +3015,6 @@ public function getAnnotatedUser()
{
return $this->annotatedUser;
}
-
public function setBootMode($bootMode)
{
$this->bootMode = $bootMode;
@@ -3043,7 +3024,6 @@ public function getBootMode()
{
return $this->bootMode;
}
-
public function setDeviceId($deviceId)
{
$this->deviceId = $deviceId;
@@ -3053,7 +3033,6 @@ public function getDeviceId()
{
return $this->deviceId;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3063,7 +3042,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEthernetMacAddress($ethernetMacAddress)
{
$this->ethernetMacAddress = $ethernetMacAddress;
@@ -3073,7 +3051,6 @@ public function getEthernetMacAddress()
{
return $this->ethernetMacAddress;
}
-
public function setFirmwareVersion($firmwareVersion)
{
$this->firmwareVersion = $firmwareVersion;
@@ -3083,7 +3060,6 @@ public function getFirmwareVersion()
{
return $this->firmwareVersion;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3093,7 +3069,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastEnrollmentTime($lastEnrollmentTime)
{
$this->lastEnrollmentTime = $lastEnrollmentTime;
@@ -3103,7 +3078,6 @@ public function getLastEnrollmentTime()
{
return $this->lastEnrollmentTime;
}
-
public function setLastSync($lastSync)
{
$this->lastSync = $lastSync;
@@ -3113,7 +3087,6 @@ public function getLastSync()
{
return $this->lastSync;
}
-
public function setMacAddress($macAddress)
{
$this->macAddress = $macAddress;
@@ -3123,7 +3096,6 @@ public function getMacAddress()
{
return $this->macAddress;
}
-
public function setMeid($meid)
{
$this->meid = $meid;
@@ -3133,7 +3105,6 @@ public function getMeid()
{
return $this->meid;
}
-
public function setModel($model)
{
$this->model = $model;
@@ -3143,7 +3114,6 @@ public function getModel()
{
return $this->model;
}
-
public function setNotes($notes)
{
$this->notes = $notes;
@@ -3153,7 +3123,6 @@ public function getNotes()
{
return $this->notes;
}
-
public function setOrderNumber($orderNumber)
{
$this->orderNumber = $orderNumber;
@@ -3163,7 +3132,6 @@ public function getOrderNumber()
{
return $this->orderNumber;
}
-
public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
@@ -3173,7 +3141,6 @@ public function getOrgUnitPath()
{
return $this->orgUnitPath;
}
-
public function setOsVersion($osVersion)
{
$this->osVersion = $osVersion;
@@ -3183,7 +3150,6 @@ public function getOsVersion()
{
return $this->osVersion;
}
-
public function setPlatformVersion($platformVersion)
{
$this->platformVersion = $platformVersion;
@@ -3193,7 +3159,6 @@ public function getPlatformVersion()
{
return $this->platformVersion;
}
-
public function setRecentUsers($recentUsers)
{
$this->recentUsers = $recentUsers;
@@ -3203,7 +3168,6 @@ public function getRecentUsers()
{
return $this->recentUsers;
}
-
public function setSerialNumber($serialNumber)
{
$this->serialNumber = $serialNumber;
@@ -3213,7 +3177,6 @@ public function getSerialNumber()
{
return $this->serialNumber;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -3223,7 +3186,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setSupportEndDate($supportEndDate)
{
$this->supportEndDate = $supportEndDate;
@@ -3233,7 +3195,6 @@ public function getSupportEndDate()
{
return $this->supportEndDate;
}
-
public function setWillAutoRenew($willAutoRenew)
{
$this->willAutoRenew = $willAutoRenew;
@@ -3243,6 +3204,7 @@ public function getWillAutoRenew()
{
return $this->willAutoRenew;
}
+
}
class Google_Service_Directory_ChromeOsDeviceActiveTimeRanges extends Google_Model
@@ -3261,7 +3223,6 @@ public function getActiveTime()
{
return $this->activeTime;
}
-
public function setDate($date)
{
$this->date = $date;
@@ -3271,6 +3232,7 @@ public function getDate()
{
return $this->date;
}
+
}
class Google_Service_Directory_ChromeOsDeviceRecentUsers extends Google_Model
@@ -3289,7 +3251,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3299,6 +3260,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Directory_ChromeOsDevices extends Google_Collection
@@ -3321,7 +3283,6 @@ public function getChromeosdevices()
{
return $this->chromeosdevices;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3331,7 +3292,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3341,7 +3301,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3351,6 +3310,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Directory_Group extends Google_Collection
@@ -3378,7 +3338,6 @@ public function getAdminCreated()
{
return $this->adminCreated;
}
-
public function setAliases($aliases)
{
$this->aliases = $aliases;
@@ -3388,7 +3347,6 @@ public function getAliases()
{
return $this->aliases;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3398,7 +3356,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDirectMembersCount($directMembersCount)
{
$this->directMembersCount = $directMembersCount;
@@ -3408,7 +3365,6 @@ public function getDirectMembersCount()
{
return $this->directMembersCount;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -3418,7 +3374,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3428,7 +3383,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3438,7 +3392,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3448,7 +3401,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3458,7 +3410,6 @@ public function getName()
{
return $this->name;
}
-
public function setNonEditableAliases($nonEditableAliases)
{
$this->nonEditableAliases = $nonEditableAliases;
@@ -3468,6 +3419,7 @@ public function getNonEditableAliases()
{
return $this->nonEditableAliases;
}
+
}
class Google_Service_Directory_Groups extends Google_Collection
@@ -3490,7 +3442,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setGroups($groups)
{
$this->groups = $groups;
@@ -3500,7 +3451,6 @@ public function getGroups()
{
return $this->groups;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3510,7 +3460,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3520,6 +3469,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Directory_Member extends Google_Model
@@ -3542,7 +3492,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3552,7 +3501,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3562,7 +3510,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3572,7 +3519,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -3582,7 +3528,6 @@ public function getRole()
{
return $this->role;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3592,6 +3537,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Directory_Members extends Google_Collection
@@ -3614,7 +3560,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3624,7 +3569,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMembers($members)
{
$this->members = $members;
@@ -3634,7 +3578,6 @@ public function getMembers()
{
return $this->members;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3644,6 +3587,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Directory_MobileDevice extends Google_Collection
@@ -3688,7 +3632,6 @@ public function getApplications()
{
return $this->applications;
}
-
public function setBasebandVersion($basebandVersion)
{
$this->basebandVersion = $basebandVersion;
@@ -3698,7 +3641,6 @@ public function getBasebandVersion()
{
return $this->basebandVersion;
}
-
public function setBuildNumber($buildNumber)
{
$this->buildNumber = $buildNumber;
@@ -3708,7 +3650,6 @@ public function getBuildNumber()
{
return $this->buildNumber;
}
-
public function setDefaultLanguage($defaultLanguage)
{
$this->defaultLanguage = $defaultLanguage;
@@ -3718,7 +3659,6 @@ public function getDefaultLanguage()
{
return $this->defaultLanguage;
}
-
public function setDeviceCompromisedStatus($deviceCompromisedStatus)
{
$this->deviceCompromisedStatus = $deviceCompromisedStatus;
@@ -3728,7 +3668,6 @@ public function getDeviceCompromisedStatus()
{
return $this->deviceCompromisedStatus;
}
-
public function setDeviceId($deviceId)
{
$this->deviceId = $deviceId;
@@ -3738,7 +3677,6 @@ public function getDeviceId()
{
return $this->deviceId;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -3748,7 +3686,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3758,7 +3695,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFirstSync($firstSync)
{
$this->firstSync = $firstSync;
@@ -3768,7 +3704,6 @@ public function getFirstSync()
{
return $this->firstSync;
}
-
public function setHardwareId($hardwareId)
{
$this->hardwareId = $hardwareId;
@@ -3778,7 +3713,6 @@ public function getHardwareId()
{
return $this->hardwareId;
}
-
public function setImei($imei)
{
$this->imei = $imei;
@@ -3788,7 +3722,6 @@ public function getImei()
{
return $this->imei;
}
-
public function setKernelVersion($kernelVersion)
{
$this->kernelVersion = $kernelVersion;
@@ -3798,7 +3731,6 @@ public function getKernelVersion()
{
return $this->kernelVersion;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3808,7 +3740,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastSync($lastSync)
{
$this->lastSync = $lastSync;
@@ -3818,7 +3749,6 @@ public function getLastSync()
{
return $this->lastSync;
}
-
public function setManagedAccountIsOnOwnerProfile($managedAccountIsOnOwnerProfile)
{
$this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile;
@@ -3828,7 +3758,6 @@ public function getManagedAccountIsOnOwnerProfile()
{
return $this->managedAccountIsOnOwnerProfile;
}
-
public function setMeid($meid)
{
$this->meid = $meid;
@@ -3838,7 +3767,6 @@ public function getMeid()
{
return $this->meid;
}
-
public function setModel($model)
{
$this->model = $model;
@@ -3848,7 +3776,6 @@ public function getModel()
{
return $this->model;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3858,7 +3785,6 @@ public function getName()
{
return $this->name;
}
-
public function setNetworkOperator($networkOperator)
{
$this->networkOperator = $networkOperator;
@@ -3868,7 +3794,6 @@ public function getNetworkOperator()
{
return $this->networkOperator;
}
-
public function setOs($os)
{
$this->os = $os;
@@ -3878,7 +3803,6 @@ public function getOs()
{
return $this->os;
}
-
public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
@@ -3888,7 +3812,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setSerialNumber($serialNumber)
{
$this->serialNumber = $serialNumber;
@@ -3898,7 +3821,6 @@ public function getSerialNumber()
{
return $this->serialNumber;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -3908,7 +3830,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3918,7 +3839,6 @@ public function getType()
{
return $this->type;
}
-
public function setUserAgent($userAgent)
{
$this->userAgent = $userAgent;
@@ -3928,7 +3848,6 @@ public function getUserAgent()
{
return $this->userAgent;
}
-
public function setWifiMacAddress($wifiMacAddress)
{
$this->wifiMacAddress = $wifiMacAddress;
@@ -3938,6 +3857,7 @@ public function getWifiMacAddress()
{
return $this->wifiMacAddress;
}
+
}
class Google_Service_Directory_MobileDeviceAction extends Google_Model
@@ -3955,6 +3875,7 @@ public function getAction()
{
return $this->action;
}
+
}
class Google_Service_Directory_MobileDeviceApplications extends Google_Collection
@@ -3977,7 +3898,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setPackageName($packageName)
{
$this->packageName = $packageName;
@@ -3987,7 +3907,6 @@ public function getPackageName()
{
return $this->packageName;
}
-
public function setPermission($permission)
{
$this->permission = $permission;
@@ -3997,7 +3916,6 @@ public function getPermission()
{
return $this->permission;
}
-
public function setVersionCode($versionCode)
{
$this->versionCode = $versionCode;
@@ -4007,7 +3925,6 @@ public function getVersionCode()
{
return $this->versionCode;
}
-
public function setVersionName($versionName)
{
$this->versionName = $versionName;
@@ -4017,6 +3934,7 @@ public function getVersionName()
{
return $this->versionName;
}
+
}
class Google_Service_Directory_MobileDevices extends Google_Collection
@@ -4039,7 +3957,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4049,7 +3966,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMobiledevices($mobiledevices)
{
$this->mobiledevices = $mobiledevices;
@@ -4059,7 +3975,6 @@ public function getMobiledevices()
{
return $this->mobiledevices;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4069,6 +3984,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Directory_Notification extends Google_Model
@@ -4093,7 +4009,6 @@ public function getBody()
{
return $this->body;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4103,7 +4018,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFromAddress($fromAddress)
{
$this->fromAddress = $fromAddress;
@@ -4113,7 +4027,6 @@ public function getFromAddress()
{
return $this->fromAddress;
}
-
public function setIsUnread($isUnread)
{
$this->isUnread = $isUnread;
@@ -4123,7 +4036,6 @@ public function getIsUnread()
{
return $this->isUnread;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4133,7 +4045,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNotificationId($notificationId)
{
$this->notificationId = $notificationId;
@@ -4143,7 +4054,6 @@ public function getNotificationId()
{
return $this->notificationId;
}
-
public function setSendTime($sendTime)
{
$this->sendTime = $sendTime;
@@ -4153,7 +4063,6 @@ public function getSendTime()
{
return $this->sendTime;
}
-
public function setSubject($subject)
{
$this->subject = $subject;
@@ -4163,6 +4072,7 @@ public function getSubject()
{
return $this->subject;
}
+
}
class Google_Service_Directory_Notifications extends Google_Collection
@@ -4186,7 +4096,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -4196,7 +4105,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4206,7 +4114,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4216,7 +4123,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setUnreadNotificationsCount($unreadNotificationsCount)
{
$this->unreadNotificationsCount = $unreadNotificationsCount;
@@ -4226,6 +4132,7 @@ public function getUnreadNotificationsCount()
{
return $this->unreadNotificationsCount;
}
+
}
class Google_Service_Directory_OrgUnit extends Google_Model
@@ -4249,7 +4156,6 @@ public function getBlockInheritance()
{
return $this->blockInheritance;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -4259,7 +4165,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4269,7 +4174,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4279,7 +4183,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4289,7 +4192,6 @@ public function getName()
{
return $this->name;
}
-
public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
@@ -4299,7 +4201,6 @@ public function getOrgUnitPath()
{
return $this->orgUnitPath;
}
-
public function setParentOrgUnitPath($parentOrgUnitPath)
{
$this->parentOrgUnitPath = $parentOrgUnitPath;
@@ -4309,6 +4210,7 @@ public function getParentOrgUnitPath()
{
return $this->parentOrgUnitPath;
}
+
}
class Google_Service_Directory_OrgUnits extends Google_Collection
@@ -4330,7 +4232,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4340,7 +4241,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOrganizationUnits($organizationUnits)
{
$this->organizationUnits = $organizationUnits;
@@ -4350,6 +4250,7 @@ public function getOrganizationUnits()
{
return $this->organizationUnits;
}
+
}
class Google_Service_Directory_Schema extends Google_Collection
@@ -4373,7 +4274,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFields($fields)
{
$this->fields = $fields;
@@ -4383,7 +4283,6 @@ public function getFields()
{
return $this->fields;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4393,7 +4292,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSchemaId($schemaId)
{
$this->schemaId = $schemaId;
@@ -4403,7 +4301,6 @@ public function getSchemaId()
{
return $this->schemaId;
}
-
public function setSchemaName($schemaName)
{
$this->schemaName = $schemaName;
@@ -4413,6 +4310,7 @@ public function getSchemaName()
{
return $this->schemaName;
}
+
}
class Google_Service_Directory_SchemaFieldSpec extends Google_Model
@@ -4439,7 +4337,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFieldId($fieldId)
{
$this->fieldId = $fieldId;
@@ -4449,7 +4346,6 @@ public function getFieldId()
{
return $this->fieldId;
}
-
public function setFieldName($fieldName)
{
$this->fieldName = $fieldName;
@@ -4459,7 +4355,6 @@ public function getFieldName()
{
return $this->fieldName;
}
-
public function setFieldType($fieldType)
{
$this->fieldType = $fieldType;
@@ -4469,7 +4364,6 @@ public function getFieldType()
{
return $this->fieldType;
}
-
public function setIndexed($indexed)
{
$this->indexed = $indexed;
@@ -4479,7 +4373,6 @@ public function getIndexed()
{
return $this->indexed;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4489,7 +4382,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMultiValued($multiValued)
{
$this->multiValued = $multiValued;
@@ -4499,7 +4391,6 @@ public function getMultiValued()
{
return $this->multiValued;
}
-
public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec)
{
$this->numericIndexingSpec = $numericIndexingSpec;
@@ -4509,7 +4400,6 @@ public function getNumericIndexingSpec()
{
return $this->numericIndexingSpec;
}
-
public function setReadAccessType($readAccessType)
{
$this->readAccessType = $readAccessType;
@@ -4519,6 +4409,7 @@ public function getReadAccessType()
{
return $this->readAccessType;
}
+
}
class Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec extends Google_Model
@@ -4537,7 +4428,6 @@ public function getMaxValue()
{
return $this->maxValue;
}
-
public function setMinValue($minValue)
{
$this->minValue = $minValue;
@@ -4547,6 +4437,7 @@ public function getMinValue()
{
return $this->minValue;
}
+
}
class Google_Service_Directory_Schemas extends Google_Collection
@@ -4568,7 +4459,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4578,7 +4468,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSchemas($schemas)
{
$this->schemas = $schemas;
@@ -4588,6 +4477,7 @@ public function getSchemas()
{
return $this->schemas;
}
+
}
class Google_Service_Directory_Token extends Google_Collection
@@ -4613,7 +4503,6 @@ public function getAnonymous()
{
return $this->anonymous;
}
-
public function setClientId($clientId)
{
$this->clientId = $clientId;
@@ -4623,7 +4512,6 @@ public function getClientId()
{
return $this->clientId;
}
-
public function setDisplayText($displayText)
{
$this->displayText = $displayText;
@@ -4633,7 +4521,6 @@ public function getDisplayText()
{
return $this->displayText;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4643,7 +4530,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4653,7 +4539,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNativeApp($nativeApp)
{
$this->nativeApp = $nativeApp;
@@ -4663,7 +4548,6 @@ public function getNativeApp()
{
return $this->nativeApp;
}
-
public function setScopes($scopes)
{
$this->scopes = $scopes;
@@ -4673,7 +4557,6 @@ public function getScopes()
{
return $this->scopes;
}
-
public function setUserKey($userKey)
{
$this->userKey = $userKey;
@@ -4683,6 +4566,7 @@ public function getUserKey()
{
return $this->userKey;
}
+
}
class Google_Service_Directory_Tokens extends Google_Collection
@@ -4704,7 +4588,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -4714,7 +4597,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4724,6 +4606,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Directory_User extends Google_Collection
@@ -4774,7 +4657,6 @@ public function getAddresses()
{
return $this->addresses;
}
-
public function setAgreedToTerms($agreedToTerms)
{
$this->agreedToTerms = $agreedToTerms;
@@ -4784,7 +4666,6 @@ public function getAgreedToTerms()
{
return $this->agreedToTerms;
}
-
public function setAliases($aliases)
{
$this->aliases = $aliases;
@@ -4794,7 +4675,6 @@ public function getAliases()
{
return $this->aliases;
}
-
public function setChangePasswordAtNextLogin($changePasswordAtNextLogin)
{
$this->changePasswordAtNextLogin = $changePasswordAtNextLogin;
@@ -4804,7 +4684,6 @@ public function getChangePasswordAtNextLogin()
{
return $this->changePasswordAtNextLogin;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -4814,7 +4693,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCustomSchemas($customSchemas)
{
$this->customSchemas = $customSchemas;
@@ -4824,7 +4702,6 @@ public function getCustomSchemas()
{
return $this->customSchemas;
}
-
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -4834,7 +4711,6 @@ public function getCustomerId()
{
return $this->customerId;
}
-
public function setDeletionTime($deletionTime)
{
$this->deletionTime = $deletionTime;
@@ -4844,7 +4720,6 @@ public function getDeletionTime()
{
return $this->deletionTime;
}
-
public function setEmails($emails)
{
$this->emails = $emails;
@@ -4854,7 +4729,6 @@ public function getEmails()
{
return $this->emails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -4864,7 +4738,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setExternalIds($externalIds)
{
$this->externalIds = $externalIds;
@@ -4874,7 +4747,6 @@ public function getExternalIds()
{
return $this->externalIds;
}
-
public function setHashFunction($hashFunction)
{
$this->hashFunction = $hashFunction;
@@ -4884,7 +4756,6 @@ public function getHashFunction()
{
return $this->hashFunction;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4894,7 +4765,6 @@ public function getId()
{
return $this->id;
}
-
public function setIms($ims)
{
$this->ims = $ims;
@@ -4904,7 +4774,6 @@ public function getIms()
{
return $this->ims;
}
-
public function setIncludeInGlobalAddressList($includeInGlobalAddressList)
{
$this->includeInGlobalAddressList = $includeInGlobalAddressList;
@@ -4914,7 +4783,6 @@ public function getIncludeInGlobalAddressList()
{
return $this->includeInGlobalAddressList;
}
-
public function setIpWhitelisted($ipWhitelisted)
{
$this->ipWhitelisted = $ipWhitelisted;
@@ -4924,7 +4792,6 @@ public function getIpWhitelisted()
{
return $this->ipWhitelisted;
}
-
public function setIsAdmin($isAdmin)
{
$this->isAdmin = $isAdmin;
@@ -4934,7 +4801,6 @@ public function getIsAdmin()
{
return $this->isAdmin;
}
-
public function setIsDelegatedAdmin($isDelegatedAdmin)
{
$this->isDelegatedAdmin = $isDelegatedAdmin;
@@ -4944,7 +4810,6 @@ public function getIsDelegatedAdmin()
{
return $this->isDelegatedAdmin;
}
-
public function setIsMailboxSetup($isMailboxSetup)
{
$this->isMailboxSetup = $isMailboxSetup;
@@ -4954,7 +4819,6 @@ public function getIsMailboxSetup()
{
return $this->isMailboxSetup;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4964,7 +4828,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastLoginTime($lastLoginTime)
{
$this->lastLoginTime = $lastLoginTime;
@@ -4974,7 +4837,6 @@ public function getLastLoginTime()
{
return $this->lastLoginTime;
}
-
public function setName(Google_Service_Directory_UserName $name)
{
$this->name = $name;
@@ -4984,7 +4846,6 @@ public function getName()
{
return $this->name;
}
-
public function setNonEditableAliases($nonEditableAliases)
{
$this->nonEditableAliases = $nonEditableAliases;
@@ -4994,7 +4855,6 @@ public function getNonEditableAliases()
{
return $this->nonEditableAliases;
}
-
public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
@@ -5004,7 +4864,6 @@ public function getOrgUnitPath()
{
return $this->orgUnitPath;
}
-
public function setOrganizations($organizations)
{
$this->organizations = $organizations;
@@ -5014,7 +4873,6 @@ public function getOrganizations()
{
return $this->organizations;
}
-
public function setPassword($password)
{
$this->password = $password;
@@ -5024,7 +4882,6 @@ public function getPassword()
{
return $this->password;
}
-
public function setPhones($phones)
{
$this->phones = $phones;
@@ -5034,7 +4891,6 @@ public function getPhones()
{
return $this->phones;
}
-
public function setPrimaryEmail($primaryEmail)
{
$this->primaryEmail = $primaryEmail;
@@ -5044,7 +4900,6 @@ public function getPrimaryEmail()
{
return $this->primaryEmail;
}
-
public function setRelations($relations)
{
$this->relations = $relations;
@@ -5054,7 +4909,6 @@ public function getRelations()
{
return $this->relations;
}
-
public function setSuspended($suspended)
{
$this->suspended = $suspended;
@@ -5064,7 +4918,6 @@ public function getSuspended()
{
return $this->suspended;
}
-
public function setSuspensionReason($suspensionReason)
{
$this->suspensionReason = $suspensionReason;
@@ -5074,7 +4927,6 @@ public function getSuspensionReason()
{
return $this->suspensionReason;
}
-
public function setThumbnailPhotoUrl($thumbnailPhotoUrl)
{
$this->thumbnailPhotoUrl = $thumbnailPhotoUrl;
@@ -5084,6 +4936,7 @@ public function getThumbnailPhotoUrl()
{
return $this->thumbnailPhotoUrl;
}
+
}
class Google_Service_Directory_UserAddress extends Google_Model
@@ -5113,7 +4966,6 @@ public function getCountry()
{
return $this->country;
}
-
public function setCountryCode($countryCode)
{
$this->countryCode = $countryCode;
@@ -5123,7 +4975,6 @@ public function getCountryCode()
{
return $this->countryCode;
}
-
public function setCustomType($customType)
{
$this->customType = $customType;
@@ -5133,7 +4984,6 @@ public function getCustomType()
{
return $this->customType;
}
-
public function setExtendedAddress($extendedAddress)
{
$this->extendedAddress = $extendedAddress;
@@ -5143,7 +4993,6 @@ public function getExtendedAddress()
{
return $this->extendedAddress;
}
-
public function setFormatted($formatted)
{
$this->formatted = $formatted;
@@ -5153,7 +5002,6 @@ public function getFormatted()
{
return $this->formatted;
}
-
public function setLocality($locality)
{
$this->locality = $locality;
@@ -5163,7 +5011,6 @@ public function getLocality()
{
return $this->locality;
}
-
public function setPoBox($poBox)
{
$this->poBox = $poBox;
@@ -5173,7 +5020,6 @@ public function getPoBox()
{
return $this->poBox;
}
-
public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
@@ -5183,7 +5029,6 @@ public function getPostalCode()
{
return $this->postalCode;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -5193,7 +5038,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -5203,7 +5047,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSourceIsStructured($sourceIsStructured)
{
$this->sourceIsStructured = $sourceIsStructured;
@@ -5213,7 +5056,6 @@ public function getSourceIsStructured()
{
return $this->sourceIsStructured;
}
-
public function setStreetAddress($streetAddress)
{
$this->streetAddress = $streetAddress;
@@ -5223,7 +5065,6 @@ public function getStreetAddress()
{
return $this->streetAddress;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5233,18 +5074,23 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Directory_UserCustomProperties extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Directory_UserCustomSchemas extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Directory_UserEmail extends Google_Model
@@ -5265,7 +5111,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setCustomType($customType)
{
$this->customType = $customType;
@@ -5275,7 +5120,6 @@ public function getCustomType()
{
return $this->customType;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -5285,7 +5129,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5295,6 +5138,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Directory_UserExternalId extends Google_Model
@@ -5314,7 +5158,6 @@ public function getCustomType()
{
return $this->customType;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5324,7 +5167,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -5334,6 +5176,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Directory_UserIm extends Google_Model
@@ -5356,7 +5199,6 @@ public function getCustomProtocol()
{
return $this->customProtocol;
}
-
public function setCustomType($customType)
{
$this->customType = $customType;
@@ -5366,7 +5208,6 @@ public function getCustomType()
{
return $this->customType;
}
-
public function setIm($im)
{
$this->im = $im;
@@ -5376,7 +5217,6 @@ public function getIm()
{
return $this->im;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -5386,7 +5226,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setProtocol($protocol)
{
$this->protocol = $protocol;
@@ -5396,7 +5235,6 @@ public function getProtocol()
{
return $this->protocol;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5406,6 +5244,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Directory_UserMakeAdmin extends Google_Model
@@ -5423,6 +5262,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Directory_UserName extends Google_Model
@@ -5442,7 +5282,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setFullName($fullName)
{
$this->fullName = $fullName;
@@ -5452,7 +5291,6 @@ public function getFullName()
{
return $this->fullName;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -5462,6 +5300,7 @@ public function getGivenName()
{
return $this->givenName;
}
+
}
class Google_Service_Directory_UserOrganization extends Google_Model
@@ -5489,7 +5328,6 @@ public function getCostCenter()
{
return $this->costCenter;
}
-
public function setCustomType($customType)
{
$this->customType = $customType;
@@ -5499,7 +5337,6 @@ public function getCustomType()
{
return $this->customType;
}
-
public function setDepartment($department)
{
$this->department = $department;
@@ -5509,7 +5346,6 @@ public function getDepartment()
{
return $this->department;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5519,7 +5355,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDomain($domain)
{
$this->domain = $domain;
@@ -5529,7 +5364,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -5539,7 +5373,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5549,7 +5382,6 @@ public function getName()
{
return $this->name;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -5559,7 +5391,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setSymbol($symbol)
{
$this->symbol = $symbol;
@@ -5569,7 +5400,6 @@ public function getSymbol()
{
return $this->symbol;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -5579,7 +5409,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5589,6 +5418,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Directory_UserPhone extends Google_Model
@@ -5609,7 +5439,6 @@ public function getCustomType()
{
return $this->customType;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -5619,7 +5448,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5629,7 +5457,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -5639,6 +5466,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Directory_UserPhoto extends Google_Model
@@ -5663,7 +5491,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -5673,7 +5500,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5683,7 +5509,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5693,7 +5518,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -5703,7 +5527,6 @@ public function getMimeType()
{
return $this->mimeType;
}
-
public function setPhotoData($photoData)
{
$this->photoData = $photoData;
@@ -5713,7 +5536,6 @@ public function getPhotoData()
{
return $this->photoData;
}
-
public function setPrimaryEmail($primaryEmail)
{
$this->primaryEmail = $primaryEmail;
@@ -5723,7 +5545,6 @@ public function getPrimaryEmail()
{
return $this->primaryEmail;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -5733,6 +5554,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Directory_UserRelation extends Google_Model
@@ -5752,7 +5574,6 @@ public function getCustomType()
{
return $this->customType;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5762,7 +5583,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -5772,6 +5592,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Directory_UserUndelete extends Google_Model
@@ -5789,6 +5610,7 @@ public function getOrgUnitPath()
{
return $this->orgUnitPath;
}
+
}
class Google_Service_Directory_Users extends Google_Collection
@@ -5813,7 +5635,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5823,7 +5644,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5833,7 +5653,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTriggerEvent($triggerEvent)
{
$this->triggerEvent = $triggerEvent;
@@ -5843,7 +5662,6 @@ public function getTriggerEvent()
{
return $this->triggerEvent;
}
-
public function setUsers($users)
{
$this->users = $users;
@@ -5853,6 +5671,7 @@ public function getUsers()
{
return $this->users;
}
+
}
class Google_Service_Directory_VerificationCode extends Google_Model
@@ -5873,7 +5692,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5883,7 +5701,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUserId($userId)
{
$this->userId = $userId;
@@ -5893,7 +5710,6 @@ public function getUserId()
{
return $this->userId;
}
-
public function setVerificationCode($verificationCode)
{
$this->verificationCode = $verificationCode;
@@ -5903,6 +5719,7 @@ public function getVerificationCode()
{
return $this->verificationCode;
}
+
}
class Google_Service_Directory_VerificationCodes extends Google_Collection
@@ -5924,7 +5741,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -5934,7 +5750,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5944,4 +5759,5 @@ public function getKind()
{
return $this->kind;
}
+
}
From d6ce0dc8de576fc9c16e71389d4d12702d5601ee Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:11 -0700
Subject: [PATCH 0346/1219] Updated Urlshortener.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Urlshortener.php | 24 +++++-------------------
1 file changed, 5 insertions(+), 19 deletions(-)
diff --git a/src/Google/Service/Urlshortener.php b/src/Google/Service/Urlshortener.php
index 2ac1b6a32..8a7bc7046 100644
--- a/src/Google/Service/Urlshortener.php
+++ b/src/Google/Service/Urlshortener.php
@@ -182,7 +182,6 @@ public function getBrowsers()
{
return $this->browsers;
}
-
public function setCountries($countries)
{
$this->countries = $countries;
@@ -192,7 +191,6 @@ public function getCountries()
{
return $this->countries;
}
-
public function setLongUrlClicks($longUrlClicks)
{
$this->longUrlClicks = $longUrlClicks;
@@ -202,7 +200,6 @@ public function getLongUrlClicks()
{
return $this->longUrlClicks;
}
-
public function setPlatforms($platforms)
{
$this->platforms = $platforms;
@@ -212,7 +209,6 @@ public function getPlatforms()
{
return $this->platforms;
}
-
public function setReferrers($referrers)
{
$this->referrers = $referrers;
@@ -222,7 +218,6 @@ public function getReferrers()
{
return $this->referrers;
}
-
public function setShortUrlClicks($shortUrlClicks)
{
$this->shortUrlClicks = $shortUrlClicks;
@@ -232,6 +227,7 @@ public function getShortUrlClicks()
{
return $this->shortUrlClicks;
}
+
}
class Google_Service_Urlshortener_AnalyticsSummary extends Google_Model
@@ -258,7 +254,6 @@ public function getAllTime()
{
return $this->allTime;
}
-
public function setDay(Google_Service_Urlshortener_AnalyticsSnapshot $day)
{
$this->day = $day;
@@ -268,7 +263,6 @@ public function getDay()
{
return $this->day;
}
-
public function setMonth(Google_Service_Urlshortener_AnalyticsSnapshot $month)
{
$this->month = $month;
@@ -278,7 +272,6 @@ public function getMonth()
{
return $this->month;
}
-
public function setTwoHours(Google_Service_Urlshortener_AnalyticsSnapshot $twoHours)
{
$this->twoHours = $twoHours;
@@ -288,7 +281,6 @@ public function getTwoHours()
{
return $this->twoHours;
}
-
public function setWeek(Google_Service_Urlshortener_AnalyticsSnapshot $week)
{
$this->week = $week;
@@ -298,6 +290,7 @@ public function getWeek()
{
return $this->week;
}
+
}
class Google_Service_Urlshortener_StringCount extends Google_Model
@@ -316,7 +309,6 @@ public function getCount()
{
return $this->count;
}
-
public function setId($id)
{
$this->id = $id;
@@ -326,6 +318,7 @@ public function getId()
{
return $this->id;
}
+
}
class Google_Service_Urlshortener_Url extends Google_Model
@@ -349,7 +342,6 @@ public function getAnalytics()
{
return $this->analytics;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -359,7 +351,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setId($id)
{
$this->id = $id;
@@ -369,7 +360,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -379,7 +369,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLongUrl($longUrl)
{
$this->longUrl = $longUrl;
@@ -389,7 +378,6 @@ public function getLongUrl()
{
return $this->longUrl;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -399,6 +387,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Urlshortener_UrlHistory extends Google_Collection
@@ -422,7 +411,6 @@ public function getItems()
{
return $this->items;
}
-
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
@@ -432,7 +420,6 @@ public function getItemsPerPage()
{
return $this->itemsPerPage;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -442,7 +429,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -452,7 +438,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -462,4 +447,5 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
From a8b8e906c049f17d140902612c24d3ddb91fccb5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:12 -0700
Subject: [PATCH 0347/1219] Updated AdExchangeBuyer.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdExchangeBuyer.php | 111 +++++--------------------
1 file changed, 20 insertions(+), 91 deletions(-)
diff --git a/src/Google/Service/AdExchangeBuyer.php b/src/Google/Service/AdExchangeBuyer.php
index cc07873bc..990c50259 100644
--- a/src/Google/Service/AdExchangeBuyer.php
+++ b/src/Google/Service/AdExchangeBuyer.php
@@ -725,7 +725,6 @@ public function getBidderLocation()
{
return $this->bidderLocation;
}
-
public function setCookieMatchingNid($cookieMatchingNid)
{
$this->cookieMatchingNid = $cookieMatchingNid;
@@ -735,7 +734,6 @@ public function getCookieMatchingNid()
{
return $this->cookieMatchingNid;
}
-
public function setCookieMatchingUrl($cookieMatchingUrl)
{
$this->cookieMatchingUrl = $cookieMatchingUrl;
@@ -745,7 +743,6 @@ public function getCookieMatchingUrl()
{
return $this->cookieMatchingUrl;
}
-
public function setId($id)
{
$this->id = $id;
@@ -755,7 +752,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -765,7 +761,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaximumTotalQps($maximumTotalQps)
{
$this->maximumTotalQps = $maximumTotalQps;
@@ -775,6 +770,7 @@ public function getMaximumTotalQps()
{
return $this->maximumTotalQps;
}
+
}
class Google_Service_AdExchangeBuyer_AccountBidderLocation extends Google_Model
@@ -794,7 +790,6 @@ public function getMaximumQps()
{
return $this->maximumQps;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -804,7 +799,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -814,6 +808,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_AdExchangeBuyer_AccountsList extends Google_Collection
@@ -834,7 +829,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -844,6 +838,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeBuyer_BillingInfo extends Google_Collection
@@ -865,7 +860,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAccountName($accountName)
{
$this->accountName = $accountName;
@@ -875,7 +869,6 @@ public function getAccountName()
{
return $this->accountName;
}
-
public function setBillingId($billingId)
{
$this->billingId = $billingId;
@@ -885,7 +878,6 @@ public function getBillingId()
{
return $this->billingId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -895,6 +887,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
@@ -915,7 +908,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -925,6 +917,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
@@ -966,7 +959,6 @@ public function getHTMLSnippet()
{
return $this->hTMLSnippet;
}
-
public function setAccountId($accountId)
{
$this->accountId = $accountId;
@@ -976,7 +968,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAdvertiserId($advertiserId)
{
$this->advertiserId = $advertiserId;
@@ -986,7 +977,6 @@ public function getAdvertiserId()
{
return $this->advertiserId;
}
-
public function setAdvertiserName($advertiserName)
{
$this->advertiserName = $advertiserName;
@@ -996,7 +986,6 @@ public function getAdvertiserName()
{
return $this->advertiserName;
}
-
public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
@@ -1006,7 +995,6 @@ public function getAgencyId()
{
return $this->agencyId;
}
-
public function setAttribute($attribute)
{
$this->attribute = $attribute;
@@ -1016,7 +1004,6 @@ public function getAttribute()
{
return $this->attribute;
}
-
public function setBuyerCreativeId($buyerCreativeId)
{
$this->buyerCreativeId = $buyerCreativeId;
@@ -1026,7 +1013,6 @@ public function getBuyerCreativeId()
{
return $this->buyerCreativeId;
}
-
public function setClickThroughUrl($clickThroughUrl)
{
$this->clickThroughUrl = $clickThroughUrl;
@@ -1036,7 +1022,6 @@ public function getClickThroughUrl()
{
return $this->clickThroughUrl;
}
-
public function setCorrections($corrections)
{
$this->corrections = $corrections;
@@ -1046,7 +1031,6 @@ public function getCorrections()
{
return $this->corrections;
}
-
public function setDisapprovalReasons($disapprovalReasons)
{
$this->disapprovalReasons = $disapprovalReasons;
@@ -1056,7 +1040,6 @@ public function getDisapprovalReasons()
{
return $this->disapprovalReasons;
}
-
public function setFilteringReasons(Google_Service_AdExchangeBuyer_CreativeFilteringReasons $filteringReasons)
{
$this->filteringReasons = $filteringReasons;
@@ -1066,7 +1049,6 @@ public function getFilteringReasons()
{
return $this->filteringReasons;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -1076,7 +1058,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1086,7 +1067,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProductCategories($productCategories)
{
$this->productCategories = $productCategories;
@@ -1096,7 +1076,6 @@ public function getProductCategories()
{
return $this->productCategories;
}
-
public function setRestrictedCategories($restrictedCategories)
{
$this->restrictedCategories = $restrictedCategories;
@@ -1106,7 +1085,6 @@ public function getRestrictedCategories()
{
return $this->restrictedCategories;
}
-
public function setSensitiveCategories($sensitiveCategories)
{
$this->sensitiveCategories = $sensitiveCategories;
@@ -1116,7 +1094,6 @@ public function getSensitiveCategories()
{
return $this->sensitiveCategories;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1126,7 +1103,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setVendorType($vendorType)
{
$this->vendorType = $vendorType;
@@ -1136,7 +1112,6 @@ public function getVendorType()
{
return $this->vendorType;
}
-
public function setVideoURL($videoURL)
{
$this->videoURL = $videoURL;
@@ -1146,7 +1121,6 @@ public function getVideoURL()
{
return $this->videoURL;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1156,6 +1130,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collection
@@ -1175,7 +1150,6 @@ public function getDetails()
{
return $this->details;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -1185,6 +1159,7 @@ public function getReason()
{
return $this->reason;
}
+
}
class Google_Service_AdExchangeBuyer_CreativeDisapprovalReasons extends Google_Collection
@@ -1204,7 +1179,6 @@ public function getDetails()
{
return $this->details;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -1214,6 +1188,7 @@ public function getReason()
{
return $this->reason;
}
+
}
class Google_Service_AdExchangeBuyer_CreativeFilteringReasons extends Google_Collection
@@ -1234,7 +1209,6 @@ public function getDate()
{
return $this->date;
}
-
public function setReasons($reasons)
{
$this->reasons = $reasons;
@@ -1244,6 +1218,7 @@ public function getReasons()
{
return $this->reasons;
}
+
}
class Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons extends Google_Model
@@ -1262,7 +1237,6 @@ public function getFilteringCount()
{
return $this->filteringCount;
}
-
public function setFilteringStatus($filteringStatus)
{
$this->filteringStatus = $filteringStatus;
@@ -1272,6 +1246,7 @@ public function getFilteringStatus()
{
return $this->filteringStatus;
}
+
}
class Google_Service_AdExchangeBuyer_CreativesList extends Google_Collection
@@ -1293,7 +1268,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1303,7 +1277,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1313,6 +1286,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdExchangeBuyer_DirectDeal extends Google_Model
@@ -1341,7 +1315,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setAdvertiser($advertiser)
{
$this->advertiser = $advertiser;
@@ -1351,7 +1324,6 @@ public function getAdvertiser()
{
return $this->advertiser;
}
-
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
@@ -1361,7 +1333,6 @@ public function getCurrencyCode()
{
return $this->currencyCode;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -1371,7 +1342,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setFixedCpm($fixedCpm)
{
$this->fixedCpm = $fixedCpm;
@@ -1381,7 +1351,6 @@ public function getFixedCpm()
{
return $this->fixedCpm;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1391,7 +1360,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1401,7 +1369,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1411,7 +1378,6 @@ public function getName()
{
return $this->name;
}
-
public function setPrivateExchangeMinCpm($privateExchangeMinCpm)
{
$this->privateExchangeMinCpm = $privateExchangeMinCpm;
@@ -1421,7 +1387,6 @@ public function getPrivateExchangeMinCpm()
{
return $this->privateExchangeMinCpm;
}
-
public function setPublisherBlocksOverriden($publisherBlocksOverriden)
{
$this->publisherBlocksOverriden = $publisherBlocksOverriden;
@@ -1431,7 +1396,6 @@ public function getPublisherBlocksOverriden()
{
return $this->publisherBlocksOverriden;
}
-
public function setSellerNetwork($sellerNetwork)
{
$this->sellerNetwork = $sellerNetwork;
@@ -1441,7 +1405,6 @@ public function getSellerNetwork()
{
return $this->sellerNetwork;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1451,6 +1414,7 @@ public function getStartTime()
{
return $this->startTime;
}
+
}
class Google_Service_AdExchangeBuyer_DirectDealsList extends Google_Collection
@@ -1471,7 +1435,6 @@ public function getDirectDeals()
{
return $this->directDeals;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1481,6 +1444,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeBuyer_PerformanceReport extends Google_Collection
@@ -1514,7 +1478,6 @@ public function getCalloutStatusRate()
{
return $this->calloutStatusRate;
}
-
public function setCookieMatcherStatusRate($cookieMatcherStatusRate)
{
$this->cookieMatcherStatusRate = $cookieMatcherStatusRate;
@@ -1524,7 +1487,6 @@ public function getCookieMatcherStatusRate()
{
return $this->cookieMatcherStatusRate;
}
-
public function setCreativeStatusRate($creativeStatusRate)
{
$this->creativeStatusRate = $creativeStatusRate;
@@ -1534,7 +1496,6 @@ public function getCreativeStatusRate()
{
return $this->creativeStatusRate;
}
-
public function setHostedMatchStatusRate($hostedMatchStatusRate)
{
$this->hostedMatchStatusRate = $hostedMatchStatusRate;
@@ -1544,7 +1505,6 @@ public function getHostedMatchStatusRate()
{
return $this->hostedMatchStatusRate;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1554,7 +1514,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLatency50thPercentile($latency50thPercentile)
{
$this->latency50thPercentile = $latency50thPercentile;
@@ -1564,7 +1523,6 @@ public function getLatency50thPercentile()
{
return $this->latency50thPercentile;
}
-
public function setLatency85thPercentile($latency85thPercentile)
{
$this->latency85thPercentile = $latency85thPercentile;
@@ -1574,7 +1532,6 @@ public function getLatency85thPercentile()
{
return $this->latency85thPercentile;
}
-
public function setLatency95thPercentile($latency95thPercentile)
{
$this->latency95thPercentile = $latency95thPercentile;
@@ -1584,7 +1541,6 @@ public function getLatency95thPercentile()
{
return $this->latency95thPercentile;
}
-
public function setNoQuotaInRegion($noQuotaInRegion)
{
$this->noQuotaInRegion = $noQuotaInRegion;
@@ -1594,7 +1550,6 @@ public function getNoQuotaInRegion()
{
return $this->noQuotaInRegion;
}
-
public function setOutOfQuota($outOfQuota)
{
$this->outOfQuota = $outOfQuota;
@@ -1604,7 +1559,6 @@ public function getOutOfQuota()
{
return $this->outOfQuota;
}
-
public function setPixelMatchRequests($pixelMatchRequests)
{
$this->pixelMatchRequests = $pixelMatchRequests;
@@ -1614,7 +1568,6 @@ public function getPixelMatchRequests()
{
return $this->pixelMatchRequests;
}
-
public function setPixelMatchResponses($pixelMatchResponses)
{
$this->pixelMatchResponses = $pixelMatchResponses;
@@ -1624,7 +1577,6 @@ public function getPixelMatchResponses()
{
return $this->pixelMatchResponses;
}
-
public function setQuotaConfiguredLimit($quotaConfiguredLimit)
{
$this->quotaConfiguredLimit = $quotaConfiguredLimit;
@@ -1634,7 +1586,6 @@ public function getQuotaConfiguredLimit()
{
return $this->quotaConfiguredLimit;
}
-
public function setQuotaThrottledLimit($quotaThrottledLimit)
{
$this->quotaThrottledLimit = $quotaThrottledLimit;
@@ -1644,7 +1595,6 @@ public function getQuotaThrottledLimit()
{
return $this->quotaThrottledLimit;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -1654,7 +1604,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
@@ -1664,6 +1613,7 @@ public function getTimestamp()
{
return $this->timestamp;
}
+
}
class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collection
@@ -1684,7 +1634,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPerformanceReport($performanceReport)
{
$this->performanceReport = $performanceReport;
@@ -1694,6 +1643,7 @@ public function getPerformanceReport()
{
return $this->performanceReport;
}
+
}
class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collection
@@ -1737,7 +1687,6 @@ public function getBillingId()
{
return $this->billingId;
}
-
public function setConfigId($configId)
{
$this->configId = $configId;
@@ -1747,7 +1696,6 @@ public function getConfigId()
{
return $this->configId;
}
-
public function setConfigName($configName)
{
$this->configName = $configName;
@@ -1757,7 +1705,6 @@ public function getConfigName()
{
return $this->configName;
}
-
public function setCreativeType($creativeType)
{
$this->creativeType = $creativeType;
@@ -1767,7 +1714,6 @@ public function getCreativeType()
{
return $this->creativeType;
}
-
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
@@ -1777,7 +1723,6 @@ public function getDimensions()
{
return $this->dimensions;
}
-
public function setExcludedContentLabels($excludedContentLabels)
{
$this->excludedContentLabels = $excludedContentLabels;
@@ -1787,7 +1732,6 @@ public function getExcludedContentLabels()
{
return $this->excludedContentLabels;
}
-
public function setExcludedGeoCriteriaIds($excludedGeoCriteriaIds)
{
$this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds;
@@ -1797,7 +1741,6 @@ public function getExcludedGeoCriteriaIds()
{
return $this->excludedGeoCriteriaIds;
}
-
public function setExcludedPlacements($excludedPlacements)
{
$this->excludedPlacements = $excludedPlacements;
@@ -1807,7 +1750,6 @@ public function getExcludedPlacements()
{
return $this->excludedPlacements;
}
-
public function setExcludedUserLists($excludedUserLists)
{
$this->excludedUserLists = $excludedUserLists;
@@ -1817,7 +1759,6 @@ public function getExcludedUserLists()
{
return $this->excludedUserLists;
}
-
public function setExcludedVerticals($excludedVerticals)
{
$this->excludedVerticals = $excludedVerticals;
@@ -1827,7 +1768,6 @@ public function getExcludedVerticals()
{
return $this->excludedVerticals;
}
-
public function setGeoCriteriaIds($geoCriteriaIds)
{
$this->geoCriteriaIds = $geoCriteriaIds;
@@ -1837,7 +1777,6 @@ public function getGeoCriteriaIds()
{
return $this->geoCriteriaIds;
}
-
public function setIsActive($isActive)
{
$this->isActive = $isActive;
@@ -1847,7 +1786,6 @@ public function getIsActive()
{
return $this->isActive;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1857,7 +1795,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLanguages($languages)
{
$this->languages = $languages;
@@ -1867,7 +1804,6 @@ public function getLanguages()
{
return $this->languages;
}
-
public function setMobileCarriers($mobileCarriers)
{
$this->mobileCarriers = $mobileCarriers;
@@ -1877,7 +1813,6 @@ public function getMobileCarriers()
{
return $this->mobileCarriers;
}
-
public function setMobileDevices($mobileDevices)
{
$this->mobileDevices = $mobileDevices;
@@ -1887,7 +1822,6 @@ public function getMobileDevices()
{
return $this->mobileDevices;
}
-
public function setMobileOperatingSystemVersions($mobileOperatingSystemVersions)
{
$this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions;
@@ -1897,7 +1831,6 @@ public function getMobileOperatingSystemVersions()
{
return $this->mobileOperatingSystemVersions;
}
-
public function setPlacements($placements)
{
$this->placements = $placements;
@@ -1907,7 +1840,6 @@ public function getPlacements()
{
return $this->placements;
}
-
public function setPlatforms($platforms)
{
$this->platforms = $platforms;
@@ -1917,7 +1849,6 @@ public function getPlatforms()
{
return $this->platforms;
}
-
public function setSupportedCreativeAttributes($supportedCreativeAttributes)
{
$this->supportedCreativeAttributes = $supportedCreativeAttributes;
@@ -1927,7 +1858,6 @@ public function getSupportedCreativeAttributes()
{
return $this->supportedCreativeAttributes;
}
-
public function setUserLists($userLists)
{
$this->userLists = $userLists;
@@ -1937,7 +1867,6 @@ public function getUserLists()
{
return $this->userLists;
}
-
public function setVendorTypes($vendorTypes)
{
$this->vendorTypes = $vendorTypes;
@@ -1947,7 +1876,6 @@ public function getVendorTypes()
{
return $this->vendorTypes;
}
-
public function setVerticals($verticals)
{
$this->verticals = $verticals;
@@ -1957,6 +1885,7 @@ public function getVerticals()
{
return $this->verticals;
}
+
}
class Google_Service_AdExchangeBuyer_PretargetingConfigDimensions extends Google_Model
@@ -1975,7 +1904,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1985,6 +1913,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements extends Google_Model
@@ -2003,7 +1932,6 @@ public function getToken()
{
return $this->token;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2013,6 +1941,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Collection
@@ -2033,7 +1962,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2043,6 +1971,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdExchangeBuyer_PretargetingConfigPlacements extends Google_Model
@@ -2061,7 +1990,6 @@ public function getToken()
{
return $this->token;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2071,4 +1999,5 @@ public function getType()
{
return $this->type;
}
+
}
From e2cf78780f34b65c19df5aed41bb4b77007cef42 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:12 -0700
Subject: [PATCH 0348/1219] Updated Licensing.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Licensing.php | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/Google/Service/Licensing.php b/src/Google/Service/Licensing.php
index 74d9d21c5..9e69b2d4b 100644
--- a/src/Google/Service/Licensing.php
+++ b/src/Google/Service/Licensing.php
@@ -384,7 +384,6 @@ public function getEtags()
{
return $this->etags;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -394,7 +393,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProductId($productId)
{
$this->productId = $productId;
@@ -404,7 +402,6 @@ public function getProductId()
{
return $this->productId;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -414,7 +411,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSkuId($skuId)
{
$this->skuId = $skuId;
@@ -424,7 +420,6 @@ public function getSkuId()
{
return $this->skuId;
}
-
public function setUserId($userId)
{
$this->userId = $userId;
@@ -434,6 +429,7 @@ public function getUserId()
{
return $this->userId;
}
+
}
class Google_Service_Licensing_LicenseAssignmentInsert extends Google_Model
@@ -451,6 +447,7 @@ public function getUserId()
{
return $this->userId;
}
+
}
class Google_Service_Licensing_LicenseAssignmentList extends Google_Collection
@@ -473,7 +470,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -483,7 +479,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -493,7 +488,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -503,4 +497,5 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
From 63f2d41cbaada2cbc0a279868685136b144960ca Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:13 -0700
Subject: [PATCH 0349/1219] Updated Games.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Games.php | 480 ++++++++---------------------------
1 file changed, 108 insertions(+), 372 deletions(-)
diff --git a/src/Google/Service/Games.php b/src/Google/Service/Games.php
index c936cbd24..6ac8824e5 100644
--- a/src/Google/Service/Games.php
+++ b/src/Google/Service/Games.php
@@ -1225,7 +1225,7 @@ class Google_Service_Games_Applications_Resource extends Google_Service_Resource
* response will not include any instance data. (applications.get)
*
* @param string $applicationId
- * The application being requested.
+ * The application ID from the Google Play developer console.
* @param array $optParams Optional parameters.
*
* @opt_param string platformType
@@ -2308,7 +2308,6 @@ public function getAchievementType()
{
return $this->achievementType;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2318,7 +2317,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setExperiencePoints($experiencePoints)
{
$this->experiencePoints = $experiencePoints;
@@ -2328,7 +2326,6 @@ public function getExperiencePoints()
{
return $this->experiencePoints;
}
-
public function setFormattedTotalSteps($formattedTotalSteps)
{
$this->formattedTotalSteps = $formattedTotalSteps;
@@ -2338,7 +2335,6 @@ public function getFormattedTotalSteps()
{
return $this->formattedTotalSteps;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2348,7 +2344,6 @@ public function getId()
{
return $this->id;
}
-
public function setInitialState($initialState)
{
$this->initialState = $initialState;
@@ -2358,7 +2353,6 @@ public function getInitialState()
{
return $this->initialState;
}
-
public function setIsRevealedIconUrlDefault($isRevealedIconUrlDefault)
{
$this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault;
@@ -2368,7 +2362,6 @@ public function getIsRevealedIconUrlDefault()
{
return $this->isRevealedIconUrlDefault;
}
-
public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault)
{
$this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault;
@@ -2378,7 +2371,6 @@ public function getIsUnlockedIconUrlDefault()
{
return $this->isUnlockedIconUrlDefault;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2388,7 +2380,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2398,7 +2389,6 @@ public function getName()
{
return $this->name;
}
-
public function setRevealedIconUrl($revealedIconUrl)
{
$this->revealedIconUrl = $revealedIconUrl;
@@ -2408,7 +2398,6 @@ public function getRevealedIconUrl()
{
return $this->revealedIconUrl;
}
-
public function setTotalSteps($totalSteps)
{
$this->totalSteps = $totalSteps;
@@ -2418,7 +2407,6 @@ public function getTotalSteps()
{
return $this->totalSteps;
}
-
public function setUnlockedIconUrl($unlockedIconUrl)
{
$this->unlockedIconUrl = $unlockedIconUrl;
@@ -2428,6 +2416,7 @@ public function getUnlockedIconUrl()
{
return $this->unlockedIconUrl;
}
+
}
class Google_Service_Games_AchievementDefinitionsListResponse extends Google_Collection
@@ -2449,7 +2438,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2459,7 +2447,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2469,6 +2456,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_AchievementIncrementResponse extends Google_Model
@@ -2488,7 +2476,6 @@ public function getCurrentSteps()
{
return $this->currentSteps;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2498,7 +2485,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
@@ -2508,6 +2494,7 @@ public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
}
+
}
class Google_Service_Games_AchievementRevealResponse extends Google_Model
@@ -2526,7 +2513,6 @@ public function getCurrentState()
{
return $this->currentState;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2536,6 +2522,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_AchievementSetStepsAtLeastResponse extends Google_Model
@@ -2555,7 +2542,6 @@ public function getCurrentSteps()
{
return $this->currentSteps;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2565,7 +2551,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
@@ -2575,6 +2560,7 @@ public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
}
+
}
class Google_Service_Games_AchievementUnlockResponse extends Google_Model
@@ -2593,7 +2579,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
@@ -2603,6 +2588,7 @@ public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
}
+
}
class Google_Service_Games_AchievementUpdateMultipleRequest extends Google_Collection
@@ -2623,7 +2609,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUpdates($updates)
{
$this->updates = $updates;
@@ -2633,6 +2618,7 @@ public function getUpdates()
{
return $this->updates;
}
+
}
class Google_Service_Games_AchievementUpdateMultipleResponse extends Google_Collection
@@ -2653,7 +2639,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUpdatedAchievements($updatedAchievements)
{
$this->updatedAchievements = $updatedAchievements;
@@ -2663,6 +2648,7 @@ public function getUpdatedAchievements()
{
return $this->updatedAchievements;
}
+
}
class Google_Service_Games_AchievementUpdateRequest extends Google_Model
@@ -2686,7 +2672,6 @@ public function getAchievementId()
{
return $this->achievementId;
}
-
public function setIncrementPayload(Google_Service_Games_GamesAchievementIncrement $incrementPayload)
{
$this->incrementPayload = $incrementPayload;
@@ -2696,7 +2681,6 @@ public function getIncrementPayload()
{
return $this->incrementPayload;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2706,7 +2690,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSetStepsAtLeastPayload(Google_Service_Games_GamesAchievementSetStepsAtLeast $setStepsAtLeastPayload)
{
$this->setStepsAtLeastPayload = $setStepsAtLeastPayload;
@@ -2716,7 +2699,6 @@ public function getSetStepsAtLeastPayload()
{
return $this->setStepsAtLeastPayload;
}
-
public function setUpdateType($updateType)
{
$this->updateType = $updateType;
@@ -2726,6 +2708,7 @@ public function getUpdateType()
{
return $this->updateType;
}
+
}
class Google_Service_Games_AchievementUpdateResponse extends Google_Model
@@ -2748,7 +2731,6 @@ public function getAchievementId()
{
return $this->achievementId;
}
-
public function setCurrentState($currentState)
{
$this->currentState = $currentState;
@@ -2758,7 +2740,6 @@ public function getCurrentState()
{
return $this->currentState;
}
-
public function setCurrentSteps($currentSteps)
{
$this->currentSteps = $currentSteps;
@@ -2768,7 +2749,6 @@ public function getCurrentSteps()
{
return $this->currentSteps;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2778,7 +2758,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
@@ -2788,7 +2767,6 @@ public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
}
-
public function setUpdateOccurred($updateOccurred)
{
$this->updateOccurred = $updateOccurred;
@@ -2798,6 +2776,7 @@ public function getUpdateOccurred()
{
return $this->updateOccurred;
}
+
}
class Google_Service_Games_AggregateStats extends Google_Model
@@ -2819,7 +2798,6 @@ public function getCount()
{
return $this->count;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2829,7 +2807,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMax($max)
{
$this->max = $max;
@@ -2839,7 +2816,6 @@ public function getMax()
{
return $this->max;
}
-
public function setMin($min)
{
$this->min = $min;
@@ -2849,7 +2825,6 @@ public function getMin()
{
return $this->min;
}
-
public function setSum($sum)
{
$this->sum = $sum;
@@ -2859,6 +2834,7 @@ public function getSum()
{
return $this->sum;
}
+
}
class Google_Service_Games_AnonymousPlayer extends Google_Model
@@ -2878,7 +2854,6 @@ public function getAvatarImageUrl()
{
return $this->avatarImageUrl;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -2888,7 +2863,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2898,6 +2872,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_Application extends Google_Collection
@@ -2933,7 +2908,6 @@ public function getAchievementCount()
{
return $this->achievementCount;
}
-
public function setAssets($assets)
{
$this->assets = $assets;
@@ -2943,7 +2917,6 @@ public function getAssets()
{
return $this->assets;
}
-
public function setAuthor($author)
{
$this->author = $author;
@@ -2953,7 +2926,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setCategory(Google_Service_Games_ApplicationCategory $category)
{
$this->category = $category;
@@ -2963,7 +2935,6 @@ public function getCategory()
{
return $this->category;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2973,7 +2944,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEnabledFeatures($enabledFeatures)
{
$this->enabledFeatures = $enabledFeatures;
@@ -2983,7 +2953,6 @@ public function getEnabledFeatures()
{
return $this->enabledFeatures;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2993,7 +2962,6 @@ public function getId()
{
return $this->id;
}
-
public function setInstances($instances)
{
$this->instances = $instances;
@@ -3003,7 +2971,6 @@ public function getInstances()
{
return $this->instances;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3013,7 +2980,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
{
$this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
@@ -3023,7 +2989,6 @@ public function getLastUpdatedTimestamp()
{
return $this->lastUpdatedTimestamp;
}
-
public function setLeaderboardCount($leaderboardCount)
{
$this->leaderboardCount = $leaderboardCount;
@@ -3033,7 +2998,6 @@ public function getLeaderboardCount()
{
return $this->leaderboardCount;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3043,7 +3007,6 @@ public function getName()
{
return $this->name;
}
-
public function setThemeColor($themeColor)
{
$this->themeColor = $themeColor;
@@ -3053,6 +3016,7 @@ public function getThemeColor()
{
return $this->themeColor;
}
+
}
class Google_Service_Games_ApplicationCategory extends Google_Model
@@ -3072,7 +3036,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -3082,7 +3045,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setSecondary($secondary)
{
$this->secondary = $secondary;
@@ -3092,6 +3054,7 @@ public function getSecondary()
{
return $this->secondary;
}
+
}
class Google_Service_Games_Category extends Google_Model
@@ -3111,7 +3074,6 @@ public function getCategory()
{
return $this->category;
}
-
public function setExperiencePoints($experiencePoints)
{
$this->experiencePoints = $experiencePoints;
@@ -3121,7 +3083,6 @@ public function getExperiencePoints()
{
return $this->experiencePoints;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3131,6 +3092,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_CategoryListResponse extends Google_Collection
@@ -3152,7 +3114,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3162,7 +3123,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3172,6 +3132,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_EventBatchRecordFailure extends Google_Model
@@ -3192,7 +3153,6 @@ public function getFailureCause()
{
return $this->failureCause;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3202,7 +3162,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRange(Google_Service_Games_EventPeriodRange $range)
{
$this->range = $range;
@@ -3212,6 +3171,7 @@ public function getRange()
{
return $this->range;
}
+
}
class Google_Service_Games_EventChild extends Google_Model
@@ -3230,7 +3190,6 @@ public function getChildId()
{
return $this->childId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3240,6 +3199,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_EventDefinition extends Google_Collection
@@ -3266,7 +3226,6 @@ public function getChildEvents()
{
return $this->childEvents;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3276,7 +3235,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -3286,7 +3244,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3296,7 +3253,6 @@ public function getId()
{
return $this->id;
}
-
public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
@@ -3306,7 +3262,6 @@ public function getImageUrl()
{
return $this->imageUrl;
}
-
public function setIsDefaultImageUrl($isDefaultImageUrl)
{
$this->isDefaultImageUrl = $isDefaultImageUrl;
@@ -3316,7 +3271,6 @@ public function getIsDefaultImageUrl()
{
return $this->isDefaultImageUrl;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3326,7 +3280,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setVisibility($visibility)
{
$this->visibility = $visibility;
@@ -3336,6 +3289,7 @@ public function getVisibility()
{
return $this->visibility;
}
+
}
class Google_Service_Games_EventDefinitionListResponse extends Google_Collection
@@ -3357,7 +3311,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3367,7 +3320,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3377,6 +3329,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_EventPeriodRange extends Google_Model
@@ -3396,7 +3349,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPeriodEndMillis($periodEndMillis)
{
$this->periodEndMillis = $periodEndMillis;
@@ -3406,7 +3358,6 @@ public function getPeriodEndMillis()
{
return $this->periodEndMillis;
}
-
public function setPeriodStartMillis($periodStartMillis)
{
$this->periodStartMillis = $periodStartMillis;
@@ -3416,6 +3367,7 @@ public function getPeriodStartMillis()
{
return $this->periodStartMillis;
}
+
}
class Google_Service_Games_EventPeriodUpdate extends Google_Collection
@@ -3438,7 +3390,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod)
{
$this->timePeriod = $timePeriod;
@@ -3448,7 +3399,6 @@ public function getTimePeriod()
{
return $this->timePeriod;
}
-
public function setUpdates($updates)
{
$this->updates = $updates;
@@ -3458,6 +3408,7 @@ public function getUpdates()
{
return $this->updates;
}
+
}
class Google_Service_Games_EventRecordFailure extends Google_Model
@@ -3477,7 +3428,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setFailureCause($failureCause)
{
$this->failureCause = $failureCause;
@@ -3487,7 +3437,6 @@ public function getFailureCause()
{
return $this->failureCause;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3497,6 +3446,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_EventRecordRequest extends Google_Collection
@@ -3519,7 +3469,6 @@ public function getCurrentTimeMillis()
{
return $this->currentTimeMillis;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3529,7 +3478,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRequestId($requestId)
{
$this->requestId = $requestId;
@@ -3539,7 +3487,6 @@ public function getRequestId()
{
return $this->requestId;
}
-
public function setTimePeriods($timePeriods)
{
$this->timePeriods = $timePeriods;
@@ -3549,6 +3496,7 @@ public function getTimePeriods()
{
return $this->timePeriods;
}
+
}
class Google_Service_Games_EventUpdateRequest extends Google_Model
@@ -3568,7 +3516,6 @@ public function getDefinitionId()
{
return $this->definitionId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3578,7 +3525,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUpdateCount($updateCount)
{
$this->updateCount = $updateCount;
@@ -3588,6 +3534,7 @@ public function getUpdateCount()
{
return $this->updateCount;
}
+
}
class Google_Service_Games_EventUpdateResponse extends Google_Collection
@@ -3612,7 +3559,6 @@ public function getBatchFailures()
{
return $this->batchFailures;
}
-
public function setEventFailures($eventFailures)
{
$this->eventFailures = $eventFailures;
@@ -3622,7 +3568,6 @@ public function getEventFailures()
{
return $this->eventFailures;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3632,7 +3577,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlayerEvents($playerEvents)
{
$this->playerEvents = $playerEvents;
@@ -3642,6 +3586,7 @@ public function getPlayerEvents()
{
return $this->playerEvents;
}
+
}
class Google_Service_Games_GamesAchievementIncrement extends Google_Model
@@ -3661,7 +3606,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRequestId($requestId)
{
$this->requestId = $requestId;
@@ -3671,7 +3615,6 @@ public function getRequestId()
{
return $this->requestId;
}
-
public function setSteps($steps)
{
$this->steps = $steps;
@@ -3681,6 +3624,7 @@ public function getSteps()
{
return $this->steps;
}
+
}
class Google_Service_Games_GamesAchievementSetStepsAtLeast extends Google_Model
@@ -3699,7 +3643,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSteps($steps)
{
$this->steps = $steps;
@@ -3709,6 +3652,7 @@ public function getSteps()
{
return $this->steps;
}
+
}
class Google_Service_Games_ImageAsset extends Google_Model
@@ -3730,7 +3674,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3740,7 +3683,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3750,7 +3692,6 @@ public function getName()
{
return $this->name;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3760,7 +3701,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -3770,6 +3710,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Games_Instance extends Google_Model
@@ -3798,7 +3739,6 @@ public function getAcquisitionUri()
{
return $this->acquisitionUri;
}
-
public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $androidInstance)
{
$this->androidInstance = $androidInstance;
@@ -3808,7 +3748,6 @@ public function getAndroidInstance()
{
return $this->androidInstance;
}
-
public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInstance)
{
$this->iosInstance = $iosInstance;
@@ -3818,7 +3757,6 @@ public function getIosInstance()
{
return $this->iosInstance;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3828,7 +3766,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3838,7 +3775,6 @@ public function getName()
{
return $this->name;
}
-
public function setPlatformType($platformType)
{
$this->platformType = $platformType;
@@ -3848,7 +3784,6 @@ public function getPlatformType()
{
return $this->platformType;
}
-
public function setRealtimePlay($realtimePlay)
{
$this->realtimePlay = $realtimePlay;
@@ -3858,7 +3793,6 @@ public function getRealtimePlay()
{
return $this->realtimePlay;
}
-
public function setTurnBasedPlay($turnBasedPlay)
{
$this->turnBasedPlay = $turnBasedPlay;
@@ -3868,7 +3802,6 @@ public function getTurnBasedPlay()
{
return $this->turnBasedPlay;
}
-
public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInstance)
{
$this->webInstance = $webInstance;
@@ -3878,6 +3811,7 @@ public function getWebInstance()
{
return $this->webInstance;
}
+
}
class Google_Service_Games_InstanceAndroidDetails extends Google_Model
@@ -3898,7 +3832,6 @@ public function getEnablePiracyCheck()
{
return $this->enablePiracyCheck;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3908,7 +3841,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPackageName($packageName)
{
$this->packageName = $packageName;
@@ -3918,7 +3850,6 @@ public function getPackageName()
{
return $this->packageName;
}
-
public function setPreferred($preferred)
{
$this->preferred = $preferred;
@@ -3928,6 +3859,7 @@ public function getPreferred()
{
return $this->preferred;
}
+
}
class Google_Service_Games_InstanceIosDetails extends Google_Model
@@ -3951,7 +3883,6 @@ public function getBundleIdentifier()
{
return $this->bundleIdentifier;
}
-
public function setItunesAppId($itunesAppId)
{
$this->itunesAppId = $itunesAppId;
@@ -3961,7 +3892,6 @@ public function getItunesAppId()
{
return $this->itunesAppId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3971,7 +3901,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPreferredForIpad($preferredForIpad)
{
$this->preferredForIpad = $preferredForIpad;
@@ -3981,7 +3910,6 @@ public function getPreferredForIpad()
{
return $this->preferredForIpad;
}
-
public function setPreferredForIphone($preferredForIphone)
{
$this->preferredForIphone = $preferredForIphone;
@@ -3991,7 +3919,6 @@ public function getPreferredForIphone()
{
return $this->preferredForIphone;
}
-
public function setSupportIpad($supportIpad)
{
$this->supportIpad = $supportIpad;
@@ -4001,7 +3928,6 @@ public function getSupportIpad()
{
return $this->supportIpad;
}
-
public function setSupportIphone($supportIphone)
{
$this->supportIphone = $supportIphone;
@@ -4011,6 +3937,7 @@ public function getSupportIphone()
{
return $this->supportIphone;
}
+
}
class Google_Service_Games_InstanceWebDetails extends Google_Model
@@ -4030,7 +3957,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLaunchUrl($launchUrl)
{
$this->launchUrl = $launchUrl;
@@ -4040,7 +3966,6 @@ public function getLaunchUrl()
{
return $this->launchUrl;
}
-
public function setPreferred($preferred)
{
$this->preferred = $preferred;
@@ -4050,6 +3975,7 @@ public function getPreferred()
{
return $this->preferred;
}
+
}
class Google_Service_Games_Leaderboard extends Google_Model
@@ -4072,7 +3998,6 @@ public function getIconUrl()
{
return $this->iconUrl;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4082,7 +4007,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsIconUrlDefault($isIconUrlDefault)
{
$this->isIconUrlDefault = $isIconUrlDefault;
@@ -4092,7 +4016,6 @@ public function getIsIconUrlDefault()
{
return $this->isIconUrlDefault;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4102,7 +4025,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -4112,7 +4034,6 @@ public function getName()
{
return $this->name;
}
-
public function setOrder($order)
{
$this->order = $order;
@@ -4122,6 +4043,7 @@ public function getOrder()
{
return $this->order;
}
+
}
class Google_Service_Games_LeaderboardEntry extends Google_Model
@@ -4148,7 +4070,6 @@ public function getFormattedScore()
{
return $this->formattedScore;
}
-
public function setFormattedScoreRank($formattedScoreRank)
{
$this->formattedScoreRank = $formattedScoreRank;
@@ -4158,7 +4079,6 @@ public function getFormattedScoreRank()
{
return $this->formattedScoreRank;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4168,7 +4088,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
@@ -4178,7 +4097,6 @@ public function getPlayer()
{
return $this->player;
}
-
public function setScoreRank($scoreRank)
{
$this->scoreRank = $scoreRank;
@@ -4188,7 +4106,6 @@ public function getScoreRank()
{
return $this->scoreRank;
}
-
public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
@@ -4198,7 +4115,6 @@ public function getScoreTag()
{
return $this->scoreTag;
}
-
public function setScoreValue($scoreValue)
{
$this->scoreValue = $scoreValue;
@@ -4208,7 +4124,6 @@ public function getScoreValue()
{
return $this->scoreValue;
}
-
public function setTimeSpan($timeSpan)
{
$this->timeSpan = $timeSpan;
@@ -4218,7 +4133,6 @@ public function getTimeSpan()
{
return $this->timeSpan;
}
-
public function setWriteTimestampMillis($writeTimestampMillis)
{
$this->writeTimestampMillis = $writeTimestampMillis;
@@ -4228,6 +4142,7 @@ public function getWriteTimestampMillis()
{
return $this->writeTimestampMillis;
}
+
}
class Google_Service_Games_LeaderboardListResponse extends Google_Collection
@@ -4249,7 +4164,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4259,7 +4173,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4269,6 +4182,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_LeaderboardScoreRank extends Google_Model
@@ -4290,7 +4204,6 @@ public function getFormattedNumScores()
{
return $this->formattedNumScores;
}
-
public function setFormattedRank($formattedRank)
{
$this->formattedRank = $formattedRank;
@@ -4300,7 +4213,6 @@ public function getFormattedRank()
{
return $this->formattedRank;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4310,7 +4222,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNumScores($numScores)
{
$this->numScores = $numScores;
@@ -4320,7 +4231,6 @@ public function getNumScores()
{
return $this->numScores;
}
-
public function setRank($rank)
{
$this->rank = $rank;
@@ -4330,6 +4240,7 @@ public function getRank()
{
return $this->rank;
}
+
}
class Google_Service_Games_LeaderboardScores extends Google_Collection
@@ -4355,7 +4266,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4365,7 +4275,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4375,7 +4284,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setNumScores($numScores)
{
$this->numScores = $numScores;
@@ -4385,7 +4293,6 @@ public function getNumScores()
{
return $this->numScores;
}
-
public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScore)
{
$this->playerScore = $playerScore;
@@ -4395,7 +4302,6 @@ public function getPlayerScore()
{
return $this->playerScore;
}
-
public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
@@ -4405,6 +4311,7 @@ public function getPrevPageToken()
{
return $this->prevPageToken;
}
+
}
class Google_Service_Games_MetagameConfig extends Google_Collection
@@ -4426,7 +4333,6 @@ public function getCurrentVersion()
{
return $this->currentVersion;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4436,7 +4342,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlayerLevels($playerLevels)
{
$this->playerLevels = $playerLevels;
@@ -4446,6 +4351,7 @@ public function getPlayerLevels()
{
return $this->playerLevels;
}
+
}
class Google_Service_Games_NetworkDiagnostics extends Google_Model
@@ -4469,7 +4375,6 @@ public function getAndroidNetworkSubtype()
{
return $this->androidNetworkSubtype;
}
-
public function setAndroidNetworkType($androidNetworkType)
{
$this->androidNetworkType = $androidNetworkType;
@@ -4479,7 +4384,6 @@ public function getAndroidNetworkType()
{
return $this->androidNetworkType;
}
-
public function setIosNetworkType($iosNetworkType)
{
$this->iosNetworkType = $iosNetworkType;
@@ -4489,7 +4393,6 @@ public function getIosNetworkType()
{
return $this->iosNetworkType;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4499,7 +4402,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNetworkOperatorCode($networkOperatorCode)
{
$this->networkOperatorCode = $networkOperatorCode;
@@ -4509,7 +4411,6 @@ public function getNetworkOperatorCode()
{
return $this->networkOperatorCode;
}
-
public function setNetworkOperatorName($networkOperatorName)
{
$this->networkOperatorName = $networkOperatorName;
@@ -4519,7 +4420,6 @@ public function getNetworkOperatorName()
{
return $this->networkOperatorName;
}
-
public function setRegistrationLatencyMillis($registrationLatencyMillis)
{
$this->registrationLatencyMillis = $registrationLatencyMillis;
@@ -4529,6 +4429,7 @@ public function getRegistrationLatencyMillis()
{
return $this->registrationLatencyMillis;
}
+
}
class Google_Service_Games_ParticipantResult extends Google_Model
@@ -4549,7 +4450,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParticipantId($participantId)
{
$this->participantId = $participantId;
@@ -4559,7 +4459,6 @@ public function getParticipantId()
{
return $this->participantId;
}
-
public function setPlacing($placing)
{
$this->placing = $placing;
@@ -4569,7 +4468,6 @@ public function getPlacing()
{
return $this->placing;
}
-
public function setResult($result)
{
$this->result = $result;
@@ -4579,6 +4477,7 @@ public function getResult()
{
return $this->result;
}
+
}
class Google_Service_Games_PeerChannelDiagnostics extends Google_Model
@@ -4606,7 +4505,6 @@ public function getBytesReceived()
{
return $this->bytesReceived;
}
-
public function setBytesSent(Google_Service_Games_AggregateStats $bytesSent)
{
$this->bytesSent = $bytesSent;
@@ -4616,7 +4514,6 @@ public function getBytesSent()
{
return $this->bytesSent;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4626,7 +4523,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNumMessagesLost($numMessagesLost)
{
$this->numMessagesLost = $numMessagesLost;
@@ -4636,7 +4532,6 @@ public function getNumMessagesLost()
{
return $this->numMessagesLost;
}
-
public function setNumMessagesReceived($numMessagesReceived)
{
$this->numMessagesReceived = $numMessagesReceived;
@@ -4646,7 +4541,6 @@ public function getNumMessagesReceived()
{
return $this->numMessagesReceived;
}
-
public function setNumMessagesSent($numMessagesSent)
{
$this->numMessagesSent = $numMessagesSent;
@@ -4656,7 +4550,6 @@ public function getNumMessagesSent()
{
return $this->numMessagesSent;
}
-
public function setNumSendFailures($numSendFailures)
{
$this->numSendFailures = $numSendFailures;
@@ -4666,7 +4559,6 @@ public function getNumSendFailures()
{
return $this->numSendFailures;
}
-
public function setRoundtripLatencyMillis(Google_Service_Games_AggregateStats $roundtripLatencyMillis)
{
$this->roundtripLatencyMillis = $roundtripLatencyMillis;
@@ -4676,6 +4568,7 @@ public function getRoundtripLatencyMillis()
{
return $this->roundtripLatencyMillis;
}
+
}
class Google_Service_Games_PeerSessionDiagnostics extends Google_Model
@@ -4699,7 +4592,6 @@ public function getConnectedTimestampMillis()
{
return $this->connectedTimestampMillis;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4709,7 +4601,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParticipantId($participantId)
{
$this->participantId = $participantId;
@@ -4719,7 +4610,6 @@ public function getParticipantId()
{
return $this->participantId;
}
-
public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $reliableChannel)
{
$this->reliableChannel = $reliableChannel;
@@ -4729,7 +4619,6 @@ public function getReliableChannel()
{
return $this->reliableChannel;
}
-
public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics $unreliableChannel)
{
$this->unreliableChannel = $unreliableChannel;
@@ -4739,6 +4628,7 @@ public function getUnreliableChannel()
{
return $this->unreliableChannel;
}
+
}
class Google_Service_Games_Played extends Google_Model
@@ -4758,7 +4648,6 @@ public function getAutoMatched()
{
return $this->autoMatched;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4768,7 +4657,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTimeMillis($timeMillis)
{
$this->timeMillis = $timeMillis;
@@ -4778,6 +4666,7 @@ public function getTimeMillis()
{
return $this->timeMillis;
}
+
}
class Google_Service_Games_Player extends Google_Model
@@ -4805,7 +4694,6 @@ public function getAvatarImageUrl()
{
return $this->avatarImageUrl;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -4815,7 +4703,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $experienceInfo)
{
$this->experienceInfo = $experienceInfo;
@@ -4825,7 +4712,6 @@ public function getExperienceInfo()
{
return $this->experienceInfo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4835,7 +4721,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastPlayedWith(Google_Service_Games_Played $lastPlayedWith)
{
$this->lastPlayedWith = $lastPlayedWith;
@@ -4845,7 +4730,6 @@ public function getLastPlayedWith()
{
return $this->lastPlayedWith;
}
-
public function setName(Google_Service_Games_PlayerName $name)
{
$this->name = $name;
@@ -4855,7 +4739,6 @@ public function getName()
{
return $this->name;
}
-
public function setPlayerId($playerId)
{
$this->playerId = $playerId;
@@ -4865,7 +4748,6 @@ public function getPlayerId()
{
return $this->playerId;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -4875,6 +4757,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Games_PlayerAchievement extends Google_Model
@@ -4898,7 +4781,6 @@ public function getAchievementState()
{
return $this->achievementState;
}
-
public function setCurrentSteps($currentSteps)
{
$this->currentSteps = $currentSteps;
@@ -4908,7 +4790,6 @@ public function getCurrentSteps()
{
return $this->currentSteps;
}
-
public function setExperiencePoints($experiencePoints)
{
$this->experiencePoints = $experiencePoints;
@@ -4918,7 +4799,6 @@ public function getExperiencePoints()
{
return $this->experiencePoints;
}
-
public function setFormattedCurrentStepsString($formattedCurrentStepsString)
{
$this->formattedCurrentStepsString = $formattedCurrentStepsString;
@@ -4928,7 +4808,6 @@ public function getFormattedCurrentStepsString()
{
return $this->formattedCurrentStepsString;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4938,7 +4817,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4948,7 +4826,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
{
$this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
@@ -4958,6 +4835,7 @@ public function getLastUpdatedTimestamp()
{
return $this->lastUpdatedTimestamp;
}
+
}
class Google_Service_Games_PlayerAchievementListResponse extends Google_Collection
@@ -4979,7 +4857,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -4989,7 +4866,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -4999,6 +4875,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_PlayerEvent extends Google_Model
@@ -5020,7 +4897,6 @@ public function getDefinitionId()
{
return $this->definitionId;
}
-
public function setFormattedNumEvents($formattedNumEvents)
{
$this->formattedNumEvents = $formattedNumEvents;
@@ -5030,7 +4906,6 @@ public function getFormattedNumEvents()
{
return $this->formattedNumEvents;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5040,7 +4915,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNumEvents($numEvents)
{
$this->numEvents = $numEvents;
@@ -5050,7 +4924,6 @@ public function getNumEvents()
{
return $this->numEvents;
}
-
public function setPlayerId($playerId)
{
$this->playerId = $playerId;
@@ -5060,6 +4933,7 @@ public function getPlayerId()
{
return $this->playerId;
}
+
}
class Google_Service_Games_PlayerEventListResponse extends Google_Collection
@@ -5081,7 +4955,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5091,7 +4964,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5101,6 +4973,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_PlayerExperienceInfo extends Google_Model
@@ -5124,7 +4997,6 @@ public function getCurrentExperiencePoints()
{
return $this->currentExperiencePoints;
}
-
public function setCurrentLevel(Google_Service_Games_PlayerLevel $currentLevel)
{
$this->currentLevel = $currentLevel;
@@ -5134,7 +5006,6 @@ public function getCurrentLevel()
{
return $this->currentLevel;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5144,7 +5015,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
{
$this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
@@ -5154,7 +5024,6 @@ public function getLastLevelUpTimestampMillis()
{
return $this->lastLevelUpTimestampMillis;
}
-
public function setNextLevel(Google_Service_Games_PlayerLevel $nextLevel)
{
$this->nextLevel = $nextLevel;
@@ -5164,6 +5033,7 @@ public function getNextLevel()
{
return $this->nextLevel;
}
+
}
class Google_Service_Games_PlayerLeaderboardScore extends Google_Model
@@ -5192,7 +5062,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLeaderboardId($leaderboardId)
{
$this->leaderboardId = $leaderboardId;
@@ -5202,7 +5071,6 @@ public function getLeaderboardId()
{
return $this->leaderboardId;
}
-
public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicRank)
{
$this->publicRank = $publicRank;
@@ -5212,7 +5080,6 @@ public function getPublicRank()
{
return $this->publicRank;
}
-
public function setScoreString($scoreString)
{
$this->scoreString = $scoreString;
@@ -5222,7 +5089,6 @@ public function getScoreString()
{
return $this->scoreString;
}
-
public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
@@ -5232,7 +5098,6 @@ public function getScoreTag()
{
return $this->scoreTag;
}
-
public function setScoreValue($scoreValue)
{
$this->scoreValue = $scoreValue;
@@ -5242,7 +5107,6 @@ public function getScoreValue()
{
return $this->scoreValue;
}
-
public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialRank)
{
$this->socialRank = $socialRank;
@@ -5252,7 +5116,6 @@ public function getSocialRank()
{
return $this->socialRank;
}
-
public function setTimeSpan($timeSpan)
{
$this->timeSpan = $timeSpan;
@@ -5262,7 +5125,6 @@ public function getTimeSpan()
{
return $this->timeSpan;
}
-
public function setWriteTimestamp($writeTimestamp)
{
$this->writeTimestamp = $writeTimestamp;
@@ -5272,6 +5134,7 @@ public function getWriteTimestamp()
{
return $this->writeTimestamp;
}
+
}
class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Collection
@@ -5295,7 +5158,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5305,7 +5167,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5315,7 +5176,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
@@ -5325,6 +5185,7 @@ public function getPlayer()
{
return $this->player;
}
+
}
class Google_Service_Games_PlayerLevel extends Google_Model
@@ -5345,7 +5206,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLevel($level)
{
$this->level = $level;
@@ -5355,7 +5215,6 @@ public function getLevel()
{
return $this->level;
}
-
public function setMaxExperiencePoints($maxExperiencePoints)
{
$this->maxExperiencePoints = $maxExperiencePoints;
@@ -5365,7 +5224,6 @@ public function getMaxExperiencePoints()
{
return $this->maxExperiencePoints;
}
-
public function setMinExperiencePoints($minExperiencePoints)
{
$this->minExperiencePoints = $minExperiencePoints;
@@ -5375,6 +5233,7 @@ public function getMinExperiencePoints()
{
return $this->minExperiencePoints;
}
+
}
class Google_Service_Games_PlayerListResponse extends Google_Collection
@@ -5396,7 +5255,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5406,7 +5264,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5416,6 +5273,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_PlayerName extends Google_Model
@@ -5434,7 +5292,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -5444,6 +5301,7 @@ public function getGivenName()
{
return $this->givenName;
}
+
}
class Google_Service_Games_PlayerScore extends Google_Model
@@ -5465,7 +5323,6 @@ public function getFormattedScore()
{
return $this->formattedScore;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5475,7 +5332,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setScore($score)
{
$this->score = $score;
@@ -5485,7 +5341,6 @@ public function getScore()
{
return $this->score;
}
-
public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
@@ -5495,7 +5350,6 @@ public function getScoreTag()
{
return $this->scoreTag;
}
-
public function setTimeSpan($timeSpan)
{
$this->timeSpan = $timeSpan;
@@ -5505,6 +5359,7 @@ public function getTimeSpan()
{
return $this->timeSpan;
}
+
}
class Google_Service_Games_PlayerScoreListResponse extends Google_Collection
@@ -5525,7 +5380,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSubmittedScores($submittedScores)
{
$this->submittedScores = $submittedScores;
@@ -5535,6 +5389,7 @@ public function getSubmittedScores()
{
return $this->submittedScores;
}
+
}
class Google_Service_Games_PlayerScoreResponse extends Google_Collection
@@ -5559,7 +5414,6 @@ public function getBeatenScoreTimeSpans()
{
return $this->beatenScoreTimeSpans;
}
-
public function setFormattedScore($formattedScore)
{
$this->formattedScore = $formattedScore;
@@ -5569,7 +5423,6 @@ public function getFormattedScore()
{
return $this->formattedScore;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5579,7 +5432,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLeaderboardId($leaderboardId)
{
$this->leaderboardId = $leaderboardId;
@@ -5589,7 +5441,6 @@ public function getLeaderboardId()
{
return $this->leaderboardId;
}
-
public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
@@ -5599,7 +5450,6 @@ public function getScoreTag()
{
return $this->scoreTag;
}
-
public function setUnbeatenScores($unbeatenScores)
{
$this->unbeatenScores = $unbeatenScores;
@@ -5609,6 +5459,7 @@ public function getUnbeatenScores()
{
return $this->unbeatenScores;
}
+
}
class Google_Service_Games_PlayerScoreSubmissionList extends Google_Collection
@@ -5629,7 +5480,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setScores($scores)
{
$this->scores = $scores;
@@ -5639,6 +5489,7 @@ public function getScores()
{
return $this->scores;
}
+
}
class Google_Service_Games_PushToken extends Google_Model
@@ -5660,7 +5511,6 @@ public function getClientRevision()
{
return $this->clientRevision;
}
-
public function setId(Google_Service_Games_PushTokenId $id)
{
$this->id = $id;
@@ -5670,7 +5520,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5680,7 +5529,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -5690,6 +5538,7 @@ public function getLanguage()
{
return $this->language;
}
+
}
class Google_Service_Games_PushTokenId extends Google_Model
@@ -5709,7 +5558,6 @@ public function getIos()
{
return $this->ios;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5719,6 +5567,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_PushTokenIdIos extends Google_Model
@@ -5739,7 +5588,6 @@ public function getApnsDeviceToken()
{
return $this->apnsDeviceToken;
}
-
public function setApnsEnvironment($apnsEnvironment)
{
$this->apnsEnvironment = $apnsEnvironment;
@@ -5749,6 +5597,7 @@ public function getApnsEnvironment()
{
return $this->apnsEnvironment;
}
+
}
class Google_Service_Games_Quest extends Google_Collection
@@ -5783,7 +5632,6 @@ public function getAcceptedTimestampMillis()
{
return $this->acceptedTimestampMillis;
}
-
public function setApplicationId($applicationId)
{
$this->applicationId = $applicationId;
@@ -5793,7 +5641,6 @@ public function getApplicationId()
{
return $this->applicationId;
}
-
public function setBannerUrl($bannerUrl)
{
$this->bannerUrl = $bannerUrl;
@@ -5803,7 +5650,6 @@ public function getBannerUrl()
{
return $this->bannerUrl;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5813,7 +5659,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEndTimestampMillis($endTimestampMillis)
{
$this->endTimestampMillis = $endTimestampMillis;
@@ -5823,7 +5668,6 @@ public function getEndTimestampMillis()
{
return $this->endTimestampMillis;
}
-
public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
@@ -5833,7 +5677,6 @@ public function getIconUrl()
{
return $this->iconUrl;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5843,7 +5686,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsDefaultBannerUrl($isDefaultBannerUrl)
{
$this->isDefaultBannerUrl = $isDefaultBannerUrl;
@@ -5853,7 +5695,6 @@ public function getIsDefaultBannerUrl()
{
return $this->isDefaultBannerUrl;
}
-
public function setIsDefaultIconUrl($isDefaultIconUrl)
{
$this->isDefaultIconUrl = $isDefaultIconUrl;
@@ -5863,7 +5704,6 @@ public function getIsDefaultIconUrl()
{
return $this->isDefaultIconUrl;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5873,7 +5713,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis)
{
$this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis;
@@ -5883,7 +5722,6 @@ public function getLastUpdatedTimestampMillis()
{
return $this->lastUpdatedTimestampMillis;
}
-
public function setMilestones($milestones)
{
$this->milestones = $milestones;
@@ -5893,7 +5731,6 @@ public function getMilestones()
{
return $this->milestones;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5903,7 +5740,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotifyTimestampMillis($notifyTimestampMillis)
{
$this->notifyTimestampMillis = $notifyTimestampMillis;
@@ -5913,7 +5749,6 @@ public function getNotifyTimestampMillis()
{
return $this->notifyTimestampMillis;
}
-
public function setStartTimestampMillis($startTimestampMillis)
{
$this->startTimestampMillis = $startTimestampMillis;
@@ -5923,7 +5758,6 @@ public function getStartTimestampMillis()
{
return $this->startTimestampMillis;
}
-
public function setState($state)
{
$this->state = $state;
@@ -5933,6 +5767,7 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_Games_QuestContribution extends Google_Model
@@ -5952,7 +5787,6 @@ public function getFormattedValue()
{
return $this->formattedValue;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5962,7 +5796,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -5972,6 +5805,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Games_QuestCriterion extends Google_Model
@@ -5996,7 +5830,6 @@ public function getCompletionContribution()
{
return $this->completionContribution;
}
-
public function setCurrentContribution(Google_Service_Games_QuestContribution $currentContribution)
{
$this->currentContribution = $currentContribution;
@@ -6006,7 +5839,6 @@ public function getCurrentContribution()
{
return $this->currentContribution;
}
-
public function setEventId($eventId)
{
$this->eventId = $eventId;
@@ -6016,7 +5848,6 @@ public function getEventId()
{
return $this->eventId;
}
-
public function setInitialPlayerProgress(Google_Service_Games_QuestContribution $initialPlayerProgress)
{
$this->initialPlayerProgress = $initialPlayerProgress;
@@ -6026,7 +5857,6 @@ public function getInitialPlayerProgress()
{
return $this->initialPlayerProgress;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6036,6 +5866,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_QuestListResponse extends Google_Collection
@@ -6057,7 +5888,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6067,7 +5897,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -6077,6 +5906,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_QuestMilestone extends Google_Collection
@@ -6100,7 +5930,6 @@ public function getCompletionRewardData()
{
return $this->completionRewardData;
}
-
public function setCriteria($criteria)
{
$this->criteria = $criteria;
@@ -6110,7 +5939,6 @@ public function getCriteria()
{
return $this->criteria;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6120,7 +5948,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6130,7 +5957,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setState($state)
{
$this->state = $state;
@@ -6140,6 +5966,7 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_Games_RevisionCheckResponse extends Google_Model
@@ -6159,7 +5986,6 @@ public function getApiVersion()
{
return $this->apiVersion;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6169,7 +5995,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRevisionStatus($revisionStatus)
{
$this->revisionStatus = $revisionStatus;
@@ -6179,6 +6004,7 @@ public function getRevisionStatus()
{
return $this->revisionStatus;
}
+
}
class Google_Service_Games_Room extends Google_Collection
@@ -6214,7 +6040,6 @@ public function getApplicationId()
{
return $this->applicationId;
}
-
public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCriteria $autoMatchingCriteria)
{
$this->autoMatchingCriteria = $autoMatchingCriteria;
@@ -6224,7 +6049,6 @@ public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
}
-
public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $autoMatchingStatus)
{
$this->autoMatchingStatus = $autoMatchingStatus;
@@ -6234,7 +6058,6 @@ public function getAutoMatchingStatus()
{
return $this->autoMatchingStatus;
}
-
public function setCreationDetails(Google_Service_Games_RoomModification $creationDetails)
{
$this->creationDetails = $creationDetails;
@@ -6244,7 +6067,6 @@ public function getCreationDetails()
{
return $this->creationDetails;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -6254,7 +6076,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setInviterId($inviterId)
{
$this->inviterId = $inviterId;
@@ -6264,7 +6085,6 @@ public function getInviterId()
{
return $this->inviterId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6274,7 +6094,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastUpdateDetails(Google_Service_Games_RoomModification $lastUpdateDetails)
{
$this->lastUpdateDetails = $lastUpdateDetails;
@@ -6284,7 +6103,6 @@ public function getLastUpdateDetails()
{
return $this->lastUpdateDetails;
}
-
public function setParticipants($participants)
{
$this->participants = $participants;
@@ -6294,7 +6112,6 @@ public function getParticipants()
{
return $this->participants;
}
-
public function setRoomId($roomId)
{
$this->roomId = $roomId;
@@ -6304,7 +6121,6 @@ public function getRoomId()
{
return $this->roomId;
}
-
public function setRoomStatusVersion($roomStatusVersion)
{
$this->roomStatusVersion = $roomStatusVersion;
@@ -6314,7 +6130,6 @@ public function getRoomStatusVersion()
{
return $this->roomStatusVersion;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -6324,7 +6139,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setVariant($variant)
{
$this->variant = $variant;
@@ -6334,6 +6148,7 @@ public function getVariant()
{
return $this->variant;
}
+
}
class Google_Service_Games_RoomAutoMatchStatus extends Google_Model
@@ -6352,7 +6167,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setWaitEstimateSeconds($waitEstimateSeconds)
{
$this->waitEstimateSeconds = $waitEstimateSeconds;
@@ -6362,6 +6176,7 @@ public function getWaitEstimateSeconds()
{
return $this->waitEstimateSeconds;
}
+
}
class Google_Service_Games_RoomAutoMatchingCriteria extends Google_Model
@@ -6382,7 +6197,6 @@ public function getExclusiveBitmask()
{
return $this->exclusiveBitmask;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6392,7 +6206,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers)
{
$this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
@@ -6402,7 +6215,6 @@ public function getMaxAutoMatchingPlayers()
{
return $this->maxAutoMatchingPlayers;
}
-
public function setMinAutoMatchingPlayers($minAutoMatchingPlayers)
{
$this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
@@ -6412,6 +6224,7 @@ public function getMinAutoMatchingPlayers()
{
return $this->minAutoMatchingPlayers;
}
+
}
class Google_Service_Games_RoomClientAddress extends Google_Model
@@ -6430,7 +6243,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setXmppAddress($xmppAddress)
{
$this->xmppAddress = $xmppAddress;
@@ -6440,6 +6252,7 @@ public function getXmppAddress()
{
return $this->xmppAddress;
}
+
}
class Google_Service_Games_RoomCreateRequest extends Google_Collection
@@ -6468,7 +6281,6 @@ public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
}
-
public function setCapabilities($capabilities)
{
$this->capabilities = $capabilities;
@@ -6478,7 +6290,6 @@ public function getCapabilities()
{
return $this->capabilities;
}
-
public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress)
{
$this->clientAddress = $clientAddress;
@@ -6488,7 +6299,6 @@ public function getClientAddress()
{
return $this->clientAddress;
}
-
public function setInvitedPlayerIds($invitedPlayerIds)
{
$this->invitedPlayerIds = $invitedPlayerIds;
@@ -6498,7 +6308,6 @@ public function getInvitedPlayerIds()
{
return $this->invitedPlayerIds;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6508,7 +6317,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics)
{
$this->networkDiagnostics = $networkDiagnostics;
@@ -6518,7 +6326,6 @@ public function getNetworkDiagnostics()
{
return $this->networkDiagnostics;
}
-
public function setRequestId($requestId)
{
$this->requestId = $requestId;
@@ -6528,7 +6335,6 @@ public function getRequestId()
{
return $this->requestId;
}
-
public function setVariant($variant)
{
$this->variant = $variant;
@@ -6538,6 +6344,7 @@ public function getVariant()
{
return $this->variant;
}
+
}
class Google_Service_Games_RoomJoinRequest extends Google_Collection
@@ -6561,7 +6368,6 @@ public function getCapabilities()
{
return $this->capabilities;
}
-
public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress)
{
$this->clientAddress = $clientAddress;
@@ -6571,7 +6377,6 @@ public function getClientAddress()
{
return $this->clientAddress;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6581,7 +6386,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics)
{
$this->networkDiagnostics = $networkDiagnostics;
@@ -6591,6 +6395,7 @@ public function getNetworkDiagnostics()
{
return $this->networkDiagnostics;
}
+
}
class Google_Service_Games_RoomLeaveDiagnostics extends Google_Collection
@@ -6617,7 +6422,6 @@ public function getAndroidNetworkSubtype()
{
return $this->androidNetworkSubtype;
}
-
public function setAndroidNetworkType($androidNetworkType)
{
$this->androidNetworkType = $androidNetworkType;
@@ -6627,7 +6431,6 @@ public function getAndroidNetworkType()
{
return $this->androidNetworkType;
}
-
public function setIosNetworkType($iosNetworkType)
{
$this->iosNetworkType = $iosNetworkType;
@@ -6637,7 +6440,6 @@ public function getIosNetworkType()
{
return $this->iosNetworkType;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6647,7 +6449,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNetworkOperatorCode($networkOperatorCode)
{
$this->networkOperatorCode = $networkOperatorCode;
@@ -6657,7 +6458,6 @@ public function getNetworkOperatorCode()
{
return $this->networkOperatorCode;
}
-
public function setNetworkOperatorName($networkOperatorName)
{
$this->networkOperatorName = $networkOperatorName;
@@ -6667,7 +6467,6 @@ public function getNetworkOperatorName()
{
return $this->networkOperatorName;
}
-
public function setPeerSession($peerSession)
{
$this->peerSession = $peerSession;
@@ -6677,7 +6476,6 @@ public function getPeerSession()
{
return $this->peerSession;
}
-
public function setSocketsUsed($socketsUsed)
{
$this->socketsUsed = $socketsUsed;
@@ -6687,6 +6485,7 @@ public function getSocketsUsed()
{
return $this->socketsUsed;
}
+
}
class Google_Service_Games_RoomLeaveRequest extends Google_Model
@@ -6707,7 +6506,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLeaveDiagnostics(Google_Service_Games_RoomLeaveDiagnostics $leaveDiagnostics)
{
$this->leaveDiagnostics = $leaveDiagnostics;
@@ -6717,7 +6515,6 @@ public function getLeaveDiagnostics()
{
return $this->leaveDiagnostics;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -6727,6 +6524,7 @@ public function getReason()
{
return $this->reason;
}
+
}
class Google_Service_Games_RoomList extends Google_Collection
@@ -6748,7 +6546,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6758,7 +6555,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -6768,6 +6564,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_RoomModification extends Google_Model
@@ -6787,7 +6584,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModifiedTimestampMillis($modifiedTimestampMillis)
{
$this->modifiedTimestampMillis = $modifiedTimestampMillis;
@@ -6797,7 +6593,6 @@ public function getModifiedTimestampMillis()
{
return $this->modifiedTimestampMillis;
}
-
public function setParticipantId($participantId)
{
$this->participantId = $participantId;
@@ -6807,6 +6602,7 @@ public function getParticipantId()
{
return $this->participantId;
}
+
}
class Google_Service_Games_RoomP2PStatus extends Google_Model
@@ -6831,7 +6627,6 @@ public function getConnectionSetupLatencyMillis()
{
return $this->connectionSetupLatencyMillis;
}
-
public function setError($error)
{
$this->error = $error;
@@ -6841,7 +6636,6 @@ public function getError()
{
return $this->error;
}
-
public function setErrorReason($errorReason)
{
$this->errorReason = $errorReason;
@@ -6851,7 +6645,6 @@ public function getErrorReason()
{
return $this->errorReason;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6861,7 +6654,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParticipantId($participantId)
{
$this->participantId = $participantId;
@@ -6871,7 +6663,6 @@ public function getParticipantId()
{
return $this->participantId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -6881,7 +6672,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUnreliableRoundtripLatencyMillis($unreliableRoundtripLatencyMillis)
{
$this->unreliableRoundtripLatencyMillis = $unreliableRoundtripLatencyMillis;
@@ -6891,6 +6681,7 @@ public function getUnreliableRoundtripLatencyMillis()
{
return $this->unreliableRoundtripLatencyMillis;
}
+
}
class Google_Service_Games_RoomP2PStatuses extends Google_Collection
@@ -6911,7 +6702,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUpdates($updates)
{
$this->updates = $updates;
@@ -6921,6 +6711,7 @@ public function getUpdates()
{
return $this->updates;
}
+
}
class Google_Service_Games_RoomParticipant extends Google_Collection
@@ -6951,7 +6742,6 @@ public function getAutoMatched()
{
return $this->autoMatched;
}
-
public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer)
{
$this->autoMatchedPlayer = $autoMatchedPlayer;
@@ -6961,7 +6751,6 @@ public function getAutoMatchedPlayer()
{
return $this->autoMatchedPlayer;
}
-
public function setCapabilities($capabilities)
{
$this->capabilities = $capabilities;
@@ -6971,7 +6760,6 @@ public function getCapabilities()
{
return $this->capabilities;
}
-
public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress)
{
$this->clientAddress = $clientAddress;
@@ -6981,7 +6769,6 @@ public function getClientAddress()
{
return $this->clientAddress;
}
-
public function setConnected($connected)
{
$this->connected = $connected;
@@ -6991,7 +6778,6 @@ public function getConnected()
{
return $this->connected;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7001,7 +6787,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7011,7 +6796,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLeaveReason($leaveReason)
{
$this->leaveReason = $leaveReason;
@@ -7021,7 +6805,6 @@ public function getLeaveReason()
{
return $this->leaveReason;
}
-
public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
@@ -7031,7 +6814,6 @@ public function getPlayer()
{
return $this->player;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -7041,6 +6823,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Games_RoomStatus extends Google_Collection
@@ -7066,7 +6849,6 @@ public function getAutoMatchingStatus()
{
return $this->autoMatchingStatus;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7076,7 +6858,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParticipants($participants)
{
$this->participants = $participants;
@@ -7086,7 +6867,6 @@ public function getParticipants()
{
return $this->participants;
}
-
public function setRoomId($roomId)
{
$this->roomId = $roomId;
@@ -7096,7 +6876,6 @@ public function getRoomId()
{
return $this->roomId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -7106,7 +6885,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setStatusVersion($statusVersion)
{
$this->statusVersion = $statusVersion;
@@ -7116,6 +6894,7 @@ public function getStatusVersion()
{
return $this->statusVersion;
}
+
}
class Google_Service_Games_ScoreSubmission extends Google_Model
@@ -7137,7 +6916,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLeaderboardId($leaderboardId)
{
$this->leaderboardId = $leaderboardId;
@@ -7147,7 +6925,6 @@ public function getLeaderboardId()
{
return $this->leaderboardId;
}
-
public function setScore($score)
{
$this->score = $score;
@@ -7157,7 +6934,6 @@ public function getScore()
{
return $this->score;
}
-
public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
@@ -7167,7 +6943,6 @@ public function getScoreTag()
{
return $this->scoreTag;
}
-
public function setSignature($signature)
{
$this->signature = $signature;
@@ -7177,6 +6952,7 @@ public function getSignature()
{
return $this->signature;
}
+
}
class Google_Service_Games_Snapshot extends Google_Model
@@ -7191,6 +6967,7 @@ class Google_Service_Games_Snapshot extends Google_Model
public $id;
public $kind;
public $lastModifiedMillis;
+ public $progressValue;
public $title;
public $type;
public $uniqueName;
@@ -7204,7 +6981,6 @@ public function getCoverImage()
{
return $this->coverImage;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -7214,7 +6990,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDriveId($driveId)
{
$this->driveId = $driveId;
@@ -7224,7 +6999,6 @@ public function getDriveId()
{
return $this->driveId;
}
-
public function setDurationMillis($durationMillis)
{
$this->durationMillis = $durationMillis;
@@ -7234,7 +7008,6 @@ public function getDurationMillis()
{
return $this->durationMillis;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7244,7 +7017,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7254,7 +7026,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastModifiedMillis($lastModifiedMillis)
{
$this->lastModifiedMillis = $lastModifiedMillis;
@@ -7264,7 +7035,15 @@ public function getLastModifiedMillis()
{
return $this->lastModifiedMillis;
}
+ public function setProgressValue($progressValue)
+ {
+ $this->progressValue = $progressValue;
+ }
+ public function getProgressValue()
+ {
+ return $this->progressValue;
+ }
public function setTitle($title)
{
$this->title = $title;
@@ -7274,7 +7053,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -7284,7 +7062,6 @@ public function getType()
{
return $this->type;
}
-
public function setUniqueName($uniqueName)
{
$this->uniqueName = $uniqueName;
@@ -7294,6 +7071,7 @@ public function getUniqueName()
{
return $this->uniqueName;
}
+
}
class Google_Service_Games_SnapshotImage extends Google_Model
@@ -7316,7 +7094,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7326,7 +7103,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -7336,7 +7112,6 @@ public function getMimeType()
{
return $this->mimeType;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -7346,7 +7121,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -7356,6 +7130,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Games_SnapshotListResponse extends Google_Collection
@@ -7377,7 +7152,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7387,7 +7161,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7397,6 +7170,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_TurnBasedAutoMatchingCriteria extends Google_Model
@@ -7417,7 +7191,6 @@ public function getExclusiveBitmask()
{
return $this->exclusiveBitmask;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7427,7 +7200,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers)
{
$this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
@@ -7437,7 +7209,6 @@ public function getMaxAutoMatchingPlayers()
{
return $this->maxAutoMatchingPlayers;
}
-
public function setMinAutoMatchingPlayers($minAutoMatchingPlayers)
{
$this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
@@ -7447,6 +7218,7 @@ public function getMinAutoMatchingPlayers()
{
return $this->minAutoMatchingPlayers;
}
+
}
class Google_Service_Games_TurnBasedMatch extends Google_Collection
@@ -7491,7 +7263,6 @@ public function getApplicationId()
{
return $this->applicationId;
}
-
public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchingCriteria $autoMatchingCriteria)
{
$this->autoMatchingCriteria = $autoMatchingCriteria;
@@ -7501,7 +7272,6 @@ public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
}
-
public function setCreationDetails(Google_Service_Games_TurnBasedMatchModification $creationDetails)
{
$this->creationDetails = $creationDetails;
@@ -7511,7 +7281,6 @@ public function getCreationDetails()
{
return $this->creationDetails;
}
-
public function setData(Google_Service_Games_TurnBasedMatchData $data)
{
$this->data = $data;
@@ -7521,7 +7290,6 @@ public function getData()
{
return $this->data;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -7531,7 +7299,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setInviterId($inviterId)
{
$this->inviterId = $inviterId;
@@ -7541,7 +7308,6 @@ public function getInviterId()
{
return $this->inviterId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7551,7 +7317,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastUpdateDetails(Google_Service_Games_TurnBasedMatchModification $lastUpdateDetails)
{
$this->lastUpdateDetails = $lastUpdateDetails;
@@ -7561,7 +7326,6 @@ public function getLastUpdateDetails()
{
return $this->lastUpdateDetails;
}
-
public function setMatchId($matchId)
{
$this->matchId = $matchId;
@@ -7571,7 +7335,6 @@ public function getMatchId()
{
return $this->matchId;
}
-
public function setMatchNumber($matchNumber)
{
$this->matchNumber = $matchNumber;
@@ -7581,7 +7344,6 @@ public function getMatchNumber()
{
return $this->matchNumber;
}
-
public function setMatchVersion($matchVersion)
{
$this->matchVersion = $matchVersion;
@@ -7591,7 +7353,6 @@ public function getMatchVersion()
{
return $this->matchVersion;
}
-
public function setParticipants($participants)
{
$this->participants = $participants;
@@ -7601,7 +7362,6 @@ public function getParticipants()
{
return $this->participants;
}
-
public function setPendingParticipantId($pendingParticipantId)
{
$this->pendingParticipantId = $pendingParticipantId;
@@ -7611,7 +7371,6 @@ public function getPendingParticipantId()
{
return $this->pendingParticipantId;
}
-
public function setPreviousMatchData(Google_Service_Games_TurnBasedMatchData $previousMatchData)
{
$this->previousMatchData = $previousMatchData;
@@ -7621,7 +7380,6 @@ public function getPreviousMatchData()
{
return $this->previousMatchData;
}
-
public function setRematchId($rematchId)
{
$this->rematchId = $rematchId;
@@ -7631,7 +7389,6 @@ public function getRematchId()
{
return $this->rematchId;
}
-
public function setResults($results)
{
$this->results = $results;
@@ -7641,7 +7398,6 @@ public function getResults()
{
return $this->results;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -7651,7 +7407,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUserMatchStatus($userMatchStatus)
{
$this->userMatchStatus = $userMatchStatus;
@@ -7661,7 +7416,6 @@ public function getUserMatchStatus()
{
return $this->userMatchStatus;
}
-
public function setVariant($variant)
{
$this->variant = $variant;
@@ -7671,7 +7425,6 @@ public function getVariant()
{
return $this->variant;
}
-
public function setWithParticipantId($withParticipantId)
{
$this->withParticipantId = $withParticipantId;
@@ -7681,6 +7434,7 @@ public function getWithParticipantId()
{
return $this->withParticipantId;
}
+
}
class Google_Service_Games_TurnBasedMatchCreateRequest extends Google_Collection
@@ -7704,7 +7458,6 @@ public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
}
-
public function setInvitedPlayerIds($invitedPlayerIds)
{
$this->invitedPlayerIds = $invitedPlayerIds;
@@ -7714,7 +7467,6 @@ public function getInvitedPlayerIds()
{
return $this->invitedPlayerIds;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7724,7 +7476,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRequestId($requestId)
{
$this->requestId = $requestId;
@@ -7734,7 +7485,6 @@ public function getRequestId()
{
return $this->requestId;
}
-
public function setVariant($variant)
{
$this->variant = $variant;
@@ -7744,6 +7494,7 @@ public function getVariant()
{
return $this->variant;
}
+
}
class Google_Service_Games_TurnBasedMatchData extends Google_Model
@@ -7763,7 +7514,6 @@ public function getData()
{
return $this->data;
}
-
public function setDataAvailable($dataAvailable)
{
$this->dataAvailable = $dataAvailable;
@@ -7773,7 +7523,6 @@ public function getDataAvailable()
{
return $this->dataAvailable;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7783,6 +7532,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_TurnBasedMatchDataRequest extends Google_Model
@@ -7801,7 +7551,6 @@ public function getData()
{
return $this->data;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7811,6 +7560,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Games_TurnBasedMatchList extends Google_Collection
@@ -7832,7 +7582,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7842,7 +7591,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7852,6 +7600,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_TurnBasedMatchModification extends Google_Model
@@ -7871,7 +7620,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModifiedTimestampMillis($modifiedTimestampMillis)
{
$this->modifiedTimestampMillis = $modifiedTimestampMillis;
@@ -7881,7 +7629,6 @@ public function getModifiedTimestampMillis()
{
return $this->modifiedTimestampMillis;
}
-
public function setParticipantId($participantId)
{
$this->participantId = $participantId;
@@ -7891,6 +7638,7 @@ public function getParticipantId()
{
return $this->participantId;
}
+
}
class Google_Service_Games_TurnBasedMatchParticipant extends Google_Model
@@ -7915,7 +7663,6 @@ public function getAutoMatched()
{
return $this->autoMatched;
}
-
public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer)
{
$this->autoMatchedPlayer = $autoMatchedPlayer;
@@ -7925,7 +7672,6 @@ public function getAutoMatchedPlayer()
{
return $this->autoMatchedPlayer;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7935,7 +7681,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7945,7 +7690,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
@@ -7955,7 +7699,6 @@ public function getPlayer()
{
return $this->player;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -7965,6 +7708,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Games_TurnBasedMatchRematch extends Google_Model
@@ -7986,7 +7730,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPreviousMatch(Google_Service_Games_TurnBasedMatch $previousMatch)
{
$this->previousMatch = $previousMatch;
@@ -7996,7 +7739,6 @@ public function getPreviousMatch()
{
return $this->previousMatch;
}
-
public function setRematch(Google_Service_Games_TurnBasedMatch $rematch)
{
$this->rematch = $rematch;
@@ -8006,6 +7748,7 @@ public function getRematch()
{
return $this->rematch;
}
+
}
class Google_Service_Games_TurnBasedMatchResults extends Google_Collection
@@ -8029,7 +7772,6 @@ public function getData()
{
return $this->data;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8039,7 +7781,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMatchVersion($matchVersion)
{
$this->matchVersion = $matchVersion;
@@ -8049,7 +7790,6 @@ public function getMatchVersion()
{
return $this->matchVersion;
}
-
public function setResults($results)
{
$this->results = $results;
@@ -8059,6 +7799,7 @@ public function getResults()
{
return $this->results;
}
+
}
class Google_Service_Games_TurnBasedMatchSync extends Google_Collection
@@ -8081,7 +7822,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8091,7 +7831,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMoreAvailable($moreAvailable)
{
$this->moreAvailable = $moreAvailable;
@@ -8101,7 +7840,6 @@ public function getMoreAvailable()
{
return $this->moreAvailable;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8111,6 +7849,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Games_TurnBasedMatchTurn extends Google_Collection
@@ -8135,7 +7874,6 @@ public function getData()
{
return $this->data;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8145,7 +7883,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMatchVersion($matchVersion)
{
$this->matchVersion = $matchVersion;
@@ -8155,7 +7892,6 @@ public function getMatchVersion()
{
return $this->matchVersion;
}
-
public function setPendingParticipantId($pendingParticipantId)
{
$this->pendingParticipantId = $pendingParticipantId;
@@ -8165,7 +7901,6 @@ public function getPendingParticipantId()
{
return $this->pendingParticipantId;
}
-
public function setResults($results)
{
$this->results = $results;
@@ -8175,4 +7910,5 @@ public function getResults()
{
return $this->results;
}
+
}
From 4fecfb1a9c7d1350779b101f81335e5d90872563 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:14 -0700
Subject: [PATCH 0350/1219] Updated Mirror.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Mirror.php | 101 +++++++---------------------------
1 file changed, 20 insertions(+), 81 deletions(-)
diff --git a/src/Google/Service/Mirror.php b/src/Google/Service/Mirror.php
index 517f00531..376a0bf49 100644
--- a/src/Google/Service/Mirror.php
+++ b/src/Google/Service/Mirror.php
@@ -855,7 +855,6 @@ public function getAuthTokens()
{
return $this->authTokens;
}
-
public function setFeatures($features)
{
$this->features = $features;
@@ -865,7 +864,6 @@ public function getFeatures()
{
return $this->features;
}
-
public function setPassword($password)
{
$this->password = $password;
@@ -875,7 +873,6 @@ public function getPassword()
{
return $this->password;
}
-
public function setUserData($userData)
{
$this->userData = $userData;
@@ -885,6 +882,7 @@ public function getUserData()
{
return $this->userData;
}
+
}
class Google_Service_Mirror_Attachment extends Google_Model
@@ -905,7 +903,6 @@ public function getContentType()
{
return $this->contentType;
}
-
public function setContentUrl($contentUrl)
{
$this->contentUrl = $contentUrl;
@@ -915,7 +912,6 @@ public function getContentUrl()
{
return $this->contentUrl;
}
-
public function setId($id)
{
$this->id = $id;
@@ -925,7 +921,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsProcessingContent($isProcessingContent)
{
$this->isProcessingContent = $isProcessingContent;
@@ -935,6 +930,7 @@ public function getIsProcessingContent()
{
return $this->isProcessingContent;
}
+
}
class Google_Service_Mirror_AttachmentsListResponse extends Google_Collection
@@ -955,7 +951,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -965,6 +960,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Mirror_AuthToken extends Google_Model
@@ -983,7 +979,6 @@ public function getAuthToken()
{
return $this->authToken;
}
-
public function setType($type)
{
$this->type = $type;
@@ -993,6 +988,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Mirror_Command extends Google_Model
@@ -1010,6 +1006,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Mirror_Contact extends Google_Collection
@@ -1040,7 +1037,6 @@ public function getAcceptCommands()
{
return $this->acceptCommands;
}
-
public function setAcceptTypes($acceptTypes)
{
$this->acceptTypes = $acceptTypes;
@@ -1050,7 +1046,6 @@ public function getAcceptTypes()
{
return $this->acceptTypes;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -1060,7 +1055,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1070,7 +1064,6 @@ public function getId()
{
return $this->id;
}
-
public function setImageUrls($imageUrls)
{
$this->imageUrls = $imageUrls;
@@ -1080,7 +1073,6 @@ public function getImageUrls()
{
return $this->imageUrls;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1090,7 +1082,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPhoneNumber($phoneNumber)
{
$this->phoneNumber = $phoneNumber;
@@ -1100,7 +1091,6 @@ public function getPhoneNumber()
{
return $this->phoneNumber;
}
-
public function setPriority($priority)
{
$this->priority = $priority;
@@ -1110,7 +1100,6 @@ public function getPriority()
{
return $this->priority;
}
-
public function setSharingFeatures($sharingFeatures)
{
$this->sharingFeatures = $sharingFeatures;
@@ -1120,7 +1109,6 @@ public function getSharingFeatures()
{
return $this->sharingFeatures;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -1130,7 +1118,6 @@ public function getSource()
{
return $this->source;
}
-
public function setSpeakableName($speakableName)
{
$this->speakableName = $speakableName;
@@ -1140,7 +1127,6 @@ public function getSpeakableName()
{
return $this->speakableName;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1150,6 +1136,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Mirror_ContactsListResponse extends Google_Collection
@@ -1170,7 +1157,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1180,6 +1166,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Mirror_Location extends Google_Model
@@ -1204,7 +1191,6 @@ public function getAccuracy()
{
return $this->accuracy;
}
-
public function setAddress($address)
{
$this->address = $address;
@@ -1214,7 +1200,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -1224,7 +1209,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1234,7 +1218,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1244,7 +1227,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLatitude($latitude)
{
$this->latitude = $latitude;
@@ -1254,7 +1236,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -1264,7 +1245,6 @@ public function getLongitude()
{
return $this->longitude;
}
-
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
@@ -1274,6 +1254,7 @@ public function getTimestamp()
{
return $this->timestamp;
}
+
}
class Google_Service_Mirror_LocationsListResponse extends Google_Collection
@@ -1294,7 +1275,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1304,6 +1284,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Mirror_MenuItem extends Google_Collection
@@ -1329,7 +1310,6 @@ public function getAction()
{
return $this->action;
}
-
public function setContextualCommand($contextualCommand)
{
$this->contextualCommand = $contextualCommand;
@@ -1339,7 +1319,6 @@ public function getContextualCommand()
{
return $this->contextualCommand;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1349,7 +1328,6 @@ public function getId()
{
return $this->id;
}
-
public function setPayload($payload)
{
$this->payload = $payload;
@@ -1359,7 +1337,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setRemoveWhenSelected($removeWhenSelected)
{
$this->removeWhenSelected = $removeWhenSelected;
@@ -1369,7 +1346,6 @@ public function getRemoveWhenSelected()
{
return $this->removeWhenSelected;
}
-
public function setValues($values)
{
$this->values = $values;
@@ -1379,6 +1355,7 @@ public function getValues()
{
return $this->values;
}
+
}
class Google_Service_Mirror_MenuValue extends Google_Model
@@ -1398,7 +1375,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
@@ -1408,7 +1384,6 @@ public function getIconUrl()
{
return $this->iconUrl;
}
-
public function setState($state)
{
$this->state = $state;
@@ -1418,6 +1393,7 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_Mirror_Notification extends Google_Collection
@@ -1442,7 +1418,6 @@ public function getCollection()
{
return $this->collection;
}
-
public function setItemId($itemId)
{
$this->itemId = $itemId;
@@ -1452,7 +1427,6 @@ public function getItemId()
{
return $this->itemId;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -1462,7 +1436,6 @@ public function getOperation()
{
return $this->operation;
}
-
public function setUserActions($userActions)
{
$this->userActions = $userActions;
@@ -1472,7 +1445,6 @@ public function getUserActions()
{
return $this->userActions;
}
-
public function setUserToken($userToken)
{
$this->userToken = $userToken;
@@ -1482,7 +1454,6 @@ public function getUserToken()
{
return $this->userToken;
}
-
public function setVerifyToken($verifyToken)
{
$this->verifyToken = $verifyToken;
@@ -1492,6 +1463,7 @@ public function getVerifyToken()
{
return $this->verifyToken;
}
+
}
class Google_Service_Mirror_NotificationConfig extends Google_Model
@@ -1510,7 +1482,6 @@ public function getDeliveryTime()
{
return $this->deliveryTime;
}
-
public function setLevel($level)
{
$this->level = $level;
@@ -1520,6 +1491,7 @@ public function getLevel()
{
return $this->level;
}
+
}
class Google_Service_Mirror_Setting extends Google_Model
@@ -1539,7 +1511,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1549,7 +1520,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1559,6 +1529,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Mirror_Subscription extends Google_Collection
@@ -1586,7 +1557,6 @@ public function getCallbackUrl()
{
return $this->callbackUrl;
}
-
public function setCollection($collection)
{
$this->collection = $collection;
@@ -1596,7 +1566,6 @@ public function getCollection()
{
return $this->collection;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1606,7 +1575,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1616,7 +1584,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNotification(Google_Service_Mirror_Notification $notification)
{
$this->notification = $notification;
@@ -1626,7 +1593,6 @@ public function getNotification()
{
return $this->notification;
}
-
public function setOperation($operation)
{
$this->operation = $operation;
@@ -1636,7 +1602,6 @@ public function getOperation()
{
return $this->operation;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -1646,7 +1611,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUserToken($userToken)
{
$this->userToken = $userToken;
@@ -1656,7 +1620,6 @@ public function getUserToken()
{
return $this->userToken;
}
-
public function setVerifyToken($verifyToken)
{
$this->verifyToken = $verifyToken;
@@ -1666,6 +1629,7 @@ public function getVerifyToken()
{
return $this->verifyToken;
}
+
}
class Google_Service_Mirror_SubscriptionsListResponse extends Google_Collection
@@ -1686,7 +1650,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1696,6 +1659,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Mirror_TimelineItem extends Google_Collection
@@ -1745,7 +1709,6 @@ public function getAttachments()
{
return $this->attachments;
}
-
public function setBundleId($bundleId)
{
$this->bundleId = $bundleId;
@@ -1755,7 +1718,6 @@ public function getBundleId()
{
return $this->bundleId;
}
-
public function setCanonicalUrl($canonicalUrl)
{
$this->canonicalUrl = $canonicalUrl;
@@ -1765,7 +1727,6 @@ public function getCanonicalUrl()
{
return $this->canonicalUrl;
}
-
public function setCreated($created)
{
$this->created = $created;
@@ -1775,7 +1736,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setCreator(Google_Service_Mirror_Contact $creator)
{
$this->creator = $creator;
@@ -1785,7 +1745,6 @@ public function getCreator()
{
return $this->creator;
}
-
public function setDisplayTime($displayTime)
{
$this->displayTime = $displayTime;
@@ -1795,7 +1754,6 @@ public function getDisplayTime()
{
return $this->displayTime;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1805,7 +1763,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setHtml($html)
{
$this->html = $html;
@@ -1815,7 +1772,6 @@ public function getHtml()
{
return $this->html;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1825,7 +1781,6 @@ public function getId()
{
return $this->id;
}
-
public function setInReplyTo($inReplyTo)
{
$this->inReplyTo = $inReplyTo;
@@ -1835,7 +1790,6 @@ public function getInReplyTo()
{
return $this->inReplyTo;
}
-
public function setIsBundleCover($isBundleCover)
{
$this->isBundleCover = $isBundleCover;
@@ -1845,7 +1799,6 @@ public function getIsBundleCover()
{
return $this->isBundleCover;
}
-
public function setIsDeleted($isDeleted)
{
$this->isDeleted = $isDeleted;
@@ -1855,7 +1808,6 @@ public function getIsDeleted()
{
return $this->isDeleted;
}
-
public function setIsPinned($isPinned)
{
$this->isPinned = $isPinned;
@@ -1865,7 +1817,6 @@ public function getIsPinned()
{
return $this->isPinned;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1875,7 +1826,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocation(Google_Service_Mirror_Location $location)
{
$this->location = $location;
@@ -1885,7 +1835,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMenuItems($menuItems)
{
$this->menuItems = $menuItems;
@@ -1895,7 +1844,6 @@ public function getMenuItems()
{
return $this->menuItems;
}
-
public function setNotification(Google_Service_Mirror_NotificationConfig $notification)
{
$this->notification = $notification;
@@ -1905,7 +1853,6 @@ public function getNotification()
{
return $this->notification;
}
-
public function setPinScore($pinScore)
{
$this->pinScore = $pinScore;
@@ -1915,7 +1862,6 @@ public function getPinScore()
{
return $this->pinScore;
}
-
public function setRecipients($recipients)
{
$this->recipients = $recipients;
@@ -1925,7 +1871,6 @@ public function getRecipients()
{
return $this->recipients;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1935,7 +1880,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSourceItemId($sourceItemId)
{
$this->sourceItemId = $sourceItemId;
@@ -1945,7 +1889,6 @@ public function getSourceItemId()
{
return $this->sourceItemId;
}
-
public function setSpeakableText($speakableText)
{
$this->speakableText = $speakableText;
@@ -1955,7 +1898,6 @@ public function getSpeakableText()
{
return $this->speakableText;
}
-
public function setSpeakableType($speakableType)
{
$this->speakableType = $speakableType;
@@ -1965,7 +1907,6 @@ public function getSpeakableType()
{
return $this->speakableType;
}
-
public function setText($text)
{
$this->text = $text;
@@ -1975,7 +1916,6 @@ public function getText()
{
return $this->text;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1985,7 +1925,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -1995,6 +1934,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Mirror_TimelineListResponse extends Google_Collection
@@ -2016,7 +1956,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2026,7 +1965,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2036,6 +1974,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Mirror_UserAction extends Google_Model
@@ -2054,7 +1993,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2064,6 +2002,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Mirror_UserData extends Google_Model
@@ -2082,7 +2021,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -2092,4 +2030,5 @@ public function getValue()
{
return $this->value;
}
+
}
From 152dfb005e0ab2105d32ab744f25504ccd5e9f89 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:14 -0700
Subject: [PATCH 0351/1219] Updated PlusDomains.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/PlusDomains.php | 259 ++++++-----------------------
1 file changed, 53 insertions(+), 206 deletions(-)
diff --git a/src/Google/Service/PlusDomains.php b/src/Google/Service/PlusDomains.php
index d2b4d3523..6c40525a7 100644
--- a/src/Google/Service/PlusDomains.php
+++ b/src/Google/Service/PlusDomains.php
@@ -920,7 +920,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDomainRestricted($domainRestricted)
{
$this->domainRestricted = $domainRestricted;
@@ -930,7 +929,6 @@ public function getDomainRestricted()
{
return $this->domainRestricted;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -940,7 +938,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -950,6 +947,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_PlusDomains_Activity extends Google_Model
@@ -991,7 +989,6 @@ public function getAccess()
{
return $this->access;
}
-
public function setActor(Google_Service_PlusDomains_ActivityActor $actor)
{
$this->actor = $actor;
@@ -1001,7 +998,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setAddress($address)
{
$this->address = $address;
@@ -1011,7 +1007,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setAnnotation($annotation)
{
$this->annotation = $annotation;
@@ -1021,7 +1016,6 @@ public function getAnnotation()
{
return $this->annotation;
}
-
public function setCrosspostSource($crosspostSource)
{
$this->crosspostSource = $crosspostSource;
@@ -1031,7 +1025,6 @@ public function getCrosspostSource()
{
return $this->crosspostSource;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1041,7 +1034,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setGeocode($geocode)
{
$this->geocode = $geocode;
@@ -1051,7 +1043,6 @@ public function getGeocode()
{
return $this->geocode;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1061,7 +1052,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1071,7 +1061,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocation(Google_Service_PlusDomains_Place $location)
{
$this->location = $location;
@@ -1081,7 +1070,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setObject(Google_Service_PlusDomains_ActivityObject $object)
{
$this->object = $object;
@@ -1091,7 +1079,6 @@ public function getObject()
{
return $this->object;
}
-
public function setPlaceId($placeId)
{
$this->placeId = $placeId;
@@ -1101,7 +1088,6 @@ public function getPlaceId()
{
return $this->placeId;
}
-
public function setPlaceName($placeName)
{
$this->placeName = $placeName;
@@ -1111,7 +1097,6 @@ public function getPlaceName()
{
return $this->placeName;
}
-
public function setProvider(Google_Service_PlusDomains_ActivityProvider $provider)
{
$this->provider = $provider;
@@ -1121,7 +1106,6 @@ public function getProvider()
{
return $this->provider;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -1131,7 +1115,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setRadius($radius)
{
$this->radius = $radius;
@@ -1141,7 +1124,6 @@ public function getRadius()
{
return $this->radius;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1151,7 +1133,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -1161,7 +1142,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1171,7 +1151,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setVerb($verb)
{
$this->verb = $verb;
@@ -1181,6 +1160,7 @@ public function getVerb()
{
return $this->verb;
}
+
}
class Google_Service_PlusDomains_ActivityActor extends Google_Model
@@ -1204,7 +1184,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1214,7 +1193,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_PlusDomains_ActivityActorImage $image)
{
$this->image = $image;
@@ -1224,7 +1202,6 @@ public function getImage()
{
return $this->image;
}
-
public function setName(Google_Service_PlusDomains_ActivityActorName $name)
{
$this->name = $name;
@@ -1234,7 +1211,6 @@ public function getName()
{
return $this->name;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1244,6 +1220,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityActorImage extends Google_Model
@@ -1261,6 +1238,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityActorName extends Google_Model
@@ -1279,7 +1257,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -1289,6 +1266,7 @@ public function getGivenName()
{
return $this->givenName;
}
+
}
class Google_Service_PlusDomains_ActivityFeed extends Google_Collection
@@ -1316,7 +1294,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1326,7 +1303,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1336,7 +1312,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1346,7 +1321,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -1356,7 +1330,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1366,7 +1339,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1376,7 +1348,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1386,7 +1357,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -1396,6 +1366,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_PlusDomains_ActivityObject extends Google_Collection
@@ -1430,7 +1401,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setAttachments($attachments)
{
$this->attachments = $attachments;
@@ -1440,7 +1410,6 @@ public function getAttachments()
{
return $this->attachments;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -1450,7 +1419,6 @@ public function getContent()
{
return $this->content;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1460,7 +1428,6 @@ public function getId()
{
return $this->id;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -1470,7 +1437,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
@@ -1480,7 +1446,6 @@ public function getOriginalContent()
{
return $this->originalContent;
}
-
public function setPlusoners(Google_Service_PlusDomains_ActivityObjectPlusoners $plusoners)
{
$this->plusoners = $plusoners;
@@ -1490,7 +1455,6 @@ public function getPlusoners()
{
return $this->plusoners;
}
-
public function setReplies(Google_Service_PlusDomains_ActivityObjectReplies $replies)
{
$this->replies = $replies;
@@ -1500,7 +1464,6 @@ public function getReplies()
{
return $this->replies;
}
-
public function setResharers(Google_Service_PlusDomains_ActivityObjectResharers $resharers)
{
$this->resharers = $resharers;
@@ -1510,7 +1473,6 @@ public function getResharers()
{
return $this->resharers;
}
-
public function setStatusForViewer(Google_Service_PlusDomains_ActivityObjectStatusForViewer $statusForViewer)
{
$this->statusForViewer = $statusForViewer;
@@ -1520,7 +1482,6 @@ public function getStatusForViewer()
{
return $this->statusForViewer;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1530,6 +1491,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityObjectActor extends Google_Model
@@ -1551,7 +1513,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1561,7 +1522,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_PlusDomains_ActivityObjectActorImage $image)
{
$this->image = $image;
@@ -1571,7 +1531,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1581,6 +1540,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityObjectActorImage extends Google_Model
@@ -1598,6 +1558,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityObjectAttachments extends Google_Collection
@@ -1630,7 +1591,6 @@ public function getContent()
{
return $this->content;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -1640,7 +1600,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmbed(Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed $embed)
{
$this->embed = $embed;
@@ -1650,7 +1609,6 @@ public function getEmbed()
{
return $this->embed;
}
-
public function setFullImage(Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage $fullImage)
{
$this->fullImage = $fullImage;
@@ -1660,7 +1618,6 @@ public function getFullImage()
{
return $this->fullImage;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1670,7 +1627,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsImage $image)
{
$this->image = $image;
@@ -1680,7 +1636,6 @@ public function getImage()
{
return $this->image;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -1690,7 +1645,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setPreviewThumbnails($previewThumbnails)
{
$this->previewThumbnails = $previewThumbnails;
@@ -1700,7 +1654,6 @@ public function getPreviewThumbnails()
{
return $this->previewThumbnails;
}
-
public function setThumbnails($thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -1710,7 +1663,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1720,6 +1672,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed extends Google_Model
@@ -1738,7 +1691,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1748,6 +1700,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage extends Google_Model
@@ -1768,7 +1721,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1778,7 +1730,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1788,7 +1739,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1798,6 +1748,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsImage extends Google_Model
@@ -1818,7 +1769,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1828,7 +1778,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1838,7 +1787,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1848,6 +1796,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails extends Google_Model
@@ -1865,6 +1814,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails extends Google_Model
@@ -1885,7 +1835,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage $image)
{
$this->image = $image;
@@ -1895,7 +1844,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1905,6 +1853,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage extends Google_Model
@@ -1925,7 +1874,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1935,7 +1883,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1945,7 +1892,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1955,6 +1901,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_PlusDomains_ActivityObjectPlusoners extends Google_Model
@@ -1973,7 +1920,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -1983,6 +1929,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_ActivityObjectReplies extends Google_Model
@@ -2001,7 +1948,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2011,6 +1957,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_ActivityObjectResharers extends Google_Model
@@ -2029,7 +1976,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2039,6 +1985,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_ActivityObjectStatusForViewer extends Google_Model
@@ -2060,7 +2007,6 @@ public function getCanComment()
{
return $this->canComment;
}
-
public function setCanPlusone($canPlusone)
{
$this->canPlusone = $canPlusone;
@@ -2070,7 +2016,6 @@ public function getCanPlusone()
{
return $this->canPlusone;
}
-
public function setCanUpdate($canUpdate)
{
$this->canUpdate = $canUpdate;
@@ -2080,7 +2025,6 @@ public function getCanUpdate()
{
return $this->canUpdate;
}
-
public function setIsPlusOned($isPlusOned)
{
$this->isPlusOned = $isPlusOned;
@@ -2090,7 +2034,6 @@ public function getIsPlusOned()
{
return $this->isPlusOned;
}
-
public function setResharingDisabled($resharingDisabled)
{
$this->resharingDisabled = $resharingDisabled;
@@ -2100,6 +2043,7 @@ public function getResharingDisabled()
{
return $this->resharingDisabled;
}
+
}
class Google_Service_PlusDomains_ActivityProvider extends Google_Model
@@ -2117,6 +2061,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_PlusDomains_Audience extends Google_Model
@@ -2139,7 +2084,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItem(Google_Service_PlusDomains_PlusDomainsAclentryResource $item)
{
$this->item = $item;
@@ -2149,7 +2093,6 @@ public function getItem()
{
return $this->item;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2159,7 +2102,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMemberCount($memberCount)
{
$this->memberCount = $memberCount;
@@ -2169,7 +2111,6 @@ public function getMemberCount()
{
return $this->memberCount;
}
-
public function setVisibility($visibility)
{
$this->visibility = $visibility;
@@ -2179,6 +2120,7 @@ public function getVisibility()
{
return $this->visibility;
}
+
}
class Google_Service_PlusDomains_AudiencesFeed extends Google_Collection
@@ -2202,7 +2144,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2212,7 +2153,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2222,7 +2162,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2232,7 +2171,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2242,6 +2180,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_Circle extends Google_Model
@@ -2266,7 +2205,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -2276,7 +2214,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2286,7 +2223,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2296,7 +2232,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2306,7 +2241,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPeople(Google_Service_PlusDomains_CirclePeople $people)
{
$this->people = $people;
@@ -2316,7 +2250,6 @@ public function getPeople()
{
return $this->people;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2326,6 +2259,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_PlusDomains_CircleFeed extends Google_Collection
@@ -2352,7 +2286,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2362,7 +2295,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2372,7 +2304,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -2382,7 +2313,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2392,7 +2322,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2402,7 +2331,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2412,7 +2340,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2422,6 +2349,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_CirclePeople extends Google_Model
@@ -2439,6 +2367,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_Comment extends Google_Collection
@@ -2471,7 +2400,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2481,7 +2409,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2491,7 +2418,6 @@ public function getId()
{
return $this->id;
}
-
public function setInReplyTo($inReplyTo)
{
$this->inReplyTo = $inReplyTo;
@@ -2501,7 +2427,6 @@ public function getInReplyTo()
{
return $this->inReplyTo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2511,7 +2436,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setObject(Google_Service_PlusDomains_CommentObject $object)
{
$this->object = $object;
@@ -2521,7 +2445,6 @@ public function getObject()
{
return $this->object;
}
-
public function setPlusoners(Google_Service_PlusDomains_CommentPlusoners $plusoners)
{
$this->plusoners = $plusoners;
@@ -2531,7 +2454,6 @@ public function getPlusoners()
{
return $this->plusoners;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -2541,7 +2463,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2551,7 +2472,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2561,7 +2481,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVerb($verb)
{
$this->verb = $verb;
@@ -2571,6 +2490,7 @@ public function getVerb()
{
return $this->verb;
}
+
}
class Google_Service_PlusDomains_CommentActor extends Google_Model
@@ -2592,7 +2512,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2602,7 +2521,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_PlusDomains_CommentActorImage $image)
{
$this->image = $image;
@@ -2612,7 +2530,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2622,6 +2539,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_CommentActorImage extends Google_Model
@@ -2639,6 +2557,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_CommentFeed extends Google_Collection
@@ -2665,7 +2584,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2675,7 +2593,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2685,7 +2602,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2695,7 +2611,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -2705,7 +2620,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2715,7 +2629,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2725,7 +2638,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2735,6 +2647,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_PlusDomains_CommentInReplyTo extends Google_Model
@@ -2753,7 +2666,6 @@ public function getId()
{
return $this->id;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2763,6 +2675,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_CommentObject extends Google_Model
@@ -2782,7 +2695,6 @@ public function getContent()
{
return $this->content;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -2792,7 +2704,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
@@ -2802,6 +2713,7 @@ public function getOriginalContent()
{
return $this->originalContent;
}
+
}
class Google_Service_PlusDomains_CommentPlusoners extends Google_Model
@@ -2819,6 +2731,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_Media extends Google_Collection
@@ -2857,7 +2770,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -2867,7 +2779,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2877,7 +2788,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setExif(Google_Service_PlusDomains_MediaExif $exif)
{
$this->exif = $exif;
@@ -2887,7 +2797,6 @@ public function getExif()
{
return $this->exif;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -2897,7 +2806,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2907,7 +2815,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2917,7 +2824,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMediaCreatedTime($mediaCreatedTime)
{
$this->mediaCreatedTime = $mediaCreatedTime;
@@ -2927,7 +2833,6 @@ public function getMediaCreatedTime()
{
return $this->mediaCreatedTime;
}
-
public function setMediaUrl($mediaUrl)
{
$this->mediaUrl = $mediaUrl;
@@ -2937,7 +2842,6 @@ public function getMediaUrl()
{
return $this->mediaUrl;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -2947,7 +2851,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setSizeBytes($sizeBytes)
{
$this->sizeBytes = $sizeBytes;
@@ -2957,7 +2860,6 @@ public function getSizeBytes()
{
return $this->sizeBytes;
}
-
public function setStreams($streams)
{
$this->streams = $streams;
@@ -2967,7 +2869,6 @@ public function getStreams()
{
return $this->streams;
}
-
public function setSummary($summary)
{
$this->summary = $summary;
@@ -2977,7 +2878,6 @@ public function getSummary()
{
return $this->summary;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2987,7 +2887,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2997,7 +2896,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setVideoDuration($videoDuration)
{
$this->videoDuration = $videoDuration;
@@ -3007,7 +2905,6 @@ public function getVideoDuration()
{
return $this->videoDuration;
}
-
public function setVideoStatus($videoStatus)
{
$this->videoStatus = $videoStatus;
@@ -3017,7 +2914,6 @@ public function getVideoStatus()
{
return $this->videoStatus;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -3027,6 +2923,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_PlusDomains_MediaAuthor extends Google_Model
@@ -3048,7 +2945,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3058,7 +2954,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_PlusDomains_MediaAuthorImage $image)
{
$this->image = $image;
@@ -3068,7 +2963,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3078,6 +2972,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_MediaAuthorImage extends Google_Model
@@ -3095,6 +2990,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_MediaExif extends Google_Model
@@ -3112,6 +3008,7 @@ public function getTime()
{
return $this->time;
}
+
}
class Google_Service_PlusDomains_PeopleFeed extends Google_Collection
@@ -3137,7 +3034,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -3147,7 +3043,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3157,7 +3052,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3167,7 +3061,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3177,7 +3070,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3187,7 +3079,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -3197,6 +3088,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_PlusDomains_Person extends Google_Collection
@@ -3249,7 +3141,6 @@ public function getAboutMe()
{
return $this->aboutMe;
}
-
public function setBirthday($birthday)
{
$this->birthday = $birthday;
@@ -3259,7 +3150,6 @@ public function getBirthday()
{
return $this->birthday;
}
-
public function setBraggingRights($braggingRights)
{
$this->braggingRights = $braggingRights;
@@ -3269,7 +3159,6 @@ public function getBraggingRights()
{
return $this->braggingRights;
}
-
public function setCircledByCount($circledByCount)
{
$this->circledByCount = $circledByCount;
@@ -3279,7 +3168,6 @@ public function getCircledByCount()
{
return $this->circledByCount;
}
-
public function setCover(Google_Service_PlusDomains_PersonCover $cover)
{
$this->cover = $cover;
@@ -3289,7 +3177,6 @@ public function getCover()
{
return $this->cover;
}
-
public function setCurrentLocation($currentLocation)
{
$this->currentLocation = $currentLocation;
@@ -3299,7 +3186,6 @@ public function getCurrentLocation()
{
return $this->currentLocation;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -3309,7 +3195,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setDomain($domain)
{
$this->domain = $domain;
@@ -3319,7 +3204,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setEmails($emails)
{
$this->emails = $emails;
@@ -3329,7 +3213,6 @@ public function getEmails()
{
return $this->emails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3339,7 +3222,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setGender($gender)
{
$this->gender = $gender;
@@ -3349,7 +3231,6 @@ public function getGender()
{
return $this->gender;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3359,7 +3240,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_PlusDomains_PersonImage $image)
{
$this->image = $image;
@@ -3369,7 +3249,6 @@ public function getImage()
{
return $this->image;
}
-
public function setIsPlusUser($isPlusUser)
{
$this->isPlusUser = $isPlusUser;
@@ -3379,7 +3258,6 @@ public function getIsPlusUser()
{
return $this->isPlusUser;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3389,7 +3267,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName(Google_Service_PlusDomains_PersonName $name)
{
$this->name = $name;
@@ -3399,7 +3276,6 @@ public function getName()
{
return $this->name;
}
-
public function setNickname($nickname)
{
$this->nickname = $nickname;
@@ -3409,7 +3285,6 @@ public function getNickname()
{
return $this->nickname;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -3419,7 +3294,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setOccupation($occupation)
{
$this->occupation = $occupation;
@@ -3429,7 +3303,6 @@ public function getOccupation()
{
return $this->occupation;
}
-
public function setOrganizations($organizations)
{
$this->organizations = $organizations;
@@ -3439,7 +3312,6 @@ public function getOrganizations()
{
return $this->organizations;
}
-
public function setPlacesLived($placesLived)
{
$this->placesLived = $placesLived;
@@ -3449,7 +3321,6 @@ public function getPlacesLived()
{
return $this->placesLived;
}
-
public function setPlusOneCount($plusOneCount)
{
$this->plusOneCount = $plusOneCount;
@@ -3459,7 +3330,6 @@ public function getPlusOneCount()
{
return $this->plusOneCount;
}
-
public function setRelationshipStatus($relationshipStatus)
{
$this->relationshipStatus = $relationshipStatus;
@@ -3469,7 +3339,6 @@ public function getRelationshipStatus()
{
return $this->relationshipStatus;
}
-
public function setSkills($skills)
{
$this->skills = $skills;
@@ -3479,7 +3348,6 @@ public function getSkills()
{
return $this->skills;
}
-
public function setTagline($tagline)
{
$this->tagline = $tagline;
@@ -3489,7 +3357,6 @@ public function getTagline()
{
return $this->tagline;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3499,7 +3366,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setUrls($urls)
{
$this->urls = $urls;
@@ -3509,7 +3375,6 @@ public function getUrls()
{
return $this->urls;
}
-
public function setVerified($verified)
{
$this->verified = $verified;
@@ -3519,6 +3384,7 @@ public function getVerified()
{
return $this->verified;
}
+
}
class Google_Service_PlusDomains_PersonCover extends Google_Model
@@ -3540,7 +3406,6 @@ public function getCoverInfo()
{
return $this->coverInfo;
}
-
public function setCoverPhoto(Google_Service_PlusDomains_PersonCoverCoverPhoto $coverPhoto)
{
$this->coverPhoto = $coverPhoto;
@@ -3550,7 +3415,6 @@ public function getCoverPhoto()
{
return $this->coverPhoto;
}
-
public function setLayout($layout)
{
$this->layout = $layout;
@@ -3560,6 +3424,7 @@ public function getLayout()
{
return $this->layout;
}
+
}
class Google_Service_PlusDomains_PersonCoverCoverInfo extends Google_Model
@@ -3578,7 +3443,6 @@ public function getLeftImageOffset()
{
return $this->leftImageOffset;
}
-
public function setTopImageOffset($topImageOffset)
{
$this->topImageOffset = $topImageOffset;
@@ -3588,6 +3452,7 @@ public function getTopImageOffset()
{
return $this->topImageOffset;
}
+
}
class Google_Service_PlusDomains_PersonCoverCoverPhoto extends Google_Model
@@ -3607,7 +3472,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3617,7 +3481,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -3627,6 +3490,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_PlusDomains_PersonEmails extends Google_Model
@@ -3645,7 +3509,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3655,6 +3518,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_PlusDomains_PersonImage extends Google_Model
@@ -3673,7 +3537,6 @@ public function getIsDefault()
{
return $this->isDefault;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3683,6 +3546,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_PlusDomains_PersonName extends Google_Model
@@ -3705,7 +3569,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setFormatted($formatted)
{
$this->formatted = $formatted;
@@ -3715,7 +3578,6 @@ public function getFormatted()
{
return $this->formatted;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -3725,7 +3587,6 @@ public function getGivenName()
{
return $this->givenName;
}
-
public function setHonorificPrefix($honorificPrefix)
{
$this->honorificPrefix = $honorificPrefix;
@@ -3735,7 +3596,6 @@ public function getHonorificPrefix()
{
return $this->honorificPrefix;
}
-
public function setHonorificSuffix($honorificSuffix)
{
$this->honorificSuffix = $honorificSuffix;
@@ -3745,7 +3605,6 @@ public function getHonorificSuffix()
{
return $this->honorificSuffix;
}
-
public function setMiddleName($middleName)
{
$this->middleName = $middleName;
@@ -3755,6 +3614,7 @@ public function getMiddleName()
{
return $this->middleName;
}
+
}
class Google_Service_PlusDomains_PersonOrganizations extends Google_Model
@@ -3780,7 +3640,6 @@ public function getDepartment()
{
return $this->department;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3790,7 +3649,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -3800,7 +3658,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -3810,7 +3667,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3820,7 +3676,6 @@ public function getName()
{
return $this->name;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -3830,7 +3685,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -3840,7 +3694,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3850,7 +3703,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3860,6 +3712,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_PlusDomains_PersonPlacesLived extends Google_Model
@@ -3878,7 +3731,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3888,6 +3740,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_PlusDomains_PersonUrls extends Google_Model
@@ -3907,7 +3760,6 @@ public function getLabel()
{
return $this->label;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3917,7 +3769,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3927,6 +3778,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_PlusDomains_Place extends Google_Model
@@ -3950,7 +3802,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -3960,7 +3811,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3970,7 +3820,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3980,7 +3829,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPosition(Google_Service_PlusDomains_PlacePosition $position)
{
$this->position = $position;
@@ -3990,6 +3838,7 @@ public function getPosition()
{
return $this->position;
}
+
}
class Google_Service_PlusDomains_PlaceAddress extends Google_Model
@@ -4007,6 +3856,7 @@ public function getFormatted()
{
return $this->formatted;
}
+
}
class Google_Service_PlusDomains_PlacePosition extends Google_Model
@@ -4025,7 +3875,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -4035,6 +3884,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_PlusDomains_PlusDomainsAclentryResource extends Google_Model
@@ -4054,7 +3904,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -4064,7 +3913,6 @@ public function getId()
{
return $this->id;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4074,6 +3922,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_PlusDomains_Videostream extends Google_Model
@@ -4094,7 +3943,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setType($type)
{
$this->type = $type;
@@ -4104,7 +3952,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -4114,7 +3961,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -4124,4 +3970,5 @@ public function getWidth()
{
return $this->width;
}
+
}
From ea45adb176592fcf862b8d960daa0635301952fd Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:15 -0700
Subject: [PATCH 0352/1219] Updated Fusiontables.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Fusiontables.php | 100 +++++++---------------------
1 file changed, 24 insertions(+), 76 deletions(-)
diff --git a/src/Google/Service/Fusiontables.php b/src/Google/Service/Fusiontables.php
index 0b1b13aa6..a8a58223f 100644
--- a/src/Google/Service/Fusiontables.php
+++ b/src/Google/Service/Fusiontables.php
@@ -1262,7 +1262,6 @@ public function getColor()
{
return $this->color;
}
-
public function setIcon($icon)
{
$this->icon = $icon;
@@ -1272,7 +1271,6 @@ public function getIcon()
{
return $this->icon;
}
-
public function setMax($max)
{
$this->max = $max;
@@ -1282,7 +1280,6 @@ public function getMax()
{
return $this->max;
}
-
public function setMin($min)
{
$this->min = $min;
@@ -1292,7 +1289,6 @@ public function getMin()
{
return $this->min;
}
-
public function setOpacity($opacity)
{
$this->opacity = $opacity;
@@ -1302,7 +1298,6 @@ public function getOpacity()
{
return $this->opacity;
}
-
public function setWeight($weight)
{
$this->weight = $weight;
@@ -1312,6 +1307,7 @@ public function getWeight()
{
return $this->weight;
}
+
}
class Google_Service_Fusiontables_Column extends Google_Model
@@ -1337,7 +1333,6 @@ public function getBaseColumn()
{
return $this->baseColumn;
}
-
public function setColumnId($columnId)
{
$this->columnId = $columnId;
@@ -1347,7 +1342,6 @@ public function getColumnId()
{
return $this->columnId;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1357,7 +1351,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setGraphPredicate($graphPredicate)
{
$this->graphPredicate = $graphPredicate;
@@ -1367,7 +1360,6 @@ public function getGraphPredicate()
{
return $this->graphPredicate;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1377,7 +1369,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1387,7 +1378,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1397,6 +1387,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Fusiontables_ColumnBaseColumn extends Google_Model
@@ -1415,7 +1406,6 @@ public function getColumnId()
{
return $this->columnId;
}
-
public function setTableIndex($tableIndex)
{
$this->tableIndex = $tableIndex;
@@ -1425,6 +1415,7 @@ public function getTableIndex()
{
return $this->tableIndex;
}
+
}
class Google_Service_Fusiontables_ColumnList extends Google_Collection
@@ -1447,7 +1438,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1457,7 +1447,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1467,7 +1456,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -1477,6 +1465,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Fusiontables_Geometry extends Google_Collection
@@ -1497,7 +1486,6 @@ public function getGeometries()
{
return $this->geometries;
}
-
public function setGeometry($geometry)
{
$this->geometry = $geometry;
@@ -1507,7 +1495,6 @@ public function getGeometry()
{
return $this->geometry;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1517,6 +1504,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Fusiontables_Import extends Google_Model
@@ -1535,7 +1523,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNumRowsReceived($numRowsReceived)
{
$this->numRowsReceived = $numRowsReceived;
@@ -1545,6 +1532,7 @@ public function getNumRowsReceived()
{
return $this->numRowsReceived;
}
+
}
class Google_Service_Fusiontables_Line extends Google_Collection
@@ -1564,7 +1552,6 @@ public function getCoordinates()
{
return $this->coordinates;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1574,6 +1561,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Fusiontables_LineStyle extends Google_Model
@@ -1597,7 +1585,6 @@ public function getStrokeColor()
{
return $this->strokeColor;
}
-
public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
{
$this->strokeColorStyler = $strokeColorStyler;
@@ -1607,7 +1594,6 @@ public function getStrokeColorStyler()
{
return $this->strokeColorStyler;
}
-
public function setStrokeOpacity($strokeOpacity)
{
$this->strokeOpacity = $strokeOpacity;
@@ -1617,7 +1603,6 @@ public function getStrokeOpacity()
{
return $this->strokeOpacity;
}
-
public function setStrokeWeight($strokeWeight)
{
$this->strokeWeight = $strokeWeight;
@@ -1627,7 +1612,6 @@ public function getStrokeWeight()
{
return $this->strokeWeight;
}
-
public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
{
$this->strokeWeightStyler = $strokeWeightStyler;
@@ -1637,6 +1621,7 @@ public function getStrokeWeightStyler()
{
return $this->strokeWeightStyler;
}
+
}
class Google_Service_Fusiontables_Point extends Google_Collection
@@ -1656,7 +1641,6 @@ public function getCoordinates()
{
return $this->coordinates;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1666,6 +1650,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Fusiontables_PointStyle extends Google_Model
@@ -1685,7 +1670,6 @@ public function getIconName()
{
return $this->iconName;
}
-
public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconStyler)
{
$this->iconStyler = $iconStyler;
@@ -1695,6 +1679,7 @@ public function getIconStyler()
{
return $this->iconStyler;
}
+
}
class Google_Service_Fusiontables_Polygon extends Google_Collection
@@ -1714,7 +1699,6 @@ public function getCoordinates()
{
return $this->coordinates;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1724,6 +1708,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Fusiontables_PolygonStyle extends Google_Model
@@ -1751,7 +1736,6 @@ public function getFillColor()
{
return $this->fillColor;
}
-
public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fillColorStyler)
{
$this->fillColorStyler = $fillColorStyler;
@@ -1761,7 +1745,6 @@ public function getFillColorStyler()
{
return $this->fillColorStyler;
}
-
public function setFillOpacity($fillOpacity)
{
$this->fillOpacity = $fillOpacity;
@@ -1771,7 +1754,6 @@ public function getFillOpacity()
{
return $this->fillOpacity;
}
-
public function setStrokeColor($strokeColor)
{
$this->strokeColor = $strokeColor;
@@ -1781,7 +1763,6 @@ public function getStrokeColor()
{
return $this->strokeColor;
}
-
public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
{
$this->strokeColorStyler = $strokeColorStyler;
@@ -1791,7 +1772,6 @@ public function getStrokeColorStyler()
{
return $this->strokeColorStyler;
}
-
public function setStrokeOpacity($strokeOpacity)
{
$this->strokeOpacity = $strokeOpacity;
@@ -1801,7 +1781,6 @@ public function getStrokeOpacity()
{
return $this->strokeOpacity;
}
-
public function setStrokeWeight($strokeWeight)
{
$this->strokeWeight = $strokeWeight;
@@ -1811,7 +1790,6 @@ public function getStrokeWeight()
{
return $this->strokeWeight;
}
-
public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
{
$this->strokeWeightStyler = $strokeWeightStyler;
@@ -1821,6 +1799,7 @@ public function getStrokeWeightStyler()
{
return $this->strokeWeightStyler;
}
+
}
class Google_Service_Fusiontables_Sqlresponse extends Google_Collection
@@ -1841,7 +1820,6 @@ public function getColumns()
{
return $this->columns;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1851,7 +1829,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -1861,6 +1838,7 @@ public function getRows()
{
return $this->rows;
}
+
}
class Google_Service_Fusiontables_StyleFunction extends Google_Collection
@@ -1884,7 +1862,6 @@ public function getBuckets()
{
return $this->buckets;
}
-
public function setColumnName($columnName)
{
$this->columnName = $columnName;
@@ -1894,7 +1871,6 @@ public function getColumnName()
{
return $this->columnName;
}
-
public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $gradient)
{
$this->gradient = $gradient;
@@ -1904,7 +1880,6 @@ public function getGradient()
{
return $this->gradient;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1914,6 +1889,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Fusiontables_StyleFunctionGradient extends Google_Collection
@@ -1935,7 +1911,6 @@ public function getColors()
{
return $this->colors;
}
-
public function setMax($max)
{
$this->max = $max;
@@ -1945,7 +1920,6 @@ public function getMax()
{
return $this->max;
}
-
public function setMin($min)
{
$this->min = $min;
@@ -1955,6 +1929,7 @@ public function getMin()
{
return $this->min;
}
+
}
class Google_Service_Fusiontables_StyleFunctionGradientColors extends Google_Model
@@ -1973,7 +1948,6 @@ public function getColor()
{
return $this->color;
}
-
public function setOpacity($opacity)
{
$this->opacity = $opacity;
@@ -1983,6 +1957,7 @@ public function getOpacity()
{
return $this->opacity;
}
+
}
class Google_Service_Fusiontables_StyleSetting extends Google_Model
@@ -2009,7 +1984,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerOptions)
{
$this->markerOptions = $markerOptions;
@@ -2019,7 +1993,6 @@ public function getMarkerOptions()
{
return $this->markerOptions;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2029,7 +2002,6 @@ public function getName()
{
return $this->name;
}
-
public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $polygonOptions)
{
$this->polygonOptions = $polygonOptions;
@@ -2039,7 +2011,6 @@ public function getPolygonOptions()
{
return $this->polygonOptions;
}
-
public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polylineOptions)
{
$this->polylineOptions = $polylineOptions;
@@ -2049,7 +2020,6 @@ public function getPolylineOptions()
{
return $this->polylineOptions;
}
-
public function setStyleId($styleId)
{
$this->styleId = $styleId;
@@ -2059,7 +2029,6 @@ public function getStyleId()
{
return $this->styleId;
}
-
public function setTableId($tableId)
{
$this->tableId = $tableId;
@@ -2069,6 +2038,7 @@ public function getTableId()
{
return $this->tableId;
}
+
}
class Google_Service_Fusiontables_StyleSettingList extends Google_Collection
@@ -2091,7 +2061,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2101,7 +2070,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2111,7 +2079,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2121,6 +2088,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Fusiontables_Table extends Google_Collection
@@ -2149,7 +2117,6 @@ public function getAttribution()
{
return $this->attribution;
}
-
public function setAttributionLink($attributionLink)
{
$this->attributionLink = $attributionLink;
@@ -2159,7 +2126,6 @@ public function getAttributionLink()
{
return $this->attributionLink;
}
-
public function setBaseTableIds($baseTableIds)
{
$this->baseTableIds = $baseTableIds;
@@ -2169,7 +2135,6 @@ public function getBaseTableIds()
{
return $this->baseTableIds;
}
-
public function setColumns($columns)
{
$this->columns = $columns;
@@ -2179,7 +2144,6 @@ public function getColumns()
{
return $this->columns;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2189,7 +2153,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setIsExportable($isExportable)
{
$this->isExportable = $isExportable;
@@ -2199,7 +2162,6 @@ public function getIsExportable()
{
return $this->isExportable;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2209,7 +2171,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2219,7 +2180,6 @@ public function getName()
{
return $this->name;
}
-
public function setSql($sql)
{
$this->sql = $sql;
@@ -2229,7 +2189,6 @@ public function getSql()
{
return $this->sql;
}
-
public function setTableId($tableId)
{
$this->tableId = $tableId;
@@ -2239,6 +2198,7 @@ public function getTableId()
{
return $this->tableId;
}
+
}
class Google_Service_Fusiontables_TableList extends Google_Collection
@@ -2260,7 +2220,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2270,7 +2229,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2280,6 +2238,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Fusiontables_Task extends Google_Model
@@ -2301,7 +2260,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProgress($progress)
{
$this->progress = $progress;
@@ -2311,7 +2269,6 @@ public function getProgress()
{
return $this->progress;
}
-
public function setStarted($started)
{
$this->started = $started;
@@ -2321,7 +2278,6 @@ public function getStarted()
{
return $this->started;
}
-
public function setTaskId($taskId)
{
$this->taskId = $taskId;
@@ -2331,7 +2287,6 @@ public function getTaskId()
{
return $this->taskId;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2341,6 +2296,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Fusiontables_TaskList extends Google_Collection
@@ -2363,7 +2319,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2373,7 +2328,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2383,7 +2337,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2393,6 +2346,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Fusiontables_Template extends Google_Collection
@@ -2416,7 +2370,6 @@ public function getAutomaticColumnNames()
{
return $this->automaticColumnNames;
}
-
public function setBody($body)
{
$this->body = $body;
@@ -2426,7 +2379,6 @@ public function getBody()
{
return $this->body;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2436,7 +2388,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2446,7 +2397,6 @@ public function getName()
{
return $this->name;
}
-
public function setTableId($tableId)
{
$this->tableId = $tableId;
@@ -2456,7 +2406,6 @@ public function getTableId()
{
return $this->tableId;
}
-
public function setTemplateId($templateId)
{
$this->templateId = $templateId;
@@ -2466,6 +2415,7 @@ public function getTemplateId()
{
return $this->templateId;
}
+
}
class Google_Service_Fusiontables_TemplateList extends Google_Collection
@@ -2488,7 +2438,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2498,7 +2447,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2508,7 +2456,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2518,4 +2465,5 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
From c301f7802bfc11b5c00961358e3a6e7dddf8f378 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:16 -0700
Subject: [PATCH 0353/1219] Updated Taskqueue.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Taskqueue.php | 24 ++++++------------------
1 file changed, 6 insertions(+), 18 deletions(-)
diff --git a/src/Google/Service/Taskqueue.php b/src/Google/Service/Taskqueue.php
index 41b4c0fed..b83a586f4 100644
--- a/src/Google/Service/Taskqueue.php
+++ b/src/Google/Service/Taskqueue.php
@@ -457,7 +457,6 @@ public function getEnqueueTimestamp()
{
return $this->enqueueTimestamp;
}
-
public function setId($id)
{
$this->id = $id;
@@ -467,7 +466,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -477,7 +475,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLeaseTimestamp($leaseTimestamp)
{
$this->leaseTimestamp = $leaseTimestamp;
@@ -487,7 +484,6 @@ public function getLeaseTimestamp()
{
return $this->leaseTimestamp;
}
-
public function setPayloadBase64($payloadBase64)
{
$this->payloadBase64 = $payloadBase64;
@@ -497,7 +493,6 @@ public function getPayloadBase64()
{
return $this->payloadBase64;
}
-
public function setQueueName($queueName)
{
$this->queueName = $queueName;
@@ -507,7 +502,6 @@ public function getQueueName()
{
return $this->queueName;
}
-
public function setRetryCount($retryCount)
{
$this->retryCount = $retryCount;
@@ -517,7 +511,6 @@ public function getRetryCount()
{
return $this->retryCount;
}
-
public function setTag($tag)
{
$this->tag = $tag;
@@ -527,6 +520,7 @@ public function getTag()
{
return $this->tag;
}
+
}
class Google_Service_Taskqueue_TaskQueue extends Google_Model
@@ -550,7 +544,6 @@ public function getAcl()
{
return $this->acl;
}
-
public function setId($id)
{
$this->id = $id;
@@ -560,7 +553,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -570,7 +562,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxLeases($maxLeases)
{
$this->maxLeases = $maxLeases;
@@ -580,7 +571,6 @@ public function getMaxLeases()
{
return $this->maxLeases;
}
-
public function setStats(Google_Service_Taskqueue_TaskQueueStats $stats)
{
$this->stats = $stats;
@@ -590,6 +580,7 @@ public function getStats()
{
return $this->stats;
}
+
}
class Google_Service_Taskqueue_TaskQueueAcl extends Google_Collection
@@ -610,7 +601,6 @@ public function getAdminEmails()
{
return $this->adminEmails;
}
-
public function setConsumerEmails($consumerEmails)
{
$this->consumerEmails = $consumerEmails;
@@ -620,7 +610,6 @@ public function getConsumerEmails()
{
return $this->consumerEmails;
}
-
public function setProducerEmails($producerEmails)
{
$this->producerEmails = $producerEmails;
@@ -630,6 +619,7 @@ public function getProducerEmails()
{
return $this->producerEmails;
}
+
}
class Google_Service_Taskqueue_TaskQueueStats extends Google_Model
@@ -650,7 +640,6 @@ public function getLeasedLastHour()
{
return $this->leasedLastHour;
}
-
public function setLeasedLastMinute($leasedLastMinute)
{
$this->leasedLastMinute = $leasedLastMinute;
@@ -660,7 +649,6 @@ public function getLeasedLastMinute()
{
return $this->leasedLastMinute;
}
-
public function setOldestTask($oldestTask)
{
$this->oldestTask = $oldestTask;
@@ -670,7 +658,6 @@ public function getOldestTask()
{
return $this->oldestTask;
}
-
public function setTotalTasks($totalTasks)
{
$this->totalTasks = $totalTasks;
@@ -680,6 +667,7 @@ public function getTotalTasks()
{
return $this->totalTasks;
}
+
}
class Google_Service_Taskqueue_Tasks extends Google_Collection
@@ -700,7 +688,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -710,6 +697,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Taskqueue_Tasks2 extends Google_Collection
@@ -730,7 +718,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -740,4 +727,5 @@ public function getKind()
{
return $this->kind;
}
+
}
From 710bff6c128da06dd09fafdf9082a866a2049132 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:16 -0700
Subject: [PATCH 0354/1219] Updated Appsactivity.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Appsactivity.php | 34 ++++++++++-------------------
1 file changed, 11 insertions(+), 23 deletions(-)
diff --git a/src/Google/Service/Appsactivity.php b/src/Google/Service/Appsactivity.php
index 7a2a1ac24..7b9aef204 100644
--- a/src/Google/Service/Appsactivity.php
+++ b/src/Google/Service/Appsactivity.php
@@ -174,7 +174,6 @@ public function getCombinedEvent()
{
return $this->combinedEvent;
}
-
public function setSingleEvents($singleEvents)
{
$this->singleEvents = $singleEvents;
@@ -184,6 +183,7 @@ public function getSingleEvents()
{
return $this->singleEvents;
}
+
}
class Google_Service_Appsactivity_Event extends Google_Collection
@@ -215,7 +215,6 @@ public function getAdditionalEventTypes()
{
return $this->additionalEventTypes;
}
-
public function setEventTimeMillis($eventTimeMillis)
{
$this->eventTimeMillis = $eventTimeMillis;
@@ -225,7 +224,6 @@ public function getEventTimeMillis()
{
return $this->eventTimeMillis;
}
-
public function setFromUserDeletion($fromUserDeletion)
{
$this->fromUserDeletion = $fromUserDeletion;
@@ -235,7 +233,6 @@ public function getFromUserDeletion()
{
return $this->fromUserDeletion;
}
-
public function setMove(Google_Service_Appsactivity_Move $move)
{
$this->move = $move;
@@ -245,7 +242,6 @@ public function getMove()
{
return $this->move;
}
-
public function setPermissionChanges($permissionChanges)
{
$this->permissionChanges = $permissionChanges;
@@ -255,7 +251,6 @@ public function getPermissionChanges()
{
return $this->permissionChanges;
}
-
public function setPrimaryEventType($primaryEventType)
{
$this->primaryEventType = $primaryEventType;
@@ -265,7 +260,6 @@ public function getPrimaryEventType()
{
return $this->primaryEventType;
}
-
public function setRename(Google_Service_Appsactivity_Rename $rename)
{
$this->rename = $rename;
@@ -275,7 +269,6 @@ public function getRename()
{
return $this->rename;
}
-
public function setTarget(Google_Service_Appsactivity_Target $target)
{
$this->target = $target;
@@ -285,7 +278,6 @@ public function getTarget()
{
return $this->target;
}
-
public function setUser(Google_Service_Appsactivity_User $user)
{
$this->user = $user;
@@ -295,6 +287,7 @@ public function getUser()
{
return $this->user;
}
+
}
class Google_Service_Appsactivity_ListActivitiesResponse extends Google_Collection
@@ -315,7 +308,6 @@ public function getActivities()
{
return $this->activities;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -325,6 +317,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Appsactivity_Move extends Google_Collection
@@ -346,7 +339,6 @@ public function getAddedParents()
{
return $this->addedParents;
}
-
public function setRemovedParents($removedParents)
{
$this->removedParents = $removedParents;
@@ -356,6 +348,7 @@ public function getRemovedParents()
{
return $this->removedParents;
}
+
}
class Google_Service_Appsactivity_Parent extends Google_Model
@@ -375,7 +368,6 @@ public function getId()
{
return $this->id;
}
-
public function setIsRoot($isRoot)
{
$this->isRoot = $isRoot;
@@ -385,7 +377,6 @@ public function getIsRoot()
{
return $this->isRoot;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -395,6 +386,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Appsactivity_Permission extends Google_Model
@@ -418,7 +410,6 @@ public function getName()
{
return $this->name;
}
-
public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
@@ -428,7 +419,6 @@ public function getPermissionId()
{
return $this->permissionId;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -438,7 +428,6 @@ public function getRole()
{
return $this->role;
}
-
public function setType($type)
{
$this->type = $type;
@@ -448,7 +437,6 @@ public function getType()
{
return $this->type;
}
-
public function setUser(Google_Service_Appsactivity_User $user)
{
$this->user = $user;
@@ -458,7 +446,6 @@ public function getUser()
{
return $this->user;
}
-
public function setWithLink($withLink)
{
$this->withLink = $withLink;
@@ -468,6 +455,7 @@ public function getWithLink()
{
return $this->withLink;
}
+
}
class Google_Service_Appsactivity_PermissionChange extends Google_Collection
@@ -489,7 +477,6 @@ public function getAddedPermissions()
{
return $this->addedPermissions;
}
-
public function setRemovedPermissions($removedPermissions)
{
$this->removedPermissions = $removedPermissions;
@@ -499,6 +486,7 @@ public function getRemovedPermissions()
{
return $this->removedPermissions;
}
+
}
class Google_Service_Appsactivity_Photo extends Google_Model
@@ -516,6 +504,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Appsactivity_Rename extends Google_Model
@@ -534,7 +523,6 @@ public function getNewTitle()
{
return $this->newTitle;
}
-
public function setOldTitle($oldTitle)
{
$this->oldTitle = $oldTitle;
@@ -544,6 +532,7 @@ public function getOldTitle()
{
return $this->oldTitle;
}
+
}
class Google_Service_Appsactivity_Target extends Google_Model
@@ -563,7 +552,6 @@ public function getId()
{
return $this->id;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -573,7 +561,6 @@ public function getMimeType()
{
return $this->mimeType;
}
-
public function setName($name)
{
$this->name = $name;
@@ -583,6 +570,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Appsactivity_User extends Google_Model
@@ -602,7 +590,6 @@ public function getName()
{
return $this->name;
}
-
public function setPhoto(Google_Service_Appsactivity_Photo $photo)
{
$this->photo = $photo;
@@ -612,4 +599,5 @@ public function getPhoto()
{
return $this->photo;
}
+
}
From 1f9d814ff1434abe577e169eeb3d805e760a49bd Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:17 -0700
Subject: [PATCH 0355/1219] Updated Freebase.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Freebase.php | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/src/Google/Service/Freebase.php b/src/Google/Service/Freebase.php
index d65f574e2..e2df723fb 100644
--- a/src/Google/Service/Freebase.php
+++ b/src/Google/Service/Freebase.php
@@ -277,7 +277,7 @@ public function search($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
- return $this->call('search', array($params));
+ return $this->base_methods->call('search', array($params));
}
}
@@ -305,7 +305,6 @@ public function getConfidence()
{
return $this->confidence;
}
-
public function setLang($lang)
{
$this->lang = $lang;
@@ -315,7 +314,6 @@ public function getLang()
{
return $this->lang;
}
-
public function setMid($mid)
{
$this->mid = $mid;
@@ -325,7 +323,6 @@ public function getMid()
{
return $this->mid;
}
-
public function setName($name)
{
$this->name = $name;
@@ -335,7 +332,6 @@ public function getName()
{
return $this->name;
}
-
public function setNotable(Google_Service_Freebase_ReconcileCandidateNotable $notable)
{
$this->notable = $notable;
@@ -345,6 +341,7 @@ public function getNotable()
{
return $this->notable;
}
+
}
class Google_Service_Freebase_ReconcileCandidateNotable extends Google_Model
@@ -363,7 +360,6 @@ public function getId()
{
return $this->id;
}
-
public function setName($name)
{
$this->name = $name;
@@ -373,6 +369,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_Freebase_ReconcileGet extends Google_Collection
@@ -398,7 +395,6 @@ public function getCandidate()
{
return $this->candidate;
}
-
public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs)
{
$this->costs = $costs;
@@ -408,7 +404,6 @@ public function getCosts()
{
return $this->costs;
}
-
public function setMatch(Google_Service_Freebase_ReconcileCandidate $match)
{
$this->match = $match;
@@ -418,7 +413,6 @@ public function getMatch()
{
return $this->match;
}
-
public function setWarning($warning)
{
$this->warning = $warning;
@@ -428,6 +422,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Freebase_ReconcileGetCosts extends Google_Model
@@ -446,7 +441,6 @@ public function getHits()
{
return $this->hits;
}
-
public function setMs($ms)
{
$this->ms = $ms;
@@ -456,6 +450,7 @@ public function getMs()
{
return $this->ms;
}
+
}
class Google_Service_Freebase_ReconcileGetWarning extends Google_Model
@@ -475,7 +470,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -485,7 +479,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -495,4 +488,5 @@ public function getReason()
{
return $this->reason;
}
+
}
From d4fa210166ced99df730b203f157102759320909 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:17 -0700
Subject: [PATCH 0356/1219] Updated Reseller.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Reseller.php | 52 +++++++--------------------------
1 file changed, 11 insertions(+), 41 deletions(-)
diff --git a/src/Google/Service/Reseller.php b/src/Google/Service/Reseller.php
index 907903776..4329b7914 100644
--- a/src/Google/Service/Reseller.php
+++ b/src/Google/Service/Reseller.php
@@ -574,7 +574,6 @@ public function getAddressLine1()
{
return $this->addressLine1;
}
-
public function setAddressLine2($addressLine2)
{
$this->addressLine2 = $addressLine2;
@@ -584,7 +583,6 @@ public function getAddressLine2()
{
return $this->addressLine2;
}
-
public function setAddressLine3($addressLine3)
{
$this->addressLine3 = $addressLine3;
@@ -594,7 +592,6 @@ public function getAddressLine3()
{
return $this->addressLine3;
}
-
public function setContactName($contactName)
{
$this->contactName = $contactName;
@@ -604,7 +601,6 @@ public function getContactName()
{
return $this->contactName;
}
-
public function setCountryCode($countryCode)
{
$this->countryCode = $countryCode;
@@ -614,7 +610,6 @@ public function getCountryCode()
{
return $this->countryCode;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -624,7 +619,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocality($locality)
{
$this->locality = $locality;
@@ -634,7 +628,6 @@ public function getLocality()
{
return $this->locality;
}
-
public function setOrganizationName($organizationName)
{
$this->organizationName = $organizationName;
@@ -644,7 +637,6 @@ public function getOrganizationName()
{
return $this->organizationName;
}
-
public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
@@ -654,7 +646,6 @@ public function getPostalCode()
{
return $this->postalCode;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -664,6 +655,7 @@ public function getRegion()
{
return $this->region;
}
+
}
class Google_Service_Reseller_ChangePlanRequest extends Google_Model
@@ -685,7 +677,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlanName($planName)
{
$this->planName = $planName;
@@ -695,7 +686,6 @@ public function getPlanName()
{
return $this->planName;
}
-
public function setPurchaseOrderId($purchaseOrderId)
{
$this->purchaseOrderId = $purchaseOrderId;
@@ -705,7 +695,6 @@ public function getPurchaseOrderId()
{
return $this->purchaseOrderId;
}
-
public function setSeats(Google_Service_Reseller_Seats $seats)
{
$this->seats = $seats;
@@ -715,6 +704,7 @@ public function getSeats()
{
return $this->seats;
}
+
}
class Google_Service_Reseller_Customer extends Google_Model
@@ -739,7 +729,6 @@ public function getAlternateEmail()
{
return $this->alternateEmail;
}
-
public function setCustomerDomain($customerDomain)
{
$this->customerDomain = $customerDomain;
@@ -749,7 +738,6 @@ public function getCustomerDomain()
{
return $this->customerDomain;
}
-
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -759,7 +747,6 @@ public function getCustomerId()
{
return $this->customerId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -769,7 +756,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPhoneNumber($phoneNumber)
{
$this->phoneNumber = $phoneNumber;
@@ -779,7 +765,6 @@ public function getPhoneNumber()
{
return $this->phoneNumber;
}
-
public function setPostalAddress(Google_Service_Reseller_Address $postalAddress)
{
$this->postalAddress = $postalAddress;
@@ -789,7 +774,6 @@ public function getPostalAddress()
{
return $this->postalAddress;
}
-
public function setResourceUiUrl($resourceUiUrl)
{
$this->resourceUiUrl = $resourceUiUrl;
@@ -799,6 +783,7 @@ public function getResourceUiUrl()
{
return $this->resourceUiUrl;
}
+
}
class Google_Service_Reseller_RenewalSettings extends Google_Model
@@ -817,7 +802,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRenewalType($renewalType)
{
$this->renewalType = $renewalType;
@@ -827,6 +811,7 @@ public function getRenewalType()
{
return $this->renewalType;
}
+
}
class Google_Service_Reseller_Seats extends Google_Model
@@ -847,7 +832,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLicensedNumberOfSeats($licensedNumberOfSeats)
{
$this->licensedNumberOfSeats = $licensedNumberOfSeats;
@@ -857,7 +841,6 @@ public function getLicensedNumberOfSeats()
{
return $this->licensedNumberOfSeats;
}
-
public function setMaximumNumberOfSeats($maximumNumberOfSeats)
{
$this->maximumNumberOfSeats = $maximumNumberOfSeats;
@@ -867,7 +850,6 @@ public function getMaximumNumberOfSeats()
{
return $this->maximumNumberOfSeats;
}
-
public function setNumberOfSeats($numberOfSeats)
{
$this->numberOfSeats = $numberOfSeats;
@@ -877,6 +859,7 @@ public function getNumberOfSeats()
{
return $this->numberOfSeats;
}
+
}
class Google_Service_Reseller_Subscription extends Google_Model
@@ -911,7 +894,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -921,7 +903,6 @@ public function getCustomerId()
{
return $this->customerId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -931,7 +912,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlan(Google_Service_Reseller_SubscriptionPlan $plan)
{
$this->plan = $plan;
@@ -941,7 +921,6 @@ public function getPlan()
{
return $this->plan;
}
-
public function setPurchaseOrderId($purchaseOrderId)
{
$this->purchaseOrderId = $purchaseOrderId;
@@ -951,7 +930,6 @@ public function getPurchaseOrderId()
{
return $this->purchaseOrderId;
}
-
public function setRenewalSettings(Google_Service_Reseller_RenewalSettings $renewalSettings)
{
$this->renewalSettings = $renewalSettings;
@@ -961,7 +939,6 @@ public function getRenewalSettings()
{
return $this->renewalSettings;
}
-
public function setResourceUiUrl($resourceUiUrl)
{
$this->resourceUiUrl = $resourceUiUrl;
@@ -971,7 +948,6 @@ public function getResourceUiUrl()
{
return $this->resourceUiUrl;
}
-
public function setSeats(Google_Service_Reseller_Seats $seats)
{
$this->seats = $seats;
@@ -981,7 +957,6 @@ public function getSeats()
{
return $this->seats;
}
-
public function setSkuId($skuId)
{
$this->skuId = $skuId;
@@ -991,7 +966,6 @@ public function getSkuId()
{
return $this->skuId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1001,7 +975,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setSubscriptionId($subscriptionId)
{
$this->subscriptionId = $subscriptionId;
@@ -1011,7 +984,6 @@ public function getSubscriptionId()
{
return $this->subscriptionId;
}
-
public function setTransferInfo(Google_Service_Reseller_SubscriptionTransferInfo $transferInfo)
{
$this->transferInfo = $transferInfo;
@@ -1021,7 +993,6 @@ public function getTransferInfo()
{
return $this->transferInfo;
}
-
public function setTrialSettings(Google_Service_Reseller_SubscriptionTrialSettings $trialSettings)
{
$this->trialSettings = $trialSettings;
@@ -1031,6 +1002,7 @@ public function getTrialSettings()
{
return $this->trialSettings;
}
+
}
class Google_Service_Reseller_SubscriptionPlan extends Google_Model
@@ -1051,7 +1023,6 @@ public function getCommitmentInterval()
{
return $this->commitmentInterval;
}
-
public function setIsCommitmentPlan($isCommitmentPlan)
{
$this->isCommitmentPlan = $isCommitmentPlan;
@@ -1061,7 +1032,6 @@ public function getIsCommitmentPlan()
{
return $this->isCommitmentPlan;
}
-
public function setPlanName($planName)
{
$this->planName = $planName;
@@ -1071,6 +1041,7 @@ public function getPlanName()
{
return $this->planName;
}
+
}
class Google_Service_Reseller_SubscriptionPlanCommitmentInterval extends Google_Model
@@ -1089,7 +1060,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1099,6 +1069,7 @@ public function getStartTime()
{
return $this->startTime;
}
+
}
class Google_Service_Reseller_SubscriptionTransferInfo extends Google_Model
@@ -1117,7 +1088,6 @@ public function getMinimumTransferableSeats()
{
return $this->minimumTransferableSeats;
}
-
public function setTransferabilityExpirationTime($transferabilityExpirationTime)
{
$this->transferabilityExpirationTime = $transferabilityExpirationTime;
@@ -1127,6 +1097,7 @@ public function getTransferabilityExpirationTime()
{
return $this->transferabilityExpirationTime;
}
+
}
class Google_Service_Reseller_SubscriptionTrialSettings extends Google_Model
@@ -1145,7 +1116,6 @@ public function getIsInTrial()
{
return $this->isInTrial;
}
-
public function setTrialEndTime($trialEndTime)
{
$this->trialEndTime = $trialEndTime;
@@ -1155,6 +1125,7 @@ public function getTrialEndTime()
{
return $this->trialEndTime;
}
+
}
class Google_Service_Reseller_Subscriptions extends Google_Collection
@@ -1176,7 +1147,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1186,7 +1156,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSubscriptions($subscriptions)
{
$this->subscriptions = $subscriptions;
@@ -1196,4 +1165,5 @@ public function getSubscriptions()
{
return $this->subscriptions;
}
+
}
From 3675c210f58b0a4b4c86491f6a7292bd7d4f49a5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:18 -0700
Subject: [PATCH 0357/1219] Updated Gmail.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Gmail.php | 71 +++++++++++++++---------------------
1 file changed, 30 insertions(+), 41 deletions(-)
diff --git a/src/Google/Service/Gmail.php b/src/Google/Service/Gmail.php
index ac2b178ad..c4f722ab0 100644
--- a/src/Google/Service/Gmail.php
+++ b/src/Google/Service/Gmail.php
@@ -532,6 +532,15 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'metadataHeaders' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'format' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'list' => array(
'path' => '{userId}/threads',
@@ -1156,6 +1165,11 @@ public function delete($userId, $id, $optParams = array())
* @param string $id
* The ID of the thread to retrieve.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string metadataHeaders
+ * When given and format is METADATA, only include headers specified.
+ * @opt_param string format
+ * The format to return the messages in.
* @return Google_Service_Gmail_Thread
*/
public function get($userId, $id, $optParams = array())
@@ -1262,7 +1276,6 @@ public function getId()
{
return $this->id;
}
-
public function setMessage(Google_Service_Gmail_Message $message)
{
$this->message = $message;
@@ -1272,6 +1285,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Gmail_History extends Google_Collection
@@ -1292,7 +1306,6 @@ public function getId()
{
return $this->id;
}
-
public function setMessages($messages)
{
$this->messages = $messages;
@@ -1302,6 +1315,7 @@ public function getMessages()
{
return $this->messages;
}
+
}
class Google_Service_Gmail_Label extends Google_Model
@@ -1327,7 +1341,6 @@ public function getId()
{
return $this->id;
}
-
public function setLabelListVisibility($labelListVisibility)
{
$this->labelListVisibility = $labelListVisibility;
@@ -1337,7 +1350,6 @@ public function getLabelListVisibility()
{
return $this->labelListVisibility;
}
-
public function setMessageListVisibility($messageListVisibility)
{
$this->messageListVisibility = $messageListVisibility;
@@ -1347,7 +1359,6 @@ public function getMessageListVisibility()
{
return $this->messageListVisibility;
}
-
public function setMessagesTotal($messagesTotal)
{
$this->messagesTotal = $messagesTotal;
@@ -1357,7 +1368,6 @@ public function getMessagesTotal()
{
return $this->messagesTotal;
}
-
public function setMessagesUnread($messagesUnread)
{
$this->messagesUnread = $messagesUnread;
@@ -1367,7 +1377,6 @@ public function getMessagesUnread()
{
return $this->messagesUnread;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1377,7 +1386,6 @@ public function getName()
{
return $this->name;
}
-
public function setThreadsTotal($threadsTotal)
{
$this->threadsTotal = $threadsTotal;
@@ -1387,7 +1395,6 @@ public function getThreadsTotal()
{
return $this->threadsTotal;
}
-
public function setThreadsUnread($threadsUnread)
{
$this->threadsUnread = $threadsUnread;
@@ -1397,7 +1404,6 @@ public function getThreadsUnread()
{
return $this->threadsUnread;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1407,6 +1413,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Gmail_ListDraftsResponse extends Google_Collection
@@ -1428,7 +1435,6 @@ public function getDrafts()
{
return $this->drafts;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1438,7 +1444,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
@@ -1448,6 +1453,7 @@ public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
}
+
}
class Google_Service_Gmail_ListHistoryResponse extends Google_Collection
@@ -1469,7 +1475,6 @@ public function getHistory()
{
return $this->history;
}
-
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
@@ -1479,7 +1484,6 @@ public function getHistoryId()
{
return $this->historyId;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1489,6 +1493,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Gmail_ListLabelsResponse extends Google_Collection
@@ -1508,6 +1513,7 @@ public function getLabels()
{
return $this->labels;
}
+
}
class Google_Service_Gmail_ListMessagesResponse extends Google_Collection
@@ -1529,7 +1535,6 @@ public function getMessages()
{
return $this->messages;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1539,7 +1544,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
@@ -1549,6 +1553,7 @@ public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
}
+
}
class Google_Service_Gmail_ListThreadsResponse extends Google_Collection
@@ -1570,7 +1575,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
@@ -1580,7 +1584,6 @@ public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
}
-
public function setThreads($threads)
{
$this->threads = $threads;
@@ -1590,6 +1593,7 @@ public function getThreads()
{
return $this->threads;
}
+
}
class Google_Service_Gmail_Message extends Google_Collection
@@ -1616,7 +1620,6 @@ public function getHistoryId()
{
return $this->historyId;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1626,7 +1629,6 @@ public function getId()
{
return $this->id;
}
-
public function setLabelIds($labelIds)
{
$this->labelIds = $labelIds;
@@ -1636,7 +1638,6 @@ public function getLabelIds()
{
return $this->labelIds;
}
-
public function setPayload(Google_Service_Gmail_MessagePart $payload)
{
$this->payload = $payload;
@@ -1646,7 +1647,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setRaw($raw)
{
$this->raw = $raw;
@@ -1656,7 +1656,6 @@ public function getRaw()
{
return $this->raw;
}
-
public function setSizeEstimate($sizeEstimate)
{
$this->sizeEstimate = $sizeEstimate;
@@ -1666,7 +1665,6 @@ public function getSizeEstimate()
{
return $this->sizeEstimate;
}
-
public function setSnippet($snippet)
{
$this->snippet = $snippet;
@@ -1676,7 +1674,6 @@ public function getSnippet()
{
return $this->snippet;
}
-
public function setThreadId($threadId)
{
$this->threadId = $threadId;
@@ -1686,6 +1683,7 @@ public function getThreadId()
{
return $this->threadId;
}
+
}
class Google_Service_Gmail_MessagePart extends Google_Collection
@@ -1712,7 +1710,6 @@ public function getBody()
{
return $this->body;
}
-
public function setFilename($filename)
{
$this->filename = $filename;
@@ -1722,7 +1719,6 @@ public function getFilename()
{
return $this->filename;
}
-
public function setHeaders($headers)
{
$this->headers = $headers;
@@ -1732,7 +1728,6 @@ public function getHeaders()
{
return $this->headers;
}
-
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
@@ -1742,7 +1737,6 @@ public function getMimeType()
{
return $this->mimeType;
}
-
public function setPartId($partId)
{
$this->partId = $partId;
@@ -1752,7 +1746,6 @@ public function getPartId()
{
return $this->partId;
}
-
public function setParts($parts)
{
$this->parts = $parts;
@@ -1762,6 +1755,7 @@ public function getParts()
{
return $this->parts;
}
+
}
class Google_Service_Gmail_MessagePartBody extends Google_Model
@@ -1781,7 +1775,6 @@ public function getAttachmentId()
{
return $this->attachmentId;
}
-
public function setData($data)
{
$this->data = $data;
@@ -1791,7 +1784,6 @@ public function getData()
{
return $this->data;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -1801,6 +1793,7 @@ public function getSize()
{
return $this->size;
}
+
}
class Google_Service_Gmail_MessagePartHeader extends Google_Model
@@ -1819,7 +1812,6 @@ public function getName()
{
return $this->name;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1829,6 +1821,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Gmail_ModifyMessageRequest extends Google_Collection
@@ -1848,7 +1841,6 @@ public function getAddLabelIds()
{
return $this->addLabelIds;
}
-
public function setRemoveLabelIds($removeLabelIds)
{
$this->removeLabelIds = $removeLabelIds;
@@ -1858,6 +1850,7 @@ public function getRemoveLabelIds()
{
return $this->removeLabelIds;
}
+
}
class Google_Service_Gmail_ModifyThreadRequest extends Google_Collection
@@ -1877,7 +1870,6 @@ public function getAddLabelIds()
{
return $this->addLabelIds;
}
-
public function setRemoveLabelIds($removeLabelIds)
{
$this->removeLabelIds = $removeLabelIds;
@@ -1887,6 +1879,7 @@ public function getRemoveLabelIds()
{
return $this->removeLabelIds;
}
+
}
class Google_Service_Gmail_Profile extends Google_Model
@@ -1907,7 +1900,6 @@ public function getEmailAddress()
{
return $this->emailAddress;
}
-
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
@@ -1917,7 +1909,6 @@ public function getHistoryId()
{
return $this->historyId;
}
-
public function setMessagesTotal($messagesTotal)
{
$this->messagesTotal = $messagesTotal;
@@ -1927,7 +1918,6 @@ public function getMessagesTotal()
{
return $this->messagesTotal;
}
-
public function setThreadsTotal($threadsTotal)
{
$this->threadsTotal = $threadsTotal;
@@ -1937,6 +1927,7 @@ public function getThreadsTotal()
{
return $this->threadsTotal;
}
+
}
class Google_Service_Gmail_Thread extends Google_Collection
@@ -1959,7 +1950,6 @@ public function getHistoryId()
{
return $this->historyId;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1969,7 +1959,6 @@ public function getId()
{
return $this->id;
}
-
public function setMessages($messages)
{
$this->messages = $messages;
@@ -1979,7 +1968,6 @@ public function getMessages()
{
return $this->messages;
}
-
public function setSnippet($snippet)
{
$this->snippet = $snippet;
@@ -1989,4 +1977,5 @@ public function getSnippet()
{
return $this->snippet;
}
+
}
From f575efb8810dd89f0145af06a2d83a7ec8b899ec Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:19 -0700
Subject: [PATCH 0358/1219] Updated Bigquery.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Bigquery.php | 206 +++++++-------------------------
1 file changed, 42 insertions(+), 164 deletions(-)
diff --git a/src/Google/Service/Bigquery.php b/src/Google/Service/Bigquery.php
index 52be5654c..43597a88a 100644
--- a/src/Google/Service/Bigquery.php
+++ b/src/Google/Service/Bigquery.php
@@ -986,7 +986,6 @@ public function getAccess()
{
return $this->access;
}
-
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -996,7 +995,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
{
$this->datasetReference = $datasetReference;
@@ -1006,7 +1004,6 @@ public function getDatasetReference()
{
return $this->datasetReference;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1016,7 +1013,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1026,7 +1022,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
@@ -1036,7 +1031,6 @@ public function getFriendlyName()
{
return $this->friendlyName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1046,7 +1040,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1056,7 +1049,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -1066,7 +1058,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1076,6 +1067,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Bigquery_DatasetAccess extends Google_Model
@@ -1099,7 +1091,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setGroupByEmail($groupByEmail)
{
$this->groupByEmail = $groupByEmail;
@@ -1109,7 +1100,6 @@ public function getGroupByEmail()
{
return $this->groupByEmail;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -1119,7 +1109,6 @@ public function getRole()
{
return $this->role;
}
-
public function setSpecialGroup($specialGroup)
{
$this->specialGroup = $specialGroup;
@@ -1129,7 +1118,6 @@ public function getSpecialGroup()
{
return $this->specialGroup;
}
-
public function setUserByEmail($userByEmail)
{
$this->userByEmail = $userByEmail;
@@ -1139,7 +1127,6 @@ public function getUserByEmail()
{
return $this->userByEmail;
}
-
public function setView(Google_Service_Bigquery_TableReference $view)
{
$this->view = $view;
@@ -1149,6 +1136,7 @@ public function getView()
{
return $this->view;
}
+
}
class Google_Service_Bigquery_DatasetList extends Google_Collection
@@ -1171,7 +1159,6 @@ public function getDatasets()
{
return $this->datasets;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1181,7 +1168,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1191,7 +1177,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1201,6 +1186,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Bigquery_DatasetListDatasets extends Google_Model
@@ -1222,7 +1208,6 @@ public function getDatasetReference()
{
return $this->datasetReference;
}
-
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
@@ -1232,7 +1217,6 @@ public function getFriendlyName()
{
return $this->friendlyName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1242,7 +1226,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1252,6 +1235,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Bigquery_DatasetReference extends Google_Model
@@ -1270,7 +1254,6 @@ public function getDatasetId()
{
return $this->datasetId;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1280,6 +1263,7 @@ public function getProjectId()
{
return $this->projectId;
}
+
}
class Google_Service_Bigquery_ErrorProto extends Google_Model
@@ -1300,7 +1284,6 @@ public function getDebugInfo()
{
return $this->debugInfo;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -1310,7 +1293,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -1320,7 +1302,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setReason($reason)
{
$this->reason = $reason;
@@ -1330,6 +1311,7 @@ public function getReason()
{
return $this->reason;
}
+
}
class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
@@ -1359,7 +1341,6 @@ public function getCacheHit()
{
return $this->cacheHit;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1369,7 +1350,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setJobComplete($jobComplete)
{
$this->jobComplete = $jobComplete;
@@ -1379,7 +1359,6 @@ public function getJobComplete()
{
return $this->jobComplete;
}
-
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
@@ -1389,7 +1368,6 @@ public function getJobReference()
{
return $this->jobReference;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1399,7 +1377,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -1409,7 +1386,6 @@ public function getPageToken()
{
return $this->pageToken;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -1419,7 +1395,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
@@ -1429,7 +1404,6 @@ public function getSchema()
{
return $this->schema;
}
-
public function setTotalRows($totalRows)
{
$this->totalRows = $totalRows;
@@ -1439,6 +1413,7 @@ public function getTotalRows()
{
return $this->totalRows;
}
+
}
class Google_Service_Bigquery_Job extends Google_Model
@@ -1467,7 +1442,6 @@ public function getConfiguration()
{
return $this->configuration;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1477,7 +1451,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1487,7 +1460,6 @@ public function getId()
{
return $this->id;
}
-
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
@@ -1497,7 +1469,6 @@ public function getJobReference()
{
return $this->jobReference;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1507,7 +1478,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1517,7 +1487,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
{
$this->statistics = $statistics;
@@ -1527,7 +1496,6 @@ public function getStatistics()
{
return $this->statistics;
}
-
public function setStatus(Google_Service_Bigquery_JobStatus $status)
{
$this->status = $status;
@@ -1537,6 +1505,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Bigquery_JobConfiguration extends Google_Model
@@ -1564,7 +1533,6 @@ public function getCopy()
{
return $this->copy;
}
-
public function setDryRun($dryRun)
{
$this->dryRun = $dryRun;
@@ -1574,7 +1542,6 @@ public function getDryRun()
{
return $this->dryRun;
}
-
public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extract)
{
$this->extract = $extract;
@@ -1584,7 +1551,6 @@ public function getExtract()
{
return $this->extract;
}
-
public function setLink(Google_Service_Bigquery_JobConfigurationLink $link)
{
$this->link = $link;
@@ -1594,7 +1560,6 @@ public function getLink()
{
return $this->link;
}
-
public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load)
{
$this->load = $load;
@@ -1604,7 +1569,6 @@ public function getLoad()
{
return $this->load;
}
-
public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query)
{
$this->query = $query;
@@ -1614,6 +1578,7 @@ public function getQuery()
{
return $this->query;
}
+
}
class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
@@ -1639,7 +1604,6 @@ public function getCompression()
{
return $this->compression;
}
-
public function setDestinationFormat($destinationFormat)
{
$this->destinationFormat = $destinationFormat;
@@ -1649,7 +1613,6 @@ public function getDestinationFormat()
{
return $this->destinationFormat;
}
-
public function setDestinationUri($destinationUri)
{
$this->destinationUri = $destinationUri;
@@ -1659,7 +1622,6 @@ public function getDestinationUri()
{
return $this->destinationUri;
}
-
public function setDestinationUris($destinationUris)
{
$this->destinationUris = $destinationUris;
@@ -1669,7 +1631,6 @@ public function getDestinationUris()
{
return $this->destinationUris;
}
-
public function setFieldDelimiter($fieldDelimiter)
{
$this->fieldDelimiter = $fieldDelimiter;
@@ -1679,7 +1640,6 @@ public function getFieldDelimiter()
{
return $this->fieldDelimiter;
}
-
public function setPrintHeader($printHeader)
{
$this->printHeader = $printHeader;
@@ -1689,7 +1649,6 @@ public function getPrintHeader()
{
return $this->printHeader;
}
-
public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
{
$this->sourceTable = $sourceTable;
@@ -1699,6 +1658,7 @@ public function getSourceTable()
{
return $this->sourceTable;
}
+
}
class Google_Service_Bigquery_JobConfigurationLink extends Google_Collection
@@ -1721,7 +1681,6 @@ public function getCreateDisposition()
{
return $this->createDisposition;
}
-
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
{
$this->destinationTable = $destinationTable;
@@ -1731,7 +1690,6 @@ public function getDestinationTable()
{
return $this->destinationTable;
}
-
public function setSourceUri($sourceUri)
{
$this->sourceUri = $sourceUri;
@@ -1741,7 +1699,6 @@ public function getSourceUri()
{
return $this->sourceUri;
}
-
public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
@@ -1751,6 +1708,7 @@ public function getWriteDisposition()
{
return $this->writeDisposition;
}
+
}
class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
@@ -1786,7 +1744,6 @@ public function getAllowJaggedRows()
{
return $this->allowJaggedRows;
}
-
public function setAllowQuotedNewlines($allowQuotedNewlines)
{
$this->allowQuotedNewlines = $allowQuotedNewlines;
@@ -1796,7 +1753,6 @@ public function getAllowQuotedNewlines()
{
return $this->allowQuotedNewlines;
}
-
public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
@@ -1806,7 +1762,6 @@ public function getCreateDisposition()
{
return $this->createDisposition;
}
-
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
{
$this->destinationTable = $destinationTable;
@@ -1816,7 +1771,6 @@ public function getDestinationTable()
{
return $this->destinationTable;
}
-
public function setEncoding($encoding)
{
$this->encoding = $encoding;
@@ -1826,7 +1780,6 @@ public function getEncoding()
{
return $this->encoding;
}
-
public function setFieldDelimiter($fieldDelimiter)
{
$this->fieldDelimiter = $fieldDelimiter;
@@ -1836,7 +1789,6 @@ public function getFieldDelimiter()
{
return $this->fieldDelimiter;
}
-
public function setIgnoreUnknownValues($ignoreUnknownValues)
{
$this->ignoreUnknownValues = $ignoreUnknownValues;
@@ -1846,7 +1798,6 @@ public function getIgnoreUnknownValues()
{
return $this->ignoreUnknownValues;
}
-
public function setMaxBadRecords($maxBadRecords)
{
$this->maxBadRecords = $maxBadRecords;
@@ -1856,7 +1807,6 @@ public function getMaxBadRecords()
{
return $this->maxBadRecords;
}
-
public function setQuote($quote)
{
$this->quote = $quote;
@@ -1866,7 +1816,6 @@ public function getQuote()
{
return $this->quote;
}
-
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
@@ -1876,7 +1825,6 @@ public function getSchema()
{
return $this->schema;
}
-
public function setSchemaInline($schemaInline)
{
$this->schemaInline = $schemaInline;
@@ -1886,7 +1834,6 @@ public function getSchemaInline()
{
return $this->schemaInline;
}
-
public function setSchemaInlineFormat($schemaInlineFormat)
{
$this->schemaInlineFormat = $schemaInlineFormat;
@@ -1896,7 +1843,6 @@ public function getSchemaInlineFormat()
{
return $this->schemaInlineFormat;
}
-
public function setSkipLeadingRows($skipLeadingRows)
{
$this->skipLeadingRows = $skipLeadingRows;
@@ -1906,7 +1852,6 @@ public function getSkipLeadingRows()
{
return $this->skipLeadingRows;
}
-
public function setSourceFormat($sourceFormat)
{
$this->sourceFormat = $sourceFormat;
@@ -1916,7 +1861,6 @@ public function getSourceFormat()
{
return $this->sourceFormat;
}
-
public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
@@ -1926,7 +1870,6 @@ public function getSourceUris()
{
return $this->sourceUris;
}
-
public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
@@ -1936,6 +1879,7 @@ public function getWriteDisposition()
{
return $this->writeDisposition;
}
+
}
class Google_Service_Bigquery_JobConfigurationQuery extends Google_Model
@@ -1964,7 +1908,6 @@ public function getAllowLargeResults()
{
return $this->allowLargeResults;
}
-
public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
@@ -1974,7 +1917,6 @@ public function getCreateDisposition()
{
return $this->createDisposition;
}
-
public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
{
$this->defaultDataset = $defaultDataset;
@@ -1984,7 +1926,6 @@ public function getDefaultDataset()
{
return $this->defaultDataset;
}
-
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
{
$this->destinationTable = $destinationTable;
@@ -1994,7 +1935,6 @@ public function getDestinationTable()
{
return $this->destinationTable;
}
-
public function setFlattenResults($flattenResults)
{
$this->flattenResults = $flattenResults;
@@ -2004,7 +1944,6 @@ public function getFlattenResults()
{
return $this->flattenResults;
}
-
public function setPreserveNulls($preserveNulls)
{
$this->preserveNulls = $preserveNulls;
@@ -2014,7 +1953,6 @@ public function getPreserveNulls()
{
return $this->preserveNulls;
}
-
public function setPriority($priority)
{
$this->priority = $priority;
@@ -2024,7 +1962,6 @@ public function getPriority()
{
return $this->priority;
}
-
public function setQuery($query)
{
$this->query = $query;
@@ -2034,7 +1971,6 @@ public function getQuery()
{
return $this->query;
}
-
public function setUseQueryCache($useQueryCache)
{
$this->useQueryCache = $useQueryCache;
@@ -2044,7 +1980,6 @@ public function getUseQueryCache()
{
return $this->useQueryCache;
}
-
public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
@@ -2054,6 +1989,7 @@ public function getWriteDisposition()
{
return $this->writeDisposition;
}
+
}
class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collection
@@ -2079,7 +2015,6 @@ public function getCreateDisposition()
{
return $this->createDisposition;
}
-
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
{
$this->destinationTable = $destinationTable;
@@ -2089,7 +2024,6 @@ public function getDestinationTable()
{
return $this->destinationTable;
}
-
public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
{
$this->sourceTable = $sourceTable;
@@ -2099,7 +2033,6 @@ public function getSourceTable()
{
return $this->sourceTable;
}
-
public function setSourceTables($sourceTables)
{
$this->sourceTables = $sourceTables;
@@ -2109,7 +2042,6 @@ public function getSourceTables()
{
return $this->sourceTables;
}
-
public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
@@ -2119,6 +2051,7 @@ public function getWriteDisposition()
{
return $this->writeDisposition;
}
+
}
class Google_Service_Bigquery_JobList extends Google_Collection
@@ -2142,7 +2075,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setJobs($jobs)
{
$this->jobs = $jobs;
@@ -2152,7 +2084,6 @@ public function getJobs()
{
return $this->jobs;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2162,7 +2093,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2172,7 +2102,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2182,6 +2111,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Bigquery_JobListJobs extends Google_Model
@@ -2213,7 +2143,6 @@ public function getConfiguration()
{
return $this->configuration;
}
-
public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
{
$this->errorResult = $errorResult;
@@ -2223,7 +2152,6 @@ public function getErrorResult()
{
return $this->errorResult;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2233,7 +2161,6 @@ public function getId()
{
return $this->id;
}
-
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
@@ -2243,7 +2170,6 @@ public function getJobReference()
{
return $this->jobReference;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2253,7 +2179,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setState($state)
{
$this->state = $state;
@@ -2263,7 +2188,6 @@ public function getState()
{
return $this->state;
}
-
public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
{
$this->statistics = $statistics;
@@ -2273,7 +2197,6 @@ public function getStatistics()
{
return $this->statistics;
}
-
public function setStatus(Google_Service_Bigquery_JobStatus $status)
{
$this->status = $status;
@@ -2283,7 +2206,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUserEmail($userEmail)
{
$this->userEmail = $userEmail;
@@ -2293,6 +2215,7 @@ public function getUserEmail()
{
return $this->userEmail;
}
+
}
class Google_Service_Bigquery_JobReference extends Google_Model
@@ -2311,7 +2234,6 @@ public function getJobId()
{
return $this->jobId;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -2321,6 +2243,7 @@ public function getProjectId()
{
return $this->projectId;
}
+
}
class Google_Service_Bigquery_JobStatistics extends Google_Model
@@ -2345,7 +2268,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -2355,7 +2277,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setLoad(Google_Service_Bigquery_JobStatistics3 $load)
{
$this->load = $load;
@@ -2365,7 +2286,6 @@ public function getLoad()
{
return $this->load;
}
-
public function setQuery(Google_Service_Bigquery_JobStatistics2 $query)
{
$this->query = $query;
@@ -2375,7 +2295,6 @@ public function getQuery()
{
return $this->query;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -2385,7 +2304,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setTotalBytesProcessed($totalBytesProcessed)
{
$this->totalBytesProcessed = $totalBytesProcessed;
@@ -2395,6 +2313,7 @@ public function getTotalBytesProcessed()
{
return $this->totalBytesProcessed;
}
+
}
class Google_Service_Bigquery_JobStatistics2 extends Google_Model
@@ -2413,7 +2332,6 @@ public function getCacheHit()
{
return $this->cacheHit;
}
-
public function setTotalBytesProcessed($totalBytesProcessed)
{
$this->totalBytesProcessed = $totalBytesProcessed;
@@ -2423,6 +2341,7 @@ public function getTotalBytesProcessed()
{
return $this->totalBytesProcessed;
}
+
}
class Google_Service_Bigquery_JobStatistics3 extends Google_Model
@@ -2443,7 +2362,6 @@ public function getInputFileBytes()
{
return $this->inputFileBytes;
}
-
public function setInputFiles($inputFiles)
{
$this->inputFiles = $inputFiles;
@@ -2453,7 +2371,6 @@ public function getInputFiles()
{
return $this->inputFiles;
}
-
public function setOutputBytes($outputBytes)
{
$this->outputBytes = $outputBytes;
@@ -2463,7 +2380,6 @@ public function getOutputBytes()
{
return $this->outputBytes;
}
-
public function setOutputRows($outputRows)
{
$this->outputRows = $outputRows;
@@ -2473,6 +2389,7 @@ public function getOutputRows()
{
return $this->outputRows;
}
+
}
class Google_Service_Bigquery_JobStatus extends Google_Collection
@@ -2495,7 +2412,6 @@ public function getErrorResult()
{
return $this->errorResult;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -2505,7 +2421,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setState($state)
{
$this->state = $state;
@@ -2515,12 +2430,15 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_Bigquery_JsonObject extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Bigquery_ProjectList extends Google_Collection
@@ -2544,7 +2462,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2554,7 +2471,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2564,7 +2480,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setProjects($projects)
{
$this->projects = $projects;
@@ -2574,7 +2489,6 @@ public function getProjects()
{
return $this->projects;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -2584,6 +2498,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Bigquery_ProjectListProjects extends Google_Model
@@ -2606,7 +2521,6 @@ public function getFriendlyName()
{
return $this->friendlyName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2616,7 +2530,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2626,7 +2539,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNumericId($numericId)
{
$this->numericId = $numericId;
@@ -2636,7 +2548,6 @@ public function getNumericId()
{
return $this->numericId;
}
-
public function setProjectReference(Google_Service_Bigquery_ProjectReference $projectReference)
{
$this->projectReference = $projectReference;
@@ -2646,6 +2557,7 @@ public function getProjectReference()
{
return $this->projectReference;
}
+
}
class Google_Service_Bigquery_ProjectReference extends Google_Model
@@ -2663,6 +2575,7 @@ public function getProjectId()
{
return $this->projectId;
}
+
}
class Google_Service_Bigquery_QueryRequest extends Google_Model
@@ -2688,7 +2601,6 @@ public function getDefaultDataset()
{
return $this->defaultDataset;
}
-
public function setDryRun($dryRun)
{
$this->dryRun = $dryRun;
@@ -2698,7 +2610,6 @@ public function getDryRun()
{
return $this->dryRun;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2708,7 +2619,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -2718,7 +2628,6 @@ public function getMaxResults()
{
return $this->maxResults;
}
-
public function setPreserveNulls($preserveNulls)
{
$this->preserveNulls = $preserveNulls;
@@ -2728,7 +2637,6 @@ public function getPreserveNulls()
{
return $this->preserveNulls;
}
-
public function setQuery($query)
{
$this->query = $query;
@@ -2738,7 +2646,6 @@ public function getQuery()
{
return $this->query;
}
-
public function setTimeoutMs($timeoutMs)
{
$this->timeoutMs = $timeoutMs;
@@ -2748,7 +2655,6 @@ public function getTimeoutMs()
{
return $this->timeoutMs;
}
-
public function setUseQueryCache($useQueryCache)
{
$this->useQueryCache = $useQueryCache;
@@ -2758,6 +2664,7 @@ public function getUseQueryCache()
{
return $this->useQueryCache;
}
+
}
class Google_Service_Bigquery_QueryResponse extends Google_Collection
@@ -2787,7 +2694,6 @@ public function getCacheHit()
{
return $this->cacheHit;
}
-
public function setJobComplete($jobComplete)
{
$this->jobComplete = $jobComplete;
@@ -2797,7 +2703,6 @@ public function getJobComplete()
{
return $this->jobComplete;
}
-
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
@@ -2807,7 +2712,6 @@ public function getJobReference()
{
return $this->jobReference;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2817,7 +2721,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -2827,7 +2730,6 @@ public function getPageToken()
{
return $this->pageToken;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -2837,7 +2739,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
@@ -2847,7 +2748,6 @@ public function getSchema()
{
return $this->schema;
}
-
public function setTotalBytesProcessed($totalBytesProcessed)
{
$this->totalBytesProcessed = $totalBytesProcessed;
@@ -2857,7 +2757,6 @@ public function getTotalBytesProcessed()
{
return $this->totalBytesProcessed;
}
-
public function setTotalRows($totalRows)
{
$this->totalRows = $totalRows;
@@ -2867,6 +2766,7 @@ public function getTotalRows()
{
return $this->totalRows;
}
+
}
class Google_Service_Bigquery_Table extends Google_Model
@@ -2901,7 +2801,6 @@ public function getCreationTime()
{
return $this->creationTime;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2911,7 +2810,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2921,7 +2819,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setExpirationTime($expirationTime)
{
$this->expirationTime = $expirationTime;
@@ -2931,7 +2828,6 @@ public function getExpirationTime()
{
return $this->expirationTime;
}
-
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
@@ -2941,7 +2837,6 @@ public function getFriendlyName()
{
return $this->friendlyName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2951,7 +2846,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2961,7 +2855,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
@@ -2971,7 +2864,6 @@ public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
-
public function setNumBytes($numBytes)
{
$this->numBytes = $numBytes;
@@ -2981,7 +2873,6 @@ public function getNumBytes()
{
return $this->numBytes;
}
-
public function setNumRows($numRows)
{
$this->numRows = $numRows;
@@ -2991,7 +2882,6 @@ public function getNumRows()
{
return $this->numRows;
}
-
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
@@ -3001,7 +2891,6 @@ public function getSchema()
{
return $this->schema;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3011,7 +2900,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
{
$this->tableReference = $tableReference;
@@ -3021,7 +2909,6 @@ public function getTableReference()
{
return $this->tableReference;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3031,7 +2918,6 @@ public function getType()
{
return $this->type;
}
-
public function setView(Google_Service_Bigquery_ViewDefinition $view)
{
$this->view = $view;
@@ -3041,6 +2927,7 @@ public function getView()
{
return $this->view;
}
+
}
class Google_Service_Bigquery_TableCell extends Google_Model
@@ -3058,6 +2945,7 @@ public function getV()
{
return $this->v;
}
+
}
class Google_Service_Bigquery_TableDataInsertAllRequest extends Google_Collection
@@ -3078,7 +2966,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -3088,6 +2975,7 @@ public function getRows()
{
return $this->rows;
}
+
}
class Google_Service_Bigquery_TableDataInsertAllRequestRows extends Google_Model
@@ -3106,7 +2994,6 @@ public function getInsertId()
{
return $this->insertId;
}
-
public function setJson($json)
{
$this->json = $json;
@@ -3116,6 +3003,7 @@ public function getJson()
{
return $this->json;
}
+
}
class Google_Service_Bigquery_TableDataInsertAllResponse extends Google_Collection
@@ -3136,7 +3024,6 @@ public function getInsertErrors()
{
return $this->insertErrors;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3146,6 +3033,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors extends Google_Collection
@@ -3166,7 +3054,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setIndex($index)
{
$this->index = $index;
@@ -3176,6 +3063,7 @@ public function getIndex()
{
return $this->index;
}
+
}
class Google_Service_Bigquery_TableDataList extends Google_Collection
@@ -3199,7 +3087,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3209,7 +3096,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -3219,7 +3105,6 @@ public function getPageToken()
{
return $this->pageToken;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -3229,7 +3114,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setTotalRows($totalRows)
{
$this->totalRows = $totalRows;
@@ -3239,6 +3123,7 @@ public function getTotalRows()
{
return $this->totalRows;
}
+
}
class Google_Service_Bigquery_TableFieldSchema extends Google_Collection
@@ -3262,7 +3147,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setFields($fields)
{
$this->fields = $fields;
@@ -3272,7 +3156,6 @@ public function getFields()
{
return $this->fields;
}
-
public function setMode($mode)
{
$this->mode = $mode;
@@ -3282,7 +3165,6 @@ public function getMode()
{
return $this->mode;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3292,7 +3174,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3302,6 +3183,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Bigquery_TableList extends Google_Collection
@@ -3325,7 +3207,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3335,7 +3216,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3345,7 +3225,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTables($tables)
{
$this->tables = $tables;
@@ -3355,7 +3234,6 @@ public function getTables()
{
return $this->tables;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -3365,6 +3243,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Bigquery_TableListTables extends Google_Model
@@ -3387,7 +3266,6 @@ public function getFriendlyName()
{
return $this->friendlyName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3397,7 +3275,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3407,7 +3284,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
{
$this->tableReference = $tableReference;
@@ -3417,7 +3293,6 @@ public function getTableReference()
{
return $this->tableReference;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3427,6 +3302,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Bigquery_TableReference extends Google_Model
@@ -3446,7 +3322,6 @@ public function getDatasetId()
{
return $this->datasetId;
}
-
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -3456,7 +3331,6 @@ public function getProjectId()
{
return $this->projectId;
}
-
public function setTableId($tableId)
{
$this->tableId = $tableId;
@@ -3466,6 +3340,7 @@ public function getTableId()
{
return $this->tableId;
}
+
}
class Google_Service_Bigquery_TableRow extends Google_Collection
@@ -3485,6 +3360,7 @@ public function getF()
{
return $this->f;
}
+
}
class Google_Service_Bigquery_TableSchema extends Google_Collection
@@ -3504,6 +3380,7 @@ public function getFields()
{
return $this->fields;
}
+
}
class Google_Service_Bigquery_ViewDefinition extends Google_Model
@@ -3521,4 +3398,5 @@ public function getQuery()
{
return $this->query;
}
+
}
From b76cff7b927a5e20875a1a53e1c29fae35daad9f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:20 -0700
Subject: [PATCH 0359/1219] Updated Pubsub.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Pubsub.php | 32 ++++++++++++++------------------
1 file changed, 14 insertions(+), 18 deletions(-)
diff --git a/src/Google/Service/Pubsub.php b/src/Google/Service/Pubsub.php
index e1af47196..9d738775e 100644
--- a/src/Google/Service/Pubsub.php
+++ b/src/Google/Service/Pubsub.php
@@ -427,7 +427,6 @@ public function getAckId()
{
return $this->ackId;
}
-
public function setSubscription($subscription)
{
$this->subscription = $subscription;
@@ -437,6 +436,7 @@ public function getSubscription()
{
return $this->subscription;
}
+
}
class Google_Service_Pubsub_Label extends Google_Model
@@ -456,7 +456,6 @@ public function getKey()
{
return $this->key;
}
-
public function setNumValue($numValue)
{
$this->numValue = $numValue;
@@ -466,7 +465,6 @@ public function getNumValue()
{
return $this->numValue;
}
-
public function setStrValue($strValue)
{
$this->strValue = $strValue;
@@ -476,6 +474,7 @@ public function getStrValue()
{
return $this->strValue;
}
+
}
class Google_Service_Pubsub_ListSubscriptionsResponse extends Google_Collection
@@ -496,7 +495,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSubscription($subscription)
{
$this->subscription = $subscription;
@@ -506,6 +504,7 @@ public function getSubscription()
{
return $this->subscription;
}
+
}
class Google_Service_Pubsub_ListTopicsResponse extends Google_Collection
@@ -526,7 +525,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTopic($topic)
{
$this->topic = $topic;
@@ -536,6 +534,7 @@ public function getTopic()
{
return $this->topic;
}
+
}
class Google_Service_Pubsub_ModifyAckDeadlineRequest extends Google_Model
@@ -555,7 +554,6 @@ public function getAckDeadlineSeconds()
{
return $this->ackDeadlineSeconds;
}
-
public function setAckId($ackId)
{
$this->ackId = $ackId;
@@ -565,7 +563,6 @@ public function getAckId()
{
return $this->ackId;
}
-
public function setSubscription($subscription)
{
$this->subscription = $subscription;
@@ -575,6 +572,7 @@ public function getSubscription()
{
return $this->subscription;
}
+
}
class Google_Service_Pubsub_ModifyPushConfigRequest extends Google_Model
@@ -594,7 +592,6 @@ public function getPushConfig()
{
return $this->pushConfig;
}
-
public function setSubscription($subscription)
{
$this->subscription = $subscription;
@@ -604,6 +601,7 @@ public function getSubscription()
{
return $this->subscription;
}
+
}
class Google_Service_Pubsub_PublishRequest extends Google_Model
@@ -623,7 +621,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setTopic($topic)
{
$this->topic = $topic;
@@ -633,6 +630,7 @@ public function getTopic()
{
return $this->topic;
}
+
}
class Google_Service_Pubsub_PubsubEvent extends Google_Model
@@ -654,7 +652,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setMessage(Google_Service_Pubsub_PubsubMessage $message)
{
$this->message = $message;
@@ -664,7 +661,6 @@ public function getMessage()
{
return $this->message;
}
-
public function setSubscription($subscription)
{
$this->subscription = $subscription;
@@ -674,7 +670,6 @@ public function getSubscription()
{
return $this->subscription;
}
-
public function setTruncated($truncated)
{
$this->truncated = $truncated;
@@ -684,6 +679,7 @@ public function getTruncated()
{
return $this->truncated;
}
+
}
class Google_Service_Pubsub_PubsubMessage extends Google_Collection
@@ -704,7 +700,6 @@ public function getData()
{
return $this->data;
}
-
public function setLabel($label)
{
$this->label = $label;
@@ -714,6 +709,7 @@ public function getLabel()
{
return $this->label;
}
+
}
class Google_Service_Pubsub_PullRequest extends Google_Model
@@ -732,7 +728,6 @@ public function getReturnImmediately()
{
return $this->returnImmediately;
}
-
public function setSubscription($subscription)
{
$this->subscription = $subscription;
@@ -742,6 +737,7 @@ public function getSubscription()
{
return $this->subscription;
}
+
}
class Google_Service_Pubsub_PullResponse extends Google_Model
@@ -761,7 +757,6 @@ public function getAckId()
{
return $this->ackId;
}
-
public function setPubsubEvent(Google_Service_Pubsub_PubsubEvent $pubsubEvent)
{
$this->pubsubEvent = $pubsubEvent;
@@ -771,6 +766,7 @@ public function getPubsubEvent()
{
return $this->pubsubEvent;
}
+
}
class Google_Service_Pubsub_PushConfig extends Google_Model
@@ -788,6 +784,7 @@ public function getPushEndpoint()
{
return $this->pushEndpoint;
}
+
}
class Google_Service_Pubsub_Subscription extends Google_Model
@@ -809,7 +806,6 @@ public function getAckDeadlineSeconds()
{
return $this->ackDeadlineSeconds;
}
-
public function setName($name)
{
$this->name = $name;
@@ -819,7 +815,6 @@ public function getName()
{
return $this->name;
}
-
public function setPushConfig(Google_Service_Pubsub_PushConfig $pushConfig)
{
$this->pushConfig = $pushConfig;
@@ -829,7 +824,6 @@ public function getPushConfig()
{
return $this->pushConfig;
}
-
public function setTopic($topic)
{
$this->topic = $topic;
@@ -839,6 +833,7 @@ public function getTopic()
{
return $this->topic;
}
+
}
class Google_Service_Pubsub_Topic extends Google_Model
@@ -856,4 +851,5 @@ public function getName()
{
return $this->name;
}
+
}
From fd16230f5bc0d00e4923bbd41a20e2f83db7ddc5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:20 -0700
Subject: [PATCH 0360/1219] Updated Prediction.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Prediction.php | 83 ++++++++++++-------------------
1 file changed, 31 insertions(+), 52 deletions(-)
diff --git a/src/Google/Service/Prediction.php b/src/Google/Service/Prediction.php
index b0745f965..6a031323a 100644
--- a/src/Google/Service/Prediction.php
+++ b/src/Google/Service/Prediction.php
@@ -384,7 +384,6 @@ public function getDataDescription()
{
return $this->dataDescription;
}
-
public function setErrors($errors)
{
$this->errors = $errors;
@@ -394,7 +393,6 @@ public function getErrors()
{
return $this->errors;
}
-
public function setId($id)
{
$this->id = $id;
@@ -404,7 +402,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -414,7 +411,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModelDescription(Google_Service_Prediction_AnalyzeModelDescription $modelDescription)
{
$this->modelDescription = $modelDescription;
@@ -424,7 +420,6 @@ public function getModelDescription()
{
return $this->modelDescription;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -434,6 +429,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescription extends Google_Collection
@@ -455,7 +451,6 @@ public function getFeatures()
{
return $this->features;
}
-
public function setOutputFeature(Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature $outputFeature)
{
$this->outputFeature = $outputFeature;
@@ -465,6 +460,7 @@ public function getOutputFeature()
{
return $this->outputFeature;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeatures extends Google_Model
@@ -488,7 +484,6 @@ public function getCategorical()
{
return $this->categorical;
}
-
public function setIndex($index)
{
$this->index = $index;
@@ -498,7 +493,6 @@ public function getIndex()
{
return $this->index;
}
-
public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric $numeric)
{
$this->numeric = $numeric;
@@ -508,7 +502,6 @@ public function getNumeric()
{
return $this->numeric;
}
-
public function setText(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText $text)
{
$this->text = $text;
@@ -518,6 +511,7 @@ public function getText()
{
return $this->text;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical extends Google_Collection
@@ -538,7 +532,6 @@ public function getCount()
{
return $this->count;
}
-
public function setValues($values)
{
$this->values = $values;
@@ -548,6 +541,7 @@ public function getValues()
{
return $this->values;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues extends Google_Model
@@ -566,7 +560,6 @@ public function getCount()
{
return $this->count;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -576,6 +569,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric extends Google_Model
@@ -595,7 +589,6 @@ public function getCount()
{
return $this->count;
}
-
public function setMean($mean)
{
$this->mean = $mean;
@@ -605,7 +598,6 @@ public function getMean()
{
return $this->mean;
}
-
public function setVariance($variance)
{
$this->variance = $variance;
@@ -615,6 +607,7 @@ public function getVariance()
{
return $this->variance;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText extends Google_Model
@@ -632,6 +625,7 @@ public function getCount()
{
return $this->count;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature extends Google_Collection
@@ -653,7 +647,6 @@ public function getNumeric()
{
return $this->numeric;
}
-
public function setText($text)
{
$this->text = $text;
@@ -663,6 +656,7 @@ public function getText()
{
return $this->text;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric extends Google_Model
@@ -682,7 +676,6 @@ public function getCount()
{
return $this->count;
}
-
public function setMean($mean)
{
$this->mean = $mean;
@@ -692,7 +685,6 @@ public function getMean()
{
return $this->mean;
}
-
public function setVariance($variance)
{
$this->variance = $variance;
@@ -702,6 +694,7 @@ public function getVariance()
{
return $this->variance;
}
+
}
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText extends Google_Model
@@ -720,7 +713,6 @@ public function getCount()
{
return $this->count;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -730,12 +722,15 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Prediction_AnalyzeErrors extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Prediction_AnalyzeModelDescription extends Google_Model
@@ -756,7 +751,6 @@ public function getConfusionMatrix()
{
return $this->confusionMatrix;
}
-
public function setConfusionMatrixRowTotals($confusionMatrixRowTotals)
{
$this->confusionMatrixRowTotals = $confusionMatrixRowTotals;
@@ -766,7 +760,6 @@ public function getConfusionMatrixRowTotals()
{
return $this->confusionMatrixRowTotals;
}
-
public function setModelinfo(Google_Service_Prediction_Insert2 $modelinfo)
{
$this->modelinfo = $modelinfo;
@@ -776,24 +769,31 @@ public function getModelinfo()
{
return $this->modelinfo;
}
+
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrix extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixElement extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixRowTotals extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Prediction_Input extends Google_Model
@@ -812,6 +812,7 @@ public function getInput()
{
return $this->input;
}
+
}
class Google_Service_Prediction_InputInput extends Google_Collection
@@ -830,6 +831,7 @@ public function getCsvInstance()
{
return $this->csvInstance;
}
+
}
class Google_Service_Prediction_Insert extends Google_Collection
@@ -856,7 +858,6 @@ public function getId()
{
return $this->id;
}
-
public function setModelType($modelType)
{
$this->modelType = $modelType;
@@ -866,7 +867,6 @@ public function getModelType()
{
return $this->modelType;
}
-
public function setSourceModel($sourceModel)
{
$this->sourceModel = $sourceModel;
@@ -876,7 +876,6 @@ public function getSourceModel()
{
return $this->sourceModel;
}
-
public function setStorageDataLocation($storageDataLocation)
{
$this->storageDataLocation = $storageDataLocation;
@@ -886,7 +885,6 @@ public function getStorageDataLocation()
{
return $this->storageDataLocation;
}
-
public function setStoragePMMLLocation($storagePMMLLocation)
{
$this->storagePMMLLocation = $storagePMMLLocation;
@@ -896,7 +894,6 @@ public function getStoragePMMLLocation()
{
return $this->storagePMMLLocation;
}
-
public function setStoragePMMLModelLocation($storagePMMLModelLocation)
{
$this->storagePMMLModelLocation = $storagePMMLModelLocation;
@@ -906,7 +903,6 @@ public function getStoragePMMLModelLocation()
{
return $this->storagePMMLModelLocation;
}
-
public function setTrainingInstances($trainingInstances)
{
$this->trainingInstances = $trainingInstances;
@@ -916,7 +912,6 @@ public function getTrainingInstances()
{
return $this->trainingInstances;
}
-
public function setUtility($utility)
{
$this->utility = $utility;
@@ -926,6 +921,7 @@ public function getUtility()
{
return $this->utility;
}
+
}
class Google_Service_Prediction_Insert2 extends Google_Model
@@ -954,7 +950,6 @@ public function getCreated()
{
return $this->created;
}
-
public function setId($id)
{
$this->id = $id;
@@ -964,7 +959,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -974,7 +968,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setModelInfo(Google_Service_Prediction_Insert2ModelInfo $modelInfo)
{
$this->modelInfo = $modelInfo;
@@ -984,7 +977,6 @@ public function getModelInfo()
{
return $this->modelInfo;
}
-
public function setModelType($modelType)
{
$this->modelType = $modelType;
@@ -994,7 +986,6 @@ public function getModelType()
{
return $this->modelType;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1004,7 +995,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStorageDataLocation($storageDataLocation)
{
$this->storageDataLocation = $storageDataLocation;
@@ -1014,7 +1004,6 @@ public function getStorageDataLocation()
{
return $this->storageDataLocation;
}
-
public function setStoragePMMLLocation($storagePMMLLocation)
{
$this->storagePMMLLocation = $storagePMMLLocation;
@@ -1024,7 +1013,6 @@ public function getStoragePMMLLocation()
{
return $this->storagePMMLLocation;
}
-
public function setStoragePMMLModelLocation($storagePMMLModelLocation)
{
$this->storagePMMLModelLocation = $storagePMMLModelLocation;
@@ -1034,7 +1022,6 @@ public function getStoragePMMLModelLocation()
{
return $this->storagePMMLModelLocation;
}
-
public function setTrainingComplete($trainingComplete)
{
$this->trainingComplete = $trainingComplete;
@@ -1044,7 +1031,6 @@ public function getTrainingComplete()
{
return $this->trainingComplete;
}
-
public function setTrainingStatus($trainingStatus)
{
$this->trainingStatus = $trainingStatus;
@@ -1054,6 +1040,7 @@ public function getTrainingStatus()
{
return $this->trainingStatus;
}
+
}
class Google_Service_Prediction_Insert2ModelInfo extends Google_Model
@@ -1076,7 +1063,6 @@ public function getClassWeightedAccuracy()
{
return $this->classWeightedAccuracy;
}
-
public function setClassificationAccuracy($classificationAccuracy)
{
$this->classificationAccuracy = $classificationAccuracy;
@@ -1086,7 +1072,6 @@ public function getClassificationAccuracy()
{
return $this->classificationAccuracy;
}
-
public function setMeanSquaredError($meanSquaredError)
{
$this->meanSquaredError = $meanSquaredError;
@@ -1096,7 +1081,6 @@ public function getMeanSquaredError()
{
return $this->meanSquaredError;
}
-
public function setModelType($modelType)
{
$this->modelType = $modelType;
@@ -1106,7 +1090,6 @@ public function getModelType()
{
return $this->modelType;
}
-
public function setNumberInstances($numberInstances)
{
$this->numberInstances = $numberInstances;
@@ -1116,7 +1099,6 @@ public function getNumberInstances()
{
return $this->numberInstances;
}
-
public function setNumberLabels($numberLabels)
{
$this->numberLabels = $numberLabels;
@@ -1126,6 +1108,7 @@ public function getNumberLabels()
{
return $this->numberLabels;
}
+
}
class Google_Service_Prediction_InsertTrainingInstances extends Google_Collection
@@ -1145,7 +1128,6 @@ public function getCsvInstance()
{
return $this->csvInstance;
}
-
public function setOutput($output)
{
$this->output = $output;
@@ -1155,12 +1137,15 @@ public function getOutput()
{
return $this->output;
}
+
}
class Google_Service_Prediction_InsertUtility extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Prediction_Output extends Google_Collection
@@ -1185,7 +1170,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1195,7 +1179,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOutputLabel($outputLabel)
{
$this->outputLabel = $outputLabel;
@@ -1205,7 +1188,6 @@ public function getOutputLabel()
{
return $this->outputLabel;
}
-
public function setOutputMulti($outputMulti)
{
$this->outputMulti = $outputMulti;
@@ -1215,7 +1197,6 @@ public function getOutputMulti()
{
return $this->outputMulti;
}
-
public function setOutputValue($outputValue)
{
$this->outputValue = $outputValue;
@@ -1225,7 +1206,6 @@ public function getOutputValue()
{
return $this->outputValue;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1235,6 +1215,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Prediction_OutputOutputMulti extends Google_Model
@@ -1253,7 +1234,6 @@ public function getLabel()
{
return $this->label;
}
-
public function setScore($score)
{
$this->score = $score;
@@ -1263,6 +1243,7 @@ public function getScore()
{
return $this->score;
}
+
}
class Google_Service_Prediction_PredictionList extends Google_Collection
@@ -1285,7 +1266,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1295,7 +1275,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1305,7 +1284,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1315,6 +1293,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Prediction_Update extends Google_Collection
@@ -1334,7 +1313,6 @@ public function getCsvInstance()
{
return $this->csvInstance;
}
-
public function setOutput($output)
{
$this->output = $output;
@@ -1344,4 +1322,5 @@ public function getOutput()
{
return $this->output;
}
+
}
From b8e28941072aaf5ac03255abf6b997903f20909d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:21 -0700
Subject: [PATCH 0361/1219] Updated Compute.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Compute.php | 625 ++++++++-------------------------
1 file changed, 143 insertions(+), 482 deletions(-)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index bb0ed8625..6f06dc4e4 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -5691,7 +5691,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5701,7 +5700,6 @@ public function getName()
{
return $this->name;
}
-
public function setNatIP($natIP)
{
$this->natIP = $natIP;
@@ -5711,7 +5709,6 @@ public function getNatIP()
{
return $this->natIP;
}
-
public function setType($type)
{
$this->type = $type;
@@ -5721,6 +5718,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Compute_Address extends Google_Collection
@@ -5748,7 +5746,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -5758,7 +5755,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -5768,7 +5764,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -5778,7 +5773,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5788,7 +5782,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -5798,7 +5791,6 @@ public function getName()
{
return $this->name;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -5808,7 +5800,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5818,7 +5809,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -5828,7 +5818,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUsers($users)
{
$this->users = $users;
@@ -5838,6 +5827,7 @@ public function getUsers()
{
return $this->users;
}
+
}
class Google_Service_Compute_AddressAggregatedList extends Google_Model
@@ -5860,7 +5850,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -5870,7 +5859,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5880,7 +5868,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5890,7 +5877,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5900,12 +5886,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_AddressAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_AddressList extends Google_Collection
@@ -5929,7 +5918,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -5939,7 +5927,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -5949,7 +5936,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -5959,7 +5945,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5969,6 +5954,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_AddressesScopedList extends Google_Collection
@@ -5990,7 +5976,6 @@ public function getAddresses()
{
return $this->addresses;
}
-
public function setWarning(Google_Service_Compute_AddressesScopedListWarning $warning)
{
$this->warning = $warning;
@@ -6000,6 +5985,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_AddressesScopedListWarning extends Google_Collection
@@ -6021,7 +6007,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -6031,7 +6016,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -6041,6 +6025,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_AddressesScopedListWarningData extends Google_Model
@@ -6059,7 +6044,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -6069,6 +6053,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_AttachedDisk extends Google_Collection
@@ -6098,7 +6083,6 @@ public function getAutoDelete()
{
return $this->autoDelete;
}
-
public function setBoot($boot)
{
$this->boot = $boot;
@@ -6108,7 +6092,6 @@ public function getBoot()
{
return $this->boot;
}
-
public function setDeviceName($deviceName)
{
$this->deviceName = $deviceName;
@@ -6118,7 +6101,6 @@ public function getDeviceName()
{
return $this->deviceName;
}
-
public function setIndex($index)
{
$this->index = $index;
@@ -6128,7 +6110,6 @@ public function getIndex()
{
return $this->index;
}
-
public function setInitializeParams(Google_Service_Compute_AttachedDiskInitializeParams $initializeParams)
{
$this->initializeParams = $initializeParams;
@@ -6138,7 +6119,6 @@ public function getInitializeParams()
{
return $this->initializeParams;
}
-
public function setInterface($interface)
{
$this->interface = $interface;
@@ -6148,7 +6128,6 @@ public function getInterface()
{
return $this->interface;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6158,7 +6137,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLicenses($licenses)
{
$this->licenses = $licenses;
@@ -6168,7 +6146,6 @@ public function getLicenses()
{
return $this->licenses;
}
-
public function setMode($mode)
{
$this->mode = $mode;
@@ -6178,7 +6155,6 @@ public function getMode()
{
return $this->mode;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -6188,7 +6164,6 @@ public function getSource()
{
return $this->source;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6198,6 +6173,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Compute_AttachedDiskInitializeParams extends Google_Model
@@ -6218,7 +6194,6 @@ public function getDiskName()
{
return $this->diskName;
}
-
public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
@@ -6228,7 +6203,6 @@ public function getDiskSizeGb()
{
return $this->diskSizeGb;
}
-
public function setDiskType($diskType)
{
$this->diskType = $diskType;
@@ -6238,7 +6212,6 @@ public function getDiskType()
{
return $this->diskType;
}
-
public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
@@ -6248,6 +6221,7 @@ public function getSourceImage()
{
return $this->sourceImage;
}
+
}
class Google_Service_Compute_Backend extends Google_Model
@@ -6271,7 +6245,6 @@ public function getBalancingMode()
{
return $this->balancingMode;
}
-
public function setCapacityScaler($capacityScaler)
{
$this->capacityScaler = $capacityScaler;
@@ -6281,7 +6254,6 @@ public function getCapacityScaler()
{
return $this->capacityScaler;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -6291,7 +6263,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setGroup($group)
{
$this->group = $group;
@@ -6301,7 +6272,6 @@ public function getGroup()
{
return $this->group;
}
-
public function setMaxRate($maxRate)
{
$this->maxRate = $maxRate;
@@ -6311,7 +6281,6 @@ public function getMaxRate()
{
return $this->maxRate;
}
-
public function setMaxRatePerInstance($maxRatePerInstance)
{
$this->maxRatePerInstance = $maxRatePerInstance;
@@ -6321,7 +6290,6 @@ public function getMaxRatePerInstance()
{
return $this->maxRatePerInstance;
}
-
public function setMaxUtilization($maxUtilization)
{
$this->maxUtilization = $maxUtilization;
@@ -6331,6 +6299,7 @@ public function getMaxUtilization()
{
return $this->maxUtilization;
}
+
}
class Google_Service_Compute_BackendService extends Google_Collection
@@ -6362,7 +6331,6 @@ public function getBackends()
{
return $this->backends;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -6372,7 +6340,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -6382,7 +6349,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -6392,7 +6358,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
@@ -6402,7 +6367,6 @@ public function getHealthChecks()
{
return $this->healthChecks;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6412,7 +6376,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6422,7 +6385,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6432,7 +6394,6 @@ public function getName()
{
return $this->name;
}
-
public function setPort($port)
{
$this->port = $port;
@@ -6442,7 +6403,6 @@ public function getPort()
{
return $this->port;
}
-
public function setPortName($portName)
{
$this->portName = $portName;
@@ -6452,7 +6412,6 @@ public function getPortName()
{
return $this->portName;
}
-
public function setProtocol($protocol)
{
$this->protocol = $protocol;
@@ -6462,7 +6421,6 @@ public function getProtocol()
{
return $this->protocol;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6472,7 +6430,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTimeoutSec($timeoutSec)
{
$this->timeoutSec = $timeoutSec;
@@ -6482,6 +6439,7 @@ public function getTimeoutSec()
{
return $this->timeoutSec;
}
+
}
class Google_Service_Compute_BackendServiceGroupHealth extends Google_Collection
@@ -6502,7 +6460,6 @@ public function getHealthStatus()
{
return $this->healthStatus;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6512,6 +6469,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Compute_BackendServiceList extends Google_Collection
@@ -6535,7 +6493,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6545,7 +6502,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6555,7 +6511,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -6565,7 +6520,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6575,6 +6529,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_DeprecationStatus extends Google_Model
@@ -6596,7 +6551,6 @@ public function getDeleted()
{
return $this->deleted;
}
-
public function setDeprecated($deprecated)
{
$this->deprecated = $deprecated;
@@ -6606,7 +6560,6 @@ public function getDeprecated()
{
return $this->deprecated;
}
-
public function setObsolete($obsolete)
{
$this->obsolete = $obsolete;
@@ -6616,7 +6569,6 @@ public function getObsolete()
{
return $this->obsolete;
}
-
public function setReplacement($replacement)
{
$this->replacement = $replacement;
@@ -6626,7 +6578,6 @@ public function getReplacement()
{
return $this->replacement;
}
-
public function setState($state)
{
$this->state = $state;
@@ -6636,6 +6587,7 @@ public function getState()
{
return $this->state;
}
+
}
class Google_Service_Compute_Disk extends Google_Collection
@@ -6669,7 +6621,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -6679,7 +6630,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -6689,7 +6639,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6699,7 +6648,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLicenses($licenses)
{
$this->licenses = $licenses;
@@ -6709,7 +6657,6 @@ public function getLicenses()
{
return $this->licenses;
}
-
public function setName($name)
{
$this->name = $name;
@@ -6719,7 +6666,6 @@ public function getName()
{
return $this->name;
}
-
public function setOptions($options)
{
$this->options = $options;
@@ -6729,7 +6675,6 @@ public function getOptions()
{
return $this->options;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6739,7 +6684,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSizeGb($sizeGb)
{
$this->sizeGb = $sizeGb;
@@ -6749,7 +6693,6 @@ public function getSizeGb()
{
return $this->sizeGb;
}
-
public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
@@ -6759,7 +6702,6 @@ public function getSourceImage()
{
return $this->sourceImage;
}
-
public function setSourceImageId($sourceImageId)
{
$this->sourceImageId = $sourceImageId;
@@ -6769,7 +6711,6 @@ public function getSourceImageId()
{
return $this->sourceImageId;
}
-
public function setSourceSnapshot($sourceSnapshot)
{
$this->sourceSnapshot = $sourceSnapshot;
@@ -6779,7 +6720,6 @@ public function getSourceSnapshot()
{
return $this->sourceSnapshot;
}
-
public function setSourceSnapshotId($sourceSnapshotId)
{
$this->sourceSnapshotId = $sourceSnapshotId;
@@ -6789,7 +6729,6 @@ public function getSourceSnapshotId()
{
return $this->sourceSnapshotId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -6799,7 +6738,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setType($type)
{
$this->type = $type;
@@ -6809,7 +6747,6 @@ public function getType()
{
return $this->type;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -6819,6 +6756,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Compute_DiskAggregatedList extends Google_Model
@@ -6841,7 +6779,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6851,7 +6788,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6861,7 +6797,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -6871,7 +6806,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6881,12 +6815,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_DiskAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_DiskList extends Google_Collection
@@ -6910,7 +6847,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -6920,7 +6856,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -6930,7 +6865,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -6940,7 +6874,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -6950,6 +6883,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_DiskType extends Google_Model
@@ -6977,7 +6911,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDefaultDiskSizeGb($defaultDiskSizeGb)
{
$this->defaultDiskSizeGb = $defaultDiskSizeGb;
@@ -6987,7 +6920,6 @@ public function getDefaultDiskSizeGb()
{
return $this->defaultDiskSizeGb;
}
-
public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
$this->deprecated = $deprecated;
@@ -6997,7 +6929,6 @@ public function getDeprecated()
{
return $this->deprecated;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -7007,7 +6938,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7017,7 +6947,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7027,7 +6956,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -7037,7 +6965,6 @@ public function getName()
{
return $this->name;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7047,7 +6974,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setValidDiskSize($validDiskSize)
{
$this->validDiskSize = $validDiskSize;
@@ -7057,7 +6983,6 @@ public function getValidDiskSize()
{
return $this->validDiskSize;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -7067,6 +6992,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Compute_DiskTypeAggregatedList extends Google_Model
@@ -7089,7 +7015,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -7099,7 +7024,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7109,7 +7033,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7119,7 +7042,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7129,12 +7051,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_DiskTypeAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_DiskTypeList extends Google_Collection
@@ -7158,7 +7083,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -7168,7 +7092,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7178,7 +7101,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7188,7 +7110,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7198,6 +7119,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_DiskTypesScopedList extends Google_Collection
@@ -7219,7 +7141,6 @@ public function getDiskTypes()
{
return $this->diskTypes;
}
-
public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $warning)
{
$this->warning = $warning;
@@ -7229,6 +7150,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_DiskTypesScopedListWarning extends Google_Collection
@@ -7250,7 +7172,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -7260,7 +7181,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -7270,6 +7190,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_DiskTypesScopedListWarningData extends Google_Model
@@ -7288,7 +7209,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -7298,6 +7218,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_DisksScopedList extends Google_Collection
@@ -7319,7 +7240,6 @@ public function getDisks()
{
return $this->disks;
}
-
public function setWarning(Google_Service_Compute_DisksScopedListWarning $warning)
{
$this->warning = $warning;
@@ -7329,6 +7249,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_DisksScopedListWarning extends Google_Collection
@@ -7350,7 +7271,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -7360,7 +7280,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -7370,6 +7289,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_DisksScopedListWarningData extends Google_Model
@@ -7388,7 +7308,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -7398,6 +7317,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_Firewall extends Google_Collection
@@ -7427,7 +7347,6 @@ public function getAllowed()
{
return $this->allowed;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -7437,7 +7356,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -7447,7 +7365,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7457,7 +7374,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7467,7 +7383,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -7477,7 +7392,6 @@ public function getName()
{
return $this->name;
}
-
public function setNetwork($network)
{
$this->network = $network;
@@ -7487,7 +7401,6 @@ public function getNetwork()
{
return $this->network;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7497,7 +7410,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSourceRanges($sourceRanges)
{
$this->sourceRanges = $sourceRanges;
@@ -7507,7 +7419,6 @@ public function getSourceRanges()
{
return $this->sourceRanges;
}
-
public function setSourceTags($sourceTags)
{
$this->sourceTags = $sourceTags;
@@ -7517,7 +7428,6 @@ public function getSourceTags()
{
return $this->sourceTags;
}
-
public function setTargetTags($targetTags)
{
$this->targetTags = $targetTags;
@@ -7527,6 +7437,7 @@ public function getTargetTags()
{
return $this->targetTags;
}
+
}
class Google_Service_Compute_FirewallAllowed extends Google_Collection
@@ -7547,7 +7458,6 @@ public function getIPProtocol()
{
return $this->iPProtocol;
}
-
public function setPorts($ports)
{
$this->ports = $ports;
@@ -7557,6 +7467,7 @@ public function getPorts()
{
return $this->ports;
}
+
}
class Google_Service_Compute_FirewallList extends Google_Collection
@@ -7580,7 +7491,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -7590,7 +7500,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7600,7 +7509,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7610,7 +7518,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7620,6 +7527,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_ForwardingRule extends Google_Model
@@ -7649,7 +7557,6 @@ public function getIPAddress()
{
return $this->iPAddress;
}
-
public function setIPProtocol($iPProtocol)
{
$this->iPProtocol = $iPProtocol;
@@ -7659,7 +7566,6 @@ public function getIPProtocol()
{
return $this->iPProtocol;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -7669,7 +7575,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -7679,7 +7584,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -7689,7 +7593,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7699,7 +7602,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -7709,7 +7611,6 @@ public function getName()
{
return $this->name;
}
-
public function setPortRange($portRange)
{
$this->portRange = $portRange;
@@ -7719,7 +7620,6 @@ public function getPortRange()
{
return $this->portRange;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -7729,7 +7629,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7739,7 +7638,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTarget($target)
{
$this->target = $target;
@@ -7749,6 +7647,7 @@ public function getTarget()
{
return $this->target;
}
+
}
class Google_Service_Compute_ForwardingRuleAggregatedList extends Google_Model
@@ -7771,7 +7670,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -7781,7 +7679,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7791,7 +7688,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7801,7 +7697,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7811,12 +7706,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_ForwardingRuleAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_ForwardingRuleList extends Google_Collection
@@ -7840,7 +7738,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -7850,7 +7747,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7860,7 +7756,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -7870,7 +7765,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -7880,6 +7774,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_ForwardingRulesScopedList extends Google_Collection
@@ -7901,7 +7796,6 @@ public function getForwardingRules()
{
return $this->forwardingRules;
}
-
public function setWarning(Google_Service_Compute_ForwardingRulesScopedListWarning $warning)
{
$this->warning = $warning;
@@ -7911,6 +7805,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_ForwardingRulesScopedListWarning extends Google_Collection
@@ -7932,7 +7827,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -7942,7 +7836,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -7952,6 +7845,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_ForwardingRulesScopedListWarningData extends Google_Model
@@ -7970,7 +7864,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -7980,6 +7873,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_HealthCheckReference extends Google_Model
@@ -7997,6 +7891,7 @@ public function getHealthCheck()
{
return $this->healthCheck;
}
+
}
class Google_Service_Compute_HealthStatus extends Google_Model
@@ -8017,7 +7912,6 @@ public function getHealthState()
{
return $this->healthState;
}
-
public function setInstance($instance)
{
$this->instance = $instance;
@@ -8027,7 +7921,6 @@ public function getInstance()
{
return $this->instance;
}
-
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
@@ -8037,7 +7930,6 @@ public function getIpAddress()
{
return $this->ipAddress;
}
-
public function setPort($port)
{
$this->port = $port;
@@ -8047,6 +7939,7 @@ public function getPort()
{
return $this->port;
}
+
}
class Google_Service_Compute_HostRule extends Google_Collection
@@ -8067,7 +7960,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setHosts($hosts)
{
$this->hosts = $hosts;
@@ -8077,7 +7969,6 @@ public function getHosts()
{
return $this->hosts;
}
-
public function setPathMatcher($pathMatcher)
{
$this->pathMatcher = $pathMatcher;
@@ -8087,6 +7978,7 @@ public function getPathMatcher()
{
return $this->pathMatcher;
}
+
}
class Google_Service_Compute_HttpHealthCheck extends Google_Model
@@ -8116,7 +8008,6 @@ public function getCheckIntervalSec()
{
return $this->checkIntervalSec;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -8126,7 +8017,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -8136,7 +8026,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setHealthyThreshold($healthyThreshold)
{
$this->healthyThreshold = $healthyThreshold;
@@ -8146,7 +8035,6 @@ public function getHealthyThreshold()
{
return $this->healthyThreshold;
}
-
public function setHost($host)
{
$this->host = $host;
@@ -8156,7 +8044,6 @@ public function getHost()
{
return $this->host;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8166,7 +8053,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8176,7 +8062,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -8186,7 +8071,6 @@ public function getName()
{
return $this->name;
}
-
public function setPort($port)
{
$this->port = $port;
@@ -8196,7 +8080,6 @@ public function getPort()
{
return $this->port;
}
-
public function setRequestPath($requestPath)
{
$this->requestPath = $requestPath;
@@ -8206,7 +8089,6 @@ public function getRequestPath()
{
return $this->requestPath;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8216,7 +8098,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTimeoutSec($timeoutSec)
{
$this->timeoutSec = $timeoutSec;
@@ -8226,7 +8107,6 @@ public function getTimeoutSec()
{
return $this->timeoutSec;
}
-
public function setUnhealthyThreshold($unhealthyThreshold)
{
$this->unhealthyThreshold = $unhealthyThreshold;
@@ -8236,6 +8116,7 @@ public function getUnhealthyThreshold()
{
return $this->unhealthyThreshold;
}
+
}
class Google_Service_Compute_HttpHealthCheckList extends Google_Collection
@@ -8259,7 +8140,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -8269,7 +8149,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8279,7 +8158,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8289,7 +8167,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8299,6 +8176,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_Image extends Google_Collection
@@ -8333,7 +8211,6 @@ public function getArchiveSizeBytes()
{
return $this->archiveSizeBytes;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -8343,7 +8220,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
$this->deprecated = $deprecated;
@@ -8353,7 +8229,6 @@ public function getDeprecated()
{
return $this->deprecated;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -8363,7 +8238,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
@@ -8373,7 +8247,6 @@ public function getDiskSizeGb()
{
return $this->diskSizeGb;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8383,7 +8256,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8393,7 +8265,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLicenses($licenses)
{
$this->licenses = $licenses;
@@ -8403,7 +8274,6 @@ public function getLicenses()
{
return $this->licenses;
}
-
public function setName($name)
{
$this->name = $name;
@@ -8413,7 +8283,6 @@ public function getName()
{
return $this->name;
}
-
public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk)
{
$this->rawDisk = $rawDisk;
@@ -8423,7 +8292,6 @@ public function getRawDisk()
{
return $this->rawDisk;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8433,7 +8301,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSourceDisk($sourceDisk)
{
$this->sourceDisk = $sourceDisk;
@@ -8443,7 +8310,6 @@ public function getSourceDisk()
{
return $this->sourceDisk;
}
-
public function setSourceDiskId($sourceDiskId)
{
$this->sourceDiskId = $sourceDiskId;
@@ -8453,7 +8319,6 @@ public function getSourceDiskId()
{
return $this->sourceDiskId;
}
-
public function setSourceType($sourceType)
{
$this->sourceType = $sourceType;
@@ -8463,7 +8328,6 @@ public function getSourceType()
{
return $this->sourceType;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -8473,6 +8337,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Compute_ImageList extends Google_Collection
@@ -8496,7 +8361,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -8506,7 +8370,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8516,7 +8379,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8526,7 +8388,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8536,6 +8397,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_ImageRawDisk extends Google_Model
@@ -8555,7 +8417,6 @@ public function getContainerType()
{
return $this->containerType;
}
-
public function setSha1Checksum($sha1Checksum)
{
$this->sha1Checksum = $sha1Checksum;
@@ -8565,7 +8426,6 @@ public function getSha1Checksum()
{
return $this->sha1Checksum;
}
-
public function setSource($source)
{
$this->source = $source;
@@ -8575,6 +8435,7 @@ public function getSource()
{
return $this->source;
}
+
}
class Google_Service_Compute_Instance extends Google_Collection
@@ -8615,7 +8476,6 @@ public function getCanIpForward()
{
return $this->canIpForward;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -8625,7 +8485,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -8635,7 +8494,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDisks($disks)
{
$this->disks = $disks;
@@ -8645,7 +8503,6 @@ public function getDisks()
{
return $this->disks;
}
-
public function setId($id)
{
$this->id = $id;
@@ -8655,7 +8512,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8665,7 +8521,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMachineType($machineType)
{
$this->machineType = $machineType;
@@ -8675,7 +8530,6 @@ public function getMachineType()
{
return $this->machineType;
}
-
public function setMetadata(Google_Service_Compute_Metadata $metadata)
{
$this->metadata = $metadata;
@@ -8685,7 +8539,6 @@ public function getMetadata()
{
return $this->metadata;
}
-
public function setName($name)
{
$this->name = $name;
@@ -8695,7 +8548,6 @@ public function getName()
{
return $this->name;
}
-
public function setNetworkInterfaces($networkInterfaces)
{
$this->networkInterfaces = $networkInterfaces;
@@ -8705,7 +8557,6 @@ public function getNetworkInterfaces()
{
return $this->networkInterfaces;
}
-
public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
{
$this->scheduling = $scheduling;
@@ -8715,7 +8566,6 @@ public function getScheduling()
{
return $this->scheduling;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8725,7 +8575,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setServiceAccounts($serviceAccounts)
{
$this->serviceAccounts = $serviceAccounts;
@@ -8735,7 +8584,6 @@ public function getServiceAccounts()
{
return $this->serviceAccounts;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -8745,7 +8593,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
@@ -8755,7 +8602,6 @@ public function getStatusMessage()
{
return $this->statusMessage;
}
-
public function setTags(Google_Service_Compute_Tags $tags)
{
$this->tags = $tags;
@@ -8765,7 +8611,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -8775,6 +8620,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Compute_InstanceAggregatedList extends Google_Model
@@ -8797,7 +8643,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -8807,7 +8652,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8817,7 +8661,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8827,7 +8670,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8837,12 +8679,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_InstanceAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_InstanceList extends Google_Collection
@@ -8866,7 +8711,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -8876,7 +8720,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -8886,7 +8729,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -8896,7 +8738,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -8906,6 +8747,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_InstanceProperties extends Google_Collection
@@ -8938,7 +8780,6 @@ public function getCanIpForward()
{
return $this->canIpForward;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -8948,7 +8789,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDisks($disks)
{
$this->disks = $disks;
@@ -8958,7 +8798,6 @@ public function getDisks()
{
return $this->disks;
}
-
public function setMachineType($machineType)
{
$this->machineType = $machineType;
@@ -8968,7 +8807,6 @@ public function getMachineType()
{
return $this->machineType;
}
-
public function setMetadata(Google_Service_Compute_Metadata $metadata)
{
$this->metadata = $metadata;
@@ -8978,7 +8816,6 @@ public function getMetadata()
{
return $this->metadata;
}
-
public function setNetworkInterfaces($networkInterfaces)
{
$this->networkInterfaces = $networkInterfaces;
@@ -8988,7 +8825,6 @@ public function getNetworkInterfaces()
{
return $this->networkInterfaces;
}
-
public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
{
$this->scheduling = $scheduling;
@@ -8998,7 +8834,6 @@ public function getScheduling()
{
return $this->scheduling;
}
-
public function setServiceAccounts($serviceAccounts)
{
$this->serviceAccounts = $serviceAccounts;
@@ -9008,7 +8843,6 @@ public function getServiceAccounts()
{
return $this->serviceAccounts;
}
-
public function setTags(Google_Service_Compute_Tags $tags)
{
$this->tags = $tags;
@@ -9018,6 +8852,7 @@ public function getTags()
{
return $this->tags;
}
+
}
class Google_Service_Compute_InstanceReference extends Google_Model
@@ -9035,6 +8870,7 @@ public function getInstance()
{
return $this->instance;
}
+
}
class Google_Service_Compute_InstanceTemplate extends Google_Model
@@ -9059,7 +8895,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -9069,7 +8904,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9079,7 +8913,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9089,7 +8922,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -9099,7 +8931,6 @@ public function getName()
{
return $this->name;
}
-
public function setProperties(Google_Service_Compute_InstanceProperties $properties)
{
$this->properties = $properties;
@@ -9109,7 +8940,6 @@ public function getProperties()
{
return $this->properties;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9119,6 +8949,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_InstanceTemplateList extends Google_Collection
@@ -9142,7 +8973,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9152,7 +8982,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9162,7 +8991,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -9172,7 +9000,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9182,6 +9009,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_InstancesScopedList extends Google_Collection
@@ -9203,7 +9031,6 @@ public function getInstances()
{
return $this->instances;
}
-
public function setWarning(Google_Service_Compute_InstancesScopedListWarning $warning)
{
$this->warning = $warning;
@@ -9213,6 +9040,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_InstancesScopedListWarning extends Google_Collection
@@ -9234,7 +9062,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -9244,7 +9071,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -9254,6 +9080,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_InstancesScopedListWarningData extends Google_Model
@@ -9272,7 +9099,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -9282,6 +9108,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_License extends Google_Model
@@ -9302,7 +9129,6 @@ public function getChargesUseFee()
{
return $this->chargesUseFee;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9312,7 +9138,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -9322,7 +9147,6 @@ public function getName()
{
return $this->name;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9332,6 +9156,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_MachineType extends Google_Collection
@@ -9365,7 +9190,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
$this->deprecated = $deprecated;
@@ -9375,7 +9199,6 @@ public function getDeprecated()
{
return $this->deprecated;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -9385,7 +9208,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setGuestCpus($guestCpus)
{
$this->guestCpus = $guestCpus;
@@ -9395,7 +9217,6 @@ public function getGuestCpus()
{
return $this->guestCpus;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9405,7 +9226,6 @@ public function getId()
{
return $this->id;
}
-
public function setImageSpaceGb($imageSpaceGb)
{
$this->imageSpaceGb = $imageSpaceGb;
@@ -9415,7 +9235,6 @@ public function getImageSpaceGb()
{
return $this->imageSpaceGb;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9425,7 +9244,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaximumPersistentDisks($maximumPersistentDisks)
{
$this->maximumPersistentDisks = $maximumPersistentDisks;
@@ -9435,7 +9253,6 @@ public function getMaximumPersistentDisks()
{
return $this->maximumPersistentDisks;
}
-
public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb)
{
$this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb;
@@ -9445,7 +9262,6 @@ public function getMaximumPersistentDisksSizeGb()
{
return $this->maximumPersistentDisksSizeGb;
}
-
public function setMemoryMb($memoryMb)
{
$this->memoryMb = $memoryMb;
@@ -9455,7 +9271,6 @@ public function getMemoryMb()
{
return $this->memoryMb;
}
-
public function setName($name)
{
$this->name = $name;
@@ -9465,7 +9280,6 @@ public function getName()
{
return $this->name;
}
-
public function setScratchDisks($scratchDisks)
{
$this->scratchDisks = $scratchDisks;
@@ -9475,7 +9289,6 @@ public function getScratchDisks()
{
return $this->scratchDisks;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9485,7 +9298,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -9495,6 +9307,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Compute_MachineTypeAggregatedList extends Google_Model
@@ -9517,7 +9330,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9527,7 +9339,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9537,7 +9348,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -9547,7 +9357,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9557,12 +9366,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_MachineTypeAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_MachineTypeList extends Google_Collection
@@ -9586,7 +9398,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9596,7 +9407,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9606,7 +9416,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -9616,7 +9425,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9626,6 +9434,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_MachineTypeScratchDisks extends Google_Model
@@ -9643,6 +9452,7 @@ public function getDiskGb()
{
return $this->diskGb;
}
+
}
class Google_Service_Compute_MachineTypesScopedList extends Google_Collection
@@ -9664,7 +9474,6 @@ public function getMachineTypes()
{
return $this->machineTypes;
}
-
public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning $warning)
{
$this->warning = $warning;
@@ -9674,6 +9483,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_MachineTypesScopedListWarning extends Google_Collection
@@ -9695,7 +9505,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -9705,7 +9514,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -9715,6 +9523,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_MachineTypesScopedListWarningData extends Google_Model
@@ -9733,7 +9542,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -9743,6 +9551,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_Metadata extends Google_Collection
@@ -9764,7 +9573,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9774,7 +9582,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9784,6 +9591,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Compute_MetadataItems extends Google_Model
@@ -9802,7 +9610,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -9812,6 +9619,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_Network extends Google_Model
@@ -9837,7 +9645,6 @@ public function getIPv4Range()
{
return $this->iPv4Range;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -9847,7 +9654,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -9857,7 +9663,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setGatewayIPv4($gatewayIPv4)
{
$this->gatewayIPv4 = $gatewayIPv4;
@@ -9867,7 +9672,6 @@ public function getGatewayIPv4()
{
return $this->gatewayIPv4;
}
-
public function setId($id)
{
$this->id = $id;
@@ -9877,7 +9681,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9887,7 +9690,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -9897,7 +9699,6 @@ public function getName()
{
return $this->name;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9907,6 +9708,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_NetworkInterface extends Google_Collection
@@ -9929,7 +9731,6 @@ public function getAccessConfigs()
{
return $this->accessConfigs;
}
-
public function setName($name)
{
$this->name = $name;
@@ -9939,7 +9740,6 @@ public function getName()
{
return $this->name;
}
-
public function setNetwork($network)
{
$this->network = $network;
@@ -9949,7 +9749,6 @@ public function getNetwork()
{
return $this->network;
}
-
public function setNetworkIP($networkIP)
{
$this->networkIP = $networkIP;
@@ -9959,6 +9758,7 @@ public function getNetworkIP()
{
return $this->networkIP;
}
+
}
class Google_Service_Compute_NetworkList extends Google_Collection
@@ -9982,7 +9782,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -9992,7 +9791,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10002,7 +9800,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -10012,7 +9809,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -10022,6 +9818,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_Operation extends Google_Collection
@@ -10063,7 +9860,6 @@ public function getClientOperationId()
{
return $this->clientOperationId;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -10073,7 +9869,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -10083,7 +9878,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setError(Google_Service_Compute_OperationError $error)
{
$this->error = $error;
@@ -10093,7 +9887,6 @@ public function getError()
{
return $this->error;
}
-
public function setHttpErrorMessage($httpErrorMessage)
{
$this->httpErrorMessage = $httpErrorMessage;
@@ -10103,7 +9896,6 @@ public function getHttpErrorMessage()
{
return $this->httpErrorMessage;
}
-
public function setHttpErrorStatusCode($httpErrorStatusCode)
{
$this->httpErrorStatusCode = $httpErrorStatusCode;
@@ -10113,7 +9905,6 @@ public function getHttpErrorStatusCode()
{
return $this->httpErrorStatusCode;
}
-
public function setId($id)
{
$this->id = $id;
@@ -10123,7 +9914,6 @@ public function getId()
{
return $this->id;
}
-
public function setInsertTime($insertTime)
{
$this->insertTime = $insertTime;
@@ -10133,7 +9923,6 @@ public function getInsertTime()
{
return $this->insertTime;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10143,7 +9932,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -10153,7 +9941,6 @@ public function getName()
{
return $this->name;
}
-
public function setOperationType($operationType)
{
$this->operationType = $operationType;
@@ -10163,7 +9950,6 @@ public function getOperationType()
{
return $this->operationType;
}
-
public function setProgress($progress)
{
$this->progress = $progress;
@@ -10173,7 +9959,6 @@ public function getProgress()
{
return $this->progress;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -10183,7 +9968,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -10193,7 +9977,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -10203,7 +9986,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -10213,7 +9995,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
@@ -10223,7 +10004,6 @@ public function getStatusMessage()
{
return $this->statusMessage;
}
-
public function setTargetId($targetId)
{
$this->targetId = $targetId;
@@ -10233,7 +10013,6 @@ public function getTargetId()
{
return $this->targetId;
}
-
public function setTargetLink($targetLink)
{
$this->targetLink = $targetLink;
@@ -10243,7 +10022,6 @@ public function getTargetLink()
{
return $this->targetLink;
}
-
public function setUser($user)
{
$this->user = $user;
@@ -10253,7 +10031,6 @@ public function getUser()
{
return $this->user;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -10263,7 +10040,6 @@ public function getWarnings()
{
return $this->warnings;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -10273,6 +10049,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Compute_OperationAggregatedList extends Google_Model
@@ -10295,7 +10072,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -10305,7 +10081,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10315,7 +10090,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -10325,7 +10099,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -10335,12 +10108,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_OperationAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_OperationError extends Google_Collection
@@ -10360,6 +10136,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_Compute_OperationErrorErrors extends Google_Model
@@ -10379,7 +10156,6 @@ public function getCode()
{
return $this->code;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -10389,7 +10165,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -10399,6 +10174,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_OperationList extends Google_Collection
@@ -10422,7 +10198,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -10432,7 +10207,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10442,7 +10216,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -10452,7 +10225,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -10462,6 +10234,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_OperationWarnings extends Google_Collection
@@ -10483,7 +10256,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -10493,7 +10265,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -10503,6 +10274,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_OperationWarningsData extends Google_Model
@@ -10521,7 +10293,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -10531,6 +10302,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_OperationsScopedList extends Google_Collection
@@ -10552,7 +10324,6 @@ public function getOperations()
{
return $this->operations;
}
-
public function setWarning(Google_Service_Compute_OperationsScopedListWarning $warning)
{
$this->warning = $warning;
@@ -10562,6 +10333,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_OperationsScopedListWarning extends Google_Collection
@@ -10583,7 +10355,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -10593,7 +10364,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -10603,6 +10373,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_OperationsScopedListWarningData extends Google_Model
@@ -10621,7 +10392,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -10631,6 +10401,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_PathMatcher extends Google_Collection
@@ -10653,7 +10424,6 @@ public function getDefaultService()
{
return $this->defaultService;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -10663,7 +10433,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setName($name)
{
$this->name = $name;
@@ -10673,7 +10442,6 @@ public function getName()
{
return $this->name;
}
-
public function setPathRules($pathRules)
{
$this->pathRules = $pathRules;
@@ -10683,6 +10451,7 @@ public function getPathRules()
{
return $this->pathRules;
}
+
}
class Google_Service_Compute_PathRule extends Google_Collection
@@ -10702,7 +10471,6 @@ public function getPaths()
{
return $this->paths;
}
-
public function setService($service)
{
$this->service = $service;
@@ -10712,6 +10480,7 @@ public function getService()
{
return $this->service;
}
+
}
class Google_Service_Compute_Project extends Google_Collection
@@ -10741,7 +10510,6 @@ public function getCommonInstanceMetadata()
{
return $this->commonInstanceMetadata;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -10751,7 +10519,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -10761,7 +10528,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -10771,7 +10537,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10781,7 +10546,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -10791,7 +10555,6 @@ public function getName()
{
return $this->name;
}
-
public function setQuotas($quotas)
{
$this->quotas = $quotas;
@@ -10801,7 +10564,6 @@ public function getQuotas()
{
return $this->quotas;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -10811,7 +10573,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation)
{
$this->usageExportLocation = $usageExportLocation;
@@ -10821,6 +10582,7 @@ public function getUsageExportLocation()
{
return $this->usageExportLocation;
}
+
}
class Google_Service_Compute_Quota extends Google_Model
@@ -10840,7 +10602,6 @@ public function getLimit()
{
return $this->limit;
}
-
public function setMetric($metric)
{
$this->metric = $metric;
@@ -10850,7 +10611,6 @@ public function getMetric()
{
return $this->metric;
}
-
public function setUsage($usage)
{
$this->usage = $usage;
@@ -10860,6 +10620,7 @@ public function getUsage()
{
return $this->usage;
}
+
}
class Google_Service_Compute_Region extends Google_Collection
@@ -10889,7 +10650,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
$this->deprecated = $deprecated;
@@ -10899,7 +10659,6 @@ public function getDeprecated()
{
return $this->deprecated;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -10909,7 +10668,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -10919,7 +10677,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -10929,7 +10686,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -10939,7 +10695,6 @@ public function getName()
{
return $this->name;
}
-
public function setQuotas($quotas)
{
$this->quotas = $quotas;
@@ -10949,7 +10704,6 @@ public function getQuotas()
{
return $this->quotas;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -10959,7 +10713,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -10969,7 +10722,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setZones($zones)
{
$this->zones = $zones;
@@ -10979,6 +10731,7 @@ public function getZones()
{
return $this->zones;
}
+
}
class Google_Service_Compute_RegionList extends Google_Collection
@@ -11002,7 +10755,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -11012,7 +10764,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11022,7 +10773,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -11032,7 +10782,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11042,6 +10791,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_ResourceGroupReference extends Google_Model
@@ -11059,6 +10809,7 @@ public function getGroup()
{
return $this->group;
}
+
}
class Google_Service_Compute_Route extends Google_Collection
@@ -11092,7 +10843,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -11102,7 +10852,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDestRange($destRange)
{
$this->destRange = $destRange;
@@ -11112,7 +10861,6 @@ public function getDestRange()
{
return $this->destRange;
}
-
public function setId($id)
{
$this->id = $id;
@@ -11122,7 +10870,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11132,7 +10879,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -11142,7 +10888,6 @@ public function getName()
{
return $this->name;
}
-
public function setNetwork($network)
{
$this->network = $network;
@@ -11152,7 +10897,6 @@ public function getNetwork()
{
return $this->network;
}
-
public function setNextHopGateway($nextHopGateway)
{
$this->nextHopGateway = $nextHopGateway;
@@ -11162,7 +10906,6 @@ public function getNextHopGateway()
{
return $this->nextHopGateway;
}
-
public function setNextHopInstance($nextHopInstance)
{
$this->nextHopInstance = $nextHopInstance;
@@ -11172,7 +10915,6 @@ public function getNextHopInstance()
{
return $this->nextHopInstance;
}
-
public function setNextHopIp($nextHopIp)
{
$this->nextHopIp = $nextHopIp;
@@ -11182,7 +10924,6 @@ public function getNextHopIp()
{
return $this->nextHopIp;
}
-
public function setNextHopNetwork($nextHopNetwork)
{
$this->nextHopNetwork = $nextHopNetwork;
@@ -11192,7 +10933,6 @@ public function getNextHopNetwork()
{
return $this->nextHopNetwork;
}
-
public function setPriority($priority)
{
$this->priority = $priority;
@@ -11202,7 +10942,6 @@ public function getPriority()
{
return $this->priority;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11212,7 +10951,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTags($tags)
{
$this->tags = $tags;
@@ -11222,7 +10960,6 @@ public function getTags()
{
return $this->tags;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -11232,6 +10969,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_Compute_RouteList extends Google_Collection
@@ -11255,7 +10993,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -11265,7 +11002,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11275,7 +11011,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -11285,7 +11020,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11295,6 +11029,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_RouteWarnings extends Google_Collection
@@ -11316,7 +11051,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -11326,7 +11060,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -11336,6 +11069,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_RouteWarningsData extends Google_Model
@@ -11354,7 +11088,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -11364,6 +11097,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_Scheduling extends Google_Model
@@ -11382,7 +11116,6 @@ public function getAutomaticRestart()
{
return $this->automaticRestart;
}
-
public function setOnHostMaintenance($onHostMaintenance)
{
$this->onHostMaintenance = $onHostMaintenance;
@@ -11392,6 +11125,7 @@ public function getOnHostMaintenance()
{
return $this->onHostMaintenance;
}
+
}
class Google_Service_Compute_SerialPortOutput extends Google_Model
@@ -11411,7 +11145,6 @@ public function getContents()
{
return $this->contents;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11421,7 +11154,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11431,6 +11163,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_ServiceAccount extends Google_Collection
@@ -11450,7 +11183,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setScopes($scopes)
{
$this->scopes = $scopes;
@@ -11460,6 +11192,7 @@ public function getScopes()
{
return $this->scopes;
}
+
}
class Google_Service_Compute_Snapshot extends Google_Collection
@@ -11490,7 +11223,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -11500,7 +11232,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
@@ -11510,7 +11241,6 @@ public function getDiskSizeGb()
{
return $this->diskSizeGb;
}
-
public function setId($id)
{
$this->id = $id;
@@ -11520,7 +11250,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11530,7 +11259,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLicenses($licenses)
{
$this->licenses = $licenses;
@@ -11540,7 +11268,6 @@ public function getLicenses()
{
return $this->licenses;
}
-
public function setName($name)
{
$this->name = $name;
@@ -11550,7 +11277,6 @@ public function getName()
{
return $this->name;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11560,7 +11286,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSourceDisk($sourceDisk)
{
$this->sourceDisk = $sourceDisk;
@@ -11570,7 +11295,6 @@ public function getSourceDisk()
{
return $this->sourceDisk;
}
-
public function setSourceDiskId($sourceDiskId)
{
$this->sourceDiskId = $sourceDiskId;
@@ -11580,7 +11304,6 @@ public function getSourceDiskId()
{
return $this->sourceDiskId;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -11590,7 +11313,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setStorageBytes($storageBytes)
{
$this->storageBytes = $storageBytes;
@@ -11600,7 +11322,6 @@ public function getStorageBytes()
{
return $this->storageBytes;
}
-
public function setStorageBytesStatus($storageBytesStatus)
{
$this->storageBytesStatus = $storageBytesStatus;
@@ -11610,6 +11331,7 @@ public function getStorageBytesStatus()
{
return $this->storageBytesStatus;
}
+
}
class Google_Service_Compute_SnapshotList extends Google_Collection
@@ -11633,7 +11355,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -11643,7 +11364,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11653,7 +11373,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -11663,7 +11382,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11673,6 +11391,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_Tags extends Google_Collection
@@ -11692,7 +11411,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -11702,6 +11420,7 @@ public function getItems()
{
return $this->items;
}
+
}
class Google_Service_Compute_TargetHttpProxy extends Google_Model
@@ -11725,7 +11444,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -11735,7 +11453,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -11745,7 +11462,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11755,7 +11471,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -11765,7 +11480,6 @@ public function getName()
{
return $this->name;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11775,7 +11489,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUrlMap($urlMap)
{
$this->urlMap = $urlMap;
@@ -11785,6 +11498,7 @@ public function getUrlMap()
{
return $this->urlMap;
}
+
}
class Google_Service_Compute_TargetHttpProxyList extends Google_Collection
@@ -11808,7 +11522,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -11818,7 +11531,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11828,7 +11540,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -11838,7 +11549,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11848,6 +11558,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_TargetInstance extends Google_Model
@@ -11873,7 +11584,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -11883,7 +11593,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -11893,7 +11602,6 @@ public function getId()
{
return $this->id;
}
-
public function setInstance($instance)
{
$this->instance = $instance;
@@ -11903,7 +11611,6 @@ public function getInstance()
{
return $this->instance;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11913,7 +11620,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -11923,7 +11629,6 @@ public function getName()
{
return $this->name;
}
-
public function setNatPolicy($natPolicy)
{
$this->natPolicy = $natPolicy;
@@ -11933,7 +11638,6 @@ public function getNatPolicy()
{
return $this->natPolicy;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -11943,7 +11647,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -11953,6 +11656,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Compute_TargetInstanceAggregatedList extends Google_Model
@@ -11975,7 +11679,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -11985,7 +11688,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -11995,7 +11697,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -12005,7 +11706,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -12015,12 +11715,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_TargetInstanceAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_TargetInstanceList extends Google_Collection
@@ -12044,7 +11747,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -12054,7 +11756,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -12064,7 +11765,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -12074,7 +11774,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -12084,6 +11783,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_TargetInstancesScopedList extends Google_Collection
@@ -12105,7 +11805,6 @@ public function getTargetInstances()
{
return $this->targetInstances;
}
-
public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarning $warning)
{
$this->warning = $warning;
@@ -12115,6 +11814,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_TargetInstancesScopedListWarning extends Google_Collection
@@ -12136,7 +11836,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -12146,7 +11845,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -12156,6 +11854,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_TargetInstancesScopedListWarningData extends Google_Model
@@ -12174,7 +11873,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -12184,6 +11882,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_TargetPool extends Google_Collection
@@ -12213,7 +11912,6 @@ public function getBackupPool()
{
return $this->backupPool;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -12223,7 +11921,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -12233,7 +11930,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setFailoverRatio($failoverRatio)
{
$this->failoverRatio = $failoverRatio;
@@ -12243,7 +11939,6 @@ public function getFailoverRatio()
{
return $this->failoverRatio;
}
-
public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
@@ -12253,7 +11948,6 @@ public function getHealthChecks()
{
return $this->healthChecks;
}
-
public function setId($id)
{
$this->id = $id;
@@ -12263,7 +11957,6 @@ public function getId()
{
return $this->id;
}
-
public function setInstances($instances)
{
$this->instances = $instances;
@@ -12273,7 +11966,6 @@ public function getInstances()
{
return $this->instances;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -12283,7 +11975,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -12293,7 +11984,6 @@ public function getName()
{
return $this->name;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -12303,7 +11993,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -12313,7 +12002,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSessionAffinity($sessionAffinity)
{
$this->sessionAffinity = $sessionAffinity;
@@ -12323,6 +12011,7 @@ public function getSessionAffinity()
{
return $this->sessionAffinity;
}
+
}
class Google_Service_Compute_TargetPoolAggregatedList extends Google_Model
@@ -12345,7 +12034,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -12355,7 +12043,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -12365,7 +12052,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -12375,7 +12061,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -12385,12 +12070,15 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_TargetPoolAggregatedListItems extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
@@ -12411,7 +12099,6 @@ public function getHealthStatus()
{
return $this->healthStatus;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -12421,6 +12108,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Compute_TargetPoolList extends Google_Collection
@@ -12444,7 +12132,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -12454,7 +12141,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -12464,7 +12150,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -12474,7 +12159,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -12484,6 +12168,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_TargetPoolsAddHealthCheckRequest extends Google_Collection
@@ -12503,6 +12188,7 @@ public function getHealthChecks()
{
return $this->healthChecks;
}
+
}
class Google_Service_Compute_TargetPoolsAddInstanceRequest extends Google_Collection
@@ -12522,6 +12208,7 @@ public function getInstances()
{
return $this->instances;
}
+
}
class Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest extends Google_Collection
@@ -12541,6 +12228,7 @@ public function getHealthChecks()
{
return $this->healthChecks;
}
+
}
class Google_Service_Compute_TargetPoolsRemoveInstanceRequest extends Google_Collection
@@ -12560,6 +12248,7 @@ public function getInstances()
{
return $this->instances;
}
+
}
class Google_Service_Compute_TargetPoolsScopedList extends Google_Collection
@@ -12581,7 +12270,6 @@ public function getTargetPools()
{
return $this->targetPools;
}
-
public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $warning)
{
$this->warning = $warning;
@@ -12591,6 +12279,7 @@ public function getWarning()
{
return $this->warning;
}
+
}
class Google_Service_Compute_TargetPoolsScopedListWarning extends Google_Collection
@@ -12612,7 +12301,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -12622,7 +12310,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -12632,6 +12319,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Compute_TargetPoolsScopedListWarningData extends Google_Model
@@ -12650,7 +12338,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -12660,6 +12347,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Compute_TargetReference extends Google_Model
@@ -12677,6 +12365,7 @@ public function getTarget()
{
return $this->target;
}
+
}
class Google_Service_Compute_TestFailure extends Google_Model
@@ -12697,7 +12386,6 @@ public function getActualService()
{
return $this->actualService;
}
-
public function setExpectedService($expectedService)
{
$this->expectedService = $expectedService;
@@ -12707,7 +12395,6 @@ public function getExpectedService()
{
return $this->expectedService;
}
-
public function setHost($host)
{
$this->host = $host;
@@ -12717,7 +12404,6 @@ public function getHost()
{
return $this->host;
}
-
public function setPath($path)
{
$this->path = $path;
@@ -12727,6 +12413,7 @@ public function getPath()
{
return $this->path;
}
+
}
class Google_Service_Compute_UrlMap extends Google_Collection
@@ -12758,7 +12445,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDefaultService($defaultService)
{
$this->defaultService = $defaultService;
@@ -12768,7 +12454,6 @@ public function getDefaultService()
{
return $this->defaultService;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -12778,7 +12463,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -12788,7 +12472,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setHostRules($hostRules)
{
$this->hostRules = $hostRules;
@@ -12798,7 +12481,6 @@ public function getHostRules()
{
return $this->hostRules;
}
-
public function setId($id)
{
$this->id = $id;
@@ -12808,7 +12490,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -12818,7 +12499,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -12828,7 +12508,6 @@ public function getName()
{
return $this->name;
}
-
public function setPathMatchers($pathMatchers)
{
$this->pathMatchers = $pathMatchers;
@@ -12838,7 +12517,6 @@ public function getPathMatchers()
{
return $this->pathMatchers;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -12848,7 +12526,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTests($tests)
{
$this->tests = $tests;
@@ -12858,6 +12535,7 @@ public function getTests()
{
return $this->tests;
}
+
}
class Google_Service_Compute_UrlMapList extends Google_Collection
@@ -12881,7 +12559,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -12891,7 +12568,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -12901,7 +12577,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -12911,7 +12586,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -12921,6 +12595,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_UrlMapReference extends Google_Model
@@ -12938,6 +12613,7 @@ public function getUrlMap()
{
return $this->urlMap;
}
+
}
class Google_Service_Compute_UrlMapTest extends Google_Model
@@ -12958,7 +12634,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setHost($host)
{
$this->host = $host;
@@ -12968,7 +12643,6 @@ public function getHost()
{
return $this->host;
}
-
public function setPath($path)
{
$this->path = $path;
@@ -12978,7 +12652,6 @@ public function getPath()
{
return $this->path;
}
-
public function setService($service)
{
$this->service = $service;
@@ -12988,6 +12661,7 @@ public function getService()
{
return $this->service;
}
+
}
class Google_Service_Compute_UrlMapValidationResult extends Google_Collection
@@ -13010,7 +12684,6 @@ public function getLoadErrors()
{
return $this->loadErrors;
}
-
public function setLoadSucceeded($loadSucceeded)
{
$this->loadSucceeded = $loadSucceeded;
@@ -13020,7 +12693,6 @@ public function getLoadSucceeded()
{
return $this->loadSucceeded;
}
-
public function setTestFailures($testFailures)
{
$this->testFailures = $testFailures;
@@ -13030,7 +12702,6 @@ public function getTestFailures()
{
return $this->testFailures;
}
-
public function setTestPassed($testPassed)
{
$this->testPassed = $testPassed;
@@ -13040,6 +12711,7 @@ public function getTestPassed()
{
return $this->testPassed;
}
+
}
class Google_Service_Compute_UrlMapsValidateRequest extends Google_Model
@@ -13058,6 +12730,7 @@ public function getResource()
{
return $this->resource;
}
+
}
class Google_Service_Compute_UrlMapsValidateResponse extends Google_Model
@@ -13076,6 +12749,7 @@ public function getResult()
{
return $this->result;
}
+
}
class Google_Service_Compute_UsageExportLocation extends Google_Model
@@ -13094,7 +12768,6 @@ public function getBucketName()
{
return $this->bucketName;
}
-
public function setReportNamePrefix($reportNamePrefix)
{
$this->reportNamePrefix = $reportNamePrefix;
@@ -13104,6 +12777,7 @@ public function getReportNamePrefix()
{
return $this->reportNamePrefix;
}
+
}
class Google_Service_Compute_Zone extends Google_Collection
@@ -13133,7 +12807,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
$this->deprecated = $deprecated;
@@ -13143,7 +12816,6 @@ public function getDeprecated()
{
return $this->deprecated;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -13153,7 +12825,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setId($id)
{
$this->id = $id;
@@ -13163,7 +12834,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -13173,7 +12843,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMaintenanceWindows($maintenanceWindows)
{
$this->maintenanceWindows = $maintenanceWindows;
@@ -13183,7 +12852,6 @@ public function getMaintenanceWindows()
{
return $this->maintenanceWindows;
}
-
public function setName($name)
{
$this->name = $name;
@@ -13193,7 +12861,6 @@ public function getName()
{
return $this->name;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -13203,7 +12870,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -13213,7 +12879,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -13223,6 +12888,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_Compute_ZoneList extends Google_Collection
@@ -13246,7 +12912,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -13256,7 +12921,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -13266,7 +12930,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -13276,7 +12939,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -13286,6 +12948,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Compute_ZoneMaintenanceWindows extends Google_Model
@@ -13306,7 +12969,6 @@ public function getBeginTime()
{
return $this->beginTime;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -13316,7 +12978,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -13326,7 +12987,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setName($name)
{
$this->name = $name;
@@ -13336,4 +12996,5 @@ public function getName()
{
return $this->name;
}
+
}
From 4e26a2e7290ba767c915f0ea08888895c829c3de Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:22 -0700
Subject: [PATCH 0362/1219] Updated Reports.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Reports.php | 67 +++++++++-------------------------
1 file changed, 17 insertions(+), 50 deletions(-)
diff --git a/src/Google/Service/Reports.php b/src/Google/Service/Reports.php
index adbe57fe5..0b79697ef 100644
--- a/src/Google/Service/Reports.php
+++ b/src/Google/Service/Reports.php
@@ -464,7 +464,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -474,7 +473,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -484,7 +482,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -494,6 +491,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Reports_Activity extends Google_Collection
@@ -521,7 +519,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -531,7 +528,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setEvents($events)
{
$this->events = $events;
@@ -541,7 +537,6 @@ public function getEvents()
{
return $this->events;
}
-
public function setId(Google_Service_Reports_ActivityId $id)
{
$this->id = $id;
@@ -551,7 +546,6 @@ public function getId()
{
return $this->id;
}
-
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
@@ -561,7 +555,6 @@ public function getIpAddress()
{
return $this->ipAddress;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -571,7 +564,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setOwnerDomain($ownerDomain)
{
$this->ownerDomain = $ownerDomain;
@@ -581,6 +573,7 @@ public function getOwnerDomain()
{
return $this->ownerDomain;
}
+
}
class Google_Service_Reports_ActivityActor extends Google_Model
@@ -601,7 +594,6 @@ public function getCallerType()
{
return $this->callerType;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -611,7 +603,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setKey($key)
{
$this->key = $key;
@@ -621,7 +612,6 @@ public function getKey()
{
return $this->key;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -631,6 +621,7 @@ public function getProfileId()
{
return $this->profileId;
}
+
}
class Google_Service_Reports_ActivityEvents extends Google_Collection
@@ -652,7 +643,6 @@ public function getName()
{
return $this->name;
}
-
public function setParameters($parameters)
{
$this->parameters = $parameters;
@@ -662,7 +652,6 @@ public function getParameters()
{
return $this->parameters;
}
-
public function setType($type)
{
$this->type = $type;
@@ -672,6 +661,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Reports_ActivityEventsParameters extends Google_Collection
@@ -695,7 +685,6 @@ public function getBoolValue()
{
return $this->boolValue;
}
-
public function setIntValue($intValue)
{
$this->intValue = $intValue;
@@ -705,7 +694,6 @@ public function getIntValue()
{
return $this->intValue;
}
-
public function setMultiIntValue($multiIntValue)
{
$this->multiIntValue = $multiIntValue;
@@ -715,7 +703,6 @@ public function getMultiIntValue()
{
return $this->multiIntValue;
}
-
public function setMultiValue($multiValue)
{
$this->multiValue = $multiValue;
@@ -725,7 +712,6 @@ public function getMultiValue()
{
return $this->multiValue;
}
-
public function setName($name)
{
$this->name = $name;
@@ -735,7 +721,6 @@ public function getName()
{
return $this->name;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -745,6 +730,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Reports_ActivityId extends Google_Model
@@ -765,7 +751,6 @@ public function getApplicationName()
{
return $this->applicationName;
}
-
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -775,7 +760,6 @@ public function getCustomerId()
{
return $this->customerId;
}
-
public function setTime($time)
{
$this->time = $time;
@@ -785,7 +769,6 @@ public function getTime()
{
return $this->time;
}
-
public function setUniqueQualifier($uniqueQualifier)
{
$this->uniqueQualifier = $uniqueQualifier;
@@ -795,6 +778,7 @@ public function getUniqueQualifier()
{
return $this->uniqueQualifier;
}
+
}
class Google_Service_Reports_Channel extends Google_Model
@@ -821,7 +805,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setExpiration($expiration)
{
$this->expiration = $expiration;
@@ -831,7 +814,6 @@ public function getExpiration()
{
return $this->expiration;
}
-
public function setId($id)
{
$this->id = $id;
@@ -841,7 +823,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -851,7 +832,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParams($params)
{
$this->params = $params;
@@ -861,7 +841,6 @@ public function getParams()
{
return $this->params;
}
-
public function setPayload($payload)
{
$this->payload = $payload;
@@ -871,7 +850,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
@@ -881,7 +859,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
@@ -891,7 +868,6 @@ public function getResourceUri()
{
return $this->resourceUri;
}
-
public function setToken($token)
{
$this->token = $token;
@@ -901,7 +877,6 @@ public function getToken()
{
return $this->token;
}
-
public function setType($type)
{
$this->type = $type;
@@ -911,12 +886,15 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Reports_ChannelParams extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Reports_UsageReport extends Google_Collection
@@ -941,7 +919,6 @@ public function getDate()
{
return $this->date;
}
-
public function setEntity(Google_Service_Reports_UsageReportEntity $entity)
{
$this->entity = $entity;
@@ -951,7 +928,6 @@ public function getEntity()
{
return $this->entity;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -961,7 +937,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -971,7 +946,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParameters($parameters)
{
$this->parameters = $parameters;
@@ -981,6 +955,7 @@ public function getParameters()
{
return $this->parameters;
}
+
}
class Google_Service_Reports_UsageReportEntity extends Google_Model
@@ -1001,7 +976,6 @@ public function getCustomerId()
{
return $this->customerId;
}
-
public function setProfileId($profileId)
{
$this->profileId = $profileId;
@@ -1011,7 +985,6 @@ public function getProfileId()
{
return $this->profileId;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1021,7 +994,6 @@ public function getType()
{
return $this->type;
}
-
public function setUserEmail($userEmail)
{
$this->userEmail = $userEmail;
@@ -1031,6 +1003,7 @@ public function getUserEmail()
{
return $this->userEmail;
}
+
}
class Google_Service_Reports_UsageReportParameters extends Google_Collection
@@ -1054,7 +1027,6 @@ public function getBoolValue()
{
return $this->boolValue;
}
-
public function setDatetimeValue($datetimeValue)
{
$this->datetimeValue = $datetimeValue;
@@ -1064,7 +1036,6 @@ public function getDatetimeValue()
{
return $this->datetimeValue;
}
-
public function setIntValue($intValue)
{
$this->intValue = $intValue;
@@ -1074,7 +1045,6 @@ public function getIntValue()
{
return $this->intValue;
}
-
public function setMsgValue($msgValue)
{
$this->msgValue = $msgValue;
@@ -1084,7 +1054,6 @@ public function getMsgValue()
{
return $this->msgValue;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1094,7 +1063,6 @@ public function getName()
{
return $this->name;
}
-
public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
@@ -1104,12 +1072,15 @@ public function getStringValue()
{
return $this->stringValue;
}
+
}
class Google_Service_Reports_UsageReportParametersMsgValue extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Reports_UsageReports extends Google_Collection
@@ -1134,7 +1105,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1144,7 +1114,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1154,7 +1123,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setUsageReports($usageReports)
{
$this->usageReports = $usageReports;
@@ -1164,7 +1132,6 @@ public function getUsageReports()
{
return $this->usageReports;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -1174,6 +1141,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_Reports_UsageReportsWarnings extends Google_Collection
@@ -1195,7 +1163,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -1205,7 +1172,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -1215,6 +1181,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Reports_UsageReportsWarningsData extends Google_Model
@@ -1233,7 +1200,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1243,4 +1209,5 @@ public function getValue()
{
return $this->value;
}
+
}
From 8b5851ed4031491d3c9487d262dffde248008e4f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:22 -0700
Subject: [PATCH 0363/1219] Updated Admin.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Admin.php | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/src/Google/Service/Admin.php b/src/Google/Service/Admin.php
index 973a50eba..74fb66ed6 100644
--- a/src/Google/Service/Admin.php
+++ b/src/Google/Service/Admin.php
@@ -127,7 +127,6 @@ public function getIsDeleted()
{
return $this->isDeleted;
}
-
public function setIsDraft($isDraft)
{
$this->isDraft = $isDraft;
@@ -137,7 +136,6 @@ public function getIsDraft()
{
return $this->isDraft;
}
-
public function setIsInbox($isInbox)
{
$this->isInbox = $isInbox;
@@ -147,7 +145,6 @@ public function getIsInbox()
{
return $this->isInbox;
}
-
public function setIsSent($isSent)
{
$this->isSent = $isSent;
@@ -157,7 +154,6 @@ public function getIsSent()
{
return $this->isSent;
}
-
public function setIsStarred($isStarred)
{
$this->isStarred = $isStarred;
@@ -167,7 +163,6 @@ public function getIsStarred()
{
return $this->isStarred;
}
-
public function setIsTrash($isTrash)
{
$this->isTrash = $isTrash;
@@ -177,7 +172,6 @@ public function getIsTrash()
{
return $this->isTrash;
}
-
public function setIsUnread($isUnread)
{
$this->isUnread = $isUnread;
@@ -187,7 +181,6 @@ public function getIsUnread()
{
return $this->isUnread;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -197,7 +190,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLabels($labels)
{
$this->labels = $labels;
@@ -207,4 +199,5 @@ public function getLabels()
{
return $this->labels;
}
+
}
From 26c0b387358bb7b23d3c2bfcafdd561b03f97edc Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:23 -0700
Subject: [PATCH 0364/1219] Updated Plus.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Plus.php | 270 ++++++------------------------------
1 file changed, 45 insertions(+), 225 deletions(-)
diff --git a/src/Google/Service/Plus.php b/src/Google/Service/Plus.php
index 3cbf0b4d2..d21ecddb5 100644
--- a/src/Google/Service/Plus.php
+++ b/src/Google/Service/Plus.php
@@ -665,7 +665,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -675,7 +674,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -685,6 +683,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Plus_Activity extends Google_Model
@@ -726,7 +725,6 @@ public function getAccess()
{
return $this->access;
}
-
public function setActor(Google_Service_Plus_ActivityActor $actor)
{
$this->actor = $actor;
@@ -736,7 +734,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setAddress($address)
{
$this->address = $address;
@@ -746,7 +743,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setAnnotation($annotation)
{
$this->annotation = $annotation;
@@ -756,7 +752,6 @@ public function getAnnotation()
{
return $this->annotation;
}
-
public function setCrosspostSource($crosspostSource)
{
$this->crosspostSource = $crosspostSource;
@@ -766,7 +761,6 @@ public function getCrosspostSource()
{
return $this->crosspostSource;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -776,7 +770,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setGeocode($geocode)
{
$this->geocode = $geocode;
@@ -786,7 +779,6 @@ public function getGeocode()
{
return $this->geocode;
}
-
public function setId($id)
{
$this->id = $id;
@@ -796,7 +788,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -806,7 +797,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLocation(Google_Service_Plus_Place $location)
{
$this->location = $location;
@@ -816,7 +806,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setObject(Google_Service_Plus_ActivityObject $object)
{
$this->object = $object;
@@ -826,7 +815,6 @@ public function getObject()
{
return $this->object;
}
-
public function setPlaceId($placeId)
{
$this->placeId = $placeId;
@@ -836,7 +824,6 @@ public function getPlaceId()
{
return $this->placeId;
}
-
public function setPlaceName($placeName)
{
$this->placeName = $placeName;
@@ -846,7 +833,6 @@ public function getPlaceName()
{
return $this->placeName;
}
-
public function setProvider(Google_Service_Plus_ActivityProvider $provider)
{
$this->provider = $provider;
@@ -856,7 +842,6 @@ public function getProvider()
{
return $this->provider;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -866,7 +851,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setRadius($radius)
{
$this->radius = $radius;
@@ -876,7 +860,6 @@ public function getRadius()
{
return $this->radius;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -886,7 +869,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -896,7 +878,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -906,7 +887,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setVerb($verb)
{
$this->verb = $verb;
@@ -916,6 +896,7 @@ public function getVerb()
{
return $this->verb;
}
+
}
class Google_Service_Plus_ActivityActor extends Google_Model
@@ -939,7 +920,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -949,7 +929,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Plus_ActivityActorImage $image)
{
$this->image = $image;
@@ -959,7 +938,6 @@ public function getImage()
{
return $this->image;
}
-
public function setName(Google_Service_Plus_ActivityActorName $name)
{
$this->name = $name;
@@ -969,7 +947,6 @@ public function getName()
{
return $this->name;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -979,6 +956,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityActorImage extends Google_Model
@@ -996,6 +974,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityActorName extends Google_Model
@@ -1014,7 +993,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -1024,6 +1002,7 @@ public function getGivenName()
{
return $this->givenName;
}
+
}
class Google_Service_Plus_ActivityFeed extends Google_Collection
@@ -1051,7 +1030,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1061,7 +1039,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1071,7 +1048,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1081,7 +1057,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -1091,7 +1066,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1101,7 +1075,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1111,7 +1084,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1121,7 +1093,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -1131,6 +1102,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Plus_ActivityObject extends Google_Collection
@@ -1163,7 +1135,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setAttachments($attachments)
{
$this->attachments = $attachments;
@@ -1173,7 +1144,6 @@ public function getAttachments()
{
return $this->attachments;
}
-
public function setContent($content)
{
$this->content = $content;
@@ -1183,7 +1153,6 @@ public function getContent()
{
return $this->content;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1193,7 +1162,6 @@ public function getId()
{
return $this->id;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -1203,7 +1171,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
@@ -1213,7 +1180,6 @@ public function getOriginalContent()
{
return $this->originalContent;
}
-
public function setPlusoners(Google_Service_Plus_ActivityObjectPlusoners $plusoners)
{
$this->plusoners = $plusoners;
@@ -1223,7 +1189,6 @@ public function getPlusoners()
{
return $this->plusoners;
}
-
public function setReplies(Google_Service_Plus_ActivityObjectReplies $replies)
{
$this->replies = $replies;
@@ -1233,7 +1198,6 @@ public function getReplies()
{
return $this->replies;
}
-
public function setResharers(Google_Service_Plus_ActivityObjectResharers $resharers)
{
$this->resharers = $resharers;
@@ -1243,7 +1207,6 @@ public function getResharers()
{
return $this->resharers;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1253,6 +1216,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityObjectActor extends Google_Model
@@ -1274,7 +1238,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1284,7 +1247,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Plus_ActivityObjectActorImage $image)
{
$this->image = $image;
@@ -1294,7 +1256,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1304,6 +1265,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityObjectActorImage extends Google_Model
@@ -1321,6 +1283,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
@@ -1351,7 +1314,6 @@ public function getContent()
{
return $this->content;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -1361,7 +1323,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setEmbed(Google_Service_Plus_ActivityObjectAttachmentsEmbed $embed)
{
$this->embed = $embed;
@@ -1371,7 +1332,6 @@ public function getEmbed()
{
return $this->embed;
}
-
public function setFullImage(Google_Service_Plus_ActivityObjectAttachmentsFullImage $fullImage)
{
$this->fullImage = $fullImage;
@@ -1381,7 +1341,6 @@ public function getFullImage()
{
return $this->fullImage;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1391,7 +1350,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Plus_ActivityObjectAttachmentsImage $image)
{
$this->image = $image;
@@ -1401,7 +1359,6 @@ public function getImage()
{
return $this->image;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -1411,7 +1368,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setThumbnails($thumbnails)
{
$this->thumbnails = $thumbnails;
@@ -1421,7 +1377,6 @@ public function getThumbnails()
{
return $this->thumbnails;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1431,6 +1386,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityObjectAttachmentsEmbed extends Google_Model
@@ -1449,7 +1405,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1459,6 +1414,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityObjectAttachmentsFullImage extends Google_Model
@@ -1479,7 +1435,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1489,7 +1444,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1499,7 +1453,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1509,6 +1462,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Plus_ActivityObjectAttachmentsImage extends Google_Model
@@ -1529,7 +1483,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1539,7 +1492,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1549,7 +1501,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1559,6 +1510,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Plus_ActivityObjectAttachmentsThumbnails extends Google_Model
@@ -1579,7 +1531,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setImage(Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage $image)
{
$this->image = $image;
@@ -1589,7 +1540,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1599,6 +1549,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage extends Google_Model
@@ -1619,7 +1570,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1629,7 +1579,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1639,7 +1588,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -1649,6 +1597,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Plus_ActivityObjectPlusoners extends Google_Model
@@ -1667,7 +1616,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -1677,6 +1625,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Plus_ActivityObjectReplies extends Google_Model
@@ -1695,7 +1644,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -1705,6 +1653,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Plus_ActivityObjectResharers extends Google_Model
@@ -1723,7 +1672,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -1733,6 +1681,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Plus_ActivityProvider extends Google_Model
@@ -1750,6 +1699,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_Plus_Comment extends Google_Collection
@@ -1782,7 +1732,6 @@ public function getActor()
{
return $this->actor;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1792,7 +1741,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1802,7 +1750,6 @@ public function getId()
{
return $this->id;
}
-
public function setInReplyTo($inReplyTo)
{
$this->inReplyTo = $inReplyTo;
@@ -1812,7 +1759,6 @@ public function getInReplyTo()
{
return $this->inReplyTo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1822,7 +1768,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setObject(Google_Service_Plus_CommentObject $object)
{
$this->object = $object;
@@ -1832,7 +1777,6 @@ public function getObject()
{
return $this->object;
}
-
public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners)
{
$this->plusoners = $plusoners;
@@ -1842,7 +1786,6 @@ public function getPlusoners()
{
return $this->plusoners;
}
-
public function setPublished($published)
{
$this->published = $published;
@@ -1852,7 +1795,6 @@ public function getPublished()
{
return $this->published;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1862,7 +1804,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -1872,7 +1813,6 @@ public function getUpdated()
{
return $this->updated;
}
-
public function setVerb($verb)
{
$this->verb = $verb;
@@ -1882,6 +1822,7 @@ public function getVerb()
{
return $this->verb;
}
+
}
class Google_Service_Plus_CommentActor extends Google_Model
@@ -1903,7 +1844,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1913,7 +1853,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Plus_CommentActorImage $image)
{
$this->image = $image;
@@ -1923,7 +1862,6 @@ public function getImage()
{
return $this->image;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1933,6 +1871,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_CommentActorImage extends Google_Model
@@ -1950,6 +1889,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_CommentFeed extends Google_Collection
@@ -1976,7 +1916,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1986,7 +1925,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1996,7 +1934,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2006,7 +1943,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -2016,7 +1952,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2026,7 +1961,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2036,7 +1970,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2046,6 +1979,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Plus_CommentInReplyTo extends Google_Model
@@ -2064,7 +1998,6 @@ public function getId()
{
return $this->id;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2074,6 +2007,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_CommentObject extends Google_Model
@@ -2093,7 +2027,6 @@ public function getContent()
{
return $this->content;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -2103,7 +2036,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
@@ -2113,6 +2045,7 @@ public function getOriginalContent()
{
return $this->originalContent;
}
+
}
class Google_Service_Plus_CommentPlusoners extends Google_Model
@@ -2130,6 +2063,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Plus_ItemScope extends Google_Collection
@@ -2218,7 +2152,6 @@ public function getAbout()
{
return $this->about;
}
-
public function setAdditionalName($additionalName)
{
$this->additionalName = $additionalName;
@@ -2228,7 +2161,6 @@ public function getAdditionalName()
{
return $this->additionalName;
}
-
public function setAddress(Google_Service_Plus_ItemScope $address)
{
$this->address = $address;
@@ -2238,7 +2170,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setAddressCountry($addressCountry)
{
$this->addressCountry = $addressCountry;
@@ -2248,7 +2179,6 @@ public function getAddressCountry()
{
return $this->addressCountry;
}
-
public function setAddressLocality($addressLocality)
{
$this->addressLocality = $addressLocality;
@@ -2258,7 +2188,6 @@ public function getAddressLocality()
{
return $this->addressLocality;
}
-
public function setAddressRegion($addressRegion)
{
$this->addressRegion = $addressRegion;
@@ -2268,7 +2197,6 @@ public function getAddressRegion()
{
return $this->addressRegion;
}
-
public function setAssociatedMedia($associatedMedia)
{
$this->associatedMedia = $associatedMedia;
@@ -2278,7 +2206,6 @@ public function getAssociatedMedia()
{
return $this->associatedMedia;
}
-
public function setAttendeeCount($attendeeCount)
{
$this->attendeeCount = $attendeeCount;
@@ -2288,7 +2215,6 @@ public function getAttendeeCount()
{
return $this->attendeeCount;
}
-
public function setAttendees($attendees)
{
$this->attendees = $attendees;
@@ -2298,7 +2224,6 @@ public function getAttendees()
{
return $this->attendees;
}
-
public function setAudio(Google_Service_Plus_ItemScope $audio)
{
$this->audio = $audio;
@@ -2308,7 +2233,6 @@ public function getAudio()
{
return $this->audio;
}
-
public function setAuthor($author)
{
$this->author = $author;
@@ -2318,7 +2242,6 @@ public function getAuthor()
{
return $this->author;
}
-
public function setBestRating($bestRating)
{
$this->bestRating = $bestRating;
@@ -2328,7 +2251,6 @@ public function getBestRating()
{
return $this->bestRating;
}
-
public function setBirthDate($birthDate)
{
$this->birthDate = $birthDate;
@@ -2338,7 +2260,6 @@ public function getBirthDate()
{
return $this->birthDate;
}
-
public function setByArtist(Google_Service_Plus_ItemScope $byArtist)
{
$this->byArtist = $byArtist;
@@ -2348,7 +2269,6 @@ public function getByArtist()
{
return $this->byArtist;
}
-
public function setCaption($caption)
{
$this->caption = $caption;
@@ -2358,7 +2278,6 @@ public function getCaption()
{
return $this->caption;
}
-
public function setContentSize($contentSize)
{
$this->contentSize = $contentSize;
@@ -2368,7 +2287,6 @@ public function getContentSize()
{
return $this->contentSize;
}
-
public function setContentUrl($contentUrl)
{
$this->contentUrl = $contentUrl;
@@ -2378,7 +2296,6 @@ public function getContentUrl()
{
return $this->contentUrl;
}
-
public function setContributor($contributor)
{
$this->contributor = $contributor;
@@ -2388,7 +2305,6 @@ public function getContributor()
{
return $this->contributor;
}
-
public function setDateCreated($dateCreated)
{
$this->dateCreated = $dateCreated;
@@ -2398,7 +2314,6 @@ public function getDateCreated()
{
return $this->dateCreated;
}
-
public function setDateModified($dateModified)
{
$this->dateModified = $dateModified;
@@ -2408,7 +2323,6 @@ public function getDateModified()
{
return $this->dateModified;
}
-
public function setDatePublished($datePublished)
{
$this->datePublished = $datePublished;
@@ -2418,7 +2332,6 @@ public function getDatePublished()
{
return $this->datePublished;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -2428,7 +2341,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setDuration($duration)
{
$this->duration = $duration;
@@ -2438,7 +2350,6 @@ public function getDuration()
{
return $this->duration;
}
-
public function setEmbedUrl($embedUrl)
{
$this->embedUrl = $embedUrl;
@@ -2448,7 +2359,6 @@ public function getEmbedUrl()
{
return $this->embedUrl;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -2458,7 +2368,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
@@ -2468,7 +2377,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setGender($gender)
{
$this->gender = $gender;
@@ -2478,7 +2386,6 @@ public function getGender()
{
return $this->gender;
}
-
public function setGeo(Google_Service_Plus_ItemScope $geo)
{
$this->geo = $geo;
@@ -2488,7 +2395,6 @@ public function getGeo()
{
return $this->geo;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -2498,7 +2404,6 @@ public function getGivenName()
{
return $this->givenName;
}
-
public function setHeight($height)
{
$this->height = $height;
@@ -2508,7 +2413,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2518,7 +2422,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage($image)
{
$this->image = $image;
@@ -2528,7 +2431,6 @@ public function getImage()
{
return $this->image;
}
-
public function setInAlbum(Google_Service_Plus_ItemScope $inAlbum)
{
$this->inAlbum = $inAlbum;
@@ -2538,7 +2440,6 @@ public function getInAlbum()
{
return $this->inAlbum;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2548,7 +2449,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLatitude($latitude)
{
$this->latitude = $latitude;
@@ -2558,7 +2458,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLocation(Google_Service_Plus_ItemScope $location)
{
$this->location = $location;
@@ -2568,7 +2467,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -2578,7 +2476,6 @@ public function getLongitude()
{
return $this->longitude;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2588,7 +2485,6 @@ public function getName()
{
return $this->name;
}
-
public function setPartOfTVSeries(Google_Service_Plus_ItemScope $partOfTVSeries)
{
$this->partOfTVSeries = $partOfTVSeries;
@@ -2598,7 +2494,6 @@ public function getPartOfTVSeries()
{
return $this->partOfTVSeries;
}
-
public function setPerformers($performers)
{
$this->performers = $performers;
@@ -2608,7 +2503,6 @@ public function getPerformers()
{
return $this->performers;
}
-
public function setPlayerType($playerType)
{
$this->playerType = $playerType;
@@ -2618,7 +2512,6 @@ public function getPlayerType()
{
return $this->playerType;
}
-
public function setPostOfficeBoxNumber($postOfficeBoxNumber)
{
$this->postOfficeBoxNumber = $postOfficeBoxNumber;
@@ -2628,7 +2521,6 @@ public function getPostOfficeBoxNumber()
{
return $this->postOfficeBoxNumber;
}
-
public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
@@ -2638,7 +2530,6 @@ public function getPostalCode()
{
return $this->postalCode;
}
-
public function setRatingValue($ratingValue)
{
$this->ratingValue = $ratingValue;
@@ -2648,7 +2539,6 @@ public function getRatingValue()
{
return $this->ratingValue;
}
-
public function setReviewRating(Google_Service_Plus_ItemScope $reviewRating)
{
$this->reviewRating = $reviewRating;
@@ -2658,7 +2548,6 @@ public function getReviewRating()
{
return $this->reviewRating;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -2668,7 +2557,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setStreetAddress($streetAddress)
{
$this->streetAddress = $streetAddress;
@@ -2678,7 +2566,6 @@ public function getStreetAddress()
{
return $this->streetAddress;
}
-
public function setText($text)
{
$this->text = $text;
@@ -2688,7 +2575,6 @@ public function getText()
{
return $this->text;
}
-
public function setThumbnail(Google_Service_Plus_ItemScope $thumbnail)
{
$this->thumbnail = $thumbnail;
@@ -2698,7 +2584,6 @@ public function getThumbnail()
{
return $this->thumbnail;
}
-
public function setThumbnailUrl($thumbnailUrl)
{
$this->thumbnailUrl = $thumbnailUrl;
@@ -2708,7 +2593,6 @@ public function getThumbnailUrl()
{
return $this->thumbnailUrl;
}
-
public function setTickerSymbol($tickerSymbol)
{
$this->tickerSymbol = $tickerSymbol;
@@ -2718,7 +2602,6 @@ public function getTickerSymbol()
{
return $this->tickerSymbol;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2728,7 +2611,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -2738,7 +2620,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -2748,7 +2629,6 @@ public function getWidth()
{
return $this->width;
}
-
public function setWorstRating($worstRating)
{
$this->worstRating = $worstRating;
@@ -2758,6 +2638,7 @@ public function getWorstRating()
{
return $this->worstRating;
}
+
}
class Google_Service_Plus_Moment extends Google_Model
@@ -2784,7 +2665,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2794,7 +2674,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setObject(Google_Service_Plus_ItemScope $object)
{
$this->object = $object;
@@ -2804,7 +2683,6 @@ public function getObject()
{
return $this->object;
}
-
public function setResult(Google_Service_Plus_ItemScope $result)
{
$this->result = $result;
@@ -2814,7 +2692,6 @@ public function getResult()
{
return $this->result;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -2824,7 +2701,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setTarget(Google_Service_Plus_ItemScope $target)
{
$this->target = $target;
@@ -2834,7 +2710,6 @@ public function getTarget()
{
return $this->target;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2844,6 +2719,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Plus_MomentsFeed extends Google_Collection
@@ -2870,7 +2746,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2880,7 +2755,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2890,7 +2764,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
@@ -2900,7 +2773,6 @@ public function getNextLink()
{
return $this->nextLink;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2910,7 +2782,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2920,7 +2791,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -2930,7 +2800,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2940,6 +2809,7 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Plus_PeopleFeed extends Google_Collection
@@ -2965,7 +2835,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2975,7 +2844,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2985,7 +2853,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2995,7 +2862,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3005,7 +2871,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3015,7 +2880,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
@@ -3025,6 +2889,7 @@ public function getTotalItems()
{
return $this->totalItems;
}
+
}
class Google_Service_Plus_Person extends Google_Collection
@@ -3080,7 +2945,6 @@ public function getAboutMe()
{
return $this->aboutMe;
}
-
public function setAgeRange(Google_Service_Plus_PersonAgeRange $ageRange)
{
$this->ageRange = $ageRange;
@@ -3090,7 +2954,6 @@ public function getAgeRange()
{
return $this->ageRange;
}
-
public function setBirthday($birthday)
{
$this->birthday = $birthday;
@@ -3100,7 +2963,6 @@ public function getBirthday()
{
return $this->birthday;
}
-
public function setBraggingRights($braggingRights)
{
$this->braggingRights = $braggingRights;
@@ -3110,7 +2972,6 @@ public function getBraggingRights()
{
return $this->braggingRights;
}
-
public function setCircledByCount($circledByCount)
{
$this->circledByCount = $circledByCount;
@@ -3120,7 +2981,6 @@ public function getCircledByCount()
{
return $this->circledByCount;
}
-
public function setCover(Google_Service_Plus_PersonCover $cover)
{
$this->cover = $cover;
@@ -3130,7 +2990,6 @@ public function getCover()
{
return $this->cover;
}
-
public function setCurrentLocation($currentLocation)
{
$this->currentLocation = $currentLocation;
@@ -3140,7 +2999,6 @@ public function getCurrentLocation()
{
return $this->currentLocation;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -3150,7 +3008,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setDomain($domain)
{
$this->domain = $domain;
@@ -3160,7 +3017,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setEmails($emails)
{
$this->emails = $emails;
@@ -3170,7 +3026,6 @@ public function getEmails()
{
return $this->emails;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3180,7 +3035,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setGender($gender)
{
$this->gender = $gender;
@@ -3190,7 +3044,6 @@ public function getGender()
{
return $this->gender;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3200,7 +3053,6 @@ public function getId()
{
return $this->id;
}
-
public function setImage(Google_Service_Plus_PersonImage $image)
{
$this->image = $image;
@@ -3210,7 +3062,6 @@ public function getImage()
{
return $this->image;
}
-
public function setIsPlusUser($isPlusUser)
{
$this->isPlusUser = $isPlusUser;
@@ -3220,7 +3071,6 @@ public function getIsPlusUser()
{
return $this->isPlusUser;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3230,7 +3080,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLanguage($language)
{
$this->language = $language;
@@ -3240,7 +3089,6 @@ public function getLanguage()
{
return $this->language;
}
-
public function setName(Google_Service_Plus_PersonName $name)
{
$this->name = $name;
@@ -3250,7 +3098,6 @@ public function getName()
{
return $this->name;
}
-
public function setNickname($nickname)
{
$this->nickname = $nickname;
@@ -3260,7 +3107,6 @@ public function getNickname()
{
return $this->nickname;
}
-
public function setObjectType($objectType)
{
$this->objectType = $objectType;
@@ -3270,7 +3116,6 @@ public function getObjectType()
{
return $this->objectType;
}
-
public function setOccupation($occupation)
{
$this->occupation = $occupation;
@@ -3280,7 +3125,6 @@ public function getOccupation()
{
return $this->occupation;
}
-
public function setOrganizations($organizations)
{
$this->organizations = $organizations;
@@ -3290,7 +3134,6 @@ public function getOrganizations()
{
return $this->organizations;
}
-
public function setPlacesLived($placesLived)
{
$this->placesLived = $placesLived;
@@ -3300,7 +3143,6 @@ public function getPlacesLived()
{
return $this->placesLived;
}
-
public function setPlusOneCount($plusOneCount)
{
$this->plusOneCount = $plusOneCount;
@@ -3310,7 +3152,6 @@ public function getPlusOneCount()
{
return $this->plusOneCount;
}
-
public function setRelationshipStatus($relationshipStatus)
{
$this->relationshipStatus = $relationshipStatus;
@@ -3320,7 +3161,6 @@ public function getRelationshipStatus()
{
return $this->relationshipStatus;
}
-
public function setSkills($skills)
{
$this->skills = $skills;
@@ -3330,7 +3170,6 @@ public function getSkills()
{
return $this->skills;
}
-
public function setTagline($tagline)
{
$this->tagline = $tagline;
@@ -3340,7 +3179,6 @@ public function getTagline()
{
return $this->tagline;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3350,7 +3188,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setUrls($urls)
{
$this->urls = $urls;
@@ -3360,7 +3197,6 @@ public function getUrls()
{
return $this->urls;
}
-
public function setVerified($verified)
{
$this->verified = $verified;
@@ -3370,6 +3206,7 @@ public function getVerified()
{
return $this->verified;
}
+
}
class Google_Service_Plus_PersonAgeRange extends Google_Model
@@ -3388,7 +3225,6 @@ public function getMax()
{
return $this->max;
}
-
public function setMin($min)
{
$this->min = $min;
@@ -3398,6 +3234,7 @@ public function getMin()
{
return $this->min;
}
+
}
class Google_Service_Plus_PersonCover extends Google_Model
@@ -3419,7 +3256,6 @@ public function getCoverInfo()
{
return $this->coverInfo;
}
-
public function setCoverPhoto(Google_Service_Plus_PersonCoverCoverPhoto $coverPhoto)
{
$this->coverPhoto = $coverPhoto;
@@ -3429,7 +3265,6 @@ public function getCoverPhoto()
{
return $this->coverPhoto;
}
-
public function setLayout($layout)
{
$this->layout = $layout;
@@ -3439,6 +3274,7 @@ public function getLayout()
{
return $this->layout;
}
+
}
class Google_Service_Plus_PersonCoverCoverInfo extends Google_Model
@@ -3457,7 +3293,6 @@ public function getLeftImageOffset()
{
return $this->leftImageOffset;
}
-
public function setTopImageOffset($topImageOffset)
{
$this->topImageOffset = $topImageOffset;
@@ -3467,6 +3302,7 @@ public function getTopImageOffset()
{
return $this->topImageOffset;
}
+
}
class Google_Service_Plus_PersonCoverCoverPhoto extends Google_Model
@@ -3486,7 +3322,6 @@ public function getHeight()
{
return $this->height;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3496,7 +3331,6 @@ public function getUrl()
{
return $this->url;
}
-
public function setWidth($width)
{
$this->width = $width;
@@ -3506,6 +3340,7 @@ public function getWidth()
{
return $this->width;
}
+
}
class Google_Service_Plus_PersonEmails extends Google_Model
@@ -3524,7 +3359,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3534,6 +3368,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Plus_PersonImage extends Google_Model
@@ -3552,7 +3387,6 @@ public function getIsDefault()
{
return $this->isDefault;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -3562,6 +3396,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_Plus_PersonName extends Google_Model
@@ -3584,7 +3419,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setFormatted($formatted)
{
$this->formatted = $formatted;
@@ -3594,7 +3428,6 @@ public function getFormatted()
{
return $this->formatted;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -3604,7 +3437,6 @@ public function getGivenName()
{
return $this->givenName;
}
-
public function setHonorificPrefix($honorificPrefix)
{
$this->honorificPrefix = $honorificPrefix;
@@ -3614,7 +3446,6 @@ public function getHonorificPrefix()
{
return $this->honorificPrefix;
}
-
public function setHonorificSuffix($honorificSuffix)
{
$this->honorificSuffix = $honorificSuffix;
@@ -3624,7 +3455,6 @@ public function getHonorificSuffix()
{
return $this->honorificSuffix;
}
-
public function setMiddleName($middleName)
{
$this->middleName = $middleName;
@@ -3634,6 +3464,7 @@ public function getMiddleName()
{
return $this->middleName;
}
+
}
class Google_Service_Plus_PersonOrganizations extends Google_Model
@@ -3659,7 +3490,6 @@ public function getDepartment()
{
return $this->department;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -3669,7 +3499,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEndDate($endDate)
{
$this->endDate = $endDate;
@@ -3679,7 +3508,6 @@ public function getEndDate()
{
return $this->endDate;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -3689,7 +3517,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3699,7 +3526,6 @@ public function getName()
{
return $this->name;
}
-
public function setPrimary($primary)
{
$this->primary = $primary;
@@ -3709,7 +3535,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setStartDate($startDate)
{
$this->startDate = $startDate;
@@ -3719,7 +3544,6 @@ public function getStartDate()
{
return $this->startDate;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -3729,7 +3553,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3739,6 +3562,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Plus_PersonPlacesLived extends Google_Model
@@ -3757,7 +3581,6 @@ public function getPrimary()
{
return $this->primary;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3767,6 +3590,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Plus_PersonUrls extends Google_Model
@@ -3786,7 +3610,6 @@ public function getLabel()
{
return $this->label;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3796,7 +3619,6 @@ public function getType()
{
return $this->type;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -3806,6 +3628,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Plus_Place extends Google_Model
@@ -3829,7 +3652,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -3839,7 +3661,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3849,7 +3670,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3859,7 +3679,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPosition(Google_Service_Plus_PlacePosition $position)
{
$this->position = $position;
@@ -3869,6 +3688,7 @@ public function getPosition()
{
return $this->position;
}
+
}
class Google_Service_Plus_PlaceAddress extends Google_Model
@@ -3886,6 +3706,7 @@ public function getFormatted()
{
return $this->formatted;
}
+
}
class Google_Service_Plus_PlacePosition extends Google_Model
@@ -3904,7 +3725,6 @@ public function getLatitude()
{
return $this->latitude;
}
-
public function setLongitude($longitude)
{
$this->longitude = $longitude;
@@ -3914,6 +3734,7 @@ public function getLongitude()
{
return $this->longitude;
}
+
}
class Google_Service_Plus_PlusAclentryResource extends Google_Model
@@ -3933,7 +3754,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3943,7 +3763,6 @@ public function getId()
{
return $this->id;
}
-
public function setType($type)
{
$this->type = $type;
@@ -3953,4 +3772,5 @@ public function getType()
{
return $this->type;
}
+
}
From fe18205e8d67cf5c2e02784a98c5e58e479af054 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:24 -0700
Subject: [PATCH 0365/1219] Updated Resourceviews.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Resourceviews.php | 70 +++++++---------------------
1 file changed, 18 insertions(+), 52 deletions(-)
diff --git a/src/Google/Service/Resourceviews.php b/src/Google/Service/Resourceviews.php
index 0fccd84bf..6ba32e704 100644
--- a/src/Google/Service/Resourceviews.php
+++ b/src/Google/Service/Resourceviews.php
@@ -611,7 +611,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -621,6 +620,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Resourceviews_ListResourceResponseItem extends Google_Model
@@ -639,7 +639,6 @@ public function getEndpoints()
{
return $this->endpoints;
}
-
public function setResource($resource)
{
$this->resource = $resource;
@@ -649,12 +648,15 @@ public function getResource()
{
return $this->resource;
}
+
}
class Google_Service_Resourceviews_ListResourceResponseItemEndpoints extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Resourceviews_Operation extends Google_Collection
@@ -696,7 +698,6 @@ public function getClientOperationId()
{
return $this->clientOperationId;
}
-
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
@@ -706,7 +707,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -716,7 +716,6 @@ public function getEndTime()
{
return $this->endTime;
}
-
public function setError(Google_Service_Resourceviews_OperationError $error)
{
$this->error = $error;
@@ -726,7 +725,6 @@ public function getError()
{
return $this->error;
}
-
public function setHttpErrorMessage($httpErrorMessage)
{
$this->httpErrorMessage = $httpErrorMessage;
@@ -736,7 +734,6 @@ public function getHttpErrorMessage()
{
return $this->httpErrorMessage;
}
-
public function setHttpErrorStatusCode($httpErrorStatusCode)
{
$this->httpErrorStatusCode = $httpErrorStatusCode;
@@ -746,7 +743,6 @@ public function getHttpErrorStatusCode()
{
return $this->httpErrorStatusCode;
}
-
public function setId($id)
{
$this->id = $id;
@@ -756,7 +752,6 @@ public function getId()
{
return $this->id;
}
-
public function setInsertTime($insertTime)
{
$this->insertTime = $insertTime;
@@ -766,7 +761,6 @@ public function getInsertTime()
{
return $this->insertTime;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -776,7 +770,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -786,7 +779,6 @@ public function getName()
{
return $this->name;
}
-
public function setOperationType($operationType)
{
$this->operationType = $operationType;
@@ -796,7 +788,6 @@ public function getOperationType()
{
return $this->operationType;
}
-
public function setProgress($progress)
{
$this->progress = $progress;
@@ -806,7 +797,6 @@ public function getProgress()
{
return $this->progress;
}
-
public function setRegion($region)
{
$this->region = $region;
@@ -816,7 +806,6 @@ public function getRegion()
{
return $this->region;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -826,7 +815,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -836,7 +824,6 @@ public function getStartTime()
{
return $this->startTime;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -846,7 +833,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
@@ -856,7 +842,6 @@ public function getStatusMessage()
{
return $this->statusMessage;
}
-
public function setTargetId($targetId)
{
$this->targetId = $targetId;
@@ -866,7 +851,6 @@ public function getTargetId()
{
return $this->targetId;
}
-
public function setTargetLink($targetLink)
{
$this->targetLink = $targetLink;
@@ -876,7 +860,6 @@ public function getTargetLink()
{
return $this->targetLink;
}
-
public function setUser($user)
{
$this->user = $user;
@@ -886,7 +869,6 @@ public function getUser()
{
return $this->user;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -896,7 +878,6 @@ public function getWarnings()
{
return $this->warnings;
}
-
public function setZone($zone)
{
$this->zone = $zone;
@@ -906,6 +887,7 @@ public function getZone()
{
return $this->zone;
}
+
}
class Google_Service_Resourceviews_OperationError extends Google_Collection
@@ -925,6 +907,7 @@ public function getErrors()
{
return $this->errors;
}
+
}
class Google_Service_Resourceviews_OperationErrorErrors extends Google_Model
@@ -944,7 +927,6 @@ public function getCode()
{
return $this->code;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -954,7 +936,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -964,6 +945,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Resourceviews_OperationList extends Google_Collection
@@ -987,7 +969,6 @@ public function getId()
{
return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -997,7 +978,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1007,7 +987,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1017,7 +996,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1027,6 +1005,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Resourceviews_OperationWarnings extends Google_Collection
@@ -1048,7 +1027,6 @@ public function getCode()
{
return $this->code;
}
-
public function setData($data)
{
$this->data = $data;
@@ -1058,7 +1036,6 @@ public function getData()
{
return $this->data;
}
-
public function setMessage($message)
{
$this->message = $message;
@@ -1068,6 +1045,7 @@ public function getMessage()
{
return $this->message;
}
+
}
class Google_Service_Resourceviews_OperationWarningsData extends Google_Model
@@ -1086,7 +1064,6 @@ public function getKey()
{
return $this->key;
}
-
public function setValue($value)
{
$this->value = $value;
@@ -1096,6 +1073,7 @@ public function getValue()
{
return $this->value;
}
+
}
class Google_Service_Resourceviews_ResourceView extends Google_Collection
@@ -1127,7 +1105,6 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
-
public function setDescription($description)
{
$this->description = $description;
@@ -1137,7 +1114,6 @@ public function getDescription()
{
return $this->description;
}
-
public function setEndpoints($endpoints)
{
$this->endpoints = $endpoints;
@@ -1147,7 +1123,6 @@ public function getEndpoints()
{
return $this->endpoints;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -1157,7 +1132,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1167,7 +1141,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1177,7 +1150,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLabels($labels)
{
$this->labels = $labels;
@@ -1187,7 +1159,6 @@ public function getLabels()
{
return $this->labels;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1197,7 +1168,6 @@ public function getName()
{
return $this->name;
}
-
public function setNetwork($network)
{
$this->network = $network;
@@ -1207,7 +1177,6 @@ public function getNetwork()
{
return $this->network;
}
-
public function setResources($resources)
{
$this->resources = $resources;
@@ -1217,7 +1186,6 @@ public function getResources()
{
return $this->resources;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1227,7 +1195,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -1237,6 +1204,7 @@ public function getSize()
{
return $this->size;
}
+
}
class Google_Service_Resourceviews_ServiceEndpoint extends Google_Model
@@ -1255,7 +1223,6 @@ public function getName()
{
return $this->name;
}
-
public function setPort($port)
{
$this->port = $port;
@@ -1265,6 +1232,7 @@ public function getPort()
{
return $this->port;
}
+
}
class Google_Service_Resourceviews_ZoneViewsAddResourcesRequest extends Google_Collection
@@ -1283,6 +1251,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_Resourceviews_ZoneViewsGetServiceResponse extends Google_Collection
@@ -1303,7 +1272,6 @@ public function getEndpoints()
{
return $this->endpoints;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -1313,6 +1281,7 @@ public function getFingerprint()
{
return $this->fingerprint;
}
+
}
class Google_Service_Resourceviews_ZoneViewsList extends Google_Collection
@@ -1335,7 +1304,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1345,7 +1313,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1355,7 +1322,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1365,6 +1331,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
@@ -1386,7 +1353,6 @@ public function getItems()
{
return $this->items;
}
-
public function setNetwork($network)
{
$this->network = $network;
@@ -1396,7 +1362,6 @@ public function getNetwork()
{
return $this->network;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1406,6 +1371,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest extends Google_Collection
@@ -1424,6 +1390,7 @@ public function getResources()
{
return $this->resources;
}
+
}
class Google_Service_Resourceviews_ZoneViewsSetServiceRequest extends Google_Collection
@@ -1445,7 +1412,6 @@ public function getEndpoints()
{
return $this->endpoints;
}
-
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
@@ -1455,7 +1421,6 @@ public function getFingerprint()
{
return $this->fingerprint;
}
-
public function setResourceName($resourceName)
{
$this->resourceName = $resourceName;
@@ -1465,4 +1430,5 @@ public function getResourceName()
{
return $this->resourceName;
}
+
}
From 783acdafb5de59ec60872090252fa301f0ec6054 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 23 Oct 2014 15:31:24 -0700
Subject: [PATCH 0366/1219] Updated AdSenseHost.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdSenseHost.php | 85 +++++++-----------------------
1 file changed, 20 insertions(+), 65 deletions(-)
diff --git a/src/Google/Service/AdSenseHost.php b/src/Google/Service/AdSenseHost.php
index 4e0edee28..6c24f68cf 100644
--- a/src/Google/Service/AdSenseHost.php
+++ b/src/Google/Service/AdSenseHost.php
@@ -1271,7 +1271,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1281,7 +1280,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1291,7 +1289,6 @@ public function getName()
{
return $this->name;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1301,6 +1298,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_AdSenseHost_Accounts extends Google_Collection
@@ -1322,7 +1320,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1332,7 +1329,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1342,6 +1338,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSenseHost_AdClient extends Google_Model
@@ -1363,7 +1360,6 @@ public function getArcOptIn()
{
return $this->arcOptIn;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1373,7 +1369,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1383,7 +1378,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProductCode($productCode)
{
$this->productCode = $productCode;
@@ -1393,7 +1387,6 @@ public function getProductCode()
{
return $this->productCode;
}
-
public function setSupportsReporting($supportsReporting)
{
$this->supportsReporting = $supportsReporting;
@@ -1403,6 +1396,7 @@ public function getSupportsReporting()
{
return $this->supportsReporting;
}
+
}
class Google_Service_AdSenseHost_AdClients extends Google_Collection
@@ -1425,7 +1419,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1435,7 +1428,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1445,7 +1437,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1455,6 +1446,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSenseHost_AdCode extends Google_Model
@@ -1473,7 +1465,6 @@ public function getAdCode()
{
return $this->adCode;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1483,6 +1474,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSenseHost_AdStyle extends Google_Model
@@ -1505,7 +1497,6 @@ public function getColors()
{
return $this->colors;
}
-
public function setCorners($corners)
{
$this->corners = $corners;
@@ -1515,7 +1506,6 @@ public function getCorners()
{
return $this->corners;
}
-
public function setFont(Google_Service_AdSenseHost_AdStyleFont $font)
{
$this->font = $font;
@@ -1525,7 +1515,6 @@ public function getFont()
{
return $this->font;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1535,6 +1524,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_AdSenseHost_AdStyleColors extends Google_Model
@@ -1556,7 +1546,6 @@ public function getBackground()
{
return $this->background;
}
-
public function setBorder($border)
{
$this->border = $border;
@@ -1566,7 +1555,6 @@ public function getBorder()
{
return $this->border;
}
-
public function setText($text)
{
$this->text = $text;
@@ -1576,7 +1564,6 @@ public function getText()
{
return $this->text;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1586,7 +1573,6 @@ public function getTitle()
{
return $this->title;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1596,6 +1582,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_AdSenseHost_AdStyleFont extends Google_Model
@@ -1614,7 +1601,6 @@ public function getFamily()
{
return $this->family;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -1624,6 +1610,7 @@ public function getSize()
{
return $this->size;
}
+
}
class Google_Service_AdSenseHost_AdUnit extends Google_Model
@@ -1651,7 +1638,6 @@ public function getCode()
{
return $this->code;
}
-
public function setContentAdsSettings(Google_Service_AdSenseHost_AdUnitContentAdsSettings $contentAdsSettings)
{
$this->contentAdsSettings = $contentAdsSettings;
@@ -1661,7 +1647,6 @@ public function getContentAdsSettings()
{
return $this->contentAdsSettings;
}
-
public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle)
{
$this->customStyle = $customStyle;
@@ -1671,7 +1656,6 @@ public function getCustomStyle()
{
return $this->customStyle;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1681,7 +1665,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1691,7 +1674,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMobileContentAdsSettings(Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings $mobileContentAdsSettings)
{
$this->mobileContentAdsSettings = $mobileContentAdsSettings;
@@ -1701,7 +1683,6 @@ public function getMobileContentAdsSettings()
{
return $this->mobileContentAdsSettings;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1711,7 +1692,6 @@ public function getName()
{
return $this->name;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1721,6 +1701,7 @@ public function getStatus()
{
return $this->status;
}
+
}
class Google_Service_AdSenseHost_AdUnitContentAdsSettings extends Google_Model
@@ -1741,7 +1722,6 @@ public function getBackupOption()
{
return $this->backupOption;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -1751,7 +1731,6 @@ public function getSize()
{
return $this->size;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1761,6 +1740,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption extends Google_Model
@@ -1780,7 +1760,6 @@ public function getColor()
{
return $this->color;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1790,7 +1769,6 @@ public function getType()
{
return $this->type;
}
-
public function setUrl($url)
{
$this->url = $url;
@@ -1800,6 +1778,7 @@ public function getUrl()
{
return $this->url;
}
+
}
class Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings extends Google_Model
@@ -1820,7 +1799,6 @@ public function getMarkupLanguage()
{
return $this->markupLanguage;
}
-
public function setScriptingLanguage($scriptingLanguage)
{
$this->scriptingLanguage = $scriptingLanguage;
@@ -1830,7 +1808,6 @@ public function getScriptingLanguage()
{
return $this->scriptingLanguage;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -1840,7 +1817,6 @@ public function getSize()
{
return $this->size;
}
-
public function setType($type)
{
$this->type = $type;
@@ -1850,6 +1826,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSenseHost_AdUnits extends Google_Collection
@@ -1872,7 +1849,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1882,7 +1858,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1892,7 +1867,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -1902,6 +1876,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSenseHost_AssociationSession extends Google_Collection
@@ -1928,7 +1903,6 @@ public function getAccountId()
{
return $this->accountId;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1938,7 +1912,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1948,7 +1921,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProductCodes($productCodes)
{
$this->productCodes = $productCodes;
@@ -1958,7 +1930,6 @@ public function getProductCodes()
{
return $this->productCodes;
}
-
public function setRedirectUrl($redirectUrl)
{
$this->redirectUrl = $redirectUrl;
@@ -1968,7 +1939,6 @@ public function getRedirectUrl()
{
return $this->redirectUrl;
}
-
public function setStatus($status)
{
$this->status = $status;
@@ -1978,7 +1948,6 @@ public function getStatus()
{
return $this->status;
}
-
public function setUserLocale($userLocale)
{
$this->userLocale = $userLocale;
@@ -1988,7 +1957,6 @@ public function getUserLocale()
{
return $this->userLocale;
}
-
public function setWebsiteLocale($websiteLocale)
{
$this->websiteLocale = $websiteLocale;
@@ -1998,7 +1966,6 @@ public function getWebsiteLocale()
{
return $this->websiteLocale;
}
-
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
@@ -2008,6 +1975,7 @@ public function getWebsiteUrl()
{
return $this->websiteUrl;
}
+
}
class Google_Service_AdSenseHost_CustomChannel extends Google_Model
@@ -2028,7 +1996,6 @@ public function getCode()
{
return $this->code;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2038,7 +2005,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2048,7 +2014,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2058,6 +2023,7 @@ public function getName()
{
return $this->name;
}
+
}
class Google_Service_AdSenseHost_CustomChannels extends Google_Collection
@@ -2080,7 +2046,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2090,7 +2055,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2100,7 +2064,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2110,6 +2073,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_AdSenseHost_Report extends Google_Collection
@@ -2135,7 +2099,6 @@ public function getAverages()
{
return $this->averages;
}
-
public function setHeaders($headers)
{
$this->headers = $headers;
@@ -2145,7 +2108,6 @@ public function getHeaders()
{
return $this->headers;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2155,7 +2117,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setRows($rows)
{
$this->rows = $rows;
@@ -2165,7 +2126,6 @@ public function getRows()
{
return $this->rows;
}
-
public function setTotalMatchedRows($totalMatchedRows)
{
$this->totalMatchedRows = $totalMatchedRows;
@@ -2175,7 +2135,6 @@ public function getTotalMatchedRows()
{
return $this->totalMatchedRows;
}
-
public function setTotals($totals)
{
$this->totals = $totals;
@@ -2185,7 +2144,6 @@ public function getTotals()
{
return $this->totals;
}
-
public function setWarnings($warnings)
{
$this->warnings = $warnings;
@@ -2195,6 +2153,7 @@ public function getWarnings()
{
return $this->warnings;
}
+
}
class Google_Service_AdSenseHost_ReportHeaders extends Google_Model
@@ -2214,7 +2173,6 @@ public function getCurrency()
{
return $this->currency;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2224,7 +2182,6 @@ public function getName()
{
return $this->name;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2234,6 +2191,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_AdSenseHost_UrlChannel extends Google_Model
@@ -2253,7 +2211,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2263,7 +2220,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUrlPattern($urlPattern)
{
$this->urlPattern = $urlPattern;
@@ -2273,6 +2229,7 @@ public function getUrlPattern()
{
return $this->urlPattern;
}
+
}
class Google_Service_AdSenseHost_UrlChannels extends Google_Collection
@@ -2295,7 +2252,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -2305,7 +2261,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2315,7 +2270,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2325,4 +2279,5 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
From 80ec71960012396dfe69c692f36100350ce8fb38 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 24 Oct 2014 02:39:46 -0700
Subject: [PATCH 0367/1219] Updated Storage.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Storage.php | 123 ++++++++-------------------------
1 file changed, 28 insertions(+), 95 deletions(-)
diff --git a/src/Google/Service/Storage.php b/src/Google/Service/Storage.php
index bb6ec5541..501bb2525 100644
--- a/src/Google/Service/Storage.php
+++ b/src/Google/Service/Storage.php
@@ -1880,7 +1880,6 @@ public function getAcl()
{
return $this->acl;
}
-
public function setCors($cors)
{
$this->cors = $cors;
@@ -1890,7 +1889,6 @@ public function getCors()
{
return $this->cors;
}
-
public function setDefaultObjectAcl($defaultObjectAcl)
{
$this->defaultObjectAcl = $defaultObjectAcl;
@@ -1900,7 +1898,6 @@ public function getDefaultObjectAcl()
{
return $this->defaultObjectAcl;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -1910,7 +1907,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -1920,7 +1916,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1930,7 +1925,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLifecycle(Google_Service_Storage_BucketLifecycle $lifecycle)
{
$this->lifecycle = $lifecycle;
@@ -1940,7 +1934,6 @@ public function getLifecycle()
{
return $this->lifecycle;
}
-
public function setLocation($location)
{
$this->location = $location;
@@ -1950,7 +1943,6 @@ public function getLocation()
{
return $this->location;
}
-
public function setLogging(Google_Service_Storage_BucketLogging $logging)
{
$this->logging = $logging;
@@ -1960,7 +1952,6 @@ public function getLogging()
{
return $this->logging;
}
-
public function setMetageneration($metageneration)
{
$this->metageneration = $metageneration;
@@ -1970,7 +1961,6 @@ public function getMetageneration()
{
return $this->metageneration;
}
-
public function setName($name)
{
$this->name = $name;
@@ -1980,7 +1970,6 @@ public function getName()
{
return $this->name;
}
-
public function setOwner(Google_Service_Storage_BucketOwner $owner)
{
$this->owner = $owner;
@@ -1990,7 +1979,6 @@ public function getOwner()
{
return $this->owner;
}
-
public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
@@ -2000,7 +1988,6 @@ public function getProjectNumber()
{
return $this->projectNumber;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2010,7 +1997,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setStorageClass($storageClass)
{
$this->storageClass = $storageClass;
@@ -2020,7 +2006,6 @@ public function getStorageClass()
{
return $this->storageClass;
}
-
public function setTimeCreated($timeCreated)
{
$this->timeCreated = $timeCreated;
@@ -2030,7 +2015,6 @@ public function getTimeCreated()
{
return $this->timeCreated;
}
-
public function setVersioning(Google_Service_Storage_BucketVersioning $versioning)
{
$this->versioning = $versioning;
@@ -2040,7 +2024,6 @@ public function getVersioning()
{
return $this->versioning;
}
-
public function setWebsite(Google_Service_Storage_BucketWebsite $website)
{
$this->website = $website;
@@ -2050,6 +2033,7 @@ public function getWebsite()
{
return $this->website;
}
+
}
class Google_Service_Storage_BucketAccessControl extends Google_Model
@@ -2078,7 +2062,6 @@ public function getBucket()
{
return $this->bucket;
}
-
public function setDomain($domain)
{
$this->domain = $domain;
@@ -2088,7 +2071,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -2098,7 +2080,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEntity($entity)
{
$this->entity = $entity;
@@ -2108,7 +2089,6 @@ public function getEntity()
{
return $this->entity;
}
-
public function setEntityId($entityId)
{
$this->entityId = $entityId;
@@ -2118,7 +2098,6 @@ public function getEntityId()
{
return $this->entityId;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2128,7 +2107,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2138,7 +2116,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2148,7 +2125,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setProjectTeam(Google_Service_Storage_BucketAccessControlProjectTeam $projectTeam)
{
$this->projectTeam = $projectTeam;
@@ -2158,7 +2134,6 @@ public function getProjectTeam()
{
return $this->projectTeam;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -2168,7 +2143,6 @@ public function getRole()
{
return $this->role;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2178,6 +2152,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Storage_BucketAccessControlProjectTeam extends Google_Model
@@ -2196,7 +2171,6 @@ public function getProjectNumber()
{
return $this->projectNumber;
}
-
public function setTeam($team)
{
$this->team = $team;
@@ -2206,6 +2180,7 @@ public function getTeam()
{
return $this->team;
}
+
}
class Google_Service_Storage_BucketAccessControls extends Google_Collection
@@ -2226,7 +2201,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2236,6 +2210,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Storage_BucketCors extends Google_Collection
@@ -2257,7 +2232,6 @@ public function getMaxAgeSeconds()
{
return $this->maxAgeSeconds;
}
-
public function setMethod($method)
{
$this->method = $method;
@@ -2267,7 +2241,6 @@ public function getMethod()
{
return $this->method;
}
-
public function setOrigin($origin)
{
$this->origin = $origin;
@@ -2277,7 +2250,6 @@ public function getOrigin()
{
return $this->origin;
}
-
public function setResponseHeader($responseHeader)
{
$this->responseHeader = $responseHeader;
@@ -2287,6 +2259,7 @@ public function getResponseHeader()
{
return $this->responseHeader;
}
+
}
class Google_Service_Storage_BucketLifecycle extends Google_Collection
@@ -2306,6 +2279,7 @@ public function getRule()
{
return $this->rule;
}
+
}
class Google_Service_Storage_BucketLifecycleRule extends Google_Model
@@ -2326,7 +2300,6 @@ public function getAction()
{
return $this->action;
}
-
public function setCondition(Google_Service_Storage_BucketLifecycleRuleCondition $condition)
{
$this->condition = $condition;
@@ -2336,6 +2309,7 @@ public function getCondition()
{
return $this->condition;
}
+
}
class Google_Service_Storage_BucketLifecycleRuleAction extends Google_Model
@@ -2353,6 +2327,7 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Storage_BucketLifecycleRuleCondition extends Google_Model
@@ -2373,7 +2348,6 @@ public function getAge()
{
return $this->age;
}
-
public function setCreatedBefore($createdBefore)
{
$this->createdBefore = $createdBefore;
@@ -2383,7 +2357,6 @@ public function getCreatedBefore()
{
return $this->createdBefore;
}
-
public function setIsLive($isLive)
{
$this->isLive = $isLive;
@@ -2393,7 +2366,6 @@ public function getIsLive()
{
return $this->isLive;
}
-
public function setNumNewerVersions($numNewerVersions)
{
$this->numNewerVersions = $numNewerVersions;
@@ -2403,6 +2375,7 @@ public function getNumNewerVersions()
{
return $this->numNewerVersions;
}
+
}
class Google_Service_Storage_BucketLogging extends Google_Model
@@ -2421,7 +2394,6 @@ public function getLogBucket()
{
return $this->logBucket;
}
-
public function setLogObjectPrefix($logObjectPrefix)
{
$this->logObjectPrefix = $logObjectPrefix;
@@ -2431,6 +2403,7 @@ public function getLogObjectPrefix()
{
return $this->logObjectPrefix;
}
+
}
class Google_Service_Storage_BucketOwner extends Google_Model
@@ -2449,7 +2422,6 @@ public function getEntity()
{
return $this->entity;
}
-
public function setEntityId($entityId)
{
$this->entityId = $entityId;
@@ -2459,6 +2431,7 @@ public function getEntityId()
{
return $this->entityId;
}
+
}
class Google_Service_Storage_BucketVersioning extends Google_Model
@@ -2476,6 +2449,7 @@ public function getEnabled()
{
return $this->enabled;
}
+
}
class Google_Service_Storage_BucketWebsite extends Google_Model
@@ -2494,7 +2468,6 @@ public function getMainPageSuffix()
{
return $this->mainPageSuffix;
}
-
public function setNotFoundPage($notFoundPage)
{
$this->notFoundPage = $notFoundPage;
@@ -2504,6 +2477,7 @@ public function getNotFoundPage()
{
return $this->notFoundPage;
}
+
}
class Google_Service_Storage_Buckets extends Google_Collection
@@ -2525,7 +2499,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2535,7 +2508,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -2545,6 +2517,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_Storage_Channel extends Google_Model
@@ -2571,7 +2544,6 @@ public function getAddress()
{
return $this->address;
}
-
public function setExpiration($expiration)
{
$this->expiration = $expiration;
@@ -2581,7 +2553,6 @@ public function getExpiration()
{
return $this->expiration;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2591,7 +2562,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2601,7 +2571,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setParams($params)
{
$this->params = $params;
@@ -2611,7 +2580,6 @@ public function getParams()
{
return $this->params;
}
-
public function setPayload($payload)
{
$this->payload = $payload;
@@ -2621,7 +2589,6 @@ public function getPayload()
{
return $this->payload;
}
-
public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
@@ -2631,7 +2598,6 @@ public function getResourceId()
{
return $this->resourceId;
}
-
public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
@@ -2641,7 +2607,6 @@ public function getResourceUri()
{
return $this->resourceUri;
}
-
public function setToken($token)
{
$this->token = $token;
@@ -2651,7 +2616,6 @@ public function getToken()
{
return $this->token;
}
-
public function setType($type)
{
$this->type = $type;
@@ -2661,12 +2625,15 @@ public function getType()
{
return $this->type;
}
+
}
class Google_Service_Storage_ChannelParams extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Storage_ComposeRequest extends Google_Collection
@@ -2689,7 +2656,6 @@ public function getDestination()
{
return $this->destination;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2699,7 +2665,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setSourceObjects($sourceObjects)
{
$this->sourceObjects = $sourceObjects;
@@ -2709,6 +2674,7 @@ public function getSourceObjects()
{
return $this->sourceObjects;
}
+
}
class Google_Service_Storage_ComposeRequestSourceObjects extends Google_Model
@@ -2729,7 +2695,6 @@ public function getGeneration()
{
return $this->generation;
}
-
public function setName($name)
{
$this->name = $name;
@@ -2739,7 +2704,6 @@ public function getName()
{
return $this->name;
}
-
public function setObjectPreconditions(Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions $objectPreconditions)
{
$this->objectPreconditions = $objectPreconditions;
@@ -2749,6 +2713,7 @@ public function getObjectPreconditions()
{
return $this->objectPreconditions;
}
+
}
class Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions extends Google_Model
@@ -2766,6 +2731,7 @@ public function getIfGenerationMatch()
{
return $this->ifGenerationMatch;
}
+
}
class Google_Service_Storage_ObjectAccessControl extends Google_Model
@@ -2796,7 +2762,6 @@ public function getBucket()
{
return $this->bucket;
}
-
public function setDomain($domain)
{
$this->domain = $domain;
@@ -2806,7 +2771,6 @@ public function getDomain()
{
return $this->domain;
}
-
public function setEmail($email)
{
$this->email = $email;
@@ -2816,7 +2780,6 @@ public function getEmail()
{
return $this->email;
}
-
public function setEntity($entity)
{
$this->entity = $entity;
@@ -2826,7 +2789,6 @@ public function getEntity()
{
return $this->entity;
}
-
public function setEntityId($entityId)
{
$this->entityId = $entityId;
@@ -2836,7 +2798,6 @@ public function getEntityId()
{
return $this->entityId;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -2846,7 +2807,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setGeneration($generation)
{
$this->generation = $generation;
@@ -2856,7 +2816,6 @@ public function getGeneration()
{
return $this->generation;
}
-
public function setId($id)
{
$this->id = $id;
@@ -2866,7 +2825,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2876,7 +2834,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setObject($object)
{
$this->object = $object;
@@ -2886,7 +2843,6 @@ public function getObject()
{
return $this->object;
}
-
public function setProjectTeam(Google_Service_Storage_ObjectAccessControlProjectTeam $projectTeam)
{
$this->projectTeam = $projectTeam;
@@ -2896,7 +2852,6 @@ public function getProjectTeam()
{
return $this->projectTeam;
}
-
public function setRole($role)
{
$this->role = $role;
@@ -2906,7 +2861,6 @@ public function getRole()
{
return $this->role;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -2916,6 +2870,7 @@ public function getSelfLink()
{
return $this->selfLink;
}
+
}
class Google_Service_Storage_ObjectAccessControlProjectTeam extends Google_Model
@@ -2934,7 +2889,6 @@ public function getProjectNumber()
{
return $this->projectNumber;
}
-
public function setTeam($team)
{
$this->team = $team;
@@ -2944,6 +2898,7 @@ public function getTeam()
{
return $this->team;
}
+
}
class Google_Service_Storage_ObjectAccessControls extends Google_Collection
@@ -2963,7 +2918,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2973,6 +2927,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_Storage_Objects extends Google_Collection
@@ -2995,7 +2950,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3005,7 +2959,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -3015,7 +2968,6 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
public function setPrefixes($prefixes)
{
$this->prefixes = $prefixes;
@@ -3025,6 +2977,7 @@ public function getPrefixes()
{
return $this->prefixes;
}
+
}
class Google_Service_Storage_StorageObject extends Google_Collection
@@ -3068,7 +3021,6 @@ public function getAcl()
{
return $this->acl;
}
-
public function setBucket($bucket)
{
$this->bucket = $bucket;
@@ -3078,7 +3030,6 @@ public function getBucket()
{
return $this->bucket;
}
-
public function setCacheControl($cacheControl)
{
$this->cacheControl = $cacheControl;
@@ -3088,7 +3039,6 @@ public function getCacheControl()
{
return $this->cacheControl;
}
-
public function setComponentCount($componentCount)
{
$this->componentCount = $componentCount;
@@ -3098,7 +3048,6 @@ public function getComponentCount()
{
return $this->componentCount;
}
-
public function setContentDisposition($contentDisposition)
{
$this->contentDisposition = $contentDisposition;
@@ -3108,7 +3057,6 @@ public function getContentDisposition()
{
return $this->contentDisposition;
}
-
public function setContentEncoding($contentEncoding)
{
$this->contentEncoding = $contentEncoding;
@@ -3118,7 +3066,6 @@ public function getContentEncoding()
{
return $this->contentEncoding;
}
-
public function setContentLanguage($contentLanguage)
{
$this->contentLanguage = $contentLanguage;
@@ -3128,7 +3075,6 @@ public function getContentLanguage()
{
return $this->contentLanguage;
}
-
public function setContentType($contentType)
{
$this->contentType = $contentType;
@@ -3138,7 +3084,6 @@ public function getContentType()
{
return $this->contentType;
}
-
public function setCrc32c($crc32c)
{
$this->crc32c = $crc32c;
@@ -3148,7 +3093,6 @@ public function getCrc32c()
{
return $this->crc32c;
}
-
public function setEtag($etag)
{
$this->etag = $etag;
@@ -3158,7 +3102,6 @@ public function getEtag()
{
return $this->etag;
}
-
public function setGeneration($generation)
{
$this->generation = $generation;
@@ -3168,7 +3111,6 @@ public function getGeneration()
{
return $this->generation;
}
-
public function setId($id)
{
$this->id = $id;
@@ -3178,7 +3120,6 @@ public function getId()
{
return $this->id;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -3188,7 +3129,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setMd5Hash($md5Hash)
{
$this->md5Hash = $md5Hash;
@@ -3198,7 +3138,6 @@ public function getMd5Hash()
{
return $this->md5Hash;
}
-
public function setMediaLink($mediaLink)
{
$this->mediaLink = $mediaLink;
@@ -3208,7 +3147,6 @@ public function getMediaLink()
{
return $this->mediaLink;
}
-
public function setMetadata($metadata)
{
$this->metadata = $metadata;
@@ -3218,7 +3156,6 @@ public function getMetadata()
{
return $this->metadata;
}
-
public function setMetageneration($metageneration)
{
$this->metageneration = $metageneration;
@@ -3228,7 +3165,6 @@ public function getMetageneration()
{
return $this->metageneration;
}
-
public function setName($name)
{
$this->name = $name;
@@ -3238,7 +3174,6 @@ public function getName()
{
return $this->name;
}
-
public function setOwner(Google_Service_Storage_StorageObjectOwner $owner)
{
$this->owner = $owner;
@@ -3248,7 +3183,6 @@ public function getOwner()
{
return $this->owner;
}
-
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -3258,7 +3192,6 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
public function setSize($size)
{
$this->size = $size;
@@ -3268,7 +3201,6 @@ public function getSize()
{
return $this->size;
}
-
public function setStorageClass($storageClass)
{
$this->storageClass = $storageClass;
@@ -3278,7 +3210,6 @@ public function getStorageClass()
{
return $this->storageClass;
}
-
public function setTimeDeleted($timeDeleted)
{
$this->timeDeleted = $timeDeleted;
@@ -3288,7 +3219,6 @@ public function getTimeDeleted()
{
return $this->timeDeleted;
}
-
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -3298,12 +3228,15 @@ public function getUpdated()
{
return $this->updated;
}
+
}
class Google_Service_Storage_StorageObjectMetadata extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+
+
}
class Google_Service_Storage_StorageObjectOwner extends Google_Model
@@ -3322,7 +3255,6 @@ public function getEntity()
{
return $this->entity;
}
-
public function setEntityId($entityId)
{
$this->entityId = $entityId;
@@ -3332,4 +3264,5 @@ public function getEntityId()
{
return $this->entityId;
}
+
}
From 349af0f9dff936f4950df93d368040d08501b696 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 24 Oct 2014 02:39:47 -0700
Subject: [PATCH 0368/1219] Updated GamesManagement.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/GamesManagement.php | 413 ++++++++++++++++++++++---
1 file changed, 365 insertions(+), 48 deletions(-)
diff --git a/src/Google/Service/GamesManagement.php b/src/Google/Service/GamesManagement.php
index 17afb2690..71e1e9a48 100644
--- a/src/Google/Service/GamesManagement.php
+++ b/src/Google/Service/GamesManagement.php
@@ -148,6 +148,10 @@ public function __construct(Google_Client $client)
'path' => 'events/reset',
'httpMethod' => 'POST',
'parameters' => array(),
+ ),'resetAllForAllPlayers' => array(
+ 'path' => 'events/resetAllForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),'resetForAllPlayers' => array(
'path' => 'events/{eventId}/resetForAllPlayers',
'httpMethod' => 'POST',
@@ -158,6 +162,10 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'resetMultipleForAllPlayers' => array(
+ 'path' => 'events/resetMultipleForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -218,6 +226,28 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'resetAll' => array(
+ 'path' => 'quests/reset',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'resetAllForAllPlayers' => array(
+ 'path' => 'quests/resetAllForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'resetForAllPlayers' => array(
+ 'path' => 'quests/{questId}/resetForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'questId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'resetMultipleForAllPlayers' => array(
+ 'path' => 'quests/resetMultipleForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -232,6 +262,10 @@ public function __construct(Google_Client $client)
'path' => 'rooms/reset',
'httpMethod' => 'POST',
'parameters' => array(),
+ ),'resetForAllPlayers' => array(
+ 'path' => 'rooms/resetForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -252,6 +286,14 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'resetAll' => array(
+ 'path' => 'scores/reset',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'resetAllForAllPlayers' => array(
+ 'path' => 'scores/resetAllForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),'resetForAllPlayers' => array(
'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers',
'httpMethod' => 'POST',
@@ -262,6 +304,10 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'resetMultipleForAllPlayers' => array(
+ 'path' => 'scores/resetMultipleForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -276,6 +322,10 @@ public function __construct(Google_Client $client)
'path' => 'turnbasedmatches/reset',
'httpMethod' => 'POST',
'parameters' => array(),
+ ),'resetForAllPlayers' => array(
+ 'path' => 'turnbasedmatches/resetForAllPlayers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -354,8 +404,8 @@ public function resetForAllPlayers($achievementId, $optParams = array())
return $this->call('resetForAllPlayers', array($params));
}
/**
- * Resets the achievement with the given IDs for all players. This method is
- * only available to user accounts for your developer console. Only draft
+ * Resets achievements with the given IDs for all players. This method is only
+ * available to user accounts for your developer console. Only draft
* achievements may be reset. (achievements.resetMultipleForAllPlayers)
*
* @param Google_AchievementResetMultipleForAllRequest $postBody
@@ -386,7 +436,7 @@ class Google_Service_GamesManagement_Applications_Resource extends Google_Servic
* (applications.listHidden)
*
* @param string $applicationId
- * The application being requested.
+ * The application ID from the Google Play developer console.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken
@@ -417,10 +467,10 @@ class Google_Service_GamesManagement_Events_Resource extends Google_Service_Reso
{
/**
- * Reset all player progress on the event for the currently authenticated
- * player. This method is only accessible to whitelisted tester accounts for
- * your application. All resources that use the event will also be reset.
- * (events.reset)
+ * Resets all player progress on the event with the given ID for the currently
+ * authenticated player. This method is only accessible to whitelisted tester
+ * accounts for your application. All quests for this player that use the event
+ * will also be reset. (events.reset)
*
* @param string $eventId
* The ID of the event.
@@ -433,10 +483,10 @@ public function reset($eventId, $optParams = array())
return $this->call('reset', array($params));
}
/**
- * Reset all player progress on all unpublished events for the currently
- * authenticated player. This method is only accessible to whitelisted tester
- * accounts for your application. All resources that use the events will also be
- * reset. (events.resetAll)
+ * Resets all player progress on all events for the currently authenticated
+ * player. This method is only accessible to whitelisted tester accounts for
+ * your application. All quests for this player will also be reset.
+ * (events.resetAll)
*
* @param array $optParams Optional parameters.
*/
@@ -447,9 +497,22 @@ public function resetAll($optParams = array())
return $this->call('resetAll', array($params));
}
/**
- * Reset all player progress on the event for all players. This method is only
+ * Resets all draft events for all players. This method is only available to
+ * user accounts for your developer console. All quests that use any of these
+ * events will also be reset. (events.resetAllForAllPlayers)
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function resetAllForAllPlayers($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetAllForAllPlayers', array($params));
+ }
+ /**
+ * Resets the event with the given ID for all players. This method is only
* available to user accounts for your developer console. Only draft events can
- * be reset. All resources that use the event will also be reset.
+ * be reset. All quests that use the event will also be reset.
* (events.resetForAllPlayers)
*
* @param string $eventId
@@ -462,6 +525,21 @@ public function resetForAllPlayers($eventId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetForAllPlayers', array($params));
}
+ /**
+ * Resets events with the given IDs for all players. This method is only
+ * available to user accounts for your developer console. Only draft events may
+ * be reset. All quests that use any of the events will also be reset.
+ * (events.resetMultipleForAllPlayers)
+ *
+ * @param Google_EventsResetMultipleForAllRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function resetMultipleForAllPlayers(Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('resetMultipleForAllPlayers', array($params));
+ }
}
/**
@@ -481,7 +559,7 @@ class Google_Service_GamesManagement_Players_Resource extends Google_Service_Res
* (players.hide)
*
* @param string $applicationId
- * The application being requested.
+ * The application ID from the Google Play developer console.
* @param string $playerId
* A player ID. A value of me may be used in place of the authenticated player's ID.
* @param array $optParams Optional parameters.
@@ -498,7 +576,7 @@ public function hide($applicationId, $playerId, $optParams = array())
* (players.unhide)
*
* @param string $applicationId
- * The application being requested.
+ * The application ID from the Google Play developer console.
* @param string $playerId
* A player ID. A value of me may be used in place of the authenticated player's ID.
* @param array $optParams Optional parameters.
@@ -523,9 +601,9 @@ class Google_Service_GamesManagement_Quests_Resource extends Google_Service_Reso
{
/**
- * Reset all player progress on the quest for the currently authenticated
- * player. This method is only accessible to whitelisted tester accounts for
- * your application. (quests.reset)
+ * Resets all player progress on the quest with the given ID for the currently
+ * authenticated player. This method is only accessible to whitelisted tester
+ * accounts for your application. (quests.reset)
*
* @param string $questId
* The ID of the quest.
@@ -537,6 +615,60 @@ public function reset($questId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params));
}
+ /**
+ * Resets all player progress on all quests for the currently authenticated
+ * player. This method is only accessible to whitelisted tester accounts for
+ * your application. (quests.resetAll)
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function resetAll($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetAll', array($params));
+ }
+ /**
+ * Resets all draft quests for all players. This method is only available to
+ * user accounts for your developer console. (quests.resetAllForAllPlayers)
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function resetAllForAllPlayers($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetAllForAllPlayers', array($params));
+ }
+ /**
+ * Resets all player progress on the quest with the given ID for all players.
+ * This method is only available to user accounts for your developer console.
+ * Only draft quests can be reset. (quests.resetForAllPlayers)
+ *
+ * @param string $questId
+ * The ID of the quest.
+ * @param array $optParams Optional parameters.
+ */
+ public function resetForAllPlayers($questId, $optParams = array())
+ {
+ $params = array('questId' => $questId);
+ $params = array_merge($params, $optParams);
+ return $this->call('resetForAllPlayers', array($params));
+ }
+ /**
+ * Resets quests with the given IDs for all players. This method is only
+ * available to user accounts for your developer console. Only draft quests may
+ * be reset. (quests.resetMultipleForAllPlayers)
+ *
+ * @param Google_QuestsResetMultipleForAllRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function resetMultipleForAllPlayers(Google_Service_GamesManagement_QuestsResetMultipleForAllRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('resetMultipleForAllPlayers', array($params));
+ }
}
/**
@@ -563,6 +695,19 @@ public function reset($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params));
}
+ /**
+ * Deletes rooms where the only room participants are from whitelisted tester
+ * accounts for your application. This method is only available to user accounts
+ * for your developer console. (rooms.resetForAllPlayers)
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function resetForAllPlayers($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetForAllPlayers', array($params));
+ }
}
/**
@@ -577,9 +722,9 @@ class Google_Service_GamesManagement_Scores_Resource extends Google_Service_Reso
{
/**
- * Reset scores for the specified leaderboard for the currently authenticated
- * player. This method is only accessible to whitelisted tester accounts for
- * your application. (scores.reset)
+ * Resets scores for the leaderboard with the given ID for the currently
+ * authenticated player. This method is only accessible to whitelisted tester
+ * accounts for your application. (scores.reset)
*
* @param string $leaderboardId
* The ID of the leaderboard.
@@ -593,9 +738,36 @@ public function reset($leaderboardId, $optParams = array())
return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse");
}
/**
- * Reset scores for the specified leaderboard for all players. This method is
- * only available to user accounts for your developer console. Only draft
- * leaderboards can be reset. (scores.resetForAllPlayers)
+ * Resets all scores for all leaderboards for the currently authenticated
+ * players. This method is only accessible to whitelisted tester accounts for
+ * your application. (scores.resetAll)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesManagement_PlayerScoreResetAllResponse
+ */
+ public function resetAll($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse");
+ }
+ /**
+ * Resets scores for all draft leaderboards for all players. This method is only
+ * available to user accounts for your developer console.
+ * (scores.resetAllForAllPlayers)
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function resetAllForAllPlayers($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetAllForAllPlayers', array($params));
+ }
+ /**
+ * Resets scores for the leaderboard with the given ID for all players. This
+ * method is only available to user accounts for your developer console. Only
+ * draft leaderboards can be reset. (scores.resetForAllPlayers)
*
* @param string $leaderboardId
* The ID of the leaderboard.
@@ -607,6 +779,20 @@ public function resetForAllPlayers($leaderboardId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetForAllPlayers', array($params));
}
+ /**
+ * Resets scores for the leaderboards with the given IDs for all players. This
+ * method is only available to user accounts for your developer console. Only
+ * draft leaderboards may be reset. (scores.resetMultipleForAllPlayers)
+ *
+ * @param Google_ScoresResetMultipleForAllRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function resetMultipleForAllPlayers(Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('resetMultipleForAllPlayers', array($params));
+ }
}
/**
@@ -632,6 +818,20 @@ public function reset($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params));
}
+ /**
+ * Deletes turn-based matches where the only match participants are from
+ * whitelisted tester accounts for your application. This method is only
+ * available to user accounts for your developer console.
+ * (turnBasedMatches.resetForAllPlayers)
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function resetForAllPlayers($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetForAllPlayers', array($params));
+ }
}
@@ -655,7 +855,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setResults($results)
{
$this->results = $results;
@@ -665,6 +864,7 @@ public function getResults()
{
return $this->results;
}
+
}
class Google_Service_GamesManagement_AchievementResetMultipleForAllRequest extends Google_Collection
@@ -685,7 +885,6 @@ public function getAchievementIds()
{
return $this->achievementIds;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -695,6 +894,7 @@ public function getKind()
{
return $this->kind;
}
+
}
class Google_Service_GamesManagement_AchievementResetResponse extends Google_Model
@@ -715,7 +915,6 @@ public function getCurrentState()
{
return $this->currentState;
}
-
public function setDefinitionId($definitionId)
{
$this->definitionId = $definitionId;
@@ -725,7 +924,6 @@ public function getDefinitionId()
{
return $this->definitionId;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -735,7 +933,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setUpdateOccurred($updateOccurred)
{
$this->updateOccurred = $updateOccurred;
@@ -745,6 +942,37 @@ public function getUpdateOccurred()
{
return $this->updateOccurred;
}
+
+}
+
+class Google_Service_GamesManagement_EventsResetMultipleForAllRequest extends Google_Collection
+{
+ protected $collection_key = 'event_ids';
+ protected $internal_gapi_mappings = array(
+ "eventIds" => "event_ids",
+ );
+ public $eventIds;
+ public $kind;
+
+ public function setEventIds($eventIds)
+ {
+ $this->eventIds = $eventIds;
+ }
+
+ public function getEventIds()
+ {
+ return $this->eventIds;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
}
class Google_Service_GamesManagement_GamesPlayedResource extends Google_Model
@@ -763,7 +991,6 @@ public function getAutoMatched()
{
return $this->autoMatched;
}
-
public function setTimeMillis($timeMillis)
{
$this->timeMillis = $timeMillis;
@@ -773,6 +1000,7 @@ public function getTimeMillis()
{
return $this->timeMillis;
}
+
}
class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends Google_Model
@@ -795,7 +1023,6 @@ public function getCurrentExperiencePoints()
{
return $this->currentExperiencePoints;
}
-
public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel)
{
$this->currentLevel = $currentLevel;
@@ -805,7 +1032,6 @@ public function getCurrentLevel()
{
return $this->currentLevel;
}
-
public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
{
$this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
@@ -815,7 +1041,6 @@ public function getLastLevelUpTimestampMillis()
{
return $this->lastLevelUpTimestampMillis;
}
-
public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel)
{
$this->nextLevel = $nextLevel;
@@ -825,6 +1050,7 @@ public function getNextLevel()
{
return $this->nextLevel;
}
+
}
class Google_Service_GamesManagement_GamesPlayerLevelResource extends Google_Model
@@ -844,7 +1070,6 @@ public function getLevel()
{
return $this->level;
}
-
public function setMaxExperiencePoints($maxExperiencePoints)
{
$this->maxExperiencePoints = $maxExperiencePoints;
@@ -854,7 +1079,6 @@ public function getMaxExperiencePoints()
{
return $this->maxExperiencePoints;
}
-
public function setMinExperiencePoints($minExperiencePoints)
{
$this->minExperiencePoints = $minExperiencePoints;
@@ -864,6 +1088,7 @@ public function getMinExperiencePoints()
{
return $this->minExperiencePoints;
}
+
}
class Google_Service_GamesManagement_HiddenPlayer extends Google_Model
@@ -884,7 +1109,6 @@ public function getHiddenTimeMillis()
{
return $this->hiddenTimeMillis;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -894,7 +1118,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setPlayer(Google_Service_GamesManagement_Player $player)
{
$this->player = $player;
@@ -904,6 +1127,7 @@ public function getPlayer()
{
return $this->player;
}
+
}
class Google_Service_GamesManagement_HiddenPlayerList extends Google_Collection
@@ -925,7 +1149,6 @@ public function getItems()
{
return $this->items;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -935,7 +1158,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
@@ -945,6 +1167,7 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
}
class Google_Service_GamesManagement_Player extends Google_Model
@@ -972,7 +1195,6 @@ public function getAvatarImageUrl()
{
return $this->avatarImageUrl;
}
-
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
@@ -982,7 +1204,6 @@ public function getDisplayName()
{
return $this->displayName;
}
-
public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo)
{
$this->experienceInfo = $experienceInfo;
@@ -992,7 +1213,6 @@ public function getExperienceInfo()
{
return $this->experienceInfo;
}
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -1002,7 +1222,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setLastPlayedWith(Google_Service_GamesManagement_GamesPlayedResource $lastPlayedWith)
{
$this->lastPlayedWith = $lastPlayedWith;
@@ -1012,7 +1231,6 @@ public function getLastPlayedWith()
{
return $this->lastPlayedWith;
}
-
public function setName(Google_Service_GamesManagement_PlayerName $name)
{
$this->name = $name;
@@ -1022,7 +1240,6 @@ public function getName()
{
return $this->name;
}
-
public function setPlayerId($playerId)
{
$this->playerId = $playerId;
@@ -1032,7 +1249,6 @@ public function getPlayerId()
{
return $this->playerId;
}
-
public function setTitle($title)
{
$this->title = $title;
@@ -1042,6 +1258,7 @@ public function getTitle()
{
return $this->title;
}
+
}
class Google_Service_GamesManagement_PlayerName extends Google_Model
@@ -1060,7 +1277,6 @@ public function getFamilyName()
{
return $this->familyName;
}
-
public function setGivenName($givenName)
{
$this->givenName = $givenName;
@@ -1070,6 +1286,37 @@ public function getGivenName()
{
return $this->givenName;
}
+
+}
+
+class Google_Service_GamesManagement_PlayerScoreResetAllResponse extends Google_Collection
+{
+ protected $collection_key = 'results';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $resultsType = 'Google_Service_GamesManagement_PlayerScoreResetResponse';
+ protected $resultsDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setResults($results)
+ {
+ $this->results = $results;
+ }
+
+ public function getResults()
+ {
+ return $this->results;
+ }
+
}
class Google_Service_GamesManagement_PlayerScoreResetResponse extends Google_Collection
@@ -1077,9 +1324,19 @@ class Google_Service_GamesManagement_PlayerScoreResetResponse extends Google_Col
protected $collection_key = 'resetScoreTimeSpans';
protected $internal_gapi_mappings = array(
);
+ public $definitionId;
public $kind;
public $resetScoreTimeSpans;
+ public function setDefinitionId($definitionId)
+ {
+ $this->definitionId = $definitionId;
+ }
+
+ public function getDefinitionId()
+ {
+ return $this->definitionId;
+ }
public function setKind($kind)
{
$this->kind = $kind;
@@ -1089,7 +1346,6 @@ public function getKind()
{
return $this->kind;
}
-
public function setResetScoreTimeSpans($resetScoreTimeSpans)
{
$this->resetScoreTimeSpans = $resetScoreTimeSpans;
@@ -1099,4 +1355,65 @@ public function getResetScoreTimeSpans()
{
return $this->resetScoreTimeSpans;
}
+
+}
+
+class Google_Service_GamesManagement_QuestsResetMultipleForAllRequest extends Google_Collection
+{
+ protected $collection_key = 'quest_ids';
+ protected $internal_gapi_mappings = array(
+ "questIds" => "quest_ids",
+ );
+ public $kind;
+ public $questIds;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setQuestIds($questIds)
+ {
+ $this->questIds = $questIds;
+ }
+
+ public function getQuestIds()
+ {
+ return $this->questIds;
+ }
+
+}
+
+class Google_Service_GamesManagement_ScoresResetMultipleForAllRequest extends Google_Collection
+{
+ protected $collection_key = 'leaderboard_ids';
+ protected $internal_gapi_mappings = array(
+ "leaderboardIds" => "leaderboard_ids",
+ );
+ public $kind;
+ public $leaderboardIds;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLeaderboardIds($leaderboardIds)
+ {
+ $this->leaderboardIds = $leaderboardIds;
+ }
+
+ public function getLeaderboardIds()
+ {
+ return $this->leaderboardIds;
+ }
+
}
From 89e1559f647d193ba6a92324f50f0250220e704a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sun, 26 Oct 2014 02:42:20 -0700
Subject: [PATCH 0369/1219] Updated CivicInfo.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/CivicInfo.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index 5acd344a4..b8463a18c 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -1581,6 +1581,8 @@ class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
);
protected $contestsType = 'Google_Service_CivicInfo_Contest';
protected $contestsDataType = 'array';
+ protected $dropOffLocationsType = 'Google_Service_CivicInfo_PollingLocation';
+ protected $dropOffLocationsDataType = 'array';
protected $earlyVoteSitesType = 'Google_Service_CivicInfo_PollingLocation';
protected $earlyVoteSitesDataType = 'array';
protected $electionType = 'Google_Service_CivicInfo_Election';
@@ -1605,6 +1607,15 @@ public function getContests()
{
return $this->contests;
}
+ public function setDropOffLocations($dropOffLocations)
+ {
+ $this->dropOffLocations = $dropOffLocations;
+ }
+
+ public function getDropOffLocations()
+ {
+ return $this->dropOffLocations;
+ }
public function setEarlyVoteSites($earlyVoteSites)
{
$this->earlyVoteSites = $earlyVoteSites;
From 3fb81615131e543d2b0c52f22837ece41ffae95c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 28 Oct 2014 02:45:31 -0700
Subject: [PATCH 0370/1219] Added service TagManager.php
---
src/Google/Service/TagManager.php | 3503 +++++++++++++++++++++++++++++
1 file changed, 3503 insertions(+)
create mode 100644 src/Google/Service/TagManager.php
diff --git a/src/Google/Service/TagManager.php b/src/Google/Service/TagManager.php
new file mode 100644
index 000000000..fc8ae4dba
--- /dev/null
+++ b/src/Google/Service/TagManager.php
@@ -0,0 +1,3503 @@
+
+ * API for accessing Tag Manager accounts and containers.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_TagManager extends Google_Service
+{
+ /** Delete your Google Tag Manager containers. */
+ const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers";
+ /** Manage your Google Tag Manager containers. */
+ const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers";
+ /** Manage your Google Tag Manager container versions. */
+ const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
+ /** Manage your Google Tag Manager accounts. */
+ const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts";
+ /** Manage user permissions of your Google Tag Manager data. */
+ const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users";
+ /** Publish your Google Tag Manager containers. */
+ const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish";
+ /** View your Google Tag Manager containers. */
+ const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly";
+
+ public $accounts;
+ public $accounts_containers;
+ public $accounts_containers_macros;
+ public $accounts_containers_rules;
+ public $accounts_containers_tags;
+ public $accounts_containers_triggers;
+ public $accounts_containers_variables;
+ public $accounts_containers_versions;
+ public $accounts_permissions;
+
+
+ /**
+ * Constructs the internal representation of the TagManager service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'tagmanager/v1/';
+ $this->version = 'v1';
+ $this->serviceName = 'tagmanager';
+
+ $this->accounts = new Google_Service_TagManager_Accounts_Resource(
+ $this,
+ $this->serviceName,
+ 'accounts',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'accounts/{accountId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers = new Google_Service_TagManager_AccountsContainers_Resource(
+ $this,
+ $this->serviceName,
+ 'containers',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_macros = new Google_Service_TagManager_AccountsContainersMacros_Resource(
+ $this,
+ $this->serviceName,
+ 'macros',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'macroId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'macroId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'macroId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_rules = new Google_Service_TagManager_AccountsContainersRules_Resource(
+ $this,
+ $this->serviceName,
+ 'rules',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ruleId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ruleId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ruleId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_tags = new Google_Service_TagManager_AccountsContainersTags_Resource(
+ $this,
+ $this->serviceName,
+ 'tags',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_triggers = new Google_Service_TagManager_AccountsContainersTriggers_Resource(
+ $this,
+ $this->serviceName,
+ 'triggers',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'triggerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'triggerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'triggerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_variables = new Google_Service_TagManager_AccountsContainersVariables_Resource(
+ $this,
+ $this->serviceName,
+ 'variables',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'variableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'variableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'variableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_containers_versions = new Google_Service_TagManager_AccountsContainersVersions_Resource(
+ $this,
+ $this->serviceName,
+ 'versions',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'headers' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'publish' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'restore' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'undelete' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'containerVersionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fingerprint' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounts_permissions = new Google_Service_TagManager_AccountsPermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'permissions',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'accounts/{accountId}/permissions',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'accounts/{accountId}/permissions/{permissionId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'permissionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'accounts/{accountId}/permissions/{permissionId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'permissionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'accounts/{accountId}/permissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'accounts/{accountId}/permissions/{permissionId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'permissionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "accounts" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $accounts = $tagmanagerService->accounts;
+ *
+ */
+class Google_Service_TagManager_Accounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets a GTM Account. (accounts.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Account
+ */
+ public function get($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Account");
+ }
+ /**
+ * Lists all GTM Accounts that a user has access to. (accounts.listAccounts)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListAccountsResponse
+ */
+ public function listAccounts($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListAccountsResponse");
+ }
+ /**
+ * Updates a GTM Account. (accounts.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the account in storage.
+ * @return Google_Service_TagManager_Account
+ */
+ public function update($accountId, Google_Service_TagManager_Account $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Account");
+ }
+}
+
+/**
+ * The "containers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $containers = $tagmanagerService->containers;
+ *
+ */
+class Google_Service_TagManager_AccountsContainers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container. (containers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Container
+ */
+ public function create($accountId, Google_Service_TagManager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Container");
+ }
+ /**
+ * Deletes a Container. (containers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container. (containers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Container
+ */
+ public function get($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Container");
+ }
+ /**
+ * Lists all Containers that belongs to a GTM Account.
+ * (containers.listAccountsContainers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListContainersResponse
+ */
+ public function listAccountsContainers($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListContainersResponse");
+ }
+ /**
+ * Updates a Container. (containers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container in storage.
+ * @return Google_Service_TagManager_Container
+ */
+ public function update($accountId, $containerId, Google_Service_TagManager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Container");
+ }
+}
+
+/**
+ * The "macros" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $macros = $tagmanagerService->macros;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersMacros_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Macro. (macros.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Macro
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Macro");
+ }
+ /**
+ * Deletes a GTM Macro. (macros.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Macro. (macros.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Macro
+ */
+ public function get($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Macro");
+ }
+ /**
+ * Lists all GTM Macros of a Container. (macros.listAccountsContainersMacros)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListMacrosResponse
+ */
+ public function listAccountsContainersMacros($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListMacrosResponse");
+ }
+ /**
+ * Updates a GTM Macro. (macros.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the macro in storage.
+ * @return Google_Service_TagManager_Macro
+ */
+ public function update($accountId, $containerId, $macroId, Google_Service_TagManager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Macro");
+ }
+}
+/**
+ * The "rules" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $rules = $tagmanagerService->rules;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersRules_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Rule. (rules.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Rule
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Rule");
+ }
+ /**
+ * Deletes a GTM Rule. (rules.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Rule. (rules.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Rule
+ */
+ public function get($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Rule");
+ }
+ /**
+ * Lists all GTM Rules of a Container. (rules.listAccountsContainersRules)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListRulesResponse
+ */
+ public function listAccountsContainersRules($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListRulesResponse");
+ }
+ /**
+ * Updates a GTM Rule. (rules.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the rule in storage.
+ * @return Google_Service_TagManager_Rule
+ */
+ public function update($accountId, $containerId, $ruleId, Google_Service_TagManager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Rule");
+ }
+}
+/**
+ * The "tags" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $tags = $tagmanagerService->tags;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersTags_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Tag. (tags.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Tag
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Tag");
+ }
+ /**
+ * Deletes a GTM Tag. (tags.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Tag. (tags.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Tag
+ */
+ public function get($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Tag");
+ }
+ /**
+ * Lists all GTM Tags of a Container. (tags.listAccountsContainersTags)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListTagsResponse
+ */
+ public function listAccountsContainersTags($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse");
+ }
+ /**
+ * Updates a GTM Tag. (tags.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the tag in storage.
+ * @return Google_Service_TagManager_Tag
+ */
+ public function update($accountId, $containerId, $tagId, Google_Service_TagManager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Tag");
+ }
+}
+/**
+ * The "triggers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $triggers = $tagmanagerService->triggers;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersTriggers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Trigger. (triggers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Trigger
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Trigger");
+ }
+ /**
+ * Deletes a GTM Trigger. (triggers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Trigger. (triggers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Trigger
+ */
+ public function get($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Trigger");
+ }
+ /**
+ * Lists all GTM Triggers of a Container.
+ * (triggers.listAccountsContainersTriggers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListTriggersResponse
+ */
+ public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse");
+ }
+ /**
+ * Updates a GTM Trigger. (triggers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the trigger in storage.
+ * @return Google_Service_TagManager_Trigger
+ */
+ public function update($accountId, $containerId, $triggerId, Google_Service_TagManager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Trigger");
+ }
+}
+/**
+ * The "variables" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $variables = $tagmanagerService->variables;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersVariables_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Variable. (variables.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Variable
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Variable");
+ }
+ /**
+ * Deletes a GTM Variable. (variables.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Variable. (variables.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Variable
+ */
+ public function get($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Variable");
+ }
+ /**
+ * Lists all GTM Variables of a Container.
+ * (variables.listAccountsContainersVariables)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListVariablesResponse
+ */
+ public function listAccountsContainersVariables($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse");
+ }
+ /**
+ * Updates a GTM Variable. (variables.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the variable in storage.
+ * @return Google_Service_TagManager_Variable
+ */
+ public function update($accountId, $containerId, $variableId, Google_Service_TagManager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Variable");
+ }
+}
+/**
+ * The "versions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $versions = $tagmanagerService->versions;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersVersions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container Version. (versions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_CreateContainerVersionRequestVersionOptions $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_CreateContainerVersionResponse
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_CreateContainerVersionResponse");
+ }
+ /**
+ * Deletes a Container Version. (versions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container Version. (versions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID. Specify published to retrieve the currently published version.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function get($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+ /**
+ * Lists all Container Versions of a GTM Container.
+ * (versions.listAccountsContainersVersions)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool headers
+ * Retrieve headers only when true.
+ * @return Google_Service_TagManager_ListContainerVersionsResponse
+ */
+ public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse");
+ }
+ /**
+ * Publishes a Container Version. (versions.publish)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_TagManager_PublishContainerVersionResponse
+ */
+ public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse");
+ }
+ /**
+ * Restores a Container Version. This will overwrite the container's current
+ * configuration (including its macros, rules and tags). The operation will not
+ * have any effect on the version that is being served (i.e. the published
+ * version). (versions.restore)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function restore($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('restore', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+ /**
+ * Undeletes a Container Version. (versions.undelete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function undelete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('undelete', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+ /**
+ * Updates a Container Version. (versions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param Google_ContainerVersion $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function update($accountId, $containerId, $containerVersionId, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $permissions = $tagmanagerService->permissions;
+ *
+ */
+class Google_Service_TagManager_AccountsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a user's Account & Container Permissions. (permissions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_UserAccess
+ */
+ public function create($accountId, Google_Service_TagManager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_UserAccess");
+ }
+ /**
+ * Removes a user from the account, revoking access to it and all of its
+ * containers. (permissions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a user's Account & Container Permissions. (permissions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_UserAccess
+ */
+ public function get($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_UserAccess");
+ }
+ /**
+ * List all users that have access to the account along with Account and
+ * Container Permissions granted to each of them.
+ * (permissions.listAccountsPermissions)
+ *
+ * @param string $accountId
+ * The GTM Account ID. @required tagmanager.accounts.permissions.list
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListAccountUsersResponse
+ */
+ public function listAccountsPermissions($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListAccountUsersResponse");
+ }
+ /**
+ * Updates a user's Account & Container Permissions. (permissions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_UserAccess
+ */
+ public function update($accountId, $permissionId, Google_Service_TagManager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_UserAccess");
+ }
+}
+
+
+
+
+class Google_Service_TagManager_Account extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $fingerprint;
+ public $name;
+ public $shareData;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setShareData($shareData)
+ {
+ $this->shareData = $shareData;
+ }
+
+ public function getShareData()
+ {
+ return $this->shareData;
+ }
+
+}
+
+class Google_Service_TagManager_AccountAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $permission;
+
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+
+}
+
+class Google_Service_TagManager_Condition extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ public $type;
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+}
+
+class Google_Service_TagManager_Container extends Google_Collection
+{
+ protected $collection_key = 'usageContext';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $domainName;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $publicId;
+ public $timeZoneCountryId;
+ public $timeZoneId;
+ public $usageContext;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDomainName($domainName)
+ {
+ $this->domainName = $domainName;
+ }
+
+ public function getDomainName()
+ {
+ return $this->domainName;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setPublicId($publicId)
+ {
+ $this->publicId = $publicId;
+ }
+
+ public function getPublicId()
+ {
+ return $this->publicId;
+ }
+ public function setTimeZoneCountryId($timeZoneCountryId)
+ {
+ $this->timeZoneCountryId = $timeZoneCountryId;
+ }
+
+ public function getTimeZoneCountryId()
+ {
+ return $this->timeZoneCountryId;
+ }
+ public function setTimeZoneId($timeZoneId)
+ {
+ $this->timeZoneId = $timeZoneId;
+ }
+
+ public function getTimeZoneId()
+ {
+ return $this->timeZoneId;
+ }
+ public function setUsageContext($usageContext)
+ {
+ $this->usageContext = $usageContext;
+ }
+
+ public function getUsageContext()
+ {
+ return $this->usageContext;
+ }
+
+}
+
+class Google_Service_TagManager_ContainerAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $containerId;
+ public $permission;
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+
+}
+
+class Google_Service_TagManager_ContainerVersion extends Google_Collection
+{
+ protected $collection_key = 'variable';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $containerType = 'Google_Service_TagManager_Container';
+ protected $containerDataType = '';
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $fingerprint;
+ protected $macroType = 'Google_Service_TagManager_Macro';
+ protected $macroDataType = 'array';
+ public $name;
+ public $notes;
+ protected $ruleType = 'Google_Service_TagManager_Rule';
+ protected $ruleDataType = 'array';
+ protected $tagType = 'Google_Service_TagManager_Tag';
+ protected $tagDataType = 'array';
+ protected $triggerType = 'Google_Service_TagManager_Trigger';
+ protected $triggerDataType = 'array';
+ protected $variableType = 'Google_Service_TagManager_Variable';
+ protected $variableDataType = 'array';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainer(Google_Service_TagManager_Container $container)
+ {
+ $this->container = $container;
+ }
+
+ public function getContainer()
+ {
+ return $this->container;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setMacro($macro)
+ {
+ $this->macro = $macro;
+ }
+
+ public function getMacro()
+ {
+ return $this->macro;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setRule($rule)
+ {
+ $this->rule = $rule;
+ }
+
+ public function getRule()
+ {
+ return $this->rule;
+ }
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+
+ public function getTag()
+ {
+ return $this->tag;
+ }
+ public function setTrigger($trigger)
+ {
+ $this->trigger = $trigger;
+ }
+
+ public function getTrigger()
+ {
+ return $this->trigger;
+ }
+ public function setVariable($variable)
+ {
+ $this->variable = $variable;
+ }
+
+ public function getVariable()
+ {
+ return $this->variable;
+ }
+
+}
+
+class Google_Service_TagManager_ContainerVersionHeader extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $name;
+ public $numMacros;
+ public $numRules;
+ public $numTags;
+ public $numTriggers;
+ public $numVariables;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNumMacros($numMacros)
+ {
+ $this->numMacros = $numMacros;
+ }
+
+ public function getNumMacros()
+ {
+ return $this->numMacros;
+ }
+ public function setNumRules($numRules)
+ {
+ $this->numRules = $numRules;
+ }
+
+ public function getNumRules()
+ {
+ return $this->numRules;
+ }
+ public function setNumTags($numTags)
+ {
+ $this->numTags = $numTags;
+ }
+
+ public function getNumTags()
+ {
+ return $this->numTags;
+ }
+ public function setNumTriggers($numTriggers)
+ {
+ $this->numTriggers = $numTriggers;
+ }
+
+ public function getNumTriggers()
+ {
+ return $this->numTriggers;
+ }
+ public function setNumVariables($numVariables)
+ {
+ $this->numVariables = $numVariables;
+ }
+
+ public function getNumVariables()
+ {
+ return $this->numVariables;
+ }
+
+}
+
+class Google_Service_TagManager_CreateContainerVersionRequestVersionOptions extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $name;
+ public $notes;
+ public $quickPreview;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setQuickPreview($quickPreview)
+ {
+ $this->quickPreview = $quickPreview;
+ }
+
+ public function getQuickPreview()
+ {
+ return $this->quickPreview;
+ }
+
+}
+
+class Google_Service_TagManager_CreateContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+
+}
+
+class Google_Service_TagManager_ListAccountUsersResponse extends Google_Collection
+{
+ protected $collection_key = 'userAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $userAccessType = 'Google_Service_TagManager_UserAccess';
+ protected $userAccessDataType = 'array';
+
+ public function setUserAccess($userAccess)
+ {
+ $this->userAccess = $userAccess;
+ }
+
+ public function getUserAccess()
+ {
+ return $this->userAccess;
+ }
+
+}
+
+class Google_Service_TagManager_ListAccountsResponse extends Google_Collection
+{
+ protected $collection_key = 'accounts';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountsType = 'Google_Service_TagManager_Account';
+ protected $accountsDataType = 'array';
+
+ public function setAccounts($accounts)
+ {
+ $this->accounts = $accounts;
+ }
+
+ public function getAccounts()
+ {
+ return $this->accounts;
+ }
+
+}
+
+class Google_Service_TagManager_ListContainerVersionsResponse extends Google_Collection
+{
+ protected $collection_key = 'containerVersionHeader';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
+ protected $containerVersionDataType = 'array';
+ protected $containerVersionHeaderType = 'Google_Service_TagManager_ContainerVersionHeader';
+ protected $containerVersionHeaderDataType = 'array';
+
+ public function setContainerVersion($containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+ public function setContainerVersionHeader($containerVersionHeader)
+ {
+ $this->containerVersionHeader = $containerVersionHeader;
+ }
+
+ public function getContainerVersionHeader()
+ {
+ return $this->containerVersionHeader;
+ }
+
+}
+
+class Google_Service_TagManager_ListContainersResponse extends Google_Collection
+{
+ protected $collection_key = 'containers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containersType = 'Google_Service_TagManager_Container';
+ protected $containersDataType = 'array';
+
+ public function setContainers($containers)
+ {
+ $this->containers = $containers;
+ }
+
+ public function getContainers()
+ {
+ return $this->containers;
+ }
+
+}
+
+class Google_Service_TagManager_ListMacrosResponse extends Google_Collection
+{
+ protected $collection_key = 'macros';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $macrosType = 'Google_Service_TagManager_Macro';
+ protected $macrosDataType = 'array';
+
+ public function setMacros($macros)
+ {
+ $this->macros = $macros;
+ }
+
+ public function getMacros()
+ {
+ return $this->macros;
+ }
+
+}
+
+class Google_Service_TagManager_ListRulesResponse extends Google_Collection
+{
+ protected $collection_key = 'rules';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $rulesType = 'Google_Service_TagManager_Rule';
+ protected $rulesDataType = 'array';
+
+ public function setRules($rules)
+ {
+ $this->rules = $rules;
+ }
+
+ public function getRules()
+ {
+ return $this->rules;
+ }
+
+}
+
+class Google_Service_TagManager_ListTagsResponse extends Google_Collection
+{
+ protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $tagsType = 'Google_Service_TagManager_Tag';
+ protected $tagsDataType = 'array';
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+
+}
+
+class Google_Service_TagManager_ListTriggersResponse extends Google_Collection
+{
+ protected $collection_key = 'triggers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $triggersType = 'Google_Service_TagManager_Trigger';
+ protected $triggersDataType = 'array';
+
+ public function setTriggers($triggers)
+ {
+ $this->triggers = $triggers;
+ }
+
+ public function getTriggers()
+ {
+ return $this->triggers;
+ }
+
+}
+
+class Google_Service_TagManager_ListVariablesResponse extends Google_Collection
+{
+ protected $collection_key = 'variables';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $variablesType = 'Google_Service_TagManager_Variable';
+ protected $variablesDataType = 'array';
+
+ public function setVariables($variables)
+ {
+ $this->variables = $variables;
+ }
+
+ public function getVariables()
+ {
+ return $this->variables;
+ }
+
+}
+
+class Google_Service_TagManager_Macro extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingRuleId;
+ public $enablingRuleId;
+ public $fingerprint;
+ public $macroId;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDisablingRuleId($disablingRuleId)
+ {
+ $this->disablingRuleId = $disablingRuleId;
+ }
+
+ public function getDisablingRuleId()
+ {
+ return $this->disablingRuleId;
+ }
+ public function setEnablingRuleId($enablingRuleId)
+ {
+ $this->enablingRuleId = $enablingRuleId;
+ }
+
+ public function getEnablingRuleId()
+ {
+ return $this->enablingRuleId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setMacroId($macroId)
+ {
+ $this->macroId = $macroId;
+ }
+
+ public function getMacroId()
+ {
+ return $this->macroId;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+}
+
+class Google_Service_TagManager_Parameter extends Google_Collection
+{
+ protected $collection_key = 'map';
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ protected $listType = 'Google_Service_TagManager_Parameter';
+ protected $listDataType = 'array';
+ protected $mapType = 'Google_Service_TagManager_Parameter';
+ protected $mapDataType = 'array';
+ public $type;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setList($list)
+ {
+ $this->list = $list;
+ }
+
+ public function getList()
+ {
+ return $this->list;
+ }
+ public function setMap($map)
+ {
+ $this->map = $map;
+ }
+
+ public function getMap()
+ {
+ return $this->map;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+
+}
+
+class Google_Service_TagManager_PublishContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+
+}
+
+class Google_Service_TagManager_Rule extends Google_Collection
+{
+ protected $collection_key = 'condition';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $conditionType = 'Google_Service_TagManager_Condition';
+ protected $conditionDataType = 'array';
+ public $containerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $ruleId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setCondition($condition)
+ {
+ $this->condition = $condition;
+ }
+
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setRuleId($ruleId)
+ {
+ $this->ruleId = $ruleId;
+ }
+
+ public function getRuleId()
+ {
+ return $this->ruleId;
+ }
+
+}
+
+class Google_Service_TagManager_Tag extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $blockingRuleId;
+ public $blockingTriggerId;
+ public $containerId;
+ protected $dependenciesType = 'Google_Service_TagManager_Parameter';
+ protected $dependenciesDataType = '';
+ public $fingerprint;
+ public $firingRuleId;
+ public $firingTriggerId;
+ public $liveOnly;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ protected $priorityType = 'Google_Service_TagManager_Parameter';
+ protected $priorityDataType = '';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $tagId;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setBlockingRuleId($blockingRuleId)
+ {
+ $this->blockingRuleId = $blockingRuleId;
+ }
+
+ public function getBlockingRuleId()
+ {
+ return $this->blockingRuleId;
+ }
+ public function setBlockingTriggerId($blockingTriggerId)
+ {
+ $this->blockingTriggerId = $blockingTriggerId;
+ }
+
+ public function getBlockingTriggerId()
+ {
+ return $this->blockingTriggerId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDependencies(Google_Service_TagManager_Parameter $dependencies)
+ {
+ $this->dependencies = $dependencies;
+ }
+
+ public function getDependencies()
+ {
+ return $this->dependencies;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setFiringRuleId($firingRuleId)
+ {
+ $this->firingRuleId = $firingRuleId;
+ }
+
+ public function getFiringRuleId()
+ {
+ return $this->firingRuleId;
+ }
+ public function setFiringTriggerId($firingTriggerId)
+ {
+ $this->firingTriggerId = $firingTriggerId;
+ }
+
+ public function getFiringTriggerId()
+ {
+ return $this->firingTriggerId;
+ }
+ public function setLiveOnly($liveOnly)
+ {
+ $this->liveOnly = $liveOnly;
+ }
+
+ public function getLiveOnly()
+ {
+ return $this->liveOnly;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setPriority(Google_Service_TagManager_Parameter $priority)
+ {
+ $this->priority = $priority;
+ }
+
+ public function getPriority()
+ {
+ return $this->priority;
+ }
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+ public function setTagId($tagId)
+ {
+ $this->tagId = $tagId;
+ }
+
+ public function getTagId()
+ {
+ return $this->tagId;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+}
+
+class Google_Service_TagManager_Trigger extends Google_Collection
+{
+ protected $collection_key = 'filter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $autoEventFilterType = 'Google_Service_TagManager_Condition';
+ protected $autoEventFilterDataType = 'array';
+ protected $checkValidationType = 'Google_Service_TagManager_Parameter';
+ protected $checkValidationDataType = '';
+ public $containerId;
+ protected $customEventFilterType = 'Google_Service_TagManager_Condition';
+ protected $customEventFilterDataType = 'array';
+ protected $enableAllVideosType = 'Google_Service_TagManager_Parameter';
+ protected $enableAllVideosDataType = '';
+ protected $eventNameType = 'Google_Service_TagManager_Parameter';
+ protected $eventNameDataType = '';
+ protected $filterType = 'Google_Service_TagManager_Condition';
+ protected $filterDataType = 'array';
+ public $fingerprint;
+ protected $intervalType = 'Google_Service_TagManager_Parameter';
+ protected $intervalDataType = '';
+ protected $limitType = 'Google_Service_TagManager_Parameter';
+ protected $limitDataType = '';
+ public $name;
+ public $triggerId;
+ public $type;
+ protected $uniqueTriggerIdType = 'Google_Service_TagManager_Parameter';
+ protected $uniqueTriggerIdDataType = '';
+ protected $videoPercentageListType = 'Google_Service_TagManager_Parameter';
+ protected $videoPercentageListDataType = '';
+ protected $waitForTagsType = 'Google_Service_TagManager_Parameter';
+ protected $waitForTagsDataType = '';
+ protected $waitForTagsTimeoutType = 'Google_Service_TagManager_Parameter';
+ protected $waitForTagsTimeoutDataType = '';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAutoEventFilter($autoEventFilter)
+ {
+ $this->autoEventFilter = $autoEventFilter;
+ }
+
+ public function getAutoEventFilter()
+ {
+ return $this->autoEventFilter;
+ }
+ public function setCheckValidation(Google_Service_TagManager_Parameter $checkValidation)
+ {
+ $this->checkValidation = $checkValidation;
+ }
+
+ public function getCheckValidation()
+ {
+ return $this->checkValidation;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setCustomEventFilter($customEventFilter)
+ {
+ $this->customEventFilter = $customEventFilter;
+ }
+
+ public function getCustomEventFilter()
+ {
+ return $this->customEventFilter;
+ }
+ public function setEnableAllVideos(Google_Service_TagManager_Parameter $enableAllVideos)
+ {
+ $this->enableAllVideos = $enableAllVideos;
+ }
+
+ public function getEnableAllVideos()
+ {
+ return $this->enableAllVideos;
+ }
+ public function setEventName(Google_Service_TagManager_Parameter $eventName)
+ {
+ $this->eventName = $eventName;
+ }
+
+ public function getEventName()
+ {
+ return $this->eventName;
+ }
+ public function setFilter($filter)
+ {
+ $this->filter = $filter;
+ }
+
+ public function getFilter()
+ {
+ return $this->filter;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setInterval(Google_Service_TagManager_Parameter $interval)
+ {
+ $this->interval = $interval;
+ }
+
+ public function getInterval()
+ {
+ return $this->interval;
+ }
+ public function setLimit(Google_Service_TagManager_Parameter $limit)
+ {
+ $this->limit = $limit;
+ }
+
+ public function getLimit()
+ {
+ return $this->limit;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setTriggerId($triggerId)
+ {
+ $this->triggerId = $triggerId;
+ }
+
+ public function getTriggerId()
+ {
+ return $this->triggerId;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setUniqueTriggerId(Google_Service_TagManager_Parameter $uniqueTriggerId)
+ {
+ $this->uniqueTriggerId = $uniqueTriggerId;
+ }
+
+ public function getUniqueTriggerId()
+ {
+ return $this->uniqueTriggerId;
+ }
+ public function setVideoPercentageList(Google_Service_TagManager_Parameter $videoPercentageList)
+ {
+ $this->videoPercentageList = $videoPercentageList;
+ }
+
+ public function getVideoPercentageList()
+ {
+ return $this->videoPercentageList;
+ }
+ public function setWaitForTags(Google_Service_TagManager_Parameter $waitForTags)
+ {
+ $this->waitForTags = $waitForTags;
+ }
+
+ public function getWaitForTags()
+ {
+ return $this->waitForTags;
+ }
+ public function setWaitForTagsTimeout(Google_Service_TagManager_Parameter $waitForTagsTimeout)
+ {
+ $this->waitForTagsTimeout = $waitForTagsTimeout;
+ }
+
+ public function getWaitForTagsTimeout()
+ {
+ return $this->waitForTagsTimeout;
+ }
+
+}
+
+class Google_Service_TagManager_UserAccess extends Google_Collection
+{
+ protected $collection_key = 'containerAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountAccessType = 'Google_Service_TagManager_AccountAccess';
+ protected $accountAccessDataType = '';
+ public $accountId;
+ protected $containerAccessType = 'Google_Service_TagManager_ContainerAccess';
+ protected $containerAccessDataType = 'array';
+ public $emailAddress;
+ public $permissionId;
+
+ public function setAccountAccess(Google_Service_TagManager_AccountAccess $accountAccess)
+ {
+ $this->accountAccess = $accountAccess;
+ }
+
+ public function getAccountAccess()
+ {
+ return $this->accountAccess;
+ }
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerAccess($containerAccess)
+ {
+ $this->containerAccess = $containerAccess;
+ }
+
+ public function getContainerAccess()
+ {
+ return $this->containerAccess;
+ }
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+ public function setPermissionId($permissionId)
+ {
+ $this->permissionId = $permissionId;
+ }
+
+ public function getPermissionId()
+ {
+ return $this->permissionId;
+ }
+
+}
+
+class Google_Service_TagManager_Variable extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingTriggerId;
+ public $enablingTriggerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+ public $variableId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDisablingTriggerId($disablingTriggerId)
+ {
+ $this->disablingTriggerId = $disablingTriggerId;
+ }
+
+ public function getDisablingTriggerId()
+ {
+ return $this->disablingTriggerId;
+ }
+ public function setEnablingTriggerId($enablingTriggerId)
+ {
+ $this->enablingTriggerId = $enablingTriggerId;
+ }
+
+ public function getEnablingTriggerId()
+ {
+ return $this->enablingTriggerId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setVariableId($variableId)
+ {
+ $this->variableId = $variableId;
+ }
+
+ public function getVariableId()
+ {
+ return $this->variableId;
+ }
+
+}
From d68e3e99b8c28b59e11857bff26b3406e2544be7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 28 Oct 2014 02:45:32 -0700
Subject: [PATCH 0371/1219] Updated Calendar.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Calendar.php | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/src/Google/Service/Calendar.php b/src/Google/Service/Calendar.php
index a63d70778..7e634c25e 100644
--- a/src/Google/Service/Calendar.php
+++ b/src/Google/Service/Calendar.php
@@ -3039,6 +3039,24 @@ public function getVisibility()
}
+class Google_Service_Calendar_EventAttachment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $title;
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+}
+
class Google_Service_Calendar_EventAttendee extends Google_Model
{
protected $internal_gapi_mappings = array(
From 731c774d79c109eac44a19d0f3aa8caf8736e25b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 28 Oct 2014 02:45:32 -0700
Subject: [PATCH 0372/1219] Removed Tagmanager.php
---
src/Google/Service/Tagmanager.php | 3482 -----------------------------
1 file changed, 3482 deletions(-)
delete mode 100644 src/Google/Service/Tagmanager.php
diff --git a/src/Google/Service/Tagmanager.php b/src/Google/Service/Tagmanager.php
deleted file mode 100644
index cb4452d06..000000000
--- a/src/Google/Service/Tagmanager.php
+++ /dev/null
@@ -1,3482 +0,0 @@
-
- * API for accessing Tag Manager accounts and containers.
- *
- *
- *
- * For more information about this service, see the API
- * Documentation
- *
- *
- * @author Google, Inc.
- */
-class Google_Service_Tagmanager extends Google_Service
-{
- /** Delete your Google Tag Manager containers. */
- const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers";
- /** Manage your Google Tag Manager containers. */
- const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers";
- /** Manage your Google Tag Manager container versions. */
- const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
- /** Manage your Google Tag Manager accounts. */
- const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts";
- /** Manage user permissions of your Google Tag Manager data. */
- const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users";
- /** Publish your Google Tag Manager containers. */
- const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish";
- /** View your Google Tag Manager containers. */
- const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly";
-
- public $accounts;
- public $accounts_containers;
- public $accounts_containers_macros;
- public $accounts_containers_rules;
- public $accounts_containers_tags;
- public $accounts_containers_triggers;
- public $accounts_containers_variables;
- public $accounts_containers_versions;
- public $accounts_permissions;
-
-
- /**
- * Constructs the internal representation of the Tagmanager service.
- *
- * @param Google_Client $client
- */
- public function __construct(Google_Client $client)
- {
- parent::__construct($client);
- $this->servicePath = 'tagmanager/v1/';
- $this->version = 'v1';
- $this->serviceName = 'tagmanager';
-
- $this->accounts = new Google_Service_Tagmanager_Accounts_Resource(
- $this,
- $this->serviceName,
- 'accounts',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'accounts/{accountId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts',
- 'httpMethod' => 'GET',
- 'parameters' => array(),
- ),'update' => array(
- 'path' => 'accounts/{accountId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_containers = new Google_Service_Tagmanager_AccountsContainers_Resource(
- $this,
- $this->serviceName,
- 'containers',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/containers',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/containers',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_containers_macros = new Google_Service_Tagmanager_AccountsContainersMacros_Resource(
- $this,
- $this->serviceName,
- 'macros',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/macros',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'macroId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'macroId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/macros',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'macroId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_containers_rules = new Google_Service_Tagmanager_AccountsContainersRules_Resource(
- $this,
- $this->serviceName,
- 'rules',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/rules',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'ruleId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'ruleId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/rules',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'ruleId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_containers_tags = new Google_Service_Tagmanager_AccountsContainersTags_Resource(
- $this,
- $this->serviceName,
- 'tags',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/tags',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'tagId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'tagId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/tags',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'tagId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_containers_triggers = new Google_Service_Tagmanager_AccountsContainersTriggers_Resource(
- $this,
- $this->serviceName,
- 'triggers',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'triggerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'triggerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'triggerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_containers_variables = new Google_Service_Tagmanager_AccountsContainersVariables_Resource(
- $this,
- $this->serviceName,
- 'variables',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/variables',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'variableId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'variableId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/variables',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'variableId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_containers_versions = new Google_Service_Tagmanager_AccountsContainersVersions_Resource(
- $this,
- $this->serviceName,
- 'versions',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerVersionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerVersionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'headers' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'publish' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerVersionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'restore' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerVersionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'undelete' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerVersionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'containerVersionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fingerprint' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->accounts_permissions = new Google_Service_Tagmanager_AccountsPermissions_Resource(
- $this,
- $this->serviceName,
- 'permissions',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'accounts/{accountId}/permissions',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'accounts/{accountId}/permissions/{permissionId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'permissionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'accounts/{accountId}/permissions/{permissionId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'permissionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'accounts/{accountId}/permissions',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => 'accounts/{accountId}/permissions/{permissionId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'permissionId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- }
-}
-
-
-/**
- * The "accounts" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $accounts = $tagmanagerService->accounts;
- *
- */
-class Google_Service_Tagmanager_Accounts_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets a GTM Account. (accounts.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Account
- */
- public function get($accountId, $optParams = array())
- {
- $params = array('accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Account");
- }
- /**
- * Lists all GTM Accounts that a user has access to. (accounts.listAccounts)
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListAccountsResponse
- */
- public function listAccounts($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountsResponse");
- }
- /**
- * Updates a GTM Account. (accounts.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param Google_Account $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the account in storage.
- * @return Google_Service_Tagmanager_Account
- */
- public function update($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Account");
- }
-}
-
-/**
- * The "containers" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $containers = $tagmanagerService->containers;
- *
- */
-class Google_Service_Tagmanager_AccountsContainers_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a Container. (containers.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param Google_Container $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Container
- */
- public function create($accountId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Container");
- }
- /**
- * Deletes a Container. (containers.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a Container. (containers.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Container
- */
- public function get($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Container");
- }
- /**
- * Lists all Containers that belongs to a GTM Account.
- * (containers.listAccountsContainers)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListContainersResponse
- */
- public function listAccountsContainers($accountId, $optParams = array())
- {
- $params = array('accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainersResponse");
- }
- /**
- * Updates a Container. (containers.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Container $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container in storage.
- * @return Google_Service_Tagmanager_Container
- */
- public function update($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Container");
- }
-}
-
-/**
- * The "macros" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $macros = $tagmanagerService->macros;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersMacros_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Macro. (macros.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Macro $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Macro
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Macro");
- }
- /**
- * Deletes a GTM Macro. (macros.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $macroId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Macro. (macros.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Macro
- */
- public function get($accountId, $containerId, $macroId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Macro");
- }
- /**
- * Lists all GTM Macros of a Container. (macros.listAccountsContainersMacros)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListMacrosResponse
- */
- public function listAccountsContainersMacros($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListMacrosResponse");
- }
- /**
- * Updates a GTM Macro. (macros.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
- * @param Google_Macro $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the macro in storage.
- * @return Google_Service_Tagmanager_Macro
- */
- public function update($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Macro");
- }
-}
-/**
- * The "rules" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $rules = $tagmanagerService->rules;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersRules_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Rule. (rules.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Rule $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Rule
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Rule");
- }
- /**
- * Deletes a GTM Rule. (rules.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $ruleId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Rule. (rules.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Rule
- */
- public function get($accountId, $containerId, $ruleId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Rule");
- }
- /**
- * Lists all GTM Rules of a Container. (rules.listAccountsContainersRules)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListRulesResponse
- */
- public function listAccountsContainersRules($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListRulesResponse");
- }
- /**
- * Updates a GTM Rule. (rules.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
- * @param Google_Rule $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the rule in storage.
- * @return Google_Service_Tagmanager_Rule
- */
- public function update($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Rule");
- }
-}
-/**
- * The "tags" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $tags = $tagmanagerService->tags;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersTags_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Tag. (tags.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Tag $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Tag
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Tag");
- }
- /**
- * Deletes a GTM Tag. (tags.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $tagId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Tag. (tags.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Tag
- */
- public function get($accountId, $containerId, $tagId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Tag");
- }
- /**
- * Lists all GTM Tags of a Container. (tags.listAccountsContainersTags)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListTagsResponse
- */
- public function listAccountsContainersTags($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListTagsResponse");
- }
- /**
- * Updates a GTM Tag. (tags.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
- * @param Google_Tag $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the tag in storage.
- * @return Google_Service_Tagmanager_Tag
- */
- public function update($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Tag");
- }
-}
-/**
- * The "triggers" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $triggers = $tagmanagerService->triggers;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersTriggers_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Trigger. (triggers.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Trigger $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Trigger
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Trigger");
- }
- /**
- * Deletes a GTM Trigger. (triggers.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $triggerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Trigger. (triggers.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Trigger
- */
- public function get($accountId, $containerId, $triggerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Trigger");
- }
- /**
- * Lists all GTM Triggers of a Container.
- * (triggers.listAccountsContainersTriggers)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListTriggersResponse
- */
- public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListTriggersResponse");
- }
- /**
- * Updates a GTM Trigger. (triggers.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
- * @param Google_Trigger $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the trigger in storage.
- * @return Google_Service_Tagmanager_Trigger
- */
- public function update($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Trigger");
- }
-}
-/**
- * The "variables" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $variables = $tagmanagerService->variables;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersVariables_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Variable. (variables.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Variable $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Variable
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Variable");
- }
- /**
- * Deletes a GTM Variable. (variables.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $variableId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Variable. (variables.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Variable
- */
- public function get($accountId, $containerId, $variableId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Variable");
- }
- /**
- * Lists all GTM Variables of a Container.
- * (variables.listAccountsContainersVariables)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListVariablesResponse
- */
- public function listAccountsContainersVariables($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListVariablesResponse");
- }
- /**
- * Updates a GTM Variable. (variables.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
- * @param Google_Variable $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the variable in storage.
- * @return Google_Service_Tagmanager_Variable
- */
- public function update($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Variable");
- }
-}
-/**
- * The "versions" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $versions = $tagmanagerService->versions;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersVersions_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a Container Version. (versions.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_CreateContainerVersionRequestVersionOptions $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_CreateContainerVersionResponse
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_CreateContainerVersionResponse");
- }
- /**
- * Deletes a Container Version. (versions.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a Container Version. (versions.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID. Specify published to retrieve the currently published version.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function get($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
- /**
- * Lists all Container Versions of a GTM Container.
- * (versions.listAccountsContainersVersions)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool headers
- * Retrieve headers only when true.
- * @return Google_Service_Tagmanager_ListContainerVersionsResponse
- */
- public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainerVersionsResponse");
- }
- /**
- * Publishes a Container Version. (versions.publish)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container version in storage.
- * @return Google_Service_Tagmanager_PublishContainerVersionResponse
- */
- public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('publish', array($params), "Google_Service_Tagmanager_PublishContainerVersionResponse");
- }
- /**
- * Restores a Container Version. This will overwrite the container's current
- * configuration (including its macros, rules and tags). The operation will not
- * have any effect on the version that is being served (i.e. the published
- * version). (versions.restore)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function restore($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('restore', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
- /**
- * Undeletes a Container Version. (versions.undelete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function undelete($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('undelete', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
- /**
- * Updates a Container Version. (versions.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param Google_ContainerVersion $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container version in storage.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function update($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
-}
-/**
- * The "permissions" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $permissions = $tagmanagerService->permissions;
- *
- */
-class Google_Service_Tagmanager_AccountsPermissions_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a user's Account & Container Permissions. (permissions.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param Google_UserAccess $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_UserAccess
- */
- public function create($accountId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_UserAccess");
- }
- /**
- * Removes a user from the account, revoking access to it and all of its
- * containers. (permissions.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $permissionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a user's Account & Container Permissions. (permissions.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_UserAccess
- */
- public function get($accountId, $permissionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_UserAccess");
- }
- /**
- * List all users that have access to the account along with Account and
- * Container Permissions granted to each of them.
- * (permissions.listAccountsPermissions)
- *
- * @param string $accountId
- * The GTM Account ID. @required tagmanager.accounts.permissions.list
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListAccountUsersResponse
- */
- public function listAccountsPermissions($accountId, $optParams = array())
- {
- $params = array('accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountUsersResponse");
- }
- /**
- * Updates a user's Account & Container Permissions. (permissions.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
- * @param Google_UserAccess $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_UserAccess
- */
- public function update($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_UserAccess");
- }
-}
-
-
-
-
-class Google_Service_Tagmanager_Account extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $fingerprint;
- public $name;
- public $shareData;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setShareData($shareData)
- {
- $this->shareData = $shareData;
- }
-
- public function getShareData()
- {
- return $this->shareData;
- }
-
-}
-
-class Google_Service_Tagmanager_AccountAccess extends Google_Collection
-{
- protected $collection_key = 'permission';
- protected $internal_gapi_mappings = array(
- );
- public $permission;
-
- public function setPermission($permission)
- {
- $this->permission = $permission;
- }
-
- public function getPermission()
- {
- return $this->permission;
- }
-
-}
-
-class Google_Service_Tagmanager_Condition extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- public $type;
-
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
-}
-
-class Google_Service_Tagmanager_Container extends Google_Collection
-{
- protected $collection_key = 'usageContext';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $domainName;
- public $fingerprint;
- public $name;
- public $notes;
- public $publicId;
- public $timeZoneCountryId;
- public $timeZoneId;
- public $usageContext;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDomainName($domainName)
- {
- $this->domainName = $domainName;
- }
-
- public function getDomainName()
- {
- return $this->domainName;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setPublicId($publicId)
- {
- $this->publicId = $publicId;
- }
-
- public function getPublicId()
- {
- return $this->publicId;
- }
- public function setTimeZoneCountryId($timeZoneCountryId)
- {
- $this->timeZoneCountryId = $timeZoneCountryId;
- }
-
- public function getTimeZoneCountryId()
- {
- return $this->timeZoneCountryId;
- }
- public function setTimeZoneId($timeZoneId)
- {
- $this->timeZoneId = $timeZoneId;
- }
-
- public function getTimeZoneId()
- {
- return $this->timeZoneId;
- }
- public function setUsageContext($usageContext)
- {
- $this->usageContext = $usageContext;
- }
-
- public function getUsageContext()
- {
- return $this->usageContext;
- }
-
-}
-
-class Google_Service_Tagmanager_ContainerAccess extends Google_Collection
-{
- protected $collection_key = 'permission';
- protected $internal_gapi_mappings = array(
- );
- public $containerId;
- public $permission;
-
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setPermission($permission)
- {
- $this->permission = $permission;
- }
-
- public function getPermission()
- {
- return $this->permission;
- }
-
-}
-
-class Google_Service_Tagmanager_ContainerVersion extends Google_Collection
-{
- protected $collection_key = 'trigger';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- protected $containerType = 'Google_Service_Tagmanager_Container';
- protected $containerDataType = '';
- public $containerId;
- public $containerVersionId;
- public $deleted;
- public $fingerprint;
- protected $macroType = 'Google_Service_Tagmanager_Macro';
- protected $macroDataType = 'array';
- public $name;
- public $notes;
- protected $ruleType = 'Google_Service_Tagmanager_Rule';
- protected $ruleDataType = 'array';
- protected $tagType = 'Google_Service_Tagmanager_Tag';
- protected $tagDataType = 'array';
- protected $triggerType = 'Google_Service_Tagmanager_Trigger';
- protected $triggerDataType = 'array';
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainer(Google_Service_Tagmanager_Container $container)
- {
- $this->container = $container;
- }
-
- public function getContainer()
- {
- return $this->container;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setContainerVersionId($containerVersionId)
- {
- $this->containerVersionId = $containerVersionId;
- }
-
- public function getContainerVersionId()
- {
- return $this->containerVersionId;
- }
- public function setDeleted($deleted)
- {
- $this->deleted = $deleted;
- }
-
- public function getDeleted()
- {
- return $this->deleted;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setMacro($macro)
- {
- $this->macro = $macro;
- }
-
- public function getMacro()
- {
- return $this->macro;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setRule($rule)
- {
- $this->rule = $rule;
- }
-
- public function getRule()
- {
- return $this->rule;
- }
- public function setTag($tag)
- {
- $this->tag = $tag;
- }
-
- public function getTag()
- {
- return $this->tag;
- }
- public function setTrigger($trigger)
- {
- $this->trigger = $trigger;
- }
-
- public function getTrigger()
- {
- return $this->trigger;
- }
-
-}
-
-class Google_Service_Tagmanager_ContainerVersionHeader extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $containerVersionId;
- public $deleted;
- public $name;
- public $numMacros;
- public $numRules;
- public $numTags;
- public $numTriggers;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setContainerVersionId($containerVersionId)
- {
- $this->containerVersionId = $containerVersionId;
- }
-
- public function getContainerVersionId()
- {
- return $this->containerVersionId;
- }
- public function setDeleted($deleted)
- {
- $this->deleted = $deleted;
- }
-
- public function getDeleted()
- {
- return $this->deleted;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNumMacros($numMacros)
- {
- $this->numMacros = $numMacros;
- }
-
- public function getNumMacros()
- {
- return $this->numMacros;
- }
- public function setNumRules($numRules)
- {
- $this->numRules = $numRules;
- }
-
- public function getNumRules()
- {
- return $this->numRules;
- }
- public function setNumTags($numTags)
- {
- $this->numTags = $numTags;
- }
-
- public function getNumTags()
- {
- return $this->numTags;
- }
- public function setNumTriggers($numTriggers)
- {
- $this->numTriggers = $numTriggers;
- }
-
- public function getNumTriggers()
- {
- return $this->numTriggers;
- }
-
-}
-
-class Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $name;
- public $notes;
- public $quickPreview;
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setQuickPreview($quickPreview)
- {
- $this->quickPreview = $quickPreview;
- }
-
- public function getQuickPreview()
- {
- return $this->quickPreview;
- }
-
-}
-
-class Google_Service_Tagmanager_CreateContainerVersionResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $compilerError;
- protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
- protected $containerVersionDataType = '';
-
- public function setCompilerError($compilerError)
- {
- $this->compilerError = $compilerError;
- }
-
- public function getCompilerError()
- {
- return $this->compilerError;
- }
- public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
- {
- $this->containerVersion = $containerVersion;
- }
-
- public function getContainerVersion()
- {
- return $this->containerVersion;
- }
-
-}
-
-class Google_Service_Tagmanager_ListAccountUsersResponse extends Google_Collection
-{
- protected $collection_key = 'userAccess';
- protected $internal_gapi_mappings = array(
- );
- protected $userAccessType = 'Google_Service_Tagmanager_UserAccess';
- protected $userAccessDataType = 'array';
-
- public function setUserAccess($userAccess)
- {
- $this->userAccess = $userAccess;
- }
-
- public function getUserAccess()
- {
- return $this->userAccess;
- }
-
-}
-
-class Google_Service_Tagmanager_ListAccountsResponse extends Google_Collection
-{
- protected $collection_key = 'accounts';
- protected $internal_gapi_mappings = array(
- );
- protected $accountsType = 'Google_Service_Tagmanager_Account';
- protected $accountsDataType = 'array';
-
- public function setAccounts($accounts)
- {
- $this->accounts = $accounts;
- }
-
- public function getAccounts()
- {
- return $this->accounts;
- }
-
-}
-
-class Google_Service_Tagmanager_ListContainerVersionsResponse extends Google_Collection
-{
- protected $collection_key = 'containerVersionHeader';
- protected $internal_gapi_mappings = array(
- );
- protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
- protected $containerVersionDataType = 'array';
- protected $containerVersionHeaderType = 'Google_Service_Tagmanager_ContainerVersionHeader';
- protected $containerVersionHeaderDataType = 'array';
-
- public function setContainerVersion($containerVersion)
- {
- $this->containerVersion = $containerVersion;
- }
-
- public function getContainerVersion()
- {
- return $this->containerVersion;
- }
- public function setContainerVersionHeader($containerVersionHeader)
- {
- $this->containerVersionHeader = $containerVersionHeader;
- }
-
- public function getContainerVersionHeader()
- {
- return $this->containerVersionHeader;
- }
-
-}
-
-class Google_Service_Tagmanager_ListContainersResponse extends Google_Collection
-{
- protected $collection_key = 'containers';
- protected $internal_gapi_mappings = array(
- );
- protected $containersType = 'Google_Service_Tagmanager_Container';
- protected $containersDataType = 'array';
-
- public function setContainers($containers)
- {
- $this->containers = $containers;
- }
-
- public function getContainers()
- {
- return $this->containers;
- }
-
-}
-
-class Google_Service_Tagmanager_ListMacrosResponse extends Google_Collection
-{
- protected $collection_key = 'macros';
- protected $internal_gapi_mappings = array(
- );
- protected $macrosType = 'Google_Service_Tagmanager_Macro';
- protected $macrosDataType = 'array';
-
- public function setMacros($macros)
- {
- $this->macros = $macros;
- }
-
- public function getMacros()
- {
- return $this->macros;
- }
-
-}
-
-class Google_Service_Tagmanager_ListRulesResponse extends Google_Collection
-{
- protected $collection_key = 'rules';
- protected $internal_gapi_mappings = array(
- );
- protected $rulesType = 'Google_Service_Tagmanager_Rule';
- protected $rulesDataType = 'array';
-
- public function setRules($rules)
- {
- $this->rules = $rules;
- }
-
- public function getRules()
- {
- return $this->rules;
- }
-
-}
-
-class Google_Service_Tagmanager_ListTagsResponse extends Google_Collection
-{
- protected $collection_key = 'tags';
- protected $internal_gapi_mappings = array(
- );
- protected $tagsType = 'Google_Service_Tagmanager_Tag';
- protected $tagsDataType = 'array';
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-
-}
-
-class Google_Service_Tagmanager_ListTriggersResponse extends Google_Collection
-{
- protected $collection_key = 'triggers';
- protected $internal_gapi_mappings = array(
- );
- protected $triggersType = 'Google_Service_Tagmanager_Trigger';
- protected $triggersDataType = 'array';
-
- public function setTriggers($triggers)
- {
- $this->triggers = $triggers;
- }
-
- public function getTriggers()
- {
- return $this->triggers;
- }
-
-}
-
-class Google_Service_Tagmanager_ListVariablesResponse extends Google_Collection
-{
- protected $collection_key = 'variables';
- protected $internal_gapi_mappings = array(
- );
- protected $variablesType = 'Google_Service_Tagmanager_Variable';
- protected $variablesDataType = 'array';
-
- public function setVariables($variables)
- {
- $this->variables = $variables;
- }
-
- public function getVariables()
- {
- return $this->variables;
- }
-
-}
-
-class Google_Service_Tagmanager_Macro extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $disablingRuleId;
- public $enablingRuleId;
- public $fingerprint;
- public $macroId;
- public $name;
- public $notes;
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- public $scheduleEndMs;
- public $scheduleStartMs;
- public $type;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDisablingRuleId($disablingRuleId)
- {
- $this->disablingRuleId = $disablingRuleId;
- }
-
- public function getDisablingRuleId()
- {
- return $this->disablingRuleId;
- }
- public function setEnablingRuleId($enablingRuleId)
- {
- $this->enablingRuleId = $enablingRuleId;
- }
-
- public function getEnablingRuleId()
- {
- return $this->enablingRuleId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setMacroId($macroId)
- {
- $this->macroId = $macroId;
- }
-
- public function getMacroId()
- {
- return $this->macroId;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setScheduleEndMs($scheduleEndMs)
- {
- $this->scheduleEndMs = $scheduleEndMs;
- }
-
- public function getScheduleEndMs()
- {
- return $this->scheduleEndMs;
- }
- public function setScheduleStartMs($scheduleStartMs)
- {
- $this->scheduleStartMs = $scheduleStartMs;
- }
-
- public function getScheduleStartMs()
- {
- return $this->scheduleStartMs;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
-}
-
-class Google_Service_Tagmanager_Parameter extends Google_Collection
-{
- protected $collection_key = 'map';
- protected $internal_gapi_mappings = array(
- );
- public $key;
- protected $listType = 'Google_Service_Tagmanager_Parameter';
- protected $listDataType = 'array';
- protected $mapType = 'Google_Service_Tagmanager_Parameter';
- protected $mapDataType = 'array';
- public $type;
- public $value;
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
- public function setList($list)
- {
- $this->list = $list;
- }
-
- public function getList()
- {
- return $this->list;
- }
- public function setMap($map)
- {
- $this->map = $map;
- }
-
- public function getMap()
- {
- return $this->map;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-
-}
-
-class Google_Service_Tagmanager_PublishContainerVersionResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $compilerError;
- protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
- protected $containerVersionDataType = '';
-
- public function setCompilerError($compilerError)
- {
- $this->compilerError = $compilerError;
- }
-
- public function getCompilerError()
- {
- return $this->compilerError;
- }
- public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
- {
- $this->containerVersion = $containerVersion;
- }
-
- public function getContainerVersion()
- {
- return $this->containerVersion;
- }
-
-}
-
-class Google_Service_Tagmanager_Rule extends Google_Collection
-{
- protected $collection_key = 'condition';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- protected $conditionType = 'Google_Service_Tagmanager_Condition';
- protected $conditionDataType = 'array';
- public $containerId;
- public $fingerprint;
- public $name;
- public $notes;
- public $ruleId;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setCondition($condition)
- {
- $this->condition = $condition;
- }
-
- public function getCondition()
- {
- return $this->condition;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setRuleId($ruleId)
- {
- $this->ruleId = $ruleId;
- }
-
- public function getRuleId()
- {
- return $this->ruleId;
- }
-
-}
-
-class Google_Service_Tagmanager_Tag extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $blockingRuleId;
- public $blockingTriggerId;
- public $containerId;
- protected $dependenciesType = 'Google_Service_Tagmanager_Parameter';
- protected $dependenciesDataType = '';
- public $fingerprint;
- public $firingRuleId;
- public $firingTriggerId;
- public $liveOnly;
- public $name;
- public $notes;
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- protected $priorityType = 'Google_Service_Tagmanager_Parameter';
- protected $priorityDataType = '';
- public $scheduleEndMs;
- public $scheduleStartMs;
- public $tagId;
- public $type;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setBlockingRuleId($blockingRuleId)
- {
- $this->blockingRuleId = $blockingRuleId;
- }
-
- public function getBlockingRuleId()
- {
- return $this->blockingRuleId;
- }
- public function setBlockingTriggerId($blockingTriggerId)
- {
- $this->blockingTriggerId = $blockingTriggerId;
- }
-
- public function getBlockingTriggerId()
- {
- return $this->blockingTriggerId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDependencies(Google_Service_Tagmanager_Parameter $dependencies)
- {
- $this->dependencies = $dependencies;
- }
-
- public function getDependencies()
- {
- return $this->dependencies;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setFiringRuleId($firingRuleId)
- {
- $this->firingRuleId = $firingRuleId;
- }
-
- public function getFiringRuleId()
- {
- return $this->firingRuleId;
- }
- public function setFiringTriggerId($firingTriggerId)
- {
- $this->firingTriggerId = $firingTriggerId;
- }
-
- public function getFiringTriggerId()
- {
- return $this->firingTriggerId;
- }
- public function setLiveOnly($liveOnly)
- {
- $this->liveOnly = $liveOnly;
- }
-
- public function getLiveOnly()
- {
- return $this->liveOnly;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setPriority(Google_Service_Tagmanager_Parameter $priority)
- {
- $this->priority = $priority;
- }
-
- public function getPriority()
- {
- return $this->priority;
- }
- public function setScheduleEndMs($scheduleEndMs)
- {
- $this->scheduleEndMs = $scheduleEndMs;
- }
-
- public function getScheduleEndMs()
- {
- return $this->scheduleEndMs;
- }
- public function setScheduleStartMs($scheduleStartMs)
- {
- $this->scheduleStartMs = $scheduleStartMs;
- }
-
- public function getScheduleStartMs()
- {
- return $this->scheduleStartMs;
- }
- public function setTagId($tagId)
- {
- $this->tagId = $tagId;
- }
-
- public function getTagId()
- {
- return $this->tagId;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
-}
-
-class Google_Service_Tagmanager_Trigger extends Google_Collection
-{
- protected $collection_key = 'filter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- protected $autoEventFilterType = 'Google_Service_Tagmanager_Condition';
- protected $autoEventFilterDataType = 'array';
- protected $checkValidationType = 'Google_Service_Tagmanager_Parameter';
- protected $checkValidationDataType = '';
- public $containerId;
- protected $customEventFilterType = 'Google_Service_Tagmanager_Condition';
- protected $customEventFilterDataType = 'array';
- protected $enableAllVideosType = 'Google_Service_Tagmanager_Parameter';
- protected $enableAllVideosDataType = '';
- protected $eventNameType = 'Google_Service_Tagmanager_Parameter';
- protected $eventNameDataType = '';
- protected $filterType = 'Google_Service_Tagmanager_Condition';
- protected $filterDataType = 'array';
- public $fingerprint;
- protected $intervalType = 'Google_Service_Tagmanager_Parameter';
- protected $intervalDataType = '';
- protected $limitType = 'Google_Service_Tagmanager_Parameter';
- protected $limitDataType = '';
- public $name;
- public $triggerId;
- public $type;
- protected $uniqueTriggerIdType = 'Google_Service_Tagmanager_Parameter';
- protected $uniqueTriggerIdDataType = '';
- protected $videoPercentageListType = 'Google_Service_Tagmanager_Parameter';
- protected $videoPercentageListDataType = '';
- protected $waitForTagsType = 'Google_Service_Tagmanager_Parameter';
- protected $waitForTagsDataType = '';
- protected $waitForTagsTimeoutType = 'Google_Service_Tagmanager_Parameter';
- protected $waitForTagsTimeoutDataType = '';
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setAutoEventFilter($autoEventFilter)
- {
- $this->autoEventFilter = $autoEventFilter;
- }
-
- public function getAutoEventFilter()
- {
- return $this->autoEventFilter;
- }
- public function setCheckValidation(Google_Service_Tagmanager_Parameter $checkValidation)
- {
- $this->checkValidation = $checkValidation;
- }
-
- public function getCheckValidation()
- {
- return $this->checkValidation;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setCustomEventFilter($customEventFilter)
- {
- $this->customEventFilter = $customEventFilter;
- }
-
- public function getCustomEventFilter()
- {
- return $this->customEventFilter;
- }
- public function setEnableAllVideos(Google_Service_Tagmanager_Parameter $enableAllVideos)
- {
- $this->enableAllVideos = $enableAllVideos;
- }
-
- public function getEnableAllVideos()
- {
- return $this->enableAllVideos;
- }
- public function setEventName(Google_Service_Tagmanager_Parameter $eventName)
- {
- $this->eventName = $eventName;
- }
-
- public function getEventName()
- {
- return $this->eventName;
- }
- public function setFilter($filter)
- {
- $this->filter = $filter;
- }
-
- public function getFilter()
- {
- return $this->filter;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setInterval(Google_Service_Tagmanager_Parameter $interval)
- {
- $this->interval = $interval;
- }
-
- public function getInterval()
- {
- return $this->interval;
- }
- public function setLimit(Google_Service_Tagmanager_Parameter $limit)
- {
- $this->limit = $limit;
- }
-
- public function getLimit()
- {
- return $this->limit;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setTriggerId($triggerId)
- {
- $this->triggerId = $triggerId;
- }
-
- public function getTriggerId()
- {
- return $this->triggerId;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
- public function setUniqueTriggerId(Google_Service_Tagmanager_Parameter $uniqueTriggerId)
- {
- $this->uniqueTriggerId = $uniqueTriggerId;
- }
-
- public function getUniqueTriggerId()
- {
- return $this->uniqueTriggerId;
- }
- public function setVideoPercentageList(Google_Service_Tagmanager_Parameter $videoPercentageList)
- {
- $this->videoPercentageList = $videoPercentageList;
- }
-
- public function getVideoPercentageList()
- {
- return $this->videoPercentageList;
- }
- public function setWaitForTags(Google_Service_Tagmanager_Parameter $waitForTags)
- {
- $this->waitForTags = $waitForTags;
- }
-
- public function getWaitForTags()
- {
- return $this->waitForTags;
- }
- public function setWaitForTagsTimeout(Google_Service_Tagmanager_Parameter $waitForTagsTimeout)
- {
- $this->waitForTagsTimeout = $waitForTagsTimeout;
- }
-
- public function getWaitForTagsTimeout()
- {
- return $this->waitForTagsTimeout;
- }
-
-}
-
-class Google_Service_Tagmanager_UserAccess extends Google_Collection
-{
- protected $collection_key = 'containerAccess';
- protected $internal_gapi_mappings = array(
- );
- protected $accountAccessType = 'Google_Service_Tagmanager_AccountAccess';
- protected $accountAccessDataType = '';
- public $accountId;
- protected $containerAccessType = 'Google_Service_Tagmanager_ContainerAccess';
- protected $containerAccessDataType = 'array';
- public $emailAddress;
- public $permissionId;
-
- public function setAccountAccess(Google_Service_Tagmanager_AccountAccess $accountAccess)
- {
- $this->accountAccess = $accountAccess;
- }
-
- public function getAccountAccess()
- {
- return $this->accountAccess;
- }
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerAccess($containerAccess)
- {
- $this->containerAccess = $containerAccess;
- }
-
- public function getContainerAccess()
- {
- return $this->containerAccess;
- }
- public function setEmailAddress($emailAddress)
- {
- $this->emailAddress = $emailAddress;
- }
-
- public function getEmailAddress()
- {
- return $this->emailAddress;
- }
- public function setPermissionId($permissionId)
- {
- $this->permissionId = $permissionId;
- }
-
- public function getPermissionId()
- {
- return $this->permissionId;
- }
-
-}
-
-class Google_Service_Tagmanager_Variable extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $disablingTriggerId;
- public $enablingTriggerId;
- public $fingerprint;
- public $name;
- public $notes;
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- public $scheduleEndMs;
- public $scheduleStartMs;
- public $type;
- public $variableId;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDisablingTriggerId($disablingTriggerId)
- {
- $this->disablingTriggerId = $disablingTriggerId;
- }
-
- public function getDisablingTriggerId()
- {
- return $this->disablingTriggerId;
- }
- public function setEnablingTriggerId($enablingTriggerId)
- {
- $this->enablingTriggerId = $enablingTriggerId;
- }
-
- public function getEnablingTriggerId()
- {
- return $this->enablingTriggerId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setScheduleEndMs($scheduleEndMs)
- {
- $this->scheduleEndMs = $scheduleEndMs;
- }
-
- public function getScheduleEndMs()
- {
- return $this->scheduleEndMs;
- }
- public function setScheduleStartMs($scheduleStartMs)
- {
- $this->scheduleStartMs = $scheduleStartMs;
- }
-
- public function getScheduleStartMs()
- {
- return $this->scheduleStartMs;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
- public function setVariableId($variableId)
- {
- $this->variableId = $variableId;
- }
-
- public function getVariableId()
- {
- return $this->variableId;
- }
-
-}
From d55bb4f920bb60bf43c5b6e6a812a1c98ab6cd43 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 29 Oct 2014 02:47:07 -0700
Subject: [PATCH 0373/1219] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 2185 +++++++++++++++++++------------
1 file changed, 1361 insertions(+), 824 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 538d451de..dfb9d013a 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -16,7 +16,7 @@
*/
/**
- * Service definition for Genomics (v1beta).
+ * Service definition for Genomics (v1beta2).
*
*
* Provides access to Genomics data.
@@ -24,7 +24,7 @@
*
*
* For more information about this service, see the API
- *