Google_Service_PhotosLibrary
extends Google_Service
in package
Service definition for PhotosLibrary (v1).
Manage photos, videos, and albums in Google Photos
For more information about this service, see the API Documentation
Tags
Table of Contents
- DRIVE_PHOTOS_READONLY = "https://www.googleapis.com/auth/drive.photos.readonly"
- View the photos, videos and albums in your Google Photos.
- PHOTOSLIBRARY = "https://www.googleapis.com/auth/photoslibrary"
- View and manage your Google Photos library.
- PHOTOSLIBRARY_APPENDONLY = "https://www.googleapis.com/auth/photoslibrary.appendonly"
- Add to your Google Photos library.
- PHOTOSLIBRARY_READONLY = "https://www.googleapis.com/auth/photoslibrary.readonly"
- View your Google Photos library.
- PHOTOSLIBRARY_READONLY_APPCREATEDDATA = "https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata"
- Manage photos added by this app.
- PHOTOSLIBRARY_SHARING = "https://www.googleapis.com/auth/photoslibrary.sharing"
- Manage and add to shared albums on your behalf.
- $albums : mixed
- $availableScopes : mixed
- $batchPath : mixed
- $mediaItems : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $sharedAlbums : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the PhotosLibrary service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
DRIVE_PHOTOS_READONLY
View the photos, videos and albums in your Google Photos.
public
mixed
DRIVE_PHOTOS_READONLY
= "https://www.googleapis.com/auth/drive.photos.readonly"
PHOTOSLIBRARY
View and manage your Google Photos library.
public
mixed
PHOTOSLIBRARY
= "https://www.googleapis.com/auth/photoslibrary"
PHOTOSLIBRARY_APPENDONLY
Add to your Google Photos library.
public
mixed
PHOTOSLIBRARY_APPENDONLY
= "https://www.googleapis.com/auth/photoslibrary.appendonly"
PHOTOSLIBRARY_READONLY
View your Google Photos library.
public
mixed
PHOTOSLIBRARY_READONLY
= "https://www.googleapis.com/auth/photoslibrary.readonly"
PHOTOSLIBRARY_READONLY_APPCREATEDDATA
Manage photos added by this app.
public
mixed
PHOTOSLIBRARY_READONLY_APPCREATEDDATA
= "https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata"
PHOTOSLIBRARY_SHARING
Manage and add to shared albums on your behalf.
public
mixed
PHOTOSLIBRARY_SHARING
= "https://www.googleapis.com/auth/photoslibrary.sharing"
Properties
$albums
public
mixed
$albums
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$mediaItems
public
mixed
$mediaItems
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$sharedAlbums
public
mixed
$sharedAlbums
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the PhotosLibrary service.
public
__construct(Google_Client $client) : mixed
Parameters
- $client : Google_Client
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client