Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -33,10 +33,16 @@ class Google_Service_Calendar_Acl extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_AclRule
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_AclRule
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -56,10 +56,16 @@ class Google_Service_Calendar_AclRule extends Google_Model
|
||||
{
|
||||
return $this->role;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_AclRuleScope
|
||||
*/
|
||||
public function setScope(Google_Service_Calendar_AclRuleScope $scope)
|
||||
{
|
||||
$this->scope = $scope;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_AclRuleScope
|
||||
*/
|
||||
public function getScope()
|
||||
{
|
||||
return $this->scope;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,6 +17,8 @@
|
||||
|
||||
class Google_Service_Calendar_Calendar extends Google_Model
|
||||
{
|
||||
protected $conferencePropertiesType = 'Google_Service_Calendar_ConferenceProperties';
|
||||
protected $conferencePropertiesDataType = '';
|
||||
public $description;
|
||||
public $etag;
|
||||
public $id;
|
||||
@@ -25,6 +27,20 @@ class Google_Service_Calendar_Calendar extends Google_Model
|
||||
public $summary;
|
||||
public $timeZone;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceProperties
|
||||
*/
|
||||
public function setConferenceProperties(Google_Service_Calendar_ConferenceProperties $conferenceProperties)
|
||||
{
|
||||
$this->conferenceProperties = $conferenceProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceProperties
|
||||
*/
|
||||
public function getConferenceProperties()
|
||||
{
|
||||
return $this->conferenceProperties;
|
||||
}
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -33,10 +33,16 @@ class Google_Service_Calendar_CalendarList extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_CalendarListEntry
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_CalendarListEntry
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -21,6 +21,8 @@ class Google_Service_Calendar_CalendarListEntry extends Google_Collection
|
||||
public $accessRole;
|
||||
public $backgroundColor;
|
||||
public $colorId;
|
||||
protected $conferencePropertiesType = 'Google_Service_Calendar_ConferenceProperties';
|
||||
protected $conferencePropertiesDataType = '';
|
||||
protected $defaultRemindersType = 'Google_Service_Calendar_EventReminder';
|
||||
protected $defaultRemindersDataType = 'array';
|
||||
public $deleted;
|
||||
@@ -63,10 +65,30 @@ class Google_Service_Calendar_CalendarListEntry extends Google_Collection
|
||||
{
|
||||
return $this->colorId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceProperties
|
||||
*/
|
||||
public function setConferenceProperties(Google_Service_Calendar_ConferenceProperties $conferenceProperties)
|
||||
{
|
||||
$this->conferenceProperties = $conferenceProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceProperties
|
||||
*/
|
||||
public function getConferenceProperties()
|
||||
{
|
||||
return $this->conferenceProperties;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventReminder
|
||||
*/
|
||||
public function setDefaultReminders($defaultReminders)
|
||||
{
|
||||
$this->defaultReminders = $defaultReminders;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventReminder
|
||||
*/
|
||||
public function getDefaultReminders()
|
||||
{
|
||||
return $this->defaultReminders;
|
||||
@@ -135,10 +157,16 @@ class Google_Service_Calendar_CalendarListEntry extends Google_Collection
|
||||
{
|
||||
return $this->location;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_CalendarListEntryNotificationSettings
|
||||
*/
|
||||
public function setNotificationSettings(Google_Service_Calendar_CalendarListEntryNotificationSettings $notificationSettings)
|
||||
{
|
||||
$this->notificationSettings = $notificationSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_CalendarListEntryNotificationSettings
|
||||
*/
|
||||
public function getNotificationSettings()
|
||||
{
|
||||
return $this->notificationSettings;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -21,10 +21,16 @@ class Google_Service_Calendar_CalendarListEntryNotificationSettings extends Goog
|
||||
protected $notificationsType = 'Google_Service_Calendar_CalendarNotification';
|
||||
protected $notificationsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_CalendarNotification
|
||||
*/
|
||||
public function setNotifications($notifications)
|
||||
{
|
||||
$this->notifications = $notifications;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_CalendarNotification
|
||||
*/
|
||||
public function getNotifications()
|
||||
{
|
||||
return $this->notifications;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -24,18 +24,30 @@ class Google_Service_Calendar_Colors extends Google_Model
|
||||
public $kind;
|
||||
public $updated;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_ColorDefinition
|
||||
*/
|
||||
public function setCalendar($calendar)
|
||||
{
|
||||
$this->calendar = $calendar;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ColorDefinition
|
||||
*/
|
||||
public function getCalendar()
|
||||
{
|
||||
return $this->calendar;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_ColorDefinition
|
||||
*/
|
||||
public function setEvent($event)
|
||||
{
|
||||
$this->event = $event;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ColorDefinition
|
||||
*/
|
||||
public function getEvent()
|
||||
{
|
||||
return $this->event;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -25,6 +25,8 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
protected $attendeesDataType = 'array';
|
||||
public $attendeesOmitted;
|
||||
public $colorId;
|
||||
protected $conferenceDataType = 'Google_Service_Calendar_ConferenceData';
|
||||
protected $conferenceDataDataType = '';
|
||||
public $created;
|
||||
protected $creatorType = 'Google_Service_Calendar_EventCreator';
|
||||
protected $creatorDataType = '';
|
||||
@@ -75,18 +77,30 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->anyoneCanAddSelf;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventAttachment
|
||||
*/
|
||||
public function setAttachments($attachments)
|
||||
{
|
||||
$this->attachments = $attachments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventAttachment
|
||||
*/
|
||||
public function getAttachments()
|
||||
{
|
||||
return $this->attachments;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventAttendee
|
||||
*/
|
||||
public function setAttendees($attendees)
|
||||
{
|
||||
$this->attendees = $attendees;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventAttendee
|
||||
*/
|
||||
public function getAttendees()
|
||||
{
|
||||
return $this->attendees;
|
||||
@@ -107,6 +121,20 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->colorId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_ConferenceData
|
||||
*/
|
||||
public function setConferenceData(Google_Service_Calendar_ConferenceData $conferenceData)
|
||||
{
|
||||
$this->conferenceData = $conferenceData;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_ConferenceData
|
||||
*/
|
||||
public function getConferenceData()
|
||||
{
|
||||
return $this->conferenceData;
|
||||
}
|
||||
public function setCreated($created)
|
||||
{
|
||||
$this->created = $created;
|
||||
@@ -115,10 +143,16 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventCreator
|
||||
*/
|
||||
public function setCreator(Google_Service_Calendar_EventCreator $creator)
|
||||
{
|
||||
$this->creator = $creator;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventCreator
|
||||
*/
|
||||
public function getCreator()
|
||||
{
|
||||
return $this->creator;
|
||||
@@ -131,10 +165,16 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventDateTime
|
||||
*/
|
||||
public function setEnd(Google_Service_Calendar_EventDateTime $end)
|
||||
{
|
||||
$this->end = $end;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventDateTime
|
||||
*/
|
||||
public function getEnd()
|
||||
{
|
||||
return $this->end;
|
||||
@@ -155,18 +195,30 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventExtendedProperties
|
||||
*/
|
||||
public function setExtendedProperties(Google_Service_Calendar_EventExtendedProperties $extendedProperties)
|
||||
{
|
||||
$this->extendedProperties = $extendedProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventExtendedProperties
|
||||
*/
|
||||
public function getExtendedProperties()
|
||||
{
|
||||
return $this->extendedProperties;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventGadget
|
||||
*/
|
||||
public function setGadget(Google_Service_Calendar_EventGadget $gadget)
|
||||
{
|
||||
$this->gadget = $gadget;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventGadget
|
||||
*/
|
||||
public function getGadget()
|
||||
{
|
||||
return $this->gadget;
|
||||
@@ -251,18 +303,30 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->locked;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventOrganizer
|
||||
*/
|
||||
public function setOrganizer(Google_Service_Calendar_EventOrganizer $organizer)
|
||||
{
|
||||
$this->organizer = $organizer;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventOrganizer
|
||||
*/
|
||||
public function getOrganizer()
|
||||
{
|
||||
return $this->organizer;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventDateTime
|
||||
*/
|
||||
public function setOriginalStartTime(Google_Service_Calendar_EventDateTime $originalStartTime)
|
||||
{
|
||||
$this->originalStartTime = $originalStartTime;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventDateTime
|
||||
*/
|
||||
public function getOriginalStartTime()
|
||||
{
|
||||
return $this->originalStartTime;
|
||||
@@ -291,10 +355,16 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->recurringEventId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventReminders
|
||||
*/
|
||||
public function setReminders(Google_Service_Calendar_EventReminders $reminders)
|
||||
{
|
||||
$this->reminders = $reminders;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventReminders
|
||||
*/
|
||||
public function getReminders()
|
||||
{
|
||||
return $this->reminders;
|
||||
@@ -307,18 +377,30 @@ class Google_Service_Calendar_Event extends Google_Collection
|
||||
{
|
||||
return $this->sequence;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventSource
|
||||
*/
|
||||
public function setSource(Google_Service_Calendar_EventSource $source)
|
||||
{
|
||||
$this->source = $source;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventSource
|
||||
*/
|
||||
public function getSource()
|
||||
{
|
||||
return $this->source;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventDateTime
|
||||
*/
|
||||
public function setStart(Google_Service_Calendar_EventDateTime $start)
|
||||
{
|
||||
$this->start = $start;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventDateTime
|
||||
*/
|
||||
public function getStart()
|
||||
{
|
||||
return $this->start;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Calendar_EventReminders extends Google_Collection
|
||||
protected $overridesDataType = 'array';
|
||||
public $useDefault;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventReminder
|
||||
*/
|
||||
public function setOverrides($overrides)
|
||||
{
|
||||
$this->overrides = $overrides;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventReminder
|
||||
*/
|
||||
public function getOverrides()
|
||||
{
|
||||
return $this->overrides;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -40,10 +40,16 @@ class Google_Service_Calendar_Events extends Google_Collection
|
||||
{
|
||||
return $this->accessRole;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_EventReminder
|
||||
*/
|
||||
public function setDefaultReminders($defaultReminders)
|
||||
{
|
||||
$this->defaultReminders = $defaultReminders;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_EventReminder
|
||||
*/
|
||||
public function getDefaultReminders()
|
||||
{
|
||||
return $this->defaultReminders;
|
||||
@@ -64,10 +70,16 @@ class Google_Service_Calendar_Events extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_Event
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_Event
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,18 +23,30 @@ class Google_Service_Calendar_FreeBusyCalendar extends Google_Collection
|
||||
protected $errorsType = 'Google_Service_Calendar_Error';
|
||||
protected $errorsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_TimePeriod
|
||||
*/
|
||||
public function setBusy($busy)
|
||||
{
|
||||
$this->busy = $busy;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_TimePeriod
|
||||
*/
|
||||
public function getBusy()
|
||||
{
|
||||
return $this->busy;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_Error
|
||||
*/
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_Error
|
||||
*/
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -30,10 +30,16 @@ class Google_Service_Calendar_FreeBusyGroup extends Google_Collection
|
||||
{
|
||||
return $this->calendars;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_Error
|
||||
*/
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_Error
|
||||
*/
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -42,10 +42,16 @@ class Google_Service_Calendar_FreeBusyRequest extends Google_Collection
|
||||
{
|
||||
return $this->groupExpansionMax;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_FreeBusyRequestItem
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_FreeBusyRequestItem
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -25,18 +25,30 @@ class Google_Service_Calendar_FreeBusyResponse extends Google_Model
|
||||
public $timeMax;
|
||||
public $timeMin;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Calendar_FreeBusyCalendar
|
||||
*/
|
||||
public function setCalendars($calendars)
|
||||
{
|
||||
$this->calendars = $calendars;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_FreeBusyCalendar
|
||||
*/
|
||||
public function getCalendars()
|
||||
{
|
||||
return $this->calendars;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_FreeBusyGroup
|
||||
*/
|
||||
public function setGroups($groups)
|
||||
{
|
||||
$this->groups = $groups;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_FreeBusyGroup
|
||||
*/
|
||||
public function getGroups()
|
||||
{
|
||||
return $this->groups;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -64,6 +64,9 @@ class Google_Service_Calendar_Resource_Acl extends Google_Service_Resource
|
||||
* the currently logged in user, use the "primary" keyword.
|
||||
* @param Google_Service_Calendar_AclRule $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param bool sendNotifications Whether to send notifications about the
|
||||
* calendar sharing change. Optional. The default is True.
|
||||
* @return Google_Service_Calendar_AclRule
|
||||
*/
|
||||
public function insert($calendarId, Google_Service_Calendar_AclRule $postBody, $optParams = array())
|
||||
@@ -115,6 +118,10 @@ class Google_Service_Calendar_Resource_Acl extends Google_Service_Resource
|
||||
* @param string $ruleId ACL rule identifier.
|
||||
* @param Google_Service_Calendar_AclRule $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param bool sendNotifications Whether to send notifications about the
|
||||
* calendar sharing change. Note that there are no notifications on access
|
||||
* removal. Optional. The default is True.
|
||||
* @return Google_Service_Calendar_AclRule
|
||||
*/
|
||||
public function patch($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array())
|
||||
@@ -132,6 +139,10 @@ class Google_Service_Calendar_Resource_Acl extends Google_Service_Resource
|
||||
* @param string $ruleId ACL rule identifier.
|
||||
* @param Google_Service_Calendar_AclRule $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param bool sendNotifications Whether to send notifications about the
|
||||
* calendar sharing change. Note that there are no notifications on access
|
||||
* removal. Optional. The default is True.
|
||||
* @return Google_Service_Calendar_AclRule
|
||||
*/
|
||||
public function update($calendarId, $ruleId, Google_Service_Calendar_AclRule $postBody, $optParams = array())
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -81,6 +81,11 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* @param Google_Service_Calendar_Event $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param int conferenceDataVersion Version number of conference data
|
||||
* supported by the API client. Version 0 assumes no conference data support and
|
||||
* ignores conference data in the event's body. Version 1 enables support for
|
||||
* copying of ConferenceData as well as for creating new conferences using the
|
||||
* createRequest field of conferenceData. The default is 0.
|
||||
* @opt_param bool supportsAttachments Whether API client performing operation
|
||||
* supports event attachments. Optional. The default is False.
|
||||
* @return Google_Service_Calendar_Event
|
||||
@@ -100,6 +105,11 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* @param Google_Service_Calendar_Event $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param int conferenceDataVersion Version number of conference data
|
||||
* supported by the API client. Version 0 assumes no conference data support and
|
||||
* ignores conference data in the event's body. Version 1 enables support for
|
||||
* copying of ConferenceData as well as for creating new conferences using the
|
||||
* createRequest field of conferenceData. The default is 0.
|
||||
* @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.
|
||||
@@ -180,8 +190,11 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* response. If there are more than the specified number of attendees, only the
|
||||
* participant is returned. Optional.
|
||||
* @opt_param int maxResults Maximum number of events returned on one result
|
||||
* page. By default the value is 250 events. The page size can never be larger
|
||||
* than 2500 events. Optional.
|
||||
* page. The number of events in the resulting page may be less than this value,
|
||||
* or none at all, even if there are more events matching the query. Incomplete
|
||||
* pages can be detected by a non-empty nextPageToken field in the response. By
|
||||
* default the value is 250 events. The page size can never be larger than 2500
|
||||
* events. Optional.
|
||||
* @opt_param string orderBy The order of the events returned in the result.
|
||||
* Optional. The default is an unspecified, stable order.
|
||||
* @opt_param string pageToken Token specifying which result page to return.
|
||||
@@ -226,12 +239,12 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* to filter by. Optional. The default is not to filter by start time. Must be
|
||||
* an RFC3339 timestamp with mandatory time zone offset, e.g.,
|
||||
* 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided
|
||||
* but will be ignored.
|
||||
* but will be ignored. If timeMin is set, timeMax must be greater than timeMin.
|
||||
* @opt_param string timeMin Lower bound (inclusive) for an event's end time to
|
||||
* filter by. Optional. The default is not to filter by end time. Must be an
|
||||
* RFC3339 timestamp with mandatory time zone offset, e.g.,
|
||||
* 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided
|
||||
* but will be ignored.
|
||||
* but will be ignored. If timeMax is set, timeMin must be smaller than timeMax.
|
||||
* @opt_param string timeZone Time zone used in the response. Optional. The
|
||||
* default is the time zone of the calendar.
|
||||
* @opt_param string updatedMin Lower bound for an event's last modification
|
||||
@@ -283,6 +296,11 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* of this option is discouraged and should only be used by clients which cannot
|
||||
* handle the absence of an email address value in the mentioned places.
|
||||
* Optional. The default is False.
|
||||
* @opt_param int conferenceDataVersion Version number of conference data
|
||||
* supported by the API client. Version 0 assumes no conference data support and
|
||||
* ignores conference data in the event's body. Version 1 enables support for
|
||||
* copying of ConferenceData as well as for creating new conferences using the
|
||||
* createRequest field of conferenceData. The default is 0.
|
||||
* @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.
|
||||
@@ -334,6 +352,11 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* of this option is discouraged and should only be used by clients which cannot
|
||||
* handle the absence of an email address value in the mentioned places.
|
||||
* Optional. The default is False.
|
||||
* @opt_param int conferenceDataVersion Version number of conference data
|
||||
* supported by the API client. Version 0 assumes no conference data support and
|
||||
* ignores conference data in the event's body. Version 1 enables support for
|
||||
* copying of ConferenceData as well as for creating new conferences using the
|
||||
* createRequest field of conferenceData. The default is 0.
|
||||
* @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.
|
||||
@@ -371,8 +394,11 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* response. If there are more than the specified number of attendees, only the
|
||||
* participant is returned. Optional.
|
||||
* @opt_param int maxResults Maximum number of events returned on one result
|
||||
* page. By default the value is 250 events. The page size can never be larger
|
||||
* than 2500 events. Optional.
|
||||
* page. The number of events in the resulting page may be less than this value,
|
||||
* or none at all, even if there are more events matching the query. Incomplete
|
||||
* pages can be detected by a non-empty nextPageToken field in the response. By
|
||||
* default the value is 250 events. The page size can never be larger than 2500
|
||||
* events. Optional.
|
||||
* @opt_param string orderBy The order of the events returned in the result.
|
||||
* Optional. The default is an unspecified, stable order.
|
||||
* @opt_param string pageToken Token specifying which result page to return.
|
||||
@@ -417,12 +443,12 @@ class Google_Service_Calendar_Resource_Events extends Google_Service_Resource
|
||||
* to filter by. Optional. The default is not to filter by start time. Must be
|
||||
* an RFC3339 timestamp with mandatory time zone offset, e.g.,
|
||||
* 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided
|
||||
* but will be ignored.
|
||||
* but will be ignored. If timeMin is set, timeMax must be greater than timeMin.
|
||||
* @opt_param string timeMin Lower bound (inclusive) for an event's end time to
|
||||
* filter by. Optional. The default is not to filter by end time. Must be an
|
||||
* RFC3339 timestamp with mandatory time zone offset, e.g.,
|
||||
* 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided
|
||||
* but will be ignored.
|
||||
* but will be ignored. If timeMax is set, timeMin must be smaller than timeMax.
|
||||
* @opt_param string timeZone Time zone used in the response. Optional. The
|
||||
* default is the time zone of the calendar.
|
||||
* @opt_param string updatedMin Lower bound for an event's last modification
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -33,10 +33,16 @@ class Google_Service_Calendar_Settings extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Calendar_Setting
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Calendar_Setting
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
Reference in New Issue
Block a user