Mise à jour des librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
@@ -31,10 +31,16 @@ class Google_Service_Directory_Asps extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_Asp
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_Asp
*/
public function getItems()
{
return $this->items;

View File

@@ -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,14 +17,38 @@
class Google_Service_Directory_CalendarResource extends Google_Model
{
public $buildingId;
public $capacity;
public $etags;
public $featureInstances;
public $floorName;
public $floorSection;
public $generatedResourceName;
public $kind;
public $resourceCategory;
public $resourceDescription;
public $resourceEmail;
public $resourceId;
public $resourceName;
public $resourceType;
public $userVisibleDescription;
public function setBuildingId($buildingId)
{
$this->buildingId = $buildingId;
}
public function getBuildingId()
{
return $this->buildingId;
}
public function setCapacity($capacity)
{
$this->capacity = $capacity;
}
public function getCapacity()
{
return $this->capacity;
}
public function setEtags($etags)
{
$this->etags = $etags;
@@ -33,6 +57,38 @@ class Google_Service_Directory_CalendarResource extends Google_Model
{
return $this->etags;
}
public function setFeatureInstances($featureInstances)
{
$this->featureInstances = $featureInstances;
}
public function getFeatureInstances()
{
return $this->featureInstances;
}
public function setFloorName($floorName)
{
$this->floorName = $floorName;
}
public function getFloorName()
{
return $this->floorName;
}
public function setFloorSection($floorSection)
{
$this->floorSection = $floorSection;
}
public function getFloorSection()
{
return $this->floorSection;
}
public function setGeneratedResourceName($generatedResourceName)
{
$this->generatedResourceName = $generatedResourceName;
}
public function getGeneratedResourceName()
{
return $this->generatedResourceName;
}
public function setKind($kind)
{
$this->kind = $kind;
@@ -41,6 +97,14 @@ class Google_Service_Directory_CalendarResource extends Google_Model
{
return $this->kind;
}
public function setResourceCategory($resourceCategory)
{
$this->resourceCategory = $resourceCategory;
}
public function getResourceCategory()
{
return $this->resourceCategory;
}
public function setResourceDescription($resourceDescription)
{
$this->resourceDescription = $resourceDescription;
@@ -81,4 +145,12 @@ class Google_Service_Directory_CalendarResource extends Google_Model
{
return $this->resourceType;
}
public function setUserVisibleDescription($userVisibleDescription)
{
$this->userVisibleDescription = $userVisibleDescription;
}
public function getUserVisibleDescription()
{
return $this->userVisibleDescription;
}
}

View File

@@ -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
@@ -32,10 +32,16 @@ class Google_Service_Directory_CalendarResources extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_CalendarResource
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_CalendarResource
*/
public function getItems()
{
return $this->items;

View File

@@ -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

View File

@@ -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,6 +24,8 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
public $annotatedLocation;
public $annotatedUser;
public $bootMode;
protected $deviceFilesType = 'Google_Service_Directory_ChromeOsDeviceDeviceFiles';
protected $deviceFilesDataType = 'array';
public $deviceId;
public $etag;
public $ethernetMacAddress;
@@ -44,12 +46,20 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
public $serialNumber;
public $status;
public $supportEndDate;
protected $tpmVersionInfoType = 'Google_Service_Directory_ChromeOsDeviceTpmVersionInfo';
protected $tpmVersionInfoDataType = '';
public $willAutoRenew;
/**
* @param Google_Service_Directory_ChromeOsDeviceActiveTimeRanges
*/
public function setActiveTimeRanges($activeTimeRanges)
{
$this->activeTimeRanges = $activeTimeRanges;
}
/**
* @return Google_Service_Directory_ChromeOsDeviceActiveTimeRanges
*/
public function getActiveTimeRanges()
{
return $this->activeTimeRanges;
@@ -86,6 +96,20 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
{
return $this->bootMode;
}
/**
* @param Google_Service_Directory_ChromeOsDeviceDeviceFiles
*/
public function setDeviceFiles($deviceFiles)
{
$this->deviceFiles = $deviceFiles;
}
/**
* @return Google_Service_Directory_ChromeOsDeviceDeviceFiles
*/
public function getDeviceFiles()
{
return $this->deviceFiles;
}
public function setDeviceId($deviceId)
{
$this->deviceId = $deviceId;
@@ -206,10 +230,16 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
{
return $this->platformVersion;
}
/**
* @param Google_Service_Directory_ChromeOsDeviceRecentUsers
*/
public function setRecentUsers($recentUsers)
{
$this->recentUsers = $recentUsers;
}
/**
* @return Google_Service_Directory_ChromeOsDeviceRecentUsers
*/
public function getRecentUsers()
{
return $this->recentUsers;
@@ -238,6 +268,20 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
{
return $this->supportEndDate;
}
/**
* @param Google_Service_Directory_ChromeOsDeviceTpmVersionInfo
*/
public function setTpmVersionInfo(Google_Service_Directory_ChromeOsDeviceTpmVersionInfo $tpmVersionInfo)
{
$this->tpmVersionInfo = $tpmVersionInfo;
}
/**
* @return Google_Service_Directory_ChromeOsDeviceTpmVersionInfo
*/
public function getTpmVersionInfo()
{
return $this->tpmVersionInfo;
}
public function setWillAutoRenew($willAutoRenew)
{
$this->willAutoRenew = $willAutoRenew;

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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,10 +24,16 @@ class Google_Service_Directory_ChromeOsDevices extends Google_Collection
public $kind;
public $nextPageToken;
/**
* @param Google_Service_Directory_ChromeOsDevice
*/
public function setChromeosdevices($chromeosdevices)
{
$this->chromeosdevices = $chromeosdevices;
}
/**
* @return Google_Service_Directory_ChromeOsDevice
*/
public function getChromeosdevices()
{
return $this->chromeosdevices;

View File

@@ -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
@@ -92,10 +92,16 @@ class Google_Service_Directory_Customer extends Google_Model
{
return $this->phoneNumber;
}
/**
* @param Google_Service_Directory_CustomerPostalAddress
*/
public function setPostalAddress(Google_Service_Directory_CustomerPostalAddress $postalAddress)
{
$this->postalAddress = $postalAddress;
}
/**
* @return Google_Service_Directory_CustomerPostalAddress
*/
public function getPostalAddress()
{
return $this->postalAddress;

View File

@@ -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

View File

@@ -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

View File

@@ -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,10 +23,16 @@ class Google_Service_Directory_DomainAliases extends Google_Collection
public $etag;
public $kind;
/**
* @param Google_Service_Directory_DomainAlias
*/
public function setDomainAliases($domainAliases)
{
$this->domainAliases = $domainAliases;
}
/**
* @return Google_Service_Directory_DomainAlias
*/
public function getDomainAliases()
{
return $this->domainAliases;

View File

@@ -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
@@ -35,10 +35,16 @@ class Google_Service_Directory_Domains extends Google_Collection
{
return $this->creationTime;
}
/**
* @param Google_Service_Directory_DomainAlias
*/
public function setDomainAliases($domainAliases)
{
$this->domainAliases = $domainAliases;
}
/**
* @return Google_Service_Directory_DomainAlias
*/
public function getDomainAliases()
{
return $this->domainAliases;

View File

@@ -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,10 +23,16 @@ class Google_Service_Directory_Domains2 extends Google_Collection
public $etag;
public $kind;
/**
* @param Google_Service_Directory_Domains
*/
public function setDomains($domains)
{
$this->domains = $domains;
}
/**
* @return Google_Service_Directory_Domains
*/
public function getDomains()
{
return $this->domains;

View File

@@ -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

View File

@@ -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
@@ -32,10 +32,16 @@ class Google_Service_Directory_Groups extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_Group
*/
public function setGroups($groups)
{
$this->groups = $groups;
}
/**
* @return Google_Service_Directory_Group
*/
public function getGroups()
{
return $this->groups;

View File

@@ -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

View File

@@ -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_Directory_Members extends Google_Collection
{
return $this->kind;
}
/**
* @param Google_Service_Directory_Member
*/
public function setMembers($members)
{
$this->members = $members;
}
/**
* @return Google_Service_Directory_Member
*/
public function getMembers()
{
return $this->members;

View File

@@ -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
@@ -68,10 +68,16 @@ class Google_Service_Directory_MobileDevice extends Google_Collection
{
return $this->adbStatus;
}
/**
* @param Google_Service_Directory_MobileDeviceApplications
*/
public function setApplications($applications)
{
$this->applications = $applications;
}
/**
* @return Google_Service_Directory_MobileDeviceApplications
*/
public function getApplications()
{
return $this->applications;

View File

@@ -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

View File

@@ -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

View File

@@ -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_Directory_MobileDevices extends Google_Collection
{
return $this->kind;
}
/**
* @param Google_Service_Directory_MobileDevice
*/
public function setMobiledevices($mobiledevices)
{
$this->mobiledevices = $mobiledevices;
}
/**
* @return Google_Service_Directory_MobileDevice
*/
public function getMobiledevices()
{
return $this->mobiledevices;

View File

@@ -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

View File

@@ -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_Directory_Notifications extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_Notification
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_Notification
*/
public function getItems()
{
return $this->items;

View File

@@ -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

View File

@@ -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
@@ -39,10 +39,16 @@ class Google_Service_Directory_OrgUnits extends Google_Collection
{
return $this->kind;
}
/**
* @param Google_Service_Directory_OrgUnit
*/
public function setOrganizationUnits($organizationUnits)
{
$this->organizationUnits = $organizationUnits;
}
/**
* @return Google_Service_Directory_OrgUnit
*/
public function getOrganizationUnits()
{
return $this->organizationUnits;

View File

@@ -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
@@ -27,10 +27,16 @@ class Google_Service_Directory_Privilege extends Google_Collection
public $serviceId;
public $serviceName;
/**
* @param Google_Service_Directory_Privilege
*/
public function setChildPrivileges($childPrivileges)
{
$this->childPrivileges = $childPrivileges;
}
/**
* @return Google_Service_Directory_Privilege
*/
public function getChildPrivileges()
{
return $this->childPrivileges;

View File

@@ -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
@@ -31,10 +31,16 @@ class Google_Service_Directory_Privileges extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_Privilege
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_Privilege
*/
public function getItems()
{
return $this->items;

View File

@@ -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

View File

@@ -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

View File

@@ -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
@@ -28,8 +28,8 @@ class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_R
/**
* Take action on Chrome OS Device (chromeosdevices.action)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $resourceId Immutable id of Chrome OS Device
* @param string $customerId Immutable ID of the G Suite account
* @param string $resourceId Immutable ID of Chrome OS Device
* @param Google_Service_Directory_ChromeOsDeviceAction $postBody
* @param array $optParams Optional parameters.
*/
@@ -42,8 +42,8 @@ class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_R
/**
* Retrieve Chrome OS Device (chromeosdevices.get)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $deviceId Immutable id of Chrome OS Device
* @param string $customerId Immutable ID of the G Suite account
* @param string $deviceId Immutable ID of Chrome OS Device
* @param array $optParams Optional parameters.
*
* @opt_param string projection Restrict information returned to a set of
@@ -60,11 +60,12 @@ class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_R
* Retrieve all Chrome OS Devices of a customer (paginated)
* (chromeosdevices.listChromeosdevices)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $customerId Immutable ID of the G Suite account
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Maximum number of results to return. Default is 100
* @opt_param string orderBy Column to use for sorting results
* @opt_param string orgUnitPath Full path of the organizational unit or its ID
* @opt_param string pageToken Token to specify next page in the list
* @opt_param string projection Restrict information returned to a set of
* selected fields.
@@ -80,12 +81,28 @@ class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_R
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices");
}
/**
* Move or insert multiple Chrome OS Devices to organizational unit
* (chromeosdevices.moveDevicesToOu)
*
* @param string $customerId Immutable ID of the G Suite account
* @param string $orgUnitPath Full path of the target organizational unit or its
* ID
* @param Google_Service_Directory_ChromeOsMoveDevicesToOu $postBody
* @param array $optParams Optional parameters.
*/
public function moveDevicesToOu($customerId, $orgUnitPath, Google_Service_Directory_ChromeOsMoveDevicesToOu $postBody, $optParams = array())
{
$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('moveDevicesToOu', array($params));
}
/**
* Update Chrome OS Device. This method supports patch semantics.
* (chromeosdevices.patch)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $deviceId Immutable id of Chrome OS Device
* @param string $customerId Immutable ID of the G Suite account
* @param string $deviceId Immutable ID of Chrome OS Device
* @param Google_Service_Directory_ChromeOsDevice $postBody
* @param array $optParams Optional parameters.
*
@@ -102,8 +119,8 @@ class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_R
/**
* Update Chrome OS Device (chromeosdevices.update)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $deviceId Immutable id of Chrome OS Device
* @param string $customerId Immutable ID of the G Suite account
* @param string $deviceId Immutable ID of Chrome OS Device
* @param Google_Service_Directory_ChromeOsDevice $postBody
* @param array $optParams Optional parameters.
*

View File

@@ -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

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_DomainAliases extends Google_Service_Res
/**
* Deletes a Domain Alias of the customer. (domainAliases.delete)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $domainAliasName Name of domain alias to be retrieved.
* @param array $optParams Optional parameters.
*/
@@ -41,7 +41,7 @@ class Google_Service_Directory_Resource_DomainAliases extends Google_Service_Res
/**
* Retrieves a domain alias of the customer. (domainAliases.get)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $domainAliasName Name of domain alias to be retrieved.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_DomainAlias
@@ -55,7 +55,7 @@ class Google_Service_Directory_Resource_DomainAliases extends Google_Service_Res
/**
* Inserts a Domain alias of the customer. (domainAliases.insert)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param Google_Service_Directory_DomainAlias $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_DomainAlias
@@ -69,7 +69,7 @@ class Google_Service_Directory_Resource_DomainAliases extends Google_Service_Res
/**
* Lists the domain aliases of the customer. (domainAliases.listDomainAliases)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param array $optParams Optional parameters.
*
* @opt_param string parentDomainName Name of the parent domain for which domain

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_Domains extends Google_Service_Resource
/**
* Deletes a domain of the customer. (domains.delete)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $domainName Name of domain to be deleted
* @param array $optParams Optional parameters.
*/
@@ -41,7 +41,7 @@ class Google_Service_Directory_Resource_Domains extends Google_Service_Resource
/**
* Retrieves a domain of the customer. (domains.get)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $domainName Name of domain to be retrieved
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Domains
@@ -55,7 +55,7 @@ class Google_Service_Directory_Resource_Domains extends Google_Service_Resource
/**
* Inserts a domain of the customer. (domains.insert)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param Google_Service_Directory_Domains $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Domains
@@ -69,7 +69,7 @@ class Google_Service_Directory_Resource_Domains extends Google_Service_Resource
/**
* Lists the domains of the customer. (domains.listDomains)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Domains2
*/

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_Groups extends Google_Service_Resource
/**
* Delete Group (groups.delete)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $groupKey Email or immutable ID of the group
* @param array $optParams Optional parameters.
*/
public function delete($groupKey, $optParams = array())
@@ -40,7 +40,7 @@ class Google_Service_Directory_Resource_Groups extends Google_Service_Resource
/**
* Retrieve Group (groups.get)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $groupKey Email or immutable ID of the group
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Group
*/
@@ -68,16 +68,16 @@ class Google_Service_Directory_Resource_Groups extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
* @opt_param string customer Immutable id of the Google Apps account. In case
* of multi-domain, to fetch all groups for a customer, fill this field instead
* of domain.
* @opt_param string customer Immutable ID of the G Suite account. In case of
* multi-domain, to fetch all groups for a customer, fill this field instead of
* domain.
* @opt_param string domain Name of the domain. Fill this field to get groups
* from only this domain. To return all groups in a multi-domain fill customer
* field instead.
* @opt_param int maxResults Maximum number of results to return. Default is 200
* @opt_param string pageToken Token to specify next page in the list
* @opt_param string userKey Email or immutable Id of the user if only those
* groups are to be listed, the given user is a member of. If Id, it should
* @opt_param string userKey Email or immutable ID of the user if only those
* groups are to be listed, the given user is a member of. If ID, it should
* match with id of user object
* @return Google_Service_Directory_Groups
*/
@@ -90,7 +90,7 @@ class Google_Service_Directory_Resource_Groups extends Google_Service_Resource
/**
* Update Group. This method supports patch semantics. (groups.patch)
*
* @param string $groupKey Email or immutable Id of the group. If Id, it should
* @param string $groupKey Email or immutable ID of the group. If ID, it should
* match with id of group object
* @param Google_Service_Directory_Group $postBody
* @param array $optParams Optional parameters.
@@ -105,7 +105,7 @@ class Google_Service_Directory_Resource_Groups extends Google_Service_Resource
/**
* Update Group (groups.update)
*
* @param string $groupKey Email or immutable Id of the group. If Id, it should
* @param string $groupKey Email or immutable ID of the group. If ID, it should
* match with id of group object
* @param Google_Service_Directory_Group $postBody
* @param array $optParams Optional parameters.

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_GroupsAliases extends Google_Service_Res
/**
* Remove a alias for the group (aliases.delete)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $groupKey Email or immutable ID of the group
* @param string $alias The alias to be removed
* @param array $optParams Optional parameters.
*/
@@ -41,7 +41,7 @@ class Google_Service_Directory_Resource_GroupsAliases extends Google_Service_Res
/**
* Add a alias for the group (aliases.insert)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $groupKey Email or immutable ID of the group
* @param Google_Service_Directory_Alias $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Alias
@@ -55,7 +55,7 @@ class Google_Service_Directory_Resource_GroupsAliases extends Google_Service_Res
/**
* List all aliases for a group (aliases.listGroupsAliases)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $groupKey Email or immutable ID of the group
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Aliases
*/

View File

@@ -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
@@ -28,8 +28,8 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource
/**
* Remove membership. (members.delete)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $memberKey Email or immutable Id of the member
* @param string $groupKey Email or immutable ID of the group
* @param string $memberKey Email or immutable ID of the member
* @param array $optParams Optional parameters.
*/
public function delete($groupKey, $memberKey, $optParams = array())
@@ -41,8 +41,8 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource
/**
* Retrieve Group Member (members.get)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $memberKey Email or immutable Id of the member
* @param string $groupKey Email or immutable ID of the group
* @param string $memberKey Email or immutable ID of the member
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Member
*/
@@ -52,10 +52,27 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_Member");
}
/**
* Checks whether the given user is a member of the group. Membership can be
* direct or nested. (members.hasMember)
*
* @param string $groupKey Identifies the group in the API request. The value
* can be the group's email address, group alias, or the unique group ID.
* @param string $memberKey Identifies the user member in the API request. The
* value can be the user's primary email address, alias, or unique ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_MembersHasMember
*/
public function hasMember($groupKey, $memberKey, $optParams = array())
{
$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
$params = array_merge($params, $optParams);
return $this->call('hasMember', array($params), "Google_Service_Directory_MembersHasMember");
}
/**
* Add user to the specified group. (members.insert)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $groupKey Email or immutable ID of the group
* @param Google_Service_Directory_Member $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Member
@@ -69,7 +86,7 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource
/**
* Retrieve all members in a group (paginated) (members.listMembers)
*
* @param string $groupKey Email or immutable Id of the group
* @param string $groupKey Email or immutable ID of the group
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Maximum number of results to return. Default is 200
@@ -88,9 +105,9 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource
* Update membership of a user in the specified group. This method supports
* patch semantics. (members.patch)
*
* @param string $groupKey Email or immutable Id of the group. If Id, it should
* @param string $groupKey Email or immutable ID of the group. If ID, it should
* match with id of group object
* @param string $memberKey Email or immutable Id of the user. If Id, it should
* @param string $memberKey Email or immutable ID of the user. If ID, it should
* match with id of member object
* @param Google_Service_Directory_Member $postBody
* @param array $optParams Optional parameters.
@@ -105,9 +122,9 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource
/**
* Update membership of a user in the specified group. (members.update)
*
* @param string $groupKey Email or immutable Id of the group. If Id, it should
* @param string $groupKey Email or immutable ID of the group. If ID, it should
* match with id of group object
* @param string $memberKey Email or immutable Id of the user. If Id, it should
* @param string $memberKey Email or immutable ID of the user. If ID, it should
* match with id of member object
* @param Google_Service_Directory_Member $postBody
* @param array $optParams Optional parameters.

View File

@@ -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
@@ -28,8 +28,8 @@ class Google_Service_Directory_Resource_Mobiledevices extends Google_Service_Res
/**
* Take action on Mobile Device (mobiledevices.action)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $resourceId Immutable id of Mobile Device
* @param string $customerId Immutable ID of the G Suite account
* @param string $resourceId Immutable ID of Mobile Device
* @param Google_Service_Directory_MobileDeviceAction $postBody
* @param array $optParams Optional parameters.
*/
@@ -42,8 +42,8 @@ class Google_Service_Directory_Resource_Mobiledevices extends Google_Service_Res
/**
* Delete Mobile Device (mobiledevices.delete)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $resourceId Immutable id of Mobile Device
* @param string $customerId Immutable ID of the G Suite account
* @param string $resourceId Immutable ID of Mobile Device
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $resourceId, $optParams = array())
@@ -55,8 +55,8 @@ class Google_Service_Directory_Resource_Mobiledevices extends Google_Service_Res
/**
* Retrieve Mobile Device (mobiledevices.get)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $resourceId Immutable id of Mobile Device
* @param string $customerId Immutable ID of the G Suite account
* @param string $resourceId Immutable ID of Mobile Device
* @param array $optParams Optional parameters.
*
* @opt_param string projection Restrict information returned to a set of
@@ -73,7 +73,7 @@ class Google_Service_Directory_Resource_Mobiledevices extends Google_Service_Res
* Retrieve all Mobile Devices of a customer (paginated)
* (mobiledevices.listMobiledevices)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $customerId Immutable ID of the G Suite account
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Maximum number of results to return. Default is 100

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_Notifications extends Google_Service_Res
/**
* Deletes a notification (notifications.delete)
*
* @param string $customer The unique ID for the customer's Google account. The
* @param string $customer The unique ID for the customer's G Suite account. The
* customerId is also returned as part of the Users resource.
* @param string $notificationId The unique ID of the notification.
* @param array $optParams Optional parameters.
@@ -42,7 +42,7 @@ class Google_Service_Directory_Resource_Notifications extends Google_Service_Res
/**
* Retrieves a notification. (notifications.get)
*
* @param string $customer The unique ID for the customer's Google account. The
* @param string $customer The unique ID for the customer's G Suite account. The
* customerId is also returned as part of the Users resource.
* @param string $notificationId The unique ID of the notification.
* @param array $optParams Optional parameters.
@@ -57,7 +57,7 @@ class Google_Service_Directory_Resource_Notifications extends Google_Service_Res
/**
* Retrieves a list of notifications. (notifications.listNotifications)
*
* @param string $customer The unique ID for the customer's Google account.
* @param string $customer The unique ID for the customer's G Suite account.
* @param array $optParams Optional parameters.
*
* @opt_param string language The ISO 639-1 code of the language notifications
@@ -78,7 +78,7 @@ class Google_Service_Directory_Resource_Notifications extends Google_Service_Res
* Updates a notification. This method supports patch semantics.
* (notifications.patch)
*
* @param string $customer The unique ID for the customer's Google account.
* @param string $customer The unique ID for the customer's G Suite account.
* @param string $notificationId The unique ID of the notification.
* @param Google_Service_Directory_Notification $postBody
* @param array $optParams Optional parameters.
@@ -93,7 +93,7 @@ class Google_Service_Directory_Resource_Notifications extends Google_Service_Res
/**
* Updates a notification. (notifications.update)
*
* @param string $customer The unique ID for the customer's Google account.
* @param string $customer The unique ID for the customer's G Suite account.
* @param string $notificationId The unique ID of the notification.
* @param Google_Service_Directory_Notification $postBody
* @param array $optParams Optional parameters.

View File

@@ -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
@@ -26,10 +26,11 @@
class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource
{
/**
* Remove Organization Unit (orgunits.delete)
* Remove organizational unit (orgunits.delete)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string|array $orgUnitPath Full path of the organization unit or its Id
* @param string $customerId Immutable ID of the G Suite account
* @param string|array $orgUnitPath Full path of the organizational unit or its
* ID
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $orgUnitPath, $optParams = array())
@@ -39,10 +40,11 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource
return $this->call('delete', array($params));
}
/**
* Retrieve Organization Unit (orgunits.get)
* Retrieve organizational unit (orgunits.get)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string|array $orgUnitPath Full path of the organization unit or its Id
* @param string $customerId Immutable ID of the G Suite account
* @param string|array $orgUnitPath Full path of the organizational unit or its
* ID
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit
*/
@@ -53,9 +55,9 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource
return $this->call('get', array($params), "Google_Service_Directory_OrgUnit");
}
/**
* Add Organization Unit (orgunits.insert)
* Add organizational unit (orgunits.insert)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $customerId Immutable ID of the G Suite account
* @param Google_Service_Directory_OrgUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit
@@ -67,13 +69,13 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource
return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit");
}
/**
* Retrieve all Organization Units (orgunits.listOrgunits)
* Retrieve all organizational units (orgunits.listOrgunits)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $customerId Immutable ID of the G Suite account
* @param array $optParams Optional parameters.
*
* @opt_param string orgUnitPath the URL-encoded organization unit's path or its
* Id
* @opt_param string orgUnitPath the URL-encoded organizational unit's path or
* its ID
* @opt_param string type Whether to return all sub-organizations or just
* immediate children
* @return Google_Service_Directory_OrgUnits
@@ -85,11 +87,12 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource
return $this->call('list', array($params), "Google_Service_Directory_OrgUnits");
}
/**
* Update Organization Unit. This method supports patch semantics.
* Update organizational unit. This method supports patch semantics.
* (orgunits.patch)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string|array $orgUnitPath Full path of the organization unit or its Id
* @param string $customerId Immutable ID of the G Suite account
* @param string|array $orgUnitPath Full path of the organizational unit or its
* ID
* @param Google_Service_Directory_OrgUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit
@@ -101,10 +104,11 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource
return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit");
}
/**
* Update Organization Unit (orgunits.update)
* Update organizational unit (orgunits.update)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string|array $orgUnitPath Full path of the organization unit or its Id
* @param string $customerId Immutable ID of the G Suite account
* @param string|array $orgUnitPath Full path of the organizational unit or its
* ID
* @param Google_Service_Directory_OrgUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit

View File

@@ -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
@@ -29,7 +29,7 @@ class Google_Service_Directory_Resource_Privileges extends Google_Service_Resour
* Retrieves a paginated list of all privileges for a customer.
* (privileges.listPrivileges)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Privileges
*/

View File

@@ -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

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Servic
/**
* Deletes a calendar resource. (calendars.delete)
*
* @param string $customer The unique ID for the customer's Google account. As
* @param string $customer The unique ID for the customer's G Suite account. As
* an account administrator, you can also use the my_customer alias to represent
* your account's customer ID.
* @param string $calendarResourceId The unique ID of the calendar resource to
@@ -44,7 +44,7 @@ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Servic
/**
* Retrieves a calendar resource. (calendars.get)
*
* @param string $customer The unique ID for the customer's Google account. As
* @param string $customer The unique ID for the customer's G Suite account. As
* an account administrator, you can also use the my_customer alias to represent
* your account's customer ID.
* @param string $calendarResourceId The unique ID of the calendar resource to
@@ -61,7 +61,7 @@ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Servic
/**
* Inserts a calendar resource. (calendars.insert)
*
* @param string $customer The unique ID for the customer's Google account. As
* @param string $customer The unique ID for the customer's G Suite account. As
* an account administrator, you can also use the my_customer alias to represent
* your account's customer ID.
* @param Google_Service_Directory_CalendarResource $postBody
@@ -78,13 +78,26 @@ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Servic
* Retrieves a list of calendar resources for an account.
* (calendars.listResourcesCalendars)
*
* @param string $customer The unique ID for the customer's Google account. As
* @param string $customer The unique ID for the customer's G Suite account. As
* an account administrator, you can also use the my_customer alias to represent
* your account's customer ID.
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Maximum number of results to return.
* @opt_param string orderBy Field(s) to sort results by in either ascending or
* descending order. Supported fields include resourceId, resourceName,
* capacity, buildingId, and floorName. If no order is specified, defaults to
* ascending. Should be of the form "field [asc|desc], field [asc|desc], ...".
* For example buildingId, capacity desc would return results sorted first by
* buildingId in ascending order then by capacity in descending order.
* @opt_param string pageToken Token to specify the next page in the list.
* @opt_param string query String query used to filter results. Should be of the
* form "field operator value" where field can be any of supported fields and
* operators can be any of supported operations. Operators include '=' for exact
* match and ':' for prefix match or HAS match where applicable. For prefix
* match, the value should always be followed by a *. Supported fields include
* generatedResourceName, name, buildingId, featureInstances.feature.name. For
* example buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone.
* @return Google_Service_Directory_CalendarResources
*/
public function listResourcesCalendars($customer, $optParams = array())
@@ -94,10 +107,13 @@ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Servic
return $this->call('list', array($params), "Google_Service_Directory_CalendarResources");
}
/**
* Updates a calendar resource. This method supports patch semantics.
* (calendars.patch)
* Updates a calendar resource.
*
* @param string $customer The unique ID for the customer's Google account. As
* This method supports patch semantics, meaning you only need to include the
* fields you wish to update. Fields that are not present in the request will be
* preserved. This method supports patch semantics. (calendars.patch)
*
* @param string $customer The unique ID for the customer's G Suite account. As
* an account administrator, you can also use the my_customer alias to represent
* your account's customer ID.
* @param string $calendarResourceId The unique ID of the calendar resource to
@@ -113,9 +129,13 @@ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Servic
return $this->call('patch', array($params), "Google_Service_Directory_CalendarResource");
}
/**
* Updates a calendar resource. (calendars.update)
* Updates a calendar resource.
*
* @param string $customer The unique ID for the customer's Google account. As
* This method supports patch semantics, meaning you only need to include the
* fields you wish to update. Fields that are not present in the request will be
* preserved. (calendars.update)
*
* @param string $customer The unique ID for the customer's G Suite account. As
* an account administrator, you can also use the my_customer alias to represent
* your account's customer ID.
* @param string $calendarResourceId The unique ID of the calendar resource to

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_RoleAssignments extends Google_Service_R
/**
* Deletes a role assignment. (roleAssignments.delete)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $roleAssignmentId Immutable ID of the role assignment.
* @param array $optParams Optional parameters.
*/
@@ -41,7 +41,7 @@ class Google_Service_Directory_Resource_RoleAssignments extends Google_Service_R
/**
* Retrieve a role assignment. (roleAssignments.get)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $roleAssignmentId Immutable ID of the role assignment.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_RoleAssignment
@@ -55,7 +55,7 @@ class Google_Service_Directory_Resource_RoleAssignments extends Google_Service_R
/**
* Creates a role assignment. (roleAssignments.insert)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param Google_Service_Directory_RoleAssignment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_RoleAssignment
@@ -70,7 +70,7 @@ class Google_Service_Directory_Resource_RoleAssignments extends Google_Service_R
* Retrieves a paginated list of all roleAssignments.
* (roleAssignments.listRoleAssignments)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Maximum number of results to return.

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_Roles extends Google_Service_Resource
/**
* Deletes a role. (roles.delete)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $roleId Immutable ID of the role.
* @param array $optParams Optional parameters.
*/
@@ -41,7 +41,7 @@ class Google_Service_Directory_Resource_Roles extends Google_Service_Resource
/**
* Retrieves a role. (roles.get)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $roleId Immutable ID of the role.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Role
@@ -55,7 +55,7 @@ class Google_Service_Directory_Resource_Roles extends Google_Service_Resource
/**
* Creates a role. (roles.insert)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param Google_Service_Directory_Role $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Role
@@ -69,7 +69,7 @@ class Google_Service_Directory_Resource_Roles extends Google_Service_Resource
/**
* Retrieves a paginated list of all the roles in a domain. (roles.listRoles)
*
* @param string $customer Immutable id of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Maximum number of results to return.
@@ -85,7 +85,7 @@ class Google_Service_Directory_Resource_Roles extends Google_Service_Resource
/**
* Updates a role. This method supports patch semantics. (roles.patch)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $roleId Immutable ID of the role.
* @param Google_Service_Directory_Role $postBody
* @param array $optParams Optional parameters.
@@ -100,7 +100,7 @@ class Google_Service_Directory_Resource_Roles extends Google_Service_Resource
/**
* Updates a role. (roles.update)
*
* @param string $customer Immutable ID of the Google Apps account.
* @param string $customer Immutable ID of the G Suite account.
* @param string $roleId Immutable ID of the role.
* @param Google_Service_Directory_Role $postBody
* @param array $optParams Optional parameters.

View File

@@ -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
@@ -28,8 +28,8 @@ class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource
/**
* Delete schema (schemas.delete)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $schemaKey Name or immutable Id of the schema
* @param string $customerId Immutable ID of the G Suite account
* @param string $schemaKey Name or immutable ID of the schema
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $schemaKey, $optParams = array())
@@ -41,8 +41,8 @@ class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource
/**
* Retrieve schema (schemas.get)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $schemaKey Name or immutable Id of the schema
* @param string $customerId Immutable ID of the G Suite account
* @param string $schemaKey Name or immutable ID of the schema
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema
*/
@@ -55,7 +55,7 @@ class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource
/**
* Create schema. (schemas.insert)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $customerId Immutable ID of the G Suite account
* @param Google_Service_Directory_Schema $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema
@@ -69,7 +69,7 @@ class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource
/**
* Retrieve all schemas for a customer (schemas.listSchemas)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $customerId Immutable ID of the G Suite account
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schemas
*/
@@ -82,8 +82,8 @@ class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource
/**
* Update schema. This method supports patch semantics. (schemas.patch)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $schemaKey Name or immutable Id of the schema.
* @param string $customerId Immutable ID of the G Suite account
* @param string $schemaKey Name or immutable ID of the schema.
* @param Google_Service_Directory_Schema $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema
@@ -97,8 +97,8 @@ class Google_Service_Directory_Resource_Schemas extends Google_Service_Resource
/**
* Update schema (schemas.update)
*
* @param string $customerId Immutable id of the Google Apps account
* @param string $schemaKey Name or immutable Id of the schema.
* @param string $customerId Immutable ID of the G Suite account
* @param string $schemaKey Name or immutable ID of the schema.
* @param Google_Service_Directory_Schema $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema

View File

@@ -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

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_Users extends Google_Service_Resource
/**
* Delete user (users.delete)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param array $optParams Optional parameters.
*/
public function delete($userKey, $optParams = array())
@@ -40,7 +40,7 @@ class Google_Service_Directory_Resource_Users extends Google_Service_Resource
/**
* retrieve user (users.get)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param array $optParams Optional parameters.
*
* @opt_param string customFieldMask Comma-separated list of schema names. All
@@ -79,9 +79,9 @@ class Google_Service_Directory_Resource_Users extends Google_Service_Resource
* @opt_param string customFieldMask Comma-separated list of schema names. All
* fields from these schemas are fetched. This should only be set when
* projection=custom.
* @opt_param string customer Immutable id of the Google Apps account. In case
* of multi-domain, to fetch all users for a customer, fill this field instead
* of domain.
* @opt_param string customer Immutable ID of the G Suite account. In case of
* multi-domain, to fetch all users for a customer, fill this field instead of
* domain.
* @opt_param string domain Name of the domain. Fill this field to get users
* from only this domain. To return all users in a multi-domain fill customer
* field instead.
@@ -112,7 +112,7 @@ class Google_Service_Directory_Resource_Users extends Google_Service_Resource
/**
* change admin status of a user (users.makeAdmin)
*
* @param string $userKey Email or immutable Id of the user as admin
* @param string $userKey Email or immutable ID of the user as admin
* @param Google_Service_Directory_UserMakeAdmin $postBody
* @param array $optParams Optional parameters.
*/
@@ -125,7 +125,7 @@ class Google_Service_Directory_Resource_Users extends Google_Service_Resource
/**
* update user. This method supports patch semantics. (users.patch)
*
* @param string $userKey Email or immutable Id of the user. If Id, it should
* @param string $userKey Email or immutable ID of the user. If ID, it should
* match with id of user object
* @param Google_Service_Directory_User $postBody
* @param array $optParams Optional parameters.
@@ -153,7 +153,7 @@ class Google_Service_Directory_Resource_Users extends Google_Service_Resource
/**
* update user (users.update)
*
* @param string $userKey Email or immutable Id of the user. If Id, it should
* @param string $userKey Email or immutable ID of the user. If ID, it should
* match with id of user object
* @param Google_Service_Directory_User $postBody
* @param array $optParams Optional parameters.
@@ -174,9 +174,9 @@ class Google_Service_Directory_Resource_Users extends Google_Service_Resource
* @opt_param string customFieldMask Comma-separated list of schema names. All
* fields from these schemas are fetched. This should only be set when
* projection=custom.
* @opt_param string customer Immutable id of the Google Apps account. In case
* of multi-domain, to fetch all users for a customer, fill this field instead
* of domain.
* @opt_param string customer Immutable ID of the G Suite account. In case of
* multi-domain, to fetch all users for a customer, fill this field instead of
* domain.
* @opt_param string domain Name of the domain. Fill this field to get users
* from only this domain. To return all users in a multi-domain fill customer
* field instead.

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_UsersAliases extends Google_Service_Reso
/**
* Remove a alias for the user (aliases.delete)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param string $alias The alias to be removed
* @param array $optParams Optional parameters.
*/
@@ -41,7 +41,7 @@ class Google_Service_Directory_Resource_UsersAliases extends Google_Service_Reso
/**
* Add a alias for the user (aliases.insert)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param Google_Service_Directory_Alias $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Alias
@@ -55,7 +55,7 @@ class Google_Service_Directory_Resource_UsersAliases extends Google_Service_Reso
/**
* List all aliases for a user (aliases.listUsersAliases)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param array $optParams Optional parameters.
*
* @opt_param string event Event on which subscription is intended (if
@@ -71,7 +71,7 @@ class Google_Service_Directory_Resource_UsersAliases extends Google_Service_Reso
/**
* Watch for changes in user aliases list (aliases.watch)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param Google_Service_Directory_Channel $postBody
* @param array $optParams Optional parameters.
*

View File

@@ -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
@@ -28,7 +28,7 @@ class Google_Service_Directory_Resource_UsersPhotos extends Google_Service_Resou
/**
* Remove photos for the user (photos.delete)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param array $optParams Optional parameters.
*/
public function delete($userKey, $optParams = array())
@@ -40,7 +40,7 @@ class Google_Service_Directory_Resource_UsersPhotos extends Google_Service_Resou
/**
* Retrieve photo of a user (photos.get)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_UserPhoto
*/
@@ -54,7 +54,7 @@ class Google_Service_Directory_Resource_UsersPhotos extends Google_Service_Resou
* Add a photo for the user. This method supports patch semantics.
* (photos.patch)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param Google_Service_Directory_UserPhoto $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_UserPhoto
@@ -68,7 +68,7 @@ class Google_Service_Directory_Resource_UsersPhotos extends Google_Service_Resou
/**
* Add a photo for the user (photos.update)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param Google_Service_Directory_UserPhoto $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_UserPhoto

View File

@@ -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
@@ -29,7 +29,7 @@ class Google_Service_Directory_Resource_VerificationCodes extends Google_Service
* Generate new backup verification codes for the user.
* (verificationCodes.generate)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param array $optParams Optional parameters.
*/
public function generate($userKey, $optParams = array())
@@ -42,7 +42,7 @@ class Google_Service_Directory_Resource_VerificationCodes extends Google_Service
* Invalidate the current backup verification codes for the user.
* (verificationCodes.invalidate)
*
* @param string $userKey Email or immutable Id of the user
* @param string $userKey Email or immutable ID of the user
* @param array $optParams Optional parameters.
*/
public function invalidate($userKey, $optParams = array())

View File

@@ -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
@@ -84,10 +84,16 @@ class Google_Service_Directory_Role extends Google_Collection
{
return $this->roleName;
}
/**
* @param Google_Service_Directory_RoleRolePrivileges
*/
public function setRolePrivileges($rolePrivileges)
{
$this->rolePrivileges = $rolePrivileges;
}
/**
* @return Google_Service_Directory_RoleRolePrivileges
*/
public function getRolePrivileges()
{
return $this->rolePrivileges;

View File

@@ -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

View File

@@ -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
@@ -32,10 +32,16 @@ class Google_Service_Directory_RoleAssignments extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_RoleAssignment
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_RoleAssignment
*/
public function getItems()
{
return $this->items;

View File

@@ -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

View File

@@ -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
@@ -32,10 +32,16 @@ class Google_Service_Directory_Roles extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_Role
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_Role
*/
public function getItems()
{
return $this->items;

View File

@@ -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_Directory_Schema extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_SchemaFieldSpec
*/
public function setFields($fields)
{
$this->fields = $fields;
}
/**
* @return Google_Service_Directory_SchemaFieldSpec
*/
public function getFields()
{
return $this->fields;

View File

@@ -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
@@ -84,10 +84,16 @@ class Google_Service_Directory_SchemaFieldSpec extends Google_Model
{
return $this->multiValued;
}
/**
* @param Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec
*/
public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec)
{
$this->numericIndexingSpec = $numericIndexingSpec;
}
/**
* @return Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec
*/
public function getNumericIndexingSpec()
{
return $this->numericIndexingSpec;

View File

@@ -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

View File

@@ -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
@@ -39,10 +39,16 @@ class Google_Service_Directory_Schemas extends Google_Collection
{
return $this->kind;
}
/**
* @param Google_Service_Directory_Schema
*/
public function setSchemas($schemas)
{
$this->schemas = $schemas;
}
/**
* @return Google_Service_Directory_Schema
*/
public function getSchemas()
{
return $this->schemas;

View File

@@ -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

View File

@@ -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
@@ -31,10 +31,16 @@ class Google_Service_Directory_Tokens extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_Token
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_Token
*/
public function getItems()
{
return $this->items;

View File

@@ -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
@@ -29,6 +29,7 @@ class Google_Service_Directory_User extends Google_Collection
public $emails;
public $etag;
public $externalIds;
public $gender;
public $hashFunction;
public $id;
public $ims;
@@ -39,8 +40,11 @@ class Google_Service_Directory_User extends Google_Collection
public $isEnforcedIn2Sv;
public $isEnrolledIn2Sv;
public $isMailboxSetup;
public $keywords;
public $kind;
public $languages;
public $lastLoginTime;
public $locations;
protected $nameType = 'Google_Service_Directory_UserName';
protected $nameDataType = '';
public $nonEditableAliases;
@@ -49,8 +53,10 @@ class Google_Service_Directory_User extends Google_Collection
public $organizations;
public $password;
public $phones;
public $posixAccounts;
public $primaryEmail;
public $relations;
public $sshPublicKeys;
public $suspended;
public $suspensionReason;
public $thumbnailPhotoEtag;
@@ -145,6 +151,14 @@ class Google_Service_Directory_User extends Google_Collection
{
return $this->externalIds;
}
public function setGender($gender)
{
$this->gender = $gender;
}
public function getGender()
{
return $this->gender;
}
public function setHashFunction($hashFunction)
{
$this->hashFunction = $hashFunction;
@@ -225,6 +239,14 @@ class Google_Service_Directory_User extends Google_Collection
{
return $this->isMailboxSetup;
}
public function setKeywords($keywords)
{
$this->keywords = $keywords;
}
public function getKeywords()
{
return $this->keywords;
}
public function setKind($kind)
{
$this->kind = $kind;
@@ -233,6 +255,14 @@ class Google_Service_Directory_User extends Google_Collection
{
return $this->kind;
}
public function setLanguages($languages)
{
$this->languages = $languages;
}
public function getLanguages()
{
return $this->languages;
}
public function setLastLoginTime($lastLoginTime)
{
$this->lastLoginTime = $lastLoginTime;
@@ -241,10 +271,24 @@ class Google_Service_Directory_User extends Google_Collection
{
return $this->lastLoginTime;
}
public function setLocations($locations)
{
$this->locations = $locations;
}
public function getLocations()
{
return $this->locations;
}
/**
* @param Google_Service_Directory_UserName
*/
public function setName(Google_Service_Directory_UserName $name)
{
$this->name = $name;
}
/**
* @return Google_Service_Directory_UserName
*/
public function getName()
{
return $this->name;
@@ -297,6 +341,14 @@ class Google_Service_Directory_User extends Google_Collection
{
return $this->phones;
}
public function setPosixAccounts($posixAccounts)
{
$this->posixAccounts = $posixAccounts;
}
public function getPosixAccounts()
{
return $this->posixAccounts;
}
public function setPrimaryEmail($primaryEmail)
{
$this->primaryEmail = $primaryEmail;
@@ -313,6 +365,14 @@ class Google_Service_Directory_User extends Google_Collection
{
return $this->relations;
}
public function setSshPublicKeys($sshPublicKeys)
{
$this->sshPublicKeys = $sshPublicKeys;
}
public function getSshPublicKeys()
{
return $this->sshPublicKeys;
}
public function setSuspended($suspended)
{
$this->suspended = $suspended;

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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,6 +22,7 @@ class Google_Service_Directory_UserOrganization extends Google_Model
public $department;
public $description;
public $domain;
public $fullTimeEquivalent;
public $location;
public $name;
public $primary;
@@ -69,6 +70,14 @@ class Google_Service_Directory_UserOrganization extends Google_Model
{
return $this->domain;
}
public function setFullTimeEquivalent($fullTimeEquivalent)
{
$this->fullTimeEquivalent = $fullTimeEquivalent;
}
public function getFullTimeEquivalent()
{
return $this->fullTimeEquivalent;
}
public function setLocation($location)
{
$this->location = $location;

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
@@ -60,10 +60,16 @@ class Google_Service_Directory_Users extends Google_Collection
{
return $this->triggerEvent;
}
/**
* @param Google_Service_Directory_User
*/
public function setUsers($users)
{
$this->users = $users;
}
/**
* @return Google_Service_Directory_User
*/
public function getUsers()
{
return $this->users;

View File

@@ -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

View File

@@ -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
@@ -31,10 +31,16 @@ class Google_Service_Directory_VerificationCodes extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Directory_VerificationCode
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Directory_VerificationCode
*/
public function getItems()
{
return $this->items;