Mise à jour des librairies
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
class Google_Service_Analytics_AccountTreeRequest extends Google_Model
|
||||
{
|
||||
public $accountName;
|
||||
protected $accountSettingsType = 'Google_Service_Analytics_AccountTreeRequestAccountSettings';
|
||||
protected $accountSettingsDataType = '';
|
||||
public $kind;
|
||||
public $profileName;
|
||||
public $timezone;
|
||||
@@ -34,20 +32,6 @@ class Google_Service_Analytics_AccountTreeRequest extends Google_Model
|
||||
{
|
||||
return $this->accountName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_AccountTreeRequestAccountSettings
|
||||
*/
|
||||
public function setAccountSettings(Google_Service_Analytics_AccountTreeRequestAccountSettings $accountSettings)
|
||||
{
|
||||
$this->accountSettings = $accountSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_AccountTreeRequestAccountSettings
|
||||
*/
|
||||
public function getAccountSettings()
|
||||
{
|
||||
return $this->accountSettings;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Analytics_AccountTreeRequestAccountSettings extends Google_Model
|
||||
{
|
||||
public $shareAnonymouslyWithOthers;
|
||||
public $shareWithGoogleProducts;
|
||||
public $shareWithSpecialists;
|
||||
public $shareWithSupport;
|
||||
|
||||
public function setShareAnonymouslyWithOthers($shareAnonymouslyWithOthers)
|
||||
{
|
||||
$this->shareAnonymouslyWithOthers = $shareAnonymouslyWithOthers;
|
||||
}
|
||||
public function getShareAnonymouslyWithOthers()
|
||||
{
|
||||
return $this->shareAnonymouslyWithOthers;
|
||||
}
|
||||
public function setShareWithGoogleProducts($shareWithGoogleProducts)
|
||||
{
|
||||
$this->shareWithGoogleProducts = $shareWithGoogleProducts;
|
||||
}
|
||||
public function getShareWithGoogleProducts()
|
||||
{
|
||||
return $this->shareWithGoogleProducts;
|
||||
}
|
||||
public function setShareWithSpecialists($shareWithSpecialists)
|
||||
{
|
||||
$this->shareWithSpecialists = $shareWithSpecialists;
|
||||
}
|
||||
public function getShareWithSpecialists()
|
||||
{
|
||||
return $this->shareWithSpecialists;
|
||||
}
|
||||
public function setShareWithSupport($shareWithSupport)
|
||||
{
|
||||
$this->shareWithSupport = $shareWithSupport;
|
||||
}
|
||||
public function getShareWithSupport()
|
||||
{
|
||||
return $this->shareWithSupport;
|
||||
}
|
||||
}
|
||||
@@ -19,8 +19,6 @@ class Google_Service_Analytics_AccountTreeResponse extends Google_Model
|
||||
{
|
||||
protected $accountType = 'Google_Service_Analytics_Account';
|
||||
protected $accountDataType = '';
|
||||
protected $accountSettingsType = 'Google_Service_Analytics_AccountTreeResponseAccountSettings';
|
||||
protected $accountSettingsDataType = '';
|
||||
public $kind;
|
||||
protected $profileType = 'Google_Service_Analytics_Profile';
|
||||
protected $profileDataType = '';
|
||||
@@ -41,20 +39,6 @@ class Google_Service_Analytics_AccountTreeResponse extends Google_Model
|
||||
{
|
||||
return $this->account;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_AccountTreeResponseAccountSettings
|
||||
*/
|
||||
public function setAccountSettings(Google_Service_Analytics_AccountTreeResponseAccountSettings $accountSettings)
|
||||
{
|
||||
$this->accountSettings = $accountSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_AccountTreeResponseAccountSettings
|
||||
*/
|
||||
public function getAccountSettings()
|
||||
{
|
||||
return $this->accountSettings;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Analytics_AccountTreeResponseAccountSettings extends Google_Model
|
||||
{
|
||||
public $shareAnonymouslyWithOthers;
|
||||
public $shareWithGoogleProducts;
|
||||
public $shareWithSpecialists;
|
||||
public $shareWithSupport;
|
||||
|
||||
public function setShareAnonymouslyWithOthers($shareAnonymouslyWithOthers)
|
||||
{
|
||||
$this->shareAnonymouslyWithOthers = $shareAnonymouslyWithOthers;
|
||||
}
|
||||
public function getShareAnonymouslyWithOthers()
|
||||
{
|
||||
return $this->shareAnonymouslyWithOthers;
|
||||
}
|
||||
public function setShareWithGoogleProducts($shareWithGoogleProducts)
|
||||
{
|
||||
$this->shareWithGoogleProducts = $shareWithGoogleProducts;
|
||||
}
|
||||
public function getShareWithGoogleProducts()
|
||||
{
|
||||
return $this->shareWithGoogleProducts;
|
||||
}
|
||||
public function setShareWithSpecialists($shareWithSpecialists)
|
||||
{
|
||||
$this->shareWithSpecialists = $shareWithSpecialists;
|
||||
}
|
||||
public function getShareWithSpecialists()
|
||||
{
|
||||
return $this->shareWithSpecialists;
|
||||
}
|
||||
public function setShareWithSupport($shareWithSupport)
|
||||
{
|
||||
$this->shareWithSupport = $shareWithSupport;
|
||||
}
|
||||
public function getShareWithSupport()
|
||||
{
|
||||
return $this->shareWithSupport;
|
||||
}
|
||||
}
|
||||
48
vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.php
vendored
Normal file
48
vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Analytics_HashClientIdRequest extends Google_Model
|
||||
{
|
||||
public $clientId;
|
||||
public $kind;
|
||||
public $webPropertyId;
|
||||
|
||||
public function setClientId($clientId)
|
||||
{
|
||||
$this->clientId = $clientId;
|
||||
}
|
||||
public function getClientId()
|
||||
{
|
||||
return $this->clientId;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setWebPropertyId($webPropertyId)
|
||||
{
|
||||
$this->webPropertyId = $webPropertyId;
|
||||
}
|
||||
public function getWebPropertyId()
|
||||
{
|
||||
return $this->webPropertyId;
|
||||
}
|
||||
}
|
||||
57
vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.php
vendored
Normal file
57
vendor/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Analytics_HashClientIdResponse extends Google_Model
|
||||
{
|
||||
public $clientId;
|
||||
public $hashedClientId;
|
||||
public $kind;
|
||||
public $webPropertyId;
|
||||
|
||||
public function setClientId($clientId)
|
||||
{
|
||||
$this->clientId = $clientId;
|
||||
}
|
||||
public function getClientId()
|
||||
{
|
||||
return $this->clientId;
|
||||
}
|
||||
public function setHashedClientId($hashedClientId)
|
||||
{
|
||||
$this->hashedClientId = $hashedClientId;
|
||||
}
|
||||
public function getHashedClientId()
|
||||
{
|
||||
return $this->hashedClientId;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setWebPropertyId($webPropertyId)
|
||||
{
|
||||
$this->webPropertyId = $webPropertyId;
|
||||
}
|
||||
public function getWebPropertyId()
|
||||
{
|
||||
return $this->webPropertyId;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "clientId" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $analyticsService = new Google_Service_Analytics(...);
|
||||
* $clientId = $analyticsService->clientId;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_Analytics_Resource_ManagementClientId extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Hashes the given Client ID. (clientId.hashClientId)
|
||||
*
|
||||
* @param Google_Service_Analytics_HashClientIdRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_Analytics_HashClientIdResponse
|
||||
*/
|
||||
public function hashClientId(Google_Service_Analytics_HashClientIdRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('hashClientId', array($params), "Google_Service_Analytics_HashClientIdResponse");
|
||||
}
|
||||
}
|
||||
@@ -26,12 +26,13 @@
|
||||
class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Deletes a web property-AdWords link. (webPropertyAdWordsLinks.delete)
|
||||
* Deletes a web property-Google Ads link. (webPropertyAdWordsLinks.delete)
|
||||
*
|
||||
* @param string $accountId ID of the account which the given web property
|
||||
* belongs to.
|
||||
* @param string $webPropertyId Web property ID to delete the AdWords link for.
|
||||
* @param string $webPropertyAdWordsLinkId Web property AdWords link ID.
|
||||
* @param string $webPropertyId Web property ID to delete the Google Ads link
|
||||
* for.
|
||||
* @param string $webPropertyAdWordsLinkId Web property Google Ads link ID.
|
||||
* @param array $optParams Optional parameters.
|
||||
*/
|
||||
public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array())
|
||||
@@ -41,14 +42,14 @@ class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extend
|
||||
return $this->call('delete', array($params));
|
||||
}
|
||||
/**
|
||||
* Returns a web property-AdWords link to which the user has access.
|
||||
* Returns a web property-Google Ads link to which the user has access.
|
||||
* (webPropertyAdWordsLinks.get)
|
||||
*
|
||||
* @param string $accountId ID of the account which the given web property
|
||||
* belongs to.
|
||||
* @param string $webPropertyId Web property ID to retrieve the AdWords link
|
||||
* @param string $webPropertyId Web property ID to retrieve the Google Ads link
|
||||
* for.
|
||||
* @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
|
||||
* @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_Analytics_EntityAdWordsLink
|
||||
*/
|
||||
@@ -59,7 +60,7 @@ class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extend
|
||||
return $this->call('get', array($params), "Google_Service_Analytics_EntityAdWordsLink");
|
||||
}
|
||||
/**
|
||||
* Creates a webProperty-AdWords link. (webPropertyAdWordsLinks.insert)
|
||||
* Creates a webProperty-Google Ads link. (webPropertyAdWordsLinks.insert)
|
||||
*
|
||||
* @param string $accountId ID of the Google Analytics account to create the
|
||||
* link for.
|
||||
@@ -75,19 +76,19 @@ class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extend
|
||||
return $this->call('insert', array($params), "Google_Service_Analytics_EntityAdWordsLink");
|
||||
}
|
||||
/**
|
||||
* Lists webProperty-AdWords links for a given web property.
|
||||
* Lists webProperty-Google Ads links for a given web property.
|
||||
* (webPropertyAdWordsLinks.listManagementWebPropertyAdWordsLinks)
|
||||
*
|
||||
* @param string $accountId ID of the account which the given web property
|
||||
* belongs to.
|
||||
* @param string $webPropertyId Web property ID to retrieve the AdWords links
|
||||
* @param string $webPropertyId Web property ID to retrieve the Google Ads links
|
||||
* for.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param int max-results The maximum number of webProperty-AdWords links to
|
||||
* include in this response.
|
||||
* @opt_param int start-index An index of the first webProperty-AdWords link to
|
||||
* retrieve. Use this parameter as a pagination mechanism along with the max-
|
||||
* @opt_param int max-results The maximum number of webProperty-Google Ads links
|
||||
* to include in this response.
|
||||
* @opt_param int start-index An index of the first webProperty-Google Ads link
|
||||
* to retrieve. Use this parameter as a pagination mechanism along with the max-
|
||||
* results parameter.
|
||||
* @return Google_Service_Analytics_EntityAdWordsLinks
|
||||
*/
|
||||
@@ -98,14 +99,14 @@ class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extend
|
||||
return $this->call('list', array($params), "Google_Service_Analytics_EntityAdWordsLinks");
|
||||
}
|
||||
/**
|
||||
* Updates an existing webProperty-AdWords link. This method supports patch
|
||||
* Updates an existing webProperty-Google Ads link. This method supports patch
|
||||
* semantics. (webPropertyAdWordsLinks.patch)
|
||||
*
|
||||
* @param string $accountId ID of the account which the given web property
|
||||
* belongs to.
|
||||
* @param string $webPropertyId Web property ID to retrieve the AdWords link
|
||||
* @param string $webPropertyId Web property ID to retrieve the Google Ads link
|
||||
* for.
|
||||
* @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
|
||||
* @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID.
|
||||
* @param Google_Service_Analytics_EntityAdWordsLink $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_Analytics_EntityAdWordsLink
|
||||
@@ -117,14 +118,14 @@ class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extend
|
||||
return $this->call('patch', array($params), "Google_Service_Analytics_EntityAdWordsLink");
|
||||
}
|
||||
/**
|
||||
* Updates an existing webProperty-AdWords link.
|
||||
* Updates an existing webProperty-Google Ads link.
|
||||
* (webPropertyAdWordsLinks.update)
|
||||
*
|
||||
* @param string $accountId ID of the account which the given web property
|
||||
* belongs to.
|
||||
* @param string $webPropertyId Web property ID to retrieve the AdWords link
|
||||
* @param string $webPropertyId Web property ID to retrieve the Google Ads link
|
||||
* for.
|
||||
* @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
|
||||
* @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID.
|
||||
* @param Google_Service_Analytics_EntityAdWordsLink $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_Analytics_EntityAdWordsLink
|
||||
|
||||
28
vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.php
vendored
Normal file
28
vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "userDeletion" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $analyticsService = new Google_Service_Analytics(...);
|
||||
* $userDeletion = $analyticsService->userDeletion;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_Analytics_Resource_UserDeletion extends Google_Service_Resource
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "userDeletionRequest" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $analyticsService = new Google_Service_Analytics(...);
|
||||
* $userDeletionRequest = $analyticsService->userDeletionRequest;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_Analytics_Resource_UserDeletionUserDeletionRequest extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Insert or update a user deletion requests. (userDeletionRequest.upsert)
|
||||
*
|
||||
* @param Google_Service_Analytics_UserDeletionRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_Analytics_UserDeletionRequest
|
||||
*/
|
||||
public function upsert(Google_Service_Analytics_UserDeletionRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('upsert', array($params), "Google_Service_Analytics_UserDeletionRequest");
|
||||
}
|
||||
}
|
||||
73
vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.php
vendored
Normal file
73
vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.php
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Analytics_UserDeletionRequest extends Google_Model
|
||||
{
|
||||
public $deletionRequestTime;
|
||||
public $firebaseProjectId;
|
||||
protected $idType = 'Google_Service_Analytics_UserDeletionRequestId';
|
||||
protected $idDataType = '';
|
||||
public $kind;
|
||||
public $webPropertyId;
|
||||
|
||||
public function setDeletionRequestTime($deletionRequestTime)
|
||||
{
|
||||
$this->deletionRequestTime = $deletionRequestTime;
|
||||
}
|
||||
public function getDeletionRequestTime()
|
||||
{
|
||||
return $this->deletionRequestTime;
|
||||
}
|
||||
public function setFirebaseProjectId($firebaseProjectId)
|
||||
{
|
||||
$this->firebaseProjectId = $firebaseProjectId;
|
||||
}
|
||||
public function getFirebaseProjectId()
|
||||
{
|
||||
return $this->firebaseProjectId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Analytics_UserDeletionRequestId
|
||||
*/
|
||||
public function setId(Google_Service_Analytics_UserDeletionRequestId $id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Analytics_UserDeletionRequestId
|
||||
*/
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setWebPropertyId($webPropertyId)
|
||||
{
|
||||
$this->webPropertyId = $webPropertyId;
|
||||
}
|
||||
public function getWebPropertyId()
|
||||
{
|
||||
return $this->webPropertyId;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* 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
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Analytics_UserDeletionRequestId extends Google_Model
|
||||
{
|
||||
public $type;
|
||||
public $userId;
|
||||
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
public function setUserId($userId)
|
||||
{
|
||||
$this->userId = $userId;
|
||||
}
|
||||
public function getUserId()
|
||||
{
|
||||
return $this->userId;
|
||||
}
|
||||
}
|
||||
@@ -21,6 +21,8 @@ class Google_Service_Analytics_Webproperty extends Google_Model
|
||||
protected $childLinkType = 'Google_Service_Analytics_WebpropertyChildLink';
|
||||
protected $childLinkDataType = '';
|
||||
public $created;
|
||||
public $dataRetentionResetOnNewActivity;
|
||||
public $dataRetentionTtl;
|
||||
public $defaultProfileId;
|
||||
public $id;
|
||||
public $industryVertical;
|
||||
@@ -68,6 +70,22 @@ class Google_Service_Analytics_Webproperty extends Google_Model
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
public function setDataRetentionResetOnNewActivity($dataRetentionResetOnNewActivity)
|
||||
{
|
||||
$this->dataRetentionResetOnNewActivity = $dataRetentionResetOnNewActivity;
|
||||
}
|
||||
public function getDataRetentionResetOnNewActivity()
|
||||
{
|
||||
return $this->dataRetentionResetOnNewActivity;
|
||||
}
|
||||
public function setDataRetentionTtl($dataRetentionTtl)
|
||||
{
|
||||
$this->dataRetentionTtl = $dataRetentionTtl;
|
||||
}
|
||||
public function getDataRetentionTtl()
|
||||
{
|
||||
return $this->dataRetentionTtl;
|
||||
}
|
||||
public function setDefaultProfileId($defaultProfileId)
|
||||
{
|
||||
$this->defaultProfileId = $defaultProfileId;
|
||||
|
||||
Reference in New Issue
Block a user