Nouveaux fichier suite maj librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:46:24 +02:00
parent 6d5286b888
commit 382b93196c
2318 changed files with 147474 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?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_Cih_AdoptionInteraction extends Google_Model
{
public $latestTreatmentInstanceTimestamp;
public function setLatestTreatmentInstanceTimestamp($latestTreatmentInstanceTimestamp)
{
$this->latestTreatmentInstanceTimestamp = $latestTreatmentInstanceTimestamp;
}
public function getLatestTreatmentInstanceTimestamp()
{
return $this->latestTreatmentInstanceTimestamp;
}
}

View File

@@ -0,0 +1,31 @@
<?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_Cih_AdvertiserExperienceData extends Google_Collection
{
protected $collection_key = 'treatmentInstanceId';
public $treatmentInstanceId;
public function setTreatmentInstanceId($treatmentInstanceId)
{
$this->treatmentInstanceId = $treatmentInstanceId;
}
public function getTreatmentInstanceId()
{
return $this->treatmentInstanceId;
}
}

View 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_Cih_AssociatedEmail extends Google_Model
{
public $emailAddress;
public $kind;
public $operator;
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
public function getEmailAddress()
{
return $this->emailAddress;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setOperator($operator)
{
$this->operator = $operator;
}
public function getOperator()
{
return $this->operator;
}
}

View File

@@ -0,0 +1,77 @@
<?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_Cih_CasesData extends Google_Model
{
protected $agentType = 'Google_Service_Cih_CasesInteractionSource';
protected $agentDataType = '';
public $assignedGaia;
public $emailType;
public $messageId;
public $state;
protected $userIdType = 'Google_Service_Cih_UserId';
protected $userIdDataType = '';
public function setAgent(Google_Service_Cih_CasesInteractionSource $agent)
{
$this->agent = $agent;
}
public function getAgent()
{
return $this->agent;
}
public function setAssignedGaia($assignedGaia)
{
$this->assignedGaia = $assignedGaia;
}
public function getAssignedGaia()
{
return $this->assignedGaia;
}
public function setEmailType($emailType)
{
$this->emailType = $emailType;
}
public function getEmailType()
{
return $this->emailType;
}
public function setMessageId($messageId)
{
$this->messageId = $messageId;
}
public function getMessageId()
{
return $this->messageId;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setUserId(Google_Service_Cih_UserId $userId)
{
$this->userId = $userId;
}
public function getUserId()
{
return $this->userId;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Cih_CasesInteractionSource extends Google_Collection
{
protected $collection_key = 'id';
public $id;
public $type;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View File

@@ -0,0 +1,20 @@
<?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_Cih_ChatInteraction extends Google_Model
{
}

View File

@@ -0,0 +1,20 @@
<?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_Cih_EmailInteraction extends Google_Model
{
}

View File

@@ -0,0 +1,87 @@
<?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_Cih_Entity extends Google_Collection
{
protected $collection_key = 'parentEntity';
protected $childEntityType = 'Google_Service_Cih_Entity';
protected $childEntityDataType = 'array';
public $deprecated;
public $entityId;
public $entityType;
public $kind;
public $linkedByAdsdb;
protected $parentEntityType = 'Google_Service_Cih_Entity';
protected $parentEntityDataType = 'array';
public function setChildEntity($childEntity)
{
$this->childEntity = $childEntity;
}
public function getChildEntity()
{
return $this->childEntity;
}
public function setDeprecated($deprecated)
{
$this->deprecated = $deprecated;
}
public function getDeprecated()
{
return $this->deprecated;
}
public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
public function getEntityId()
{
return $this->entityId;
}
public function setEntityType($entityType)
{
$this->entityType = $entityType;
}
public function getEntityType()
{
return $this->entityType;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLinkedByAdsdb($linkedByAdsdb)
{
$this->linkedByAdsdb = $linkedByAdsdb;
}
public function getLinkedByAdsdb()
{
return $this->linkedByAdsdb;
}
public function setParentEntity($parentEntity)
{
$this->parentEntity = $parentEntity;
}
public function getParentEntity()
{
return $this->parentEntity;
}
}

View File

@@ -0,0 +1,76 @@
<?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_Cih_GammaData extends Google_Model
{
public $campaignId;
public $dispatchId;
public $experimentId;
public $gammaProductId;
public $nodeId;
protected $uaidType = 'Google_Service_Cih_Uaid';
protected $uaidDataType = '';
public function setCampaignId($campaignId)
{
$this->campaignId = $campaignId;
}
public function getCampaignId()
{
return $this->campaignId;
}
public function setDispatchId($dispatchId)
{
$this->dispatchId = $dispatchId;
}
public function getDispatchId()
{
return $this->dispatchId;
}
public function setExperimentId($experimentId)
{
$this->experimentId = $experimentId;
}
public function getExperimentId()
{
return $this->experimentId;
}
public function setGammaProductId($gammaProductId)
{
$this->gammaProductId = $gammaProductId;
}
public function getGammaProductId()
{
return $this->gammaProductId;
}
public function setNodeId($nodeId)
{
$this->nodeId = $nodeId;
}
public function getNodeId()
{
return $this->nodeId;
}
public function setUaid(Google_Service_Cih_Uaid $uaid)
{
$this->uaid = $uaid;
}
public function getUaid()
{
return $this->uaid;
}
}

View File

@@ -0,0 +1,66 @@
<?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_Cih_GenieData extends Google_Model
{
public $enteredText;
public $sessionId;
public $type;
public $userAgent;
public $userIp;
public function setEnteredText($enteredText)
{
$this->enteredText = $enteredText;
}
public function getEnteredText()
{
return $this->enteredText;
}
public function setSessionId($sessionId)
{
$this->sessionId = $sessionId;
}
public function getSessionId()
{
return $this->sessionId;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setUserAgent($userAgent)
{
$this->userAgent = $userAgent;
}
public function getUserAgent()
{
return $this->userAgent;
}
public function setUserIp($userIp)
{
$this->userIp = $userIp;
}
public function getUserIp()
{
return $this->userIp;
}
}

View File

@@ -0,0 +1,30 @@
<?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_Cih_GoalInteraction extends Google_Model
{
public $status;
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Cih_GreenTeaData extends Google_Collection
{
protected $collection_key = 'opportunityId';
public $meetingMethodDetail;
public $opportunityId;
public function setMeetingMethodDetail($meetingMethodDetail)
{
$this->meetingMethodDetail = $meetingMethodDetail;
}
public function getMeetingMethodDetail()
{
return $this->meetingMethodDetail;
}
public function setOpportunityId($opportunityId)
{
$this->opportunityId = $opportunityId;
}
public function getOpportunityId()
{
return $this->opportunityId;
}
}

View File

@@ -0,0 +1,49 @@
<?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_Cih_GrmData extends Google_Collection
{
protected $collection_key = 'intentId';
public $agencyId;
public $contactLdap;
public $intentId;
public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
}
public function getAgencyId()
{
return $this->agencyId;
}
public function setContactLdap($contactLdap)
{
$this->contactLdap = $contactLdap;
}
public function getContactLdap()
{
return $this->contactLdap;
}
public function setIntentId($intentId)
{
$this->intentId = $intentId;
}
public function getIntentId()
{
return $this->intentId;
}
}

View File

@@ -0,0 +1,20 @@
<?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_Cih_HangoutInteraction extends Google_Model
{
}

View 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_Cih_HelpcenterData extends Google_Model
{
public $internalHelpCenterName;
public $isApiClient;
public $referer;
public function setInternalHelpCenterName($internalHelpCenterName)
{
$this->internalHelpCenterName = $internalHelpCenterName;
}
public function getInternalHelpCenterName()
{
return $this->internalHelpCenterName;
}
public function setIsApiClient($isApiClient)
{
$this->isApiClient = $isApiClient;
}
public function getIsApiClient()
{
return $this->isApiClient;
}
public function setReferer($referer)
{
$this->referer = $referer;
}
public function getReferer()
{
return $this->referer;
}
}

View File

@@ -0,0 +1,40 @@
<?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_Cih_IncentiveInteraction extends Google_Model
{
protected $monetaryRewardType = 'Google_Service_Cih_IncentiveInteractionMonetaryReward';
protected $monetaryRewardDataType = '';
public $type;
public function setMonetaryReward(Google_Service_Cih_IncentiveInteractionMonetaryReward $monetaryReward)
{
$this->monetaryReward = $monetaryReward;
}
public function getMonetaryReward()
{
return $this->monetaryReward;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View 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_Cih_IncentiveInteractionMonetaryReward extends Google_Model
{
public $amountMicros;
public $currencyCode;
public function setAmountMicros($amountMicros)
{
$this->amountMicros = $amountMicros;
}
public function getAmountMicros()
{
return $this->amountMicros;
}
public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
public function getCurrencyCode()
{
return $this->currencyCode;
}
}

View 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_Cih_IncentivesData extends Google_Model
{
public $campaignId;
public $couponId;
public $incentiveBatchId;
public $incentiveId;
public function setCampaignId($campaignId)
{
$this->campaignId = $campaignId;
}
public function getCampaignId()
{
return $this->campaignId;
}
public function setCouponId($couponId)
{
$this->couponId = $couponId;
}
public function getCouponId()
{
return $this->couponId;
}
public function setIncentiveBatchId($incentiveBatchId)
{
$this->incentiveBatchId = $incentiveBatchId;
}
public function getIncentiveBatchId()
{
return $this->incentiveBatchId;
}
public function setIncentiveId($incentiveId)
{
$this->incentiveId = $incentiveId;
}
public function getIncentiveId()
{
return $this->incentiveId;
}
}

View File

@@ -0,0 +1,84 @@
<?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_Cih_MarketingEmailInteraction extends Google_Model
{
public $bounced;
public $clicked;
public $emailAddressDigest;
public $fromAddress;
public $opened;
public $optoutClicked;
public $type;
public function setBounced($bounced)
{
$this->bounced = $bounced;
}
public function getBounced()
{
return $this->bounced;
}
public function setClicked($clicked)
{
$this->clicked = $clicked;
}
public function getClicked()
{
return $this->clicked;
}
public function setEmailAddressDigest($emailAddressDigest)
{
$this->emailAddressDigest = $emailAddressDigest;
}
public function getEmailAddressDigest()
{
return $this->emailAddressDigest;
}
public function setFromAddress($fromAddress)
{
$this->fromAddress = $fromAddress;
}
public function getFromAddress()
{
return $this->fromAddress;
}
public function setOpened($opened)
{
$this->opened = $opened;
}
public function getOpened()
{
return $this->opened;
}
public function setOptoutClicked($optoutClicked)
{
$this->optoutClicked = $optoutClicked;
}
public function getOptoutClicked()
{
return $this->optoutClicked;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View File

@@ -0,0 +1,30 @@
<?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_Cih_MeetingInteraction extends Google_Model
{
public $status;
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}

View File

@@ -0,0 +1,30 @@
<?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_Cih_NoteInteraction extends Google_Model
{
public $status;
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}

View File

@@ -0,0 +1,75 @@
<?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_Cih_Participant extends Google_Model
{
public $contactId;
public $email;
public $familyName;
public $gaiaId;
public $givenName;
public $name;
public function setContactId($contactId)
{
$this->contactId = $contactId;
}
public function getContactId()
{
return $this->contactId;
}
public function setEmail($email)
{
$this->email = $email;
}
public function getEmail()
{
return $this->email;
}
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
public function getFamilyName()
{
return $this->familyName;
}
public function setGaiaId($gaiaId)
{
$this->gaiaId = $gaiaId;
}
public function getGaiaId()
{
return $this->gaiaId;
}
public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
public function getGivenName()
{
return $this->givenName;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}

View File

@@ -0,0 +1,20 @@
<?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_Cih_PartnerSearchData extends Google_Model
{
}

View File

@@ -0,0 +1,20 @@
<?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_Cih_PhoneInteraction extends Google_Model
{
}

View File

@@ -0,0 +1,60 @@
<?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 "associatedEmails" collection of methods.
* Typical usage is:
* <code>
* $cihService = new Google_Service_Cih(...);
* $associatedEmails = $cihService->associatedEmails;
* </code>
*/
class Google_Service_Cih_Resource_AssociatedEmails extends Google_Service_Resource
{
/**
* Associates an AdWords customer id to an email address.
* (associatedEmails.create)
*
* @param string $customerId The AdWords customer Id the email will be
* associated to.
* @param Google_Service_Cih_AssociatedEmail $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Cih_AssociatedEmail
*/
public function create($customerId, Google_Service_Cih_AssociatedEmail $postBody, $optParams = array())
{
$params = array('customerId' => $customerId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Cih_AssociatedEmail");
}
/**
* Dissociates an AdWords customer id from an email address.
* (associatedEmails.delete)
*
* @param string $customerId The AdWords customer Id the email will be
* dissociated from.
* @param string $emailAddress The email address.
* @param string $operator The program or person who initiated the operation.
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $emailAddress, $operator, $optParams = array())
{
$params = array('customerId' => $customerId, 'emailAddress' => $emailAddress, 'operator' => $operator);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
}

View File

@@ -0,0 +1,132 @@
<?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 "userInteractions" collection of methods.
* Typical usage is:
* <code>
* $cihService = new Google_Service_Cih(...);
* $userInteractions = $cihService->userInteractions;
* </code>
*/
class Google_Service_Cih_Resource_UserInteractions extends Google_Service_Resource
{
/**
* Gets an interaction. (userInteractions.get)
*
* @param string $entityType Represents the Type of the entity whose interaction
* will be returned. Possible Values: COMPANY, ADWORDS_CID, EMAIL,
* ADDRESS_DIGEST, GAIA_ID.
* @param string $entityId Represents the Id of the Entity whose interaction
* will be returned.
* @param string $timestamp the timestamp of the interaction to be returned. It
* is measured as the number of microseconds since the Epoch.
* @param string $interactionType The type of the interaction to be returned.
* @param array $optParams Optional parameters.
* @return Google_Service_Cih_UserInteraction
*/
public function get($entityType, $entityId, $timestamp, $interactionType, $optParams = array())
{
$params = array('entityType' => $entityType, 'entityId' => $entityId, 'timestamp' => $timestamp, 'interactionType' => $interactionType);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Cih_UserInteraction");
}
/**
* Inserts a new interaction to CIH. (userInteractions.insert)
*
* @param Google_Service_Cih_UserInteraction $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Cih_UserInteraction
*/
public function insert(Google_Service_Cih_UserInteraction $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Cih_UserInteraction");
}
/**
* Get a list of interactions for the given entity and its relatives if
* requested. The returned list is sorted by timestamp in descending order.
* (userInteractions.listUserInteractions)
*
* @param string|array $entity List of entities to retrieve. At least one item
* must be present. Each item must be in 'ENTITY_TYPE:ENTITY_ID' format which
* ENTITY_TYPE is COMPANY, ADWORDS_CID, EMAIL, ADDRESS_DIGEST or GAIA_ID.
* @param array $optParams Optional parameters.
*
* @opt_param string entityFilter Primary or secondary entities, if available
* only interactions whose primary or secondary entities are given are returned.
* For info about the format of this field see the comments of
* UserInteractionsApiaryFilter proto.
* @opt_param bool excludePassedInteractionOrigin Indicates the inclusive or
* exclusive behavior of interactionOrigin field. See the description of
* interactionOrigin.
* @opt_param bool excludePassedInteractionType Indicates the inclusive or
* exclusive behavior of interactionType field. See the description of
* interactionType.
* @opt_param bool includeRelatedInteractions By default, all interactions which
* apply to any member of the entity structure which contains the provided
* entity are returned. If include_related_interactions is false, then only the
* interactions which are associated directly with this entity are returned, and
* neither parent_entity nor child_entities in the Entity object returned by
* this operation are populated.
* @opt_param string interactionOrigin This limit is ignored if absent and all
* interactions regardless of their origin will be returned. Otherwise the
* meaning of this field depends on the include_interaction_origin field. 1.
* exclude_passed_interaction_origin is true: Only interactions whose Origin is
* contained in interaction_origin will be returned. 2.
* exclude_passed_interaction_origin is false: Only interactions whose Origin
* isn't contained in interaction_origin will be returned.
* @opt_param string interactionType This limit is ignored if absent and all
* interactions regardless of their type will be returned. Otherwise the meaning
* of this field depends on the exclude_passed_interaction_type field. 1.
* exclude_passed_interaction_type is true: Only interactions whose Type is
* contained in interaction_type will be returned. 2.
* exclude_passed_interaction_type is false: Only interactions whose Type isn't
* contained in interaction_type will be returned.
* @opt_param bool lookup_participant_info Request to get additional information
* about interaction participants, such as names, email addresses. May increase
* latency of this call.
* @opt_param int maxInteractionsPerPage The limit on the number of returned
* interactions. This is the maximum number of interactions which will be
* returned, starting with the most recent. Thie default value is 100. If it is
* equal to zero then only the entity structure is returned.
* @opt_param string maxResults The maximum number of results per page.
* @opt_param string metaTypeFilter Represents the interaction's classification.
* Possible values: SALES, SUPPORT, MARKETING. For more info see http://go/cih-
* gt-api
* @opt_param int minMainEntityInteractions Attempt to read at least this many
* main entity interactions. The default value is set to 0. Pagination is
* disabled if a positive value is set.
* @opt_param string pageToken The pagination token.
* @opt_param string phoneMatcher If available only interactions whose phone
* number is given are returned. For info about the format of this field see the
* comments of UserInteractionsApiaryFilter proto.
* @opt_param string timestampEnd Upper limit on the timestamp for the returned
* interactions. It is measured as the number of microseconds since the Epoch.
* @opt_param string timestampStart Lower limit on the timestamp for the
* returned interactions. It is measured as the number of microseconds since the
* Epoch.
* @return Google_Service_Cih_UserInteractionsListResponse
*/
public function listUserInteractions($entity, $optParams = array())
{
$params = array('entity' => $entity);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Cih_UserInteractionsListResponse");
}
}

View File

@@ -0,0 +1,30 @@
<?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_Cih_TaskInteraction extends Google_Model
{
public $status;
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}

View 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_Cih_TraxAgent extends Google_Model
{
public $email;
public $gaiaId;
public $name;
public function setEmail($email)
{
$this->email = $email;
}
public function getEmail()
{
return $this->email;
}
public function setGaiaId($gaiaId)
{
$this->gaiaId = $gaiaId;
}
public function getGaiaId()
{
return $this->gaiaId;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}

View File

@@ -0,0 +1,78 @@
<?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_Cih_TraxData extends Google_Model
{
public $actionType;
protected $agentType = 'Google_Service_Cih_TraxAgent';
protected $agentDataType = '';
protected $assignedAgentType = 'Google_Service_Cih_TraxAgent';
protected $assignedAgentDataType = '';
public $messageId;
public $state;
protected $userIdType = 'Google_Service_Cih_UserId';
protected $userIdDataType = '';
public function setActionType($actionType)
{
$this->actionType = $actionType;
}
public function getActionType()
{
return $this->actionType;
}
public function setAgent(Google_Service_Cih_TraxAgent $agent)
{
$this->agent = $agent;
}
public function getAgent()
{
return $this->agent;
}
public function setAssignedAgent(Google_Service_Cih_TraxAgent $assignedAgent)
{
$this->assignedAgent = $assignedAgent;
}
public function getAssignedAgent()
{
return $this->assignedAgent;
}
public function setMessageId($messageId)
{
$this->messageId = $messageId;
}
public function getMessageId()
{
return $this->messageId;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setUserId(Google_Service_Cih_UserId $userId)
{
$this->userId = $userId;
}
public function getUserId()
{
return $this->userId;
}
}

View File

@@ -0,0 +1,30 @@
<?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_Cih_TraxInteraction extends Google_Model
{
public $type;
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}

View File

@@ -0,0 +1,42 @@
<?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_Cih_Uaid extends Google_Model
{
protected $internal_gapi_mappings = array(
"accountId" => "account_id",
);
public $accountId;
public $product;
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
public function setProduct($product)
{
$this->product = $product;
}
public function getProduct()
{
return $this->product;
}
}

View File

@@ -0,0 +1,20 @@
<?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_Cih_UserCommData extends Google_Model
{
}

View 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_Cih_UserId extends Google_Model
{
public $customerId;
public $email;
public $gaiaId;
public $name;
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
public function setEmail($email)
{
$this->email = $email;
}
public function getEmail()
{
return $this->email;
}
public function setGaiaId($gaiaId)
{
$this->gaiaId = $gaiaId;
}
public function getGaiaId()
{
return $this->gaiaId;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}

View File

@@ -0,0 +1,410 @@
<?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_Cih_UserInteraction extends Google_Collection
{
protected $collection_key = 'otherParticipant';
protected $adoptionInteractionType = 'Google_Service_Cih_AdoptionInteraction';
protected $adoptionInteractionDataType = '';
protected $advertiserExperienceDataType = 'Google_Service_Cih_AdvertiserExperienceData';
protected $advertiserExperienceDataDataType = '';
protected $casesDataType = 'Google_Service_Cih_CasesData';
protected $casesDataDataType = '';
protected $chatInteractionType = 'Google_Service_Cih_ChatInteraction';
protected $chatInteractionDataType = '';
public $contactGaiaId;
protected $customerType = 'Google_Service_Cih_Participant';
protected $customerDataType = 'array';
public $detailedDescription;
public $detailedDescriptionTruncated;
protected $emailInteractionType = 'Google_Service_Cih_EmailInteraction';
protected $emailInteractionDataType = '';
protected $entityType = 'Google_Service_Cih_Entity';
protected $entityDataType = '';
protected $gammaDataType = 'Google_Service_Cih_GammaData';
protected $gammaDataDataType = '';
protected $genieDataType = 'Google_Service_Cih_GenieData';
protected $genieDataDataType = '';
protected $goalInteractionType = 'Google_Service_Cih_GoalInteraction';
protected $goalInteractionDataType = '';
protected $googlerType = 'Google_Service_Cih_Participant';
protected $googlerDataType = 'array';
protected $greenTeaDataType = 'Google_Service_Cih_GreenTeaData';
protected $greenTeaDataDataType = '';
protected $grmDataType = 'Google_Service_Cih_GrmData';
protected $grmDataDataType = '';
protected $hangoutInteractionType = 'Google_Service_Cih_HangoutInteraction';
protected $hangoutInteractionDataType = '';
protected $helpcenterDataType = 'Google_Service_Cih_HelpcenterData';
protected $helpcenterDataDataType = '';
protected $incentiveInteractionType = 'Google_Service_Cih_IncentiveInteraction';
protected $incentiveInteractionDataType = '';
protected $incentivesDataType = 'Google_Service_Cih_IncentivesData';
protected $incentivesDataDataType = '';
protected $initiatorType = 'Google_Service_Cih_Participant';
protected $initiatorDataType = '';
public $interactionOrigin;
public $interactionType;
public $kind;
public $language;
protected $marketingEmailInteractionType = 'Google_Service_Cih_MarketingEmailInteraction';
protected $marketingEmailInteractionDataType = '';
protected $meetingInteractionType = 'Google_Service_Cih_MeetingInteraction';
protected $meetingInteractionDataType = '';
public $metaType;
protected $noteInteractionType = 'Google_Service_Cih_NoteInteraction';
protected $noteInteractionDataType = '';
protected $otherParticipantType = 'Google_Service_Cih_Participant';
protected $otherParticipantDataType = 'array';
protected $partnerSearchDataType = 'Google_Service_Cih_PartnerSearchData';
protected $partnerSearchDataDataType = '';
protected $phoneInteractionType = 'Google_Service_Cih_PhoneInteraction';
protected $phoneInteractionDataType = '';
public $sourceSystemPrimaryKey;
public $summary;
public $summaryTruncated;
protected $taskInteractionType = 'Google_Service_Cih_TaskInteraction';
protected $taskInteractionDataType = '';
public $timestamp;
protected $traxDataType = 'Google_Service_Cih_TraxData';
protected $traxDataDataType = '';
protected $traxInteractionType = 'Google_Service_Cih_TraxInteraction';
protected $traxInteractionDataType = '';
protected $userCommDataType = 'Google_Service_Cih_UserCommData';
protected $userCommDataDataType = '';
public function setAdoptionInteraction(Google_Service_Cih_AdoptionInteraction $adoptionInteraction)
{
$this->adoptionInteraction = $adoptionInteraction;
}
public function getAdoptionInteraction()
{
return $this->adoptionInteraction;
}
public function setAdvertiserExperienceData(Google_Service_Cih_AdvertiserExperienceData $advertiserExperienceData)
{
$this->advertiserExperienceData = $advertiserExperienceData;
}
public function getAdvertiserExperienceData()
{
return $this->advertiserExperienceData;
}
public function setCasesData(Google_Service_Cih_CasesData $casesData)
{
$this->casesData = $casesData;
}
public function getCasesData()
{
return $this->casesData;
}
public function setChatInteraction(Google_Service_Cih_ChatInteraction $chatInteraction)
{
$this->chatInteraction = $chatInteraction;
}
public function getChatInteraction()
{
return $this->chatInteraction;
}
public function setContactGaiaId($contactGaiaId)
{
$this->contactGaiaId = $contactGaiaId;
}
public function getContactGaiaId()
{
return $this->contactGaiaId;
}
public function setCustomer($customer)
{
$this->customer = $customer;
}
public function getCustomer()
{
return $this->customer;
}
public function setDetailedDescription($detailedDescription)
{
$this->detailedDescription = $detailedDescription;
}
public function getDetailedDescription()
{
return $this->detailedDescription;
}
public function setDetailedDescriptionTruncated($detailedDescriptionTruncated)
{
$this->detailedDescriptionTruncated = $detailedDescriptionTruncated;
}
public function getDetailedDescriptionTruncated()
{
return $this->detailedDescriptionTruncated;
}
public function setEmailInteraction(Google_Service_Cih_EmailInteraction $emailInteraction)
{
$this->emailInteraction = $emailInteraction;
}
public function getEmailInteraction()
{
return $this->emailInteraction;
}
public function setEntity(Google_Service_Cih_Entity $entity)
{
$this->entity = $entity;
}
public function getEntity()
{
return $this->entity;
}
public function setGammaData(Google_Service_Cih_GammaData $gammaData)
{
$this->gammaData = $gammaData;
}
public function getGammaData()
{
return $this->gammaData;
}
public function setGenieData(Google_Service_Cih_GenieData $genieData)
{
$this->genieData = $genieData;
}
public function getGenieData()
{
return $this->genieData;
}
public function setGoalInteraction(Google_Service_Cih_GoalInteraction $goalInteraction)
{
$this->goalInteraction = $goalInteraction;
}
public function getGoalInteraction()
{
return $this->goalInteraction;
}
public function setGoogler($googler)
{
$this->googler = $googler;
}
public function getGoogler()
{
return $this->googler;
}
public function setGreenTeaData(Google_Service_Cih_GreenTeaData $greenTeaData)
{
$this->greenTeaData = $greenTeaData;
}
public function getGreenTeaData()
{
return $this->greenTeaData;
}
public function setGrmData(Google_Service_Cih_GrmData $grmData)
{
$this->grmData = $grmData;
}
public function getGrmData()
{
return $this->grmData;
}
public function setHangoutInteraction(Google_Service_Cih_HangoutInteraction $hangoutInteraction)
{
$this->hangoutInteraction = $hangoutInteraction;
}
public function getHangoutInteraction()
{
return $this->hangoutInteraction;
}
public function setHelpcenterData(Google_Service_Cih_HelpcenterData $helpcenterData)
{
$this->helpcenterData = $helpcenterData;
}
public function getHelpcenterData()
{
return $this->helpcenterData;
}
public function setIncentiveInteraction(Google_Service_Cih_IncentiveInteraction $incentiveInteraction)
{
$this->incentiveInteraction = $incentiveInteraction;
}
public function getIncentiveInteraction()
{
return $this->incentiveInteraction;
}
public function setIncentivesData(Google_Service_Cih_IncentivesData $incentivesData)
{
$this->incentivesData = $incentivesData;
}
public function getIncentivesData()
{
return $this->incentivesData;
}
public function setInitiator(Google_Service_Cih_Participant $initiator)
{
$this->initiator = $initiator;
}
public function getInitiator()
{
return $this->initiator;
}
public function setInteractionOrigin($interactionOrigin)
{
$this->interactionOrigin = $interactionOrigin;
}
public function getInteractionOrigin()
{
return $this->interactionOrigin;
}
public function setInteractionType($interactionType)
{
$this->interactionType = $interactionType;
}
public function getInteractionType()
{
return $this->interactionType;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLanguage($language)
{
$this->language = $language;
}
public function getLanguage()
{
return $this->language;
}
public function setMarketingEmailInteraction(Google_Service_Cih_MarketingEmailInteraction $marketingEmailInteraction)
{
$this->marketingEmailInteraction = $marketingEmailInteraction;
}
public function getMarketingEmailInteraction()
{
return $this->marketingEmailInteraction;
}
public function setMeetingInteraction(Google_Service_Cih_MeetingInteraction $meetingInteraction)
{
$this->meetingInteraction = $meetingInteraction;
}
public function getMeetingInteraction()
{
return $this->meetingInteraction;
}
public function setMetaType($metaType)
{
$this->metaType = $metaType;
}
public function getMetaType()
{
return $this->metaType;
}
public function setNoteInteraction(Google_Service_Cih_NoteInteraction $noteInteraction)
{
$this->noteInteraction = $noteInteraction;
}
public function getNoteInteraction()
{
return $this->noteInteraction;
}
public function setOtherParticipant($otherParticipant)
{
$this->otherParticipant = $otherParticipant;
}
public function getOtherParticipant()
{
return $this->otherParticipant;
}
public function setPartnerSearchData(Google_Service_Cih_PartnerSearchData $partnerSearchData)
{
$this->partnerSearchData = $partnerSearchData;
}
public function getPartnerSearchData()
{
return $this->partnerSearchData;
}
public function setPhoneInteraction(Google_Service_Cih_PhoneInteraction $phoneInteraction)
{
$this->phoneInteraction = $phoneInteraction;
}
public function getPhoneInteraction()
{
return $this->phoneInteraction;
}
public function setSourceSystemPrimaryKey($sourceSystemPrimaryKey)
{
$this->sourceSystemPrimaryKey = $sourceSystemPrimaryKey;
}
public function getSourceSystemPrimaryKey()
{
return $this->sourceSystemPrimaryKey;
}
public function setSummary($summary)
{
$this->summary = $summary;
}
public function getSummary()
{
return $this->summary;
}
public function setSummaryTruncated($summaryTruncated)
{
$this->summaryTruncated = $summaryTruncated;
}
public function getSummaryTruncated()
{
return $this->summaryTruncated;
}
public function setTaskInteraction(Google_Service_Cih_TaskInteraction $taskInteraction)
{
$this->taskInteraction = $taskInteraction;
}
public function getTaskInteraction()
{
return $this->taskInteraction;
}
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
public function getTimestamp()
{
return $this->timestamp;
}
public function setTraxData(Google_Service_Cih_TraxData $traxData)
{
$this->traxData = $traxData;
}
public function getTraxData()
{
return $this->traxData;
}
public function setTraxInteraction(Google_Service_Cih_TraxInteraction $traxInteraction)
{
$this->traxInteraction = $traxInteraction;
}
public function getTraxInteraction()
{
return $this->traxInteraction;
}
public function setUserCommData(Google_Service_Cih_UserCommData $userCommData)
{
$this->userCommData = $userCommData;
}
public function getUserCommData()
{
return $this->userCommData;
}
}

View File

@@ -0,0 +1,60 @@
<?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_Cih_UserInteractionsListResponse extends Google_Collection
{
protected $collection_key = 'items';
protected $entityType = 'Google_Service_Cih_Entity';
protected $entityDataType = 'array';
protected $itemsType = 'Google_Service_Cih_UserInteraction';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
public function setEntity($entity)
{
$this->entity = $entity;
}
public function getEntity()
{
return $this->entity;
}
public function setItems($items)
{
$this->items = $items;
}
public function getItems()
{
return $this->items;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
public function getNextPageToken()
{
return $this->nextPageToken;
}
}