Documentation

Google_Service_Slides extends Google_Service
in package

Service definition for Slides (v1).

Reads and writes Google Slides presentations.

For more information about this service, see the API Documentation

Tags
author

Google, Inc.

Table of Contents

DRIVE  = "https://www.googleapis.com/auth/drive"
See, edit, create, and delete all of your Google Drive files.
DRIVE_FILE  = "https://www.googleapis.com/auth/drive.file"
View and manage Google Drive files and folders that you have opened or created with this app.
DRIVE_READONLY  = "https://www.googleapis.com/auth/drive.readonly"
See and download all your Google Drive files.
PRESENTATIONS  = "https://www.googleapis.com/auth/presentations"
View and manage your Google Slides presentations.
PRESENTATIONS_READONLY  = "https://www.googleapis.com/auth/presentations.readonly"
View your Google Slides presentations.
SPREADSHEETS  = "https://www.googleapis.com/auth/spreadsheets"
See, edit, create, and delete your spreadsheets in Google Drive.
SPREADSHEETS_READONLY  = "https://www.googleapis.com/auth/spreadsheets.readonly"
View your Google Spreadsheets.
$availableScopes  : mixed
$batchPath  : mixed
$presentations  : mixed
$presentations_pages  : mixed
$resource  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Slides 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

See, edit, create, and delete all of your Google Drive files.

public mixed DRIVE = "https://www.googleapis.com/auth/drive"

DRIVE_FILE

View and manage Google Drive files and folders that you have opened or created with this app.

public mixed DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"

DRIVE_READONLY

See and download all your Google Drive files.

public mixed DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly"

PRESENTATIONS

View and manage your Google Slides presentations.

public mixed PRESENTATIONS = "https://www.googleapis.com/auth/presentations"

PRESENTATIONS_READONLY

View your Google Slides presentations.

public mixed PRESENTATIONS_READONLY = "https://www.googleapis.com/auth/presentations.readonly"

SPREADSHEETS

See, edit, create, and delete your spreadsheets in Google Drive.

public mixed SPREADSHEETS = "https://www.googleapis.com/auth/spreadsheets"

SPREADSHEETS_READONLY

View your Google Spreadsheets.

public mixed SPREADSHEETS_READONLY = "https://www.googleapis.com/auth/spreadsheets.readonly"

Properties

$availableScopes

public mixed $availableScopes

$presentations

public mixed $presentations

$presentations_pages

public mixed $presentations_pages

$servicePath

public mixed $servicePath

Methods

__construct()

Constructs the internal representation of the Slides service.

public __construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
$client : Google_Client

The client used to deliver requests.

$rootUrl : string = null

The root URL used for requests to the service.

Return values
mixed

Search results