Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -29,10 +29,16 @@ class Google_Service_Analytics_Account extends Google_Model
|
||||
public $starred;
|
||||
public $updated;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_AccountChildLink
|
||||
*/
|
||||
public function setChildLink(Google_Service_Analytics_AccountChildLink $childLink)
|
||||
{
|
||||
$this->childLink = $childLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_AccountChildLink
|
||||
*/
|
||||
public function getChildLink()
|
||||
{
|
||||
return $this->childLink;
|
||||
@@ -69,10 +75,16 @@ class Google_Service_Analytics_Account extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_AccountPermissions
|
||||
*/
|
||||
public function setPermissions(Google_Service_Analytics_AccountPermissions $permissions)
|
||||
{
|
||||
$this->permissions = $permissions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_AccountPermissions
|
||||
*/
|
||||
public function getPermissions()
|
||||
{
|
||||
return $this->permissions;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_AccountSummaries extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_AccountSummary
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_AccountSummary
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -57,10 +57,16 @@ class Google_Service_Analytics_AccountSummary extends Google_Collection
|
||||
{
|
||||
return $this->starred;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_WebPropertySummary
|
||||
*/
|
||||
public function setWebProperties($webProperties)
|
||||
{
|
||||
$this->webProperties = $webProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_WebPropertySummary
|
||||
*/
|
||||
public function getWebProperties()
|
||||
{
|
||||
return $this->webProperties;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -27,10 +27,16 @@ class Google_Service_Analytics_AccountTicket extends Google_Model
|
||||
protected $webpropertyType = 'Google_Service_Analytics_Webproperty';
|
||||
protected $webpropertyDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_Account
|
||||
*/
|
||||
public function setAccount(Google_Service_Analytics_Account $account)
|
||||
{
|
||||
$this->account = $account;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Account
|
||||
*/
|
||||
public function getAccount()
|
||||
{
|
||||
return $this->account;
|
||||
@@ -51,10 +57,16 @@ class Google_Service_Analytics_AccountTicket extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_Profile
|
||||
*/
|
||||
public function setProfile(Google_Service_Analytics_Profile $profile)
|
||||
{
|
||||
$this->profile = $profile;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Profile
|
||||
*/
|
||||
public function getProfile()
|
||||
{
|
||||
return $this->profile;
|
||||
@@ -67,10 +79,16 @@ class Google_Service_Analytics_AccountTicket extends Google_Model
|
||||
{
|
||||
return $this->redirectUri;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_Webproperty
|
||||
*/
|
||||
public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty)
|
||||
{
|
||||
$this->webproperty = $webproperty;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Webproperty
|
||||
*/
|
||||
public function getWebproperty()
|
||||
{
|
||||
return $this->webproperty;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_Accounts extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_Account
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Account
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -41,10 +41,16 @@ class Google_Service_Analytics_Columns extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_Column
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Column
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
class Google_Service_Analytics_CustomDataSource extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'profilesLinked';
|
||||
protected $collection_key = 'schema';
|
||||
public $accountId;
|
||||
protected $childLinkType = 'Google_Service_Analytics_CustomDataSourceChildLink';
|
||||
protected $childLinkDataType = '';
|
||||
@@ -30,6 +30,7 @@ class Google_Service_Analytics_CustomDataSource extends Google_Collection
|
||||
protected $parentLinkType = 'Google_Service_Analytics_CustomDataSourceParentLink';
|
||||
protected $parentLinkDataType = '';
|
||||
public $profilesLinked;
|
||||
public $schema;
|
||||
public $selfLink;
|
||||
public $type;
|
||||
public $updated;
|
||||
@@ -44,10 +45,16 @@ class Google_Service_Analytics_CustomDataSource extends Google_Collection
|
||||
{
|
||||
return $this->accountId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_CustomDataSourceChildLink
|
||||
*/
|
||||
public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink $childLink)
|
||||
{
|
||||
$this->childLink = $childLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_CustomDataSourceChildLink
|
||||
*/
|
||||
public function getChildLink()
|
||||
{
|
||||
return $this->childLink;
|
||||
@@ -100,10 +107,16 @@ class Google_Service_Analytics_CustomDataSource extends Google_Collection
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_CustomDataSourceParentLink
|
||||
*/
|
||||
public function setParentLink(Google_Service_Analytics_CustomDataSourceParentLink $parentLink)
|
||||
{
|
||||
$this->parentLink = $parentLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_CustomDataSourceParentLink
|
||||
*/
|
||||
public function getParentLink()
|
||||
{
|
||||
return $this->parentLink;
|
||||
@@ -116,6 +129,14 @@ class Google_Service_Analytics_CustomDataSource extends Google_Collection
|
||||
{
|
||||
return $this->profilesLinked;
|
||||
}
|
||||
public function setSchema($schema)
|
||||
{
|
||||
$this->schema = $schema;
|
||||
}
|
||||
public function getSchema()
|
||||
{
|
||||
return $this->schema;
|
||||
}
|
||||
public function setSelfLink($selfLink)
|
||||
{
|
||||
$this->selfLink = $selfLink;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_CustomDataSources extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_CustomDataSource
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_CustomDataSource
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -87,10 +87,16 @@ class Google_Service_Analytics_CustomDimension extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_CustomDimensionParentLink
|
||||
*/
|
||||
public function setParentLink(Google_Service_Analytics_CustomDimensionParentLink $parentLink)
|
||||
{
|
||||
$this->parentLink = $parentLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_CustomDimensionParentLink
|
||||
*/
|
||||
public function getParentLink()
|
||||
{
|
||||
return $this->parentLink;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_CustomDimensions extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_CustomDimension
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_CustomDimension
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -110,10 +110,16 @@ class Google_Service_Analytics_CustomMetric extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_CustomMetricParentLink
|
||||
*/
|
||||
public function setParentLink(Google_Service_Analytics_CustomMetricParentLink $parentLink)
|
||||
{
|
||||
$this->parentLink = $parentLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_CustomMetricParentLink
|
||||
*/
|
||||
public function getParentLink()
|
||||
{
|
||||
return $this->parentLink;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_CustomMetrics extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_CustomMetric
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_CustomMetric
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,18 +28,30 @@ class Google_Service_Analytics_EntityAdWordsLink extends Google_Collection
|
||||
public $profileIds;
|
||||
public $selfLink;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_AdWordsAccount
|
||||
*/
|
||||
public function setAdWordsAccounts($adWordsAccounts)
|
||||
{
|
||||
$this->adWordsAccounts = $adWordsAccounts;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_AdWordsAccount
|
||||
*/
|
||||
public function getAdWordsAccounts()
|
||||
{
|
||||
return $this->adWordsAccounts;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_EntityAdWordsLinkEntity
|
||||
*/
|
||||
public function setEntity(Google_Service_Analytics_EntityAdWordsLinkEntity $entity)
|
||||
{
|
||||
$this->entity = $entity;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_EntityAdWordsLinkEntity
|
||||
*/
|
||||
public function getEntity()
|
||||
{
|
||||
return $this->entity;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -20,10 +20,16 @@ class Google_Service_Analytics_EntityAdWordsLinkEntity extends Google_Model
|
||||
protected $webPropertyRefType = 'Google_Service_Analytics_WebPropertyRef';
|
||||
protected $webPropertyRefDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_WebPropertyRef
|
||||
*/
|
||||
public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef)
|
||||
{
|
||||
$this->webPropertyRef = $webPropertyRef;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_WebPropertyRef
|
||||
*/
|
||||
public function getWebPropertyRef()
|
||||
{
|
||||
return $this->webPropertyRef;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -27,10 +27,16 @@ class Google_Service_Analytics_EntityAdWordsLinks extends Google_Collection
|
||||
public $startIndex;
|
||||
public $totalResults;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_EntityAdWordsLink
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_EntityAdWordsLink
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -27,10 +27,16 @@ class Google_Service_Analytics_EntityUserLink extends Google_Model
|
||||
protected $userRefType = 'Google_Service_Analytics_UserRef';
|
||||
protected $userRefDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_EntityUserLinkEntity
|
||||
*/
|
||||
public function setEntity(Google_Service_Analytics_EntityUserLinkEntity $entity)
|
||||
{
|
||||
$this->entity = $entity;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_EntityUserLinkEntity
|
||||
*/
|
||||
public function getEntity()
|
||||
{
|
||||
return $this->entity;
|
||||
@@ -51,10 +57,16 @@ class Google_Service_Analytics_EntityUserLink extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_EntityUserLinkPermissions
|
||||
*/
|
||||
public function setPermissions(Google_Service_Analytics_EntityUserLinkPermissions $permissions)
|
||||
{
|
||||
$this->permissions = $permissions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_EntityUserLinkPermissions
|
||||
*/
|
||||
public function getPermissions()
|
||||
{
|
||||
return $this->permissions;
|
||||
@@ -67,10 +79,16 @@ class Google_Service_Analytics_EntityUserLink extends Google_Model
|
||||
{
|
||||
return $this->selfLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_UserRef
|
||||
*/
|
||||
public function setUserRef(Google_Service_Analytics_UserRef $userRef)
|
||||
{
|
||||
$this->userRef = $userRef;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_UserRef
|
||||
*/
|
||||
public function getUserRef()
|
||||
{
|
||||
return $this->userRef;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -24,26 +24,44 @@ class Google_Service_Analytics_EntityUserLinkEntity extends Google_Model
|
||||
protected $webPropertyRefType = 'Google_Service_Analytics_WebPropertyRef';
|
||||
protected $webPropertyRefDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_AccountRef
|
||||
*/
|
||||
public function setAccountRef(Google_Service_Analytics_AccountRef $accountRef)
|
||||
{
|
||||
$this->accountRef = $accountRef;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_AccountRef
|
||||
*/
|
||||
public function getAccountRef()
|
||||
{
|
||||
return $this->accountRef;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_ProfileRef
|
||||
*/
|
||||
public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
|
||||
{
|
||||
$this->profileRef = $profileRef;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ProfileRef
|
||||
*/
|
||||
public function getProfileRef()
|
||||
{
|
||||
return $this->profileRef;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_WebPropertyRef
|
||||
*/
|
||||
public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef)
|
||||
{
|
||||
$this->webPropertyRef = $webPropertyRef;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_WebPropertyRef
|
||||
*/
|
||||
public function getWebPropertyRef()
|
||||
{
|
||||
return $this->webPropertyRef;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -27,10 +27,16 @@ class Google_Service_Analytics_EntityUserLinks extends Google_Collection
|
||||
public $startIndex;
|
||||
public $totalResults;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_EntityUserLink
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_EntityUserLink
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -153,10 +153,16 @@ class Google_Service_Analytics_Experiment extends Google_Collection
|
||||
{
|
||||
return $this->optimizationType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_ExperimentParentLink
|
||||
*/
|
||||
public function setParentLink(Google_Service_Analytics_ExperimentParentLink $parentLink)
|
||||
{
|
||||
$this->parentLink = $parentLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ExperimentParentLink
|
||||
*/
|
||||
public function getParentLink()
|
||||
{
|
||||
return $this->parentLink;
|
||||
@@ -241,10 +247,16 @@ class Google_Service_Analytics_Experiment extends Google_Collection
|
||||
{
|
||||
return $this->updated;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_ExperimentVariations
|
||||
*/
|
||||
public function setVariations($variations)
|
||||
{
|
||||
$this->variations = $variations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ExperimentVariations
|
||||
*/
|
||||
public function getVariations()
|
||||
{
|
||||
return $this->variations;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_Experiments extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_Experiment
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Experiment
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -48,10 +48,16 @@ class Google_Service_Analytics_Filter extends Google_Model
|
||||
{
|
||||
return $this->accountId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterAdvancedDetails
|
||||
*/
|
||||
public function setAdvancedDetails(Google_Service_Analytics_FilterAdvancedDetails $advancedDetails)
|
||||
{
|
||||
$this->advancedDetails = $advancedDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterAdvancedDetails
|
||||
*/
|
||||
public function getAdvancedDetails()
|
||||
{
|
||||
return $this->advancedDetails;
|
||||
@@ -64,10 +70,16 @@ class Google_Service_Analytics_Filter extends Google_Model
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterExpression
|
||||
*/
|
||||
public function setExcludeDetails(Google_Service_Analytics_FilterExpression $excludeDetails)
|
||||
{
|
||||
$this->excludeDetails = $excludeDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterExpression
|
||||
*/
|
||||
public function getExcludeDetails()
|
||||
{
|
||||
return $this->excludeDetails;
|
||||
@@ -80,10 +92,16 @@ class Google_Service_Analytics_Filter extends Google_Model
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterExpression
|
||||
*/
|
||||
public function setIncludeDetails(Google_Service_Analytics_FilterExpression $includeDetails)
|
||||
{
|
||||
$this->includeDetails = $includeDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterExpression
|
||||
*/
|
||||
public function getIncludeDetails()
|
||||
{
|
||||
return $this->includeDetails;
|
||||
@@ -96,10 +114,16 @@ class Google_Service_Analytics_Filter extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterLowercaseDetails
|
||||
*/
|
||||
public function setLowercaseDetails(Google_Service_Analytics_FilterLowercaseDetails $lowercaseDetails)
|
||||
{
|
||||
$this->lowercaseDetails = $lowercaseDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterLowercaseDetails
|
||||
*/
|
||||
public function getLowercaseDetails()
|
||||
{
|
||||
return $this->lowercaseDetails;
|
||||
@@ -112,18 +136,30 @@ class Google_Service_Analytics_Filter extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterParentLink
|
||||
*/
|
||||
public function setParentLink(Google_Service_Analytics_FilterParentLink $parentLink)
|
||||
{
|
||||
$this->parentLink = $parentLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterParentLink
|
||||
*/
|
||||
public function getParentLink()
|
||||
{
|
||||
return $this->parentLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterSearchAndReplaceDetails
|
||||
*/
|
||||
public function setSearchAndReplaceDetails(Google_Service_Analytics_FilterSearchAndReplaceDetails $searchAndReplaceDetails)
|
||||
{
|
||||
$this->searchAndReplaceDetails = $searchAndReplaceDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterSearchAndReplaceDetails
|
||||
*/
|
||||
public function getSearchAndReplaceDetails()
|
||||
{
|
||||
return $this->searchAndReplaceDetails;
|
||||
@@ -152,10 +188,16 @@ class Google_Service_Analytics_Filter extends Google_Model
|
||||
{
|
||||
return $this->updated;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterUppercaseDetails
|
||||
*/
|
||||
public function setUppercaseDetails(Google_Service_Analytics_FilterUppercaseDetails $uppercaseDetails)
|
||||
{
|
||||
$this->uppercaseDetails = $uppercaseDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterUppercaseDetails
|
||||
*/
|
||||
public function getUppercaseDetails()
|
||||
{
|
||||
return $this->uppercaseDetails;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_Filters extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_Filter
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Filter
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -40,10 +40,16 @@ class Google_Service_Analytics_GaData extends Google_Collection
|
||||
public $totalResults;
|
||||
public $totalsForAllResults;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_GaDataColumnHeaders
|
||||
*/
|
||||
public function setColumnHeaders($columnHeaders)
|
||||
{
|
||||
$this->columnHeaders = $columnHeaders;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GaDataColumnHeaders
|
||||
*/
|
||||
public function getColumnHeaders()
|
||||
{
|
||||
return $this->columnHeaders;
|
||||
@@ -64,10 +70,16 @@ class Google_Service_Analytics_GaData extends Google_Collection
|
||||
{
|
||||
return $this->dataLastRefreshed;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GaDataDataTable
|
||||
*/
|
||||
public function setDataTable(Google_Service_Analytics_GaDataDataTable $dataTable)
|
||||
{
|
||||
$this->dataTable = $dataTable;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GaDataDataTable
|
||||
*/
|
||||
public function getDataTable()
|
||||
{
|
||||
return $this->dataTable;
|
||||
@@ -112,18 +124,30 @@ class Google_Service_Analytics_GaData extends Google_Collection
|
||||
{
|
||||
return $this->previousLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GaDataProfileInfo
|
||||
*/
|
||||
public function setProfileInfo(Google_Service_Analytics_GaDataProfileInfo $profileInfo)
|
||||
{
|
||||
$this->profileInfo = $profileInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GaDataProfileInfo
|
||||
*/
|
||||
public function getProfileInfo()
|
||||
{
|
||||
return $this->profileInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GaDataQuery
|
||||
*/
|
||||
public function setQuery(Google_Service_Analytics_GaDataQuery $query)
|
||||
{
|
||||
$this->query = $query;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GaDataQuery
|
||||
*/
|
||||
public function getQuery()
|
||||
{
|
||||
return $this->query;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,18 +23,30 @@ class Google_Service_Analytics_GaDataDataTable extends Google_Collection
|
||||
protected $rowsType = 'Google_Service_Analytics_GaDataDataTableRows';
|
||||
protected $rowsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_GaDataDataTableCols
|
||||
*/
|
||||
public function setCols($cols)
|
||||
{
|
||||
$this->cols = $cols;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GaDataDataTableCols
|
||||
*/
|
||||
public function getCols()
|
||||
{
|
||||
return $this->cols;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GaDataDataTableRows
|
||||
*/
|
||||
public function setRows($rows)
|
||||
{
|
||||
$this->rows = $rows;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GaDataDataTableRows
|
||||
*/
|
||||
public function getRows()
|
||||
{
|
||||
return $this->rows;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -21,10 +21,16 @@ class Google_Service_Analytics_GaDataDataTableRows extends Google_Collection
|
||||
protected $cType = 'Google_Service_Analytics_GaDataDataTableRowsC';
|
||||
protected $cDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_GaDataDataTableRowsC
|
||||
*/
|
||||
public function setC($c)
|
||||
{
|
||||
$this->c = $c;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GaDataDataTableRowsC
|
||||
*/
|
||||
public function getC()
|
||||
{
|
||||
return $this->c;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -65,10 +65,16 @@ class Google_Service_Analytics_Goal extends Google_Model
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GoalEventDetails
|
||||
*/
|
||||
public function setEventDetails(Google_Service_Analytics_GoalEventDetails $eventDetails)
|
||||
{
|
||||
$this->eventDetails = $eventDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GoalEventDetails
|
||||
*/
|
||||
public function getEventDetails()
|
||||
{
|
||||
return $this->eventDetails;
|
||||
@@ -105,10 +111,16 @@ class Google_Service_Analytics_Goal extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GoalParentLink
|
||||
*/
|
||||
public function setParentLink(Google_Service_Analytics_GoalParentLink $parentLink)
|
||||
{
|
||||
$this->parentLink = $parentLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GoalParentLink
|
||||
*/
|
||||
public function getParentLink()
|
||||
{
|
||||
return $this->parentLink;
|
||||
@@ -145,10 +157,16 @@ class Google_Service_Analytics_Goal extends Google_Model
|
||||
{
|
||||
return $this->updated;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GoalUrlDestinationDetails
|
||||
*/
|
||||
public function setUrlDestinationDetails(Google_Service_Analytics_GoalUrlDestinationDetails $urlDestinationDetails)
|
||||
{
|
||||
$this->urlDestinationDetails = $urlDestinationDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GoalUrlDestinationDetails
|
||||
*/
|
||||
public function getUrlDestinationDetails()
|
||||
{
|
||||
return $this->urlDestinationDetails;
|
||||
@@ -161,18 +179,30 @@ class Google_Service_Analytics_Goal extends Google_Model
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GoalVisitNumPagesDetails
|
||||
*/
|
||||
public function setVisitNumPagesDetails(Google_Service_Analytics_GoalVisitNumPagesDetails $visitNumPagesDetails)
|
||||
{
|
||||
$this->visitNumPagesDetails = $visitNumPagesDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GoalVisitNumPagesDetails
|
||||
*/
|
||||
public function getVisitNumPagesDetails()
|
||||
{
|
||||
return $this->visitNumPagesDetails;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GoalVisitTimeOnSiteDetails
|
||||
*/
|
||||
public function setVisitTimeOnSiteDetails(Google_Service_Analytics_GoalVisitTimeOnSiteDetails $visitTimeOnSiteDetails)
|
||||
{
|
||||
$this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GoalVisitTimeOnSiteDetails
|
||||
*/
|
||||
public function getVisitTimeOnSiteDetails()
|
||||
{
|
||||
return $this->visitTimeOnSiteDetails;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Analytics_GoalEventDetails extends Google_Collection
|
||||
protected $eventConditionsDataType = 'array';
|
||||
public $useEventValue;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_GoalEventDetailsEventConditions
|
||||
*/
|
||||
public function setEventConditions($eventConditions)
|
||||
{
|
||||
$this->eventConditions = $eventConditions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GoalEventDetailsEventConditions
|
||||
*/
|
||||
public function getEventConditions()
|
||||
{
|
||||
return $this->eventConditions;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -49,10 +49,16 @@ class Google_Service_Analytics_GoalUrlDestinationDetails extends Google_Collecti
|
||||
{
|
||||
return $this->matchType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_GoalUrlDestinationDetailsSteps
|
||||
*/
|
||||
public function setSteps($steps)
|
||||
{
|
||||
$this->steps = $steps;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_GoalUrlDestinationDetailsSteps
|
||||
*/
|
||||
public function getSteps()
|
||||
{
|
||||
return $this->steps;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_Goals extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_Goal
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Goal
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -38,10 +38,16 @@ class Google_Service_Analytics_McfData extends Google_Collection
|
||||
public $totalResults;
|
||||
public $totalsForAllResults;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_McfDataColumnHeaders
|
||||
*/
|
||||
public function setColumnHeaders($columnHeaders)
|
||||
{
|
||||
$this->columnHeaders = $columnHeaders;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_McfDataColumnHeaders
|
||||
*/
|
||||
public function getColumnHeaders()
|
||||
{
|
||||
return $this->columnHeaders;
|
||||
@@ -94,26 +100,44 @@ class Google_Service_Analytics_McfData extends Google_Collection
|
||||
{
|
||||
return $this->previousLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_McfDataProfileInfo
|
||||
*/
|
||||
public function setProfileInfo(Google_Service_Analytics_McfDataProfileInfo $profileInfo)
|
||||
{
|
||||
$this->profileInfo = $profileInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_McfDataProfileInfo
|
||||
*/
|
||||
public function getProfileInfo()
|
||||
{
|
||||
return $this->profileInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_McfDataQuery
|
||||
*/
|
||||
public function setQuery(Google_Service_Analytics_McfDataQuery $query)
|
||||
{
|
||||
$this->query = $query;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_McfDataQuery
|
||||
*/
|
||||
public function getQuery()
|
||||
{
|
||||
return $this->query;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_McfDataRows
|
||||
*/
|
||||
public function setRows($rows)
|
||||
{
|
||||
$this->rows = $rows;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_McfDataRows
|
||||
*/
|
||||
public function getRows()
|
||||
{
|
||||
return $this->rows;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Analytics_McfDataRows extends Google_Collection
|
||||
protected $conversionPathValueDataType = 'array';
|
||||
public $primitiveValue;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_McfDataRowsConversionPathValue
|
||||
*/
|
||||
public function setConversionPathValue($conversionPathValue)
|
||||
{
|
||||
$this->conversionPathValue = $conversionPathValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_McfDataRowsConversionPathValue
|
||||
*/
|
||||
public function getConversionPathValue()
|
||||
{
|
||||
return $this->conversionPathValue;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -63,10 +63,16 @@ class Google_Service_Analytics_Profile extends Google_Model
|
||||
{
|
||||
return $this->botFilteringEnabled;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_ProfileChildLink
|
||||
*/
|
||||
public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLink)
|
||||
{
|
||||
$this->childLink = $childLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ProfileChildLink
|
||||
*/
|
||||
public function getChildLink()
|
||||
{
|
||||
return $this->childLink;
|
||||
@@ -151,18 +157,30 @@ class Google_Service_Analytics_Profile extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_ProfileParentLink
|
||||
*/
|
||||
public function setParentLink(Google_Service_Analytics_ProfileParentLink $parentLink)
|
||||
{
|
||||
$this->parentLink = $parentLink;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ProfileParentLink
|
||||
*/
|
||||
public function getParentLink()
|
||||
{
|
||||
return $this->parentLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_ProfilePermissions
|
||||
*/
|
||||
public function setPermissions(Google_Service_Analytics_ProfilePermissions $permissions)
|
||||
{
|
||||
$this->permissions = $permissions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ProfilePermissions
|
||||
*/
|
||||
public function getPermissions()
|
||||
{
|
||||
return $this->permissions;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -26,10 +26,16 @@ class Google_Service_Analytics_ProfileFilterLink extends Google_Model
|
||||
public $rank;
|
||||
public $selfLink;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_FilterRef
|
||||
*/
|
||||
public function setFilterRef(Google_Service_Analytics_FilterRef $filterRef)
|
||||
{
|
||||
$this->filterRef = $filterRef;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_FilterRef
|
||||
*/
|
||||
public function getFilterRef()
|
||||
{
|
||||
return $this->filterRef;
|
||||
@@ -50,10 +56,16 @@ class Google_Service_Analytics_ProfileFilterLink extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_ProfileRef
|
||||
*/
|
||||
public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
|
||||
{
|
||||
$this->profileRef = $profileRef;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ProfileRef
|
||||
*/
|
||||
public function getProfileRef()
|
||||
{
|
||||
return $this->profileRef;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_ProfileFilterLinks extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_ProfileFilterLink
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_ProfileFilterLink
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_Profiles extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_Profile
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_Profile
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -31,10 +31,16 @@ class Google_Service_Analytics_RealtimeData extends Google_Collection
|
||||
public $totalResults;
|
||||
public $totalsForAllResults;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_RealtimeDataColumnHeaders
|
||||
*/
|
||||
public function setColumnHeaders($columnHeaders)
|
||||
{
|
||||
$this->columnHeaders = $columnHeaders;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_RealtimeDataColumnHeaders
|
||||
*/
|
||||
public function getColumnHeaders()
|
||||
{
|
||||
return $this->columnHeaders;
|
||||
@@ -55,18 +61,30 @@ class Google_Service_Analytics_RealtimeData extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_RealtimeDataProfileInfo
|
||||
*/
|
||||
public function setProfileInfo(Google_Service_Analytics_RealtimeDataProfileInfo $profileInfo)
|
||||
{
|
||||
$this->profileInfo = $profileInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_RealtimeDataProfileInfo
|
||||
*/
|
||||
public function getProfileInfo()
|
||||
{
|
||||
return $this->profileInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_RealtimeDataQuery
|
||||
*/
|
||||
public function setQuery(Google_Service_Analytics_RealtimeDataQuery $query)
|
||||
{
|
||||
$this->query = $query;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_RealtimeDataQuery
|
||||
*/
|
||||
public function getQuery()
|
||||
{
|
||||
return $this->query;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -44,10 +44,16 @@ class Google_Service_Analytics_RemarketingAudience extends Google_Collection
|
||||
{
|
||||
return $this->accountId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_RemarketingAudienceAudienceDefinition
|
||||
*/
|
||||
public function setAudienceDefinition(Google_Service_Analytics_RemarketingAudienceAudienceDefinition $audienceDefinition)
|
||||
{
|
||||
$this->audienceDefinition = $audienceDefinition;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_RemarketingAudienceAudienceDefinition
|
||||
*/
|
||||
public function getAudienceDefinition()
|
||||
{
|
||||
return $this->audienceDefinition;
|
||||
@@ -100,10 +106,16 @@ class Google_Service_Analytics_RemarketingAudience extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_LinkedForeignAccount
|
||||
*/
|
||||
public function setLinkedAdAccounts($linkedAdAccounts)
|
||||
{
|
||||
$this->linkedAdAccounts = $linkedAdAccounts;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_LinkedForeignAccount
|
||||
*/
|
||||
public function getLinkedAdAccounts()
|
||||
{
|
||||
return $this->linkedAdAccounts;
|
||||
@@ -124,10 +136,16 @@ class Google_Service_Analytics_RemarketingAudience extends Google_Collection
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition
|
||||
*/
|
||||
public function setStateBasedAudienceDefinition(Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition $stateBasedAudienceDefinition)
|
||||
{
|
||||
$this->stateBasedAudienceDefinition = $stateBasedAudienceDefinition;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition
|
||||
*/
|
||||
public function getStateBasedAudienceDefinition()
|
||||
{
|
||||
return $this->stateBasedAudienceDefinition;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -20,10 +20,16 @@ class Google_Service_Analytics_RemarketingAudienceAudienceDefinition extends Goo
|
||||
protected $includeConditionsType = 'Google_Service_Analytics_IncludeConditions';
|
||||
protected $includeConditionsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_IncludeConditions
|
||||
*/
|
||||
public function setIncludeConditions(Google_Service_Analytics_IncludeConditions $includeConditions)
|
||||
{
|
||||
$this->includeConditions = $includeConditions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_IncludeConditions
|
||||
*/
|
||||
public function getIncludeConditions()
|
||||
{
|
||||
return $this->includeConditions;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,18 +22,30 @@ class Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinition e
|
||||
protected $includeConditionsType = 'Google_Service_Analytics_IncludeConditions';
|
||||
protected $includeConditionsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions
|
||||
*/
|
||||
public function setExcludeConditions(Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions $excludeConditions)
|
||||
{
|
||||
$this->excludeConditions = $excludeConditions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions
|
||||
*/
|
||||
public function getExcludeConditions()
|
||||
{
|
||||
return $this->excludeConditions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_IncludeConditions
|
||||
*/
|
||||
public function setIncludeConditions(Google_Service_Analytics_IncludeConditions $includeConditions)
|
||||
{
|
||||
$this->includeConditions = $includeConditions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_IncludeConditions
|
||||
*/
|
||||
public function getIncludeConditions()
|
||||
{
|
||||
return $this->includeConditions;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,10 +28,16 @@ class Google_Service_Analytics_RemarketingAudiences extends Google_Collection
|
||||
public $totalResults;
|
||||
public $username;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Analytics_RemarketingAudience
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_RemarketingAudience
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user