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
|
||||
@@ -31,10 +31,16 @@ class Google_Service_Plus_Acl extends Google_Collection
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PlusAclentryResource
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PlusAclentryResource
|
||||
*/
|
||||
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
|
||||
@@ -43,18 +43,30 @@ class Google_Service_Plus_Activity extends Google_Model
|
||||
public $url;
|
||||
public $verb;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_Acl
|
||||
*/
|
||||
public function setAccess(Google_Service_Plus_Acl $access)
|
||||
{
|
||||
$this->access = $access;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_Acl
|
||||
*/
|
||||
public function getAccess()
|
||||
{
|
||||
return $this->access;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityActor
|
||||
*/
|
||||
public function setActor(Google_Service_Plus_ActivityActor $actor)
|
||||
{
|
||||
$this->actor = $actor;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityActor
|
||||
*/
|
||||
public function getActor()
|
||||
{
|
||||
return $this->actor;
|
||||
@@ -115,18 +127,30 @@ class Google_Service_Plus_Activity extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_Place
|
||||
*/
|
||||
public function setLocation(Google_Service_Plus_Place $location)
|
||||
{
|
||||
$this->location = $location;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_Place
|
||||
*/
|
||||
public function getLocation()
|
||||
{
|
||||
return $this->location;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObject
|
||||
*/
|
||||
public function setObject(Google_Service_Plus_ActivityObject $object)
|
||||
{
|
||||
$this->object = $object;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObject
|
||||
*/
|
||||
public function getObject()
|
||||
{
|
||||
return $this->object;
|
||||
@@ -147,10 +171,16 @@ class Google_Service_Plus_Activity extends Google_Model
|
||||
{
|
||||
return $this->placeName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityProvider
|
||||
*/
|
||||
public function setProvider(Google_Service_Plus_ActivityProvider $provider)
|
||||
{
|
||||
$this->provider = $provider;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityProvider
|
||||
*/
|
||||
public function getProvider()
|
||||
{
|
||||
return $this->provider;
|
||||
|
||||
@@ -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,10 +29,16 @@ class Google_Service_Plus_ActivityActor extends Google_Model
|
||||
protected $verificationType = 'Google_Service_Plus_ActivityActorVerification';
|
||||
protected $verificationDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityActorClientSpecificActorInfo
|
||||
*/
|
||||
public function setClientSpecificActorInfo(Google_Service_Plus_ActivityActorClientSpecificActorInfo $clientSpecificActorInfo)
|
||||
{
|
||||
$this->clientSpecificActorInfo = $clientSpecificActorInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityActorClientSpecificActorInfo
|
||||
*/
|
||||
public function getClientSpecificActorInfo()
|
||||
{
|
||||
return $this->clientSpecificActorInfo;
|
||||
@@ -53,18 +59,30 @@ class Google_Service_Plus_ActivityActor extends Google_Model
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityActorImage
|
||||
*/
|
||||
public function setImage(Google_Service_Plus_ActivityActorImage $image)
|
||||
{
|
||||
$this->image = $image;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityActorImage
|
||||
*/
|
||||
public function getImage()
|
||||
{
|
||||
return $this->image;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityActorName
|
||||
*/
|
||||
public function setName(Google_Service_Plus_ActivityActorName $name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityActorName
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
@@ -77,10 +95,16 @@ class Google_Service_Plus_ActivityActor extends Google_Model
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityActorVerification
|
||||
*/
|
||||
public function setVerification(Google_Service_Plus_ActivityActorVerification $verification)
|
||||
{
|
||||
$this->verification = $verification;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityActorVerification
|
||||
*/
|
||||
public function getVerification()
|
||||
{
|
||||
return $this->verification;
|
||||
|
||||
@@ -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
|
||||
@@ -20,10 +20,16 @@ class Google_Service_Plus_ActivityActorClientSpecificActorInfo extends Google_Mo
|
||||
protected $youtubeActorInfoType = 'Google_Service_Plus_ActivityActorClientSpecificActorInfoYoutubeActorInfo';
|
||||
protected $youtubeActorInfoDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityActorClientSpecificActorInfoYoutubeActorInfo
|
||||
*/
|
||||
public function setYoutubeActorInfo(Google_Service_Plus_ActivityActorClientSpecificActorInfoYoutubeActorInfo $youtubeActorInfo)
|
||||
{
|
||||
$this->youtubeActorInfo = $youtubeActorInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityActorClientSpecificActorInfoYoutubeActorInfo
|
||||
*/
|
||||
public function getYoutubeActorInfo()
|
||||
{
|
||||
return $this->youtubeActorInfo;
|
||||
|
||||
@@ -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
|
||||
@@ -45,10 +45,16 @@ class Google_Service_Plus_ActivityFeed extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_Activity
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_Activity
|
||||
*/
|
||||
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
|
||||
@@ -34,18 +34,30 @@ class Google_Service_Plus_ActivityObject extends Google_Collection
|
||||
protected $resharersDataType = '';
|
||||
public $url;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectActor
|
||||
*/
|
||||
public function setActor(Google_Service_Plus_ActivityObjectActor $actor)
|
||||
{
|
||||
$this->actor = $actor;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectActor
|
||||
*/
|
||||
public function getActor()
|
||||
{
|
||||
return $this->actor;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectAttachments
|
||||
*/
|
||||
public function setAttachments($attachments)
|
||||
{
|
||||
$this->attachments = $attachments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectAttachments
|
||||
*/
|
||||
public function getAttachments()
|
||||
{
|
||||
return $this->attachments;
|
||||
@@ -82,26 +94,44 @@ class Google_Service_Plus_ActivityObject extends Google_Collection
|
||||
{
|
||||
return $this->originalContent;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectPlusoners
|
||||
*/
|
||||
public function setPlusoners(Google_Service_Plus_ActivityObjectPlusoners $plusoners)
|
||||
{
|
||||
$this->plusoners = $plusoners;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectPlusoners
|
||||
*/
|
||||
public function getPlusoners()
|
||||
{
|
||||
return $this->plusoners;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectReplies
|
||||
*/
|
||||
public function setReplies(Google_Service_Plus_ActivityObjectReplies $replies)
|
||||
{
|
||||
$this->replies = $replies;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectReplies
|
||||
*/
|
||||
public function getReplies()
|
||||
{
|
||||
return $this->replies;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectResharers
|
||||
*/
|
||||
public function setResharers(Google_Service_Plus_ActivityObjectResharers $resharers)
|
||||
{
|
||||
$this->resharers = $resharers;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectResharers
|
||||
*/
|
||||
public function getResharers()
|
||||
{
|
||||
return $this->resharers;
|
||||
|
||||
@@ -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_Plus_ActivityObjectActor extends Google_Model
|
||||
protected $verificationType = 'Google_Service_Plus_ActivityObjectActorVerification';
|
||||
protected $verificationDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo
|
||||
*/
|
||||
public function setClientSpecificActorInfo(Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo $clientSpecificActorInfo)
|
||||
{
|
||||
$this->clientSpecificActorInfo = $clientSpecificActorInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo
|
||||
*/
|
||||
public function getClientSpecificActorInfo()
|
||||
{
|
||||
return $this->clientSpecificActorInfo;
|
||||
@@ -51,10 +57,16 @@ class Google_Service_Plus_ActivityObjectActor extends Google_Model
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectActorImage
|
||||
*/
|
||||
public function setImage(Google_Service_Plus_ActivityObjectActorImage $image)
|
||||
{
|
||||
$this->image = $image;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectActorImage
|
||||
*/
|
||||
public function getImage()
|
||||
{
|
||||
return $this->image;
|
||||
@@ -67,10 +79,16 @@ class Google_Service_Plus_ActivityObjectActor extends Google_Model
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectActorVerification
|
||||
*/
|
||||
public function setVerification(Google_Service_Plus_ActivityObjectActorVerification $verification)
|
||||
{
|
||||
$this->verification = $verification;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectActorVerification
|
||||
*/
|
||||
public function getVerification()
|
||||
{
|
||||
return $this->verification;
|
||||
|
||||
@@ -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
|
||||
@@ -20,10 +20,16 @@ class Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo extends Goo
|
||||
protected $youtubeActorInfoType = 'Google_Service_Plus_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo';
|
||||
protected $youtubeActorInfoDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo
|
||||
*/
|
||||
public function setYoutubeActorInfo(Google_Service_Plus_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo $youtubeActorInfo)
|
||||
{
|
||||
$this->youtubeActorInfo = $youtubeActorInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo
|
||||
*/
|
||||
public function getYoutubeActorInfo()
|
||||
{
|
||||
return $this->youtubeActorInfo;
|
||||
|
||||
@@ -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
|
||||
@@ -48,18 +48,30 @@ class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectAttachmentsEmbed
|
||||
*/
|
||||
public function setEmbed(Google_Service_Plus_ActivityObjectAttachmentsEmbed $embed)
|
||||
{
|
||||
$this->embed = $embed;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectAttachmentsEmbed
|
||||
*/
|
||||
public function getEmbed()
|
||||
{
|
||||
return $this->embed;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectAttachmentsFullImage
|
||||
*/
|
||||
public function setFullImage(Google_Service_Plus_ActivityObjectAttachmentsFullImage $fullImage)
|
||||
{
|
||||
$this->fullImage = $fullImage;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectAttachmentsFullImage
|
||||
*/
|
||||
public function getFullImage()
|
||||
{
|
||||
return $this->fullImage;
|
||||
@@ -72,10 +84,16 @@ class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectAttachmentsImage
|
||||
*/
|
||||
public function setImage(Google_Service_Plus_ActivityObjectAttachmentsImage $image)
|
||||
{
|
||||
$this->image = $image;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectAttachmentsImage
|
||||
*/
|
||||
public function getImage()
|
||||
{
|
||||
return $this->image;
|
||||
@@ -88,10 +106,16 @@ class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
|
||||
{
|
||||
return $this->objectType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectAttachmentsThumbnails
|
||||
*/
|
||||
public function setThumbnails($thumbnails)
|
||||
{
|
||||
$this->thumbnails = $thumbnails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectAttachmentsThumbnails
|
||||
*/
|
||||
public function getThumbnails()
|
||||
{
|
||||
return $this->thumbnails;
|
||||
|
||||
@@ -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
|
||||
@@ -30,10 +30,16 @@ class Google_Service_Plus_ActivityObjectAttachmentsThumbnails extends Google_Mod
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage
|
||||
*/
|
||||
public function setImage(Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage $image)
|
||||
{
|
||||
$this->image = $image;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage
|
||||
*/
|
||||
public function getImage()
|
||||
{
|
||||
return $this->image;
|
||||
|
||||
@@ -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
|
||||
@@ -34,10 +34,16 @@ class Google_Service_Plus_Comment extends Google_Collection
|
||||
public $updated;
|
||||
public $verb;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentActor
|
||||
*/
|
||||
public function setActor(Google_Service_Plus_CommentActor $actor)
|
||||
{
|
||||
$this->actor = $actor;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentActor
|
||||
*/
|
||||
public function getActor()
|
||||
{
|
||||
return $this->actor;
|
||||
@@ -58,10 +64,16 @@ class Google_Service_Plus_Comment extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentInReplyTo
|
||||
*/
|
||||
public function setInReplyTo($inReplyTo)
|
||||
{
|
||||
$this->inReplyTo = $inReplyTo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentInReplyTo
|
||||
*/
|
||||
public function getInReplyTo()
|
||||
{
|
||||
return $this->inReplyTo;
|
||||
@@ -74,18 +86,30 @@ class Google_Service_Plus_Comment extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentObject
|
||||
*/
|
||||
public function setObject(Google_Service_Plus_CommentObject $object)
|
||||
{
|
||||
$this->object = $object;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentObject
|
||||
*/
|
||||
public function getObject()
|
||||
{
|
||||
return $this->object;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentPlusoners
|
||||
*/
|
||||
public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners)
|
||||
{
|
||||
$this->plusoners = $plusoners;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentPlusoners
|
||||
*/
|
||||
public function getPlusoners()
|
||||
{
|
||||
return $this->plusoners;
|
||||
|
||||
@@ -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_Plus_CommentActor extends Google_Model
|
||||
protected $verificationType = 'Google_Service_Plus_CommentActorVerification';
|
||||
protected $verificationDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentActorClientSpecificActorInfo
|
||||
*/
|
||||
public function setClientSpecificActorInfo(Google_Service_Plus_CommentActorClientSpecificActorInfo $clientSpecificActorInfo)
|
||||
{
|
||||
$this->clientSpecificActorInfo = $clientSpecificActorInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentActorClientSpecificActorInfo
|
||||
*/
|
||||
public function getClientSpecificActorInfo()
|
||||
{
|
||||
return $this->clientSpecificActorInfo;
|
||||
@@ -51,10 +57,16 @@ class Google_Service_Plus_CommentActor extends Google_Model
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentActorImage
|
||||
*/
|
||||
public function setImage(Google_Service_Plus_CommentActorImage $image)
|
||||
{
|
||||
$this->image = $image;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentActorImage
|
||||
*/
|
||||
public function getImage()
|
||||
{
|
||||
return $this->image;
|
||||
@@ -67,10 +79,16 @@ class Google_Service_Plus_CommentActor extends Google_Model
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentActorVerification
|
||||
*/
|
||||
public function setVerification(Google_Service_Plus_CommentActorVerification $verification)
|
||||
{
|
||||
$this->verification = $verification;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentActorVerification
|
||||
*/
|
||||
public function getVerification()
|
||||
{
|
||||
return $this->verification;
|
||||
|
||||
@@ -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
|
||||
@@ -20,10 +20,16 @@ class Google_Service_Plus_CommentActorClientSpecificActorInfo extends Google_Mod
|
||||
protected $youtubeActorInfoType = 'Google_Service_Plus_CommentActorClientSpecificActorInfoYoutubeActorInfo';
|
||||
protected $youtubeActorInfoDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentActorClientSpecificActorInfoYoutubeActorInfo
|
||||
*/
|
||||
public function setYoutubeActorInfo(Google_Service_Plus_CommentActorClientSpecificActorInfoYoutubeActorInfo $youtubeActorInfo)
|
||||
{
|
||||
$this->youtubeActorInfo = $youtubeActorInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentActorClientSpecificActorInfoYoutubeActorInfo
|
||||
*/
|
||||
public function getYoutubeActorInfo()
|
||||
{
|
||||
return $this->youtubeActorInfo;
|
||||
|
||||
@@ -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
|
||||
@@ -44,10 +44,16 @@ class Google_Service_Plus_CommentFeed extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_Comment
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_Comment
|
||||
*/
|
||||
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
|
||||
|
||||
@@ -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
|
||||
@@ -35,10 +35,16 @@ class Google_Service_Plus_PeopleFeed extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_Person
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_Person
|
||||
*/
|
||||
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
|
||||
@@ -65,10 +65,16 @@ class Google_Service_Plus_Person extends Google_Collection
|
||||
{
|
||||
return $this->aboutMe;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonAgeRange
|
||||
*/
|
||||
public function setAgeRange(Google_Service_Plus_PersonAgeRange $ageRange)
|
||||
{
|
||||
$this->ageRange = $ageRange;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonAgeRange
|
||||
*/
|
||||
public function getAgeRange()
|
||||
{
|
||||
return $this->ageRange;
|
||||
@@ -97,10 +103,16 @@ class Google_Service_Plus_Person extends Google_Collection
|
||||
{
|
||||
return $this->circledByCount;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonCover
|
||||
*/
|
||||
public function setCover(Google_Service_Plus_PersonCover $cover)
|
||||
{
|
||||
$this->cover = $cover;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonCover
|
||||
*/
|
||||
public function getCover()
|
||||
{
|
||||
return $this->cover;
|
||||
@@ -129,10 +141,16 @@ class Google_Service_Plus_Person extends Google_Collection
|
||||
{
|
||||
return $this->domain;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonEmails
|
||||
*/
|
||||
public function setEmails($emails)
|
||||
{
|
||||
$this->emails = $emails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonEmails
|
||||
*/
|
||||
public function getEmails()
|
||||
{
|
||||
return $this->emails;
|
||||
@@ -161,10 +179,16 @@ class Google_Service_Plus_Person extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonImage
|
||||
*/
|
||||
public function setImage(Google_Service_Plus_PersonImage $image)
|
||||
{
|
||||
$this->image = $image;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonImage
|
||||
*/
|
||||
public function getImage()
|
||||
{
|
||||
return $this->image;
|
||||
@@ -193,10 +217,16 @@ class Google_Service_Plus_Person extends Google_Collection
|
||||
{
|
||||
return $this->language;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonName
|
||||
*/
|
||||
public function setName(Google_Service_Plus_PersonName $name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonName
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
@@ -225,18 +255,30 @@ class Google_Service_Plus_Person extends Google_Collection
|
||||
{
|
||||
return $this->occupation;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonOrganizations
|
||||
*/
|
||||
public function setOrganizations($organizations)
|
||||
{
|
||||
$this->organizations = $organizations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonOrganizations
|
||||
*/
|
||||
public function getOrganizations()
|
||||
{
|
||||
return $this->organizations;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonPlacesLived
|
||||
*/
|
||||
public function setPlacesLived($placesLived)
|
||||
{
|
||||
$this->placesLived = $placesLived;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonPlacesLived
|
||||
*/
|
||||
public function getPlacesLived()
|
||||
{
|
||||
return $this->placesLived;
|
||||
@@ -281,10 +323,16 @@ class Google_Service_Plus_Person extends Google_Collection
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonUrls
|
||||
*/
|
||||
public function setUrls($urls)
|
||||
{
|
||||
$this->urls = $urls;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonUrls
|
||||
*/
|
||||
public function getUrls()
|
||||
{
|
||||
return $this->urls;
|
||||
|
||||
@@ -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
|
||||
@@ -23,18 +23,30 @@ class Google_Service_Plus_PersonCover extends Google_Model
|
||||
protected $coverPhotoDataType = '';
|
||||
public $layout;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonCoverCoverInfo
|
||||
*/
|
||||
public function setCoverInfo(Google_Service_Plus_PersonCoverCoverInfo $coverInfo)
|
||||
{
|
||||
$this->coverInfo = $coverInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonCoverCoverInfo
|
||||
*/
|
||||
public function getCoverInfo()
|
||||
{
|
||||
return $this->coverInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PersonCoverCoverPhoto
|
||||
*/
|
||||
public function setCoverPhoto(Google_Service_Plus_PersonCoverCoverPhoto $coverPhoto)
|
||||
{
|
||||
$this->coverPhoto = $coverPhoto;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PersonCoverCoverPhoto
|
||||
*/
|
||||
public function getCoverPhoto()
|
||||
{
|
||||
return $this->coverPhoto;
|
||||
|
||||
@@ -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
|
||||
@@ -25,10 +25,16 @@ class Google_Service_Plus_Place extends Google_Model
|
||||
protected $positionType = 'Google_Service_Plus_PlacePosition';
|
||||
protected $positionDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_PlaceAddress
|
||||
*/
|
||||
public function setAddress(Google_Service_Plus_PlaceAddress $address)
|
||||
{
|
||||
$this->address = $address;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PlaceAddress
|
||||
*/
|
||||
public function getAddress()
|
||||
{
|
||||
return $this->address;
|
||||
@@ -57,10 +63,16 @@ class Google_Service_Plus_Place extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_PlacePosition
|
||||
*/
|
||||
public function setPosition(Google_Service_Plus_PlacePosition $position)
|
||||
{
|
||||
$this->position = $position;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_PlacePosition
|
||||
*/
|
||||
public function getPosition()
|
||||
{
|
||||
return $this->position;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user