Nouveaux fichier suite maj librairies vendor
This commit is contained in:
113
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceData.php
vendored
Normal file
113
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceData.php
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
<?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_Calendar_ConferenceData extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'entryPoints';
|
||||
public $conferenceId;
|
||||
protected $conferenceSolutionType = 'Google_Service_Calendar_ConferenceSolution';
|
||||
protected $conferenceSolutionDataType = '';
|
||||
protected $createRequestType = 'Google_Service_Calendar_CreateConferenceRequest';
|
||||
protected $createRequestDataType = '';
|
||||
protected $entryPointsType = 'Google_Service_Calendar_EntryPoint';
|
||||
protected $entryPointsDataType = 'array';
|
||||
public $notes;
|
||||
protected $parametersType = 'Google_Service_Calendar_ConferenceParameters';
|
||||
protected $parametersDataType = '';
|
||||
public $signature;
|
||||
|
||||
public function setConferenceId($conferenceId)
|
||||
{
|
||||
$this->conferenceId = $conferenceId;
|
||||
}
|
||||
public function getConferenceId()
|
||||
{
|
||||
return $this->conferenceId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceSolution
|
||||
*/
|
||||
public function setConferenceSolution(Google_Service_Calendar_ConferenceSolution $conferenceSolution)
|
||||
{
|
||||
$this->conferenceSolution = $conferenceSolution;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceSolution
|
||||
*/
|
||||
public function getConferenceSolution()
|
||||
{
|
||||
return $this->conferenceSolution;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_CreateConferenceRequest
|
||||
*/
|
||||
public function setCreateRequest(Google_Service_Calendar_CreateConferenceRequest $createRequest)
|
||||
{
|
||||
$this->createRequest = $createRequest;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_CreateConferenceRequest
|
||||
*/
|
||||
public function getCreateRequest()
|
||||
{
|
||||
return $this->createRequest;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EntryPoint
|
||||
*/
|
||||
public function setEntryPoints($entryPoints)
|
||||
{
|
||||
$this->entryPoints = $entryPoints;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EntryPoint
|
||||
*/
|
||||
public function getEntryPoints()
|
||||
{
|
||||
return $this->entryPoints;
|
||||
}
|
||||
public function setNotes($notes)
|
||||
{
|
||||
$this->notes = $notes;
|
||||
}
|
||||
public function getNotes()
|
||||
{
|
||||
return $this->notes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceParameters
|
||||
*/
|
||||
public function setParameters(Google_Service_Calendar_ConferenceParameters $parameters)
|
||||
{
|
||||
$this->parameters = $parameters;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceParameters
|
||||
*/
|
||||
public function getParameters()
|
||||
{
|
||||
return $this->parameters;
|
||||
}
|
||||
public function setSignature($signature)
|
||||
{
|
||||
$this->signature = $signature;
|
||||
}
|
||||
public function getSignature()
|
||||
{
|
||||
return $this->signature;
|
||||
}
|
||||
}
|
||||
37
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParameters.php
vendored
Normal file
37
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceParameters.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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_Calendar_ConferenceParameters extends Google_Model
|
||||
{
|
||||
protected $addOnParametersType = 'Google_Service_Calendar_ConferenceParametersAddOnParameters';
|
||||
protected $addOnParametersDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceParametersAddOnParameters
|
||||
*/
|
||||
public function setAddOnParameters(Google_Service_Calendar_ConferenceParametersAddOnParameters $addOnParameters)
|
||||
{
|
||||
$this->addOnParameters = $addOnParameters;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceParametersAddOnParameters
|
||||
*/
|
||||
public function getAddOnParameters()
|
||||
{
|
||||
return $this->addOnParameters;
|
||||
}
|
||||
}
|
||||
@@ -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_Calendar_ConferenceParametersAddOnParameters extends Google_Model
|
||||
{
|
||||
public $parameters;
|
||||
|
||||
public function setParameters($parameters)
|
||||
{
|
||||
$this->parameters = $parameters;
|
||||
}
|
||||
public function getParameters()
|
||||
{
|
||||
return $this->parameters;
|
||||
}
|
||||
}
|
||||
31
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceProperties.php
vendored
Normal file
31
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceProperties.php
vendored
Normal 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_Calendar_ConferenceProperties extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'allowedConferenceSolutionTypes';
|
||||
public $allowedConferenceSolutionTypes;
|
||||
|
||||
public function setAllowedConferenceSolutionTypes($allowedConferenceSolutionTypes)
|
||||
{
|
||||
$this->allowedConferenceSolutionTypes = $allowedConferenceSolutionTypes;
|
||||
}
|
||||
public function getAllowedConferenceSolutionTypes()
|
||||
{
|
||||
return $this->allowedConferenceSolutionTypes;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceRequestStatus.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceRequestStatus.php
vendored
Normal 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_Calendar_ConferenceRequestStatus extends Google_Model
|
||||
{
|
||||
public $statusCode;
|
||||
|
||||
public function setStatusCode($statusCode)
|
||||
{
|
||||
$this->statusCode = $statusCode;
|
||||
}
|
||||
public function getStatusCode()
|
||||
{
|
||||
return $this->statusCode;
|
||||
}
|
||||
}
|
||||
55
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolution.php
vendored
Normal file
55
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolution.php
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
<?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_Calendar_ConferenceSolution extends Google_Model
|
||||
{
|
||||
public $iconUri;
|
||||
protected $keyType = 'Google_Service_Calendar_ConferenceSolutionKey';
|
||||
protected $keyDataType = '';
|
||||
public $name;
|
||||
|
||||
public function setIconUri($iconUri)
|
||||
{
|
||||
$this->iconUri = $iconUri;
|
||||
}
|
||||
public function getIconUri()
|
||||
{
|
||||
return $this->iconUri;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceSolutionKey
|
||||
*/
|
||||
public function setKey(Google_Service_Calendar_ConferenceSolutionKey $key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceSolutionKey
|
||||
*/
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolutionKey.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/Calendar/ConferenceSolutionKey.php
vendored
Normal 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_Calendar_ConferenceSolutionKey extends Google_Model
|
||||
{
|
||||
public $type;
|
||||
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
}
|
||||
62
vendor/google/apiclient-services/src/Google/Service/Calendar/CreateConferenceRequest.php
vendored
Normal file
62
vendor/google/apiclient-services/src/Google/Service/Calendar/CreateConferenceRequest.php
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
<?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_Calendar_CreateConferenceRequest extends Google_Model
|
||||
{
|
||||
protected $conferenceSolutionKeyType = 'Google_Service_Calendar_ConferenceSolutionKey';
|
||||
protected $conferenceSolutionKeyDataType = '';
|
||||
public $requestId;
|
||||
protected $statusType = 'Google_Service_Calendar_ConferenceRequestStatus';
|
||||
protected $statusDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceSolutionKey
|
||||
*/
|
||||
public function setConferenceSolutionKey(Google_Service_Calendar_ConferenceSolutionKey $conferenceSolutionKey)
|
||||
{
|
||||
$this->conferenceSolutionKey = $conferenceSolutionKey;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceSolutionKey
|
||||
*/
|
||||
public function getConferenceSolutionKey()
|
||||
{
|
||||
return $this->conferenceSolutionKey;
|
||||
}
|
||||
public function setRequestId($requestId)
|
||||
{
|
||||
$this->requestId = $requestId;
|
||||
}
|
||||
public function getRequestId()
|
||||
{
|
||||
return $this->requestId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceRequestStatus
|
||||
*/
|
||||
public function setStatus(Google_Service_Calendar_ConferenceRequestStatus $status)
|
||||
{
|
||||
$this->status = $status;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceRequestStatus
|
||||
*/
|
||||
public function getStatus()
|
||||
{
|
||||
return $this->status;
|
||||
}
|
||||
}
|
||||
93
vendor/google/apiclient-services/src/Google/Service/Calendar/EntryPoint.php
vendored
Normal file
93
vendor/google/apiclient-services/src/Google/Service/Calendar/EntryPoint.php
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
<?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_Calendar_EntryPoint extends Google_Model
|
||||
{
|
||||
public $accessCode;
|
||||
public $entryPointType;
|
||||
public $label;
|
||||
public $meetingCode;
|
||||
public $passcode;
|
||||
public $password;
|
||||
public $pin;
|
||||
public $uri;
|
||||
|
||||
public function setAccessCode($accessCode)
|
||||
{
|
||||
$this->accessCode = $accessCode;
|
||||
}
|
||||
public function getAccessCode()
|
||||
{
|
||||
return $this->accessCode;
|
||||
}
|
||||
public function setEntryPointType($entryPointType)
|
||||
{
|
||||
$this->entryPointType = $entryPointType;
|
||||
}
|
||||
public function getEntryPointType()
|
||||
{
|
||||
return $this->entryPointType;
|
||||
}
|
||||
public function setLabel($label)
|
||||
{
|
||||
$this->label = $label;
|
||||
}
|
||||
public function getLabel()
|
||||
{
|
||||
return $this->label;
|
||||
}
|
||||
public function setMeetingCode($meetingCode)
|
||||
{
|
||||
$this->meetingCode = $meetingCode;
|
||||
}
|
||||
public function getMeetingCode()
|
||||
{
|
||||
return $this->meetingCode;
|
||||
}
|
||||
public function setPasscode($passcode)
|
||||
{
|
||||
$this->passcode = $passcode;
|
||||
}
|
||||
public function getPasscode()
|
||||
{
|
||||
return $this->passcode;
|
||||
}
|
||||
public function setPassword($password)
|
||||
{
|
||||
$this->password = $password;
|
||||
}
|
||||
public function getPassword()
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
public function setPin($pin)
|
||||
{
|
||||
$this->pin = $pin;
|
||||
}
|
||||
public function getPin()
|
||||
{
|
||||
return $this->pin;
|
||||
}
|
||||
public function setUri($uri)
|
||||
{
|
||||
$this->uri = $uri;
|
||||
}
|
||||
public function getUri()
|
||||
{
|
||||
return $this->uri;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user