Google_Service_Docs
extends Google_Service
in package
Service definition for Docs (v1).
Reads and writes Google Docs documents.
For more information about this service, see the API Documentation
Tags
Table of Contents
- DOCUMENTS = "https://www.googleapis.com/auth/documents"
- View and manage your Google Docs documents.
- DOCUMENTS_READONLY = "https://www.googleapis.com/auth/documents.readonly"
- View your Google Docs documents.
- 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.
- $availableScopes : mixed
- $batchPath : mixed
- $documents : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Docs service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
DOCUMENTS
View and manage your Google Docs documents.
public
mixed
DOCUMENTS
= "https://www.googleapis.com/auth/documents"
DOCUMENTS_READONLY
View your Google Docs documents.
public
mixed
DOCUMENTS_READONLY
= "https://www.googleapis.com/auth/documents.readonly"
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"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$documents
public
mixed
$documents
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Docs 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 —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