Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

View File

@@ -15,15 +15,18 @@
* the License.
*/
class Google_Service_Calendar_EntryPoint extends Google_Model
class Google_Service_Calendar_EntryPoint extends Google_Collection
{
protected $collection_key = 'entryPointFeatures';
public $accessCode;
public $entryPointFeatures;
public $entryPointType;
public $label;
public $meetingCode;
public $passcode;
public $password;
public $pin;
public $regionCode;
public $uri;
public function setAccessCode($accessCode)
@@ -34,6 +37,14 @@ class Google_Service_Calendar_EntryPoint extends Google_Model
{
return $this->accessCode;
}
public function setEntryPointFeatures($entryPointFeatures)
{
$this->entryPointFeatures = $entryPointFeatures;
}
public function getEntryPointFeatures()
{
return $this->entryPointFeatures;
}
public function setEntryPointType($entryPointType)
{
$this->entryPointType = $entryPointType;
@@ -82,6 +93,14 @@ class Google_Service_Calendar_EntryPoint extends Google_Model
{
return $this->pin;
}
public function setRegionCode($regionCode)
{
$this->regionCode = $regionCode;
}
public function getRegionCode()
{
return $this->regionCode;
}
public function setUri($uri)
{
$this->uri = $uri;

View File

@@ -26,7 +26,7 @@
class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resource
{
/**
* Deletes an entry on the user's calendar list. (calendarList.delete)
* Removes a calendar from the user's calendar list. (calendarList.delete)
*
* @param string $calendarId Calendar identifier. To retrieve calendar IDs call
* the calendarList.list method. If you want to access the primary calendar of
@@ -40,7 +40,7 @@ class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resou
return $this->call('delete', array($params));
}
/**
* Returns an entry on the user's calendar list. (calendarList.get)
* Returns a calendar from the user's calendar list. (calendarList.get)
*
* @param string $calendarId Calendar identifier. To retrieve calendar IDs call
* the calendarList.list method. If you want to access the primary calendar of
@@ -55,7 +55,8 @@ class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resou
return $this->call('get', array($params), "Google_Service_Calendar_CalendarListEntry");
}
/**
* Adds an entry to the user's calendar list. (calendarList.insert)
* Inserts an existing calendar into the user's calendar list.
* (calendarList.insert)
*
* @param Google_Service_Calendar_CalendarListEntry $postBody
* @param array $optParams Optional parameters.
@@ -73,7 +74,8 @@ class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resou
return $this->call('insert', array($params), "Google_Service_Calendar_CalendarListEntry");
}
/**
* Returns entries on the user's calendar list. (calendarList.listCalendarList)
* Returns the calendars on the user's calendar list.
* (calendarList.listCalendarList)
*
* @param array $optParams Optional parameters.
*
@@ -109,8 +111,8 @@ class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resou
return $this->call('list', array($params), "Google_Service_Calendar_CalendarList");
}
/**
* Updates an entry on the user's calendar list. This method supports patch
* semantics. (calendarList.patch)
* Updates an existing calendar on the user's calendar list. This method
* supports patch semantics. (calendarList.patch)
*
* @param string $calendarId Calendar identifier. To retrieve calendar IDs call
* the calendarList.list method. If you want to access the primary calendar of
@@ -131,7 +133,8 @@ class Google_Service_Calendar_Resource_CalendarList extends Google_Service_Resou
return $this->call('patch', array($params), "Google_Service_Calendar_CalendarListEntry");
}
/**
* Updates an entry on the user's calendar list. (calendarList.update)
* Updates an existing calendar on the user's calendar list.
* (calendarList.update)
*
* @param string $calendarId Calendar identifier. To retrieve calendar IDs call
* the calendarList.list method. If you want to access the primary calendar of

View File

@@ -34,8 +34,13 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
* @param string $eventId Event identifier.
* @param array $optParams Optional parameters.
*
* @opt_param bool sendNotifications Whether to send notifications about the
* deletion of the event. Optional. The default is False.
* @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead.
*
* Whether to send notifications about the deletion of the event. Note that some
* emails might still be sent even if you set the value to false. The default is
* false.
* @opt_param string sendUpdates Guests who should receive notifications about
* the deletion of the event.
*/
public function delete($calendarId, $eventId, $optParams = array())
{
@@ -113,8 +118,14 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
* @opt_param int maxAttendees The maximum number of attendees to include in the
* response. If there are more than the specified number of attendees, only the
* participant is returned. Optional.
* @opt_param bool sendNotifications Whether to send notifications about the
* creation of the new event. Optional. The default is False.
* @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead.
*
* Whether to send notifications about the creation of the new event. Note that
* some emails might still be sent even if you set the value to false. The
* default is false.
* @opt_param string sendUpdates Whether to send notifications about the
* creation of the new event. Note that some emails might still be sent. The
* default is false.
* @opt_param bool supportsAttachments Whether API client performing operation
* supports event attachments. Optional. The default is False.
* @return Google_Service_Calendar_Event
@@ -270,8 +281,13 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
* the event is to be moved to.
* @param array $optParams Optional parameters.
*
* @opt_param bool sendNotifications Whether to send notifications about the
* change of the event's organizer. Optional. The default is False.
* @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead.
*
* Whether to send notifications about the change of the event's organizer. Note
* that some emails might still be sent even if you set the value to false. The
* default is false.
* @opt_param string sendUpdates Guests who should receive notifications about
* the change of the event's organizer.
* @return Google_Service_Calendar_Event
*/
public function move($calendarId, $eventId, $destination, $optParams = array())
@@ -304,9 +320,13 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
* @opt_param int maxAttendees The maximum number of attendees to include in the
* response. If there are more than the specified number of attendees, only the
* participant is returned. Optional.
* @opt_param bool sendNotifications Whether to send notifications about the
* event update (e.g. attendee's responses, title changes, etc.). Optional. The
* default is False.
* @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead.
*
* Whether to send notifications about the event update (for example,
* description changes, etc.). Note that some emails might still be sent even if
* you set the value to false. The default is false.
* @opt_param string sendUpdates Guests who should receive notifications about
* the event update (for example, title changes, etc.).
* @opt_param bool supportsAttachments Whether API client performing operation
* supports event attachments. Optional. The default is False.
* @return Google_Service_Calendar_Event
@@ -326,8 +346,13 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
* @param string $text The text describing the event to be created.
* @param array $optParams Optional parameters.
*
* @opt_param bool sendNotifications Whether to send notifications about the
* creation of the event. Optional. The default is False.
* @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead.
*
* Whether to send notifications about the creation of the event. Note that some
* emails might still be sent even if you set the value to false. The default is
* false.
* @opt_param string sendUpdates Guests who should receive notifications about
* the creation of the new event.
* @return Google_Service_Calendar_Event
*/
public function quickAdd($calendarId, $text, $optParams = array())
@@ -360,9 +385,13 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
* @opt_param int maxAttendees The maximum number of attendees to include in the
* response. If there are more than the specified number of attendees, only the
* participant is returned. Optional.
* @opt_param bool sendNotifications Whether to send notifications about the
* event update (e.g. attendee's responses, title changes, etc.). Optional. The
* default is False.
* @opt_param bool sendNotifications Deprecated. Please use sendUpdates instead.
*
* Whether to send notifications about the event update (for example,
* description changes, etc.). Note that some emails might still be sent even if
* you set the value to false. The default is false.
* @opt_param string sendUpdates Guests who should receive notifications about
* the event update (for example, title changes, etc.).
* @opt_param bool supportsAttachments Whether API client performing operation
* supports event attachments. Optional. The default is False.
* @return Google_Service_Calendar_Event