Documentation

Google_Service_Surveys extends Google_Service
in package

Service definition for Surveys (v2).

Creates and conducts surveys, lists the surveys that an authenticated user owns, and retrieves survey results and information about specified surveys.

For more information about this service, see the API Documentation

Tags
author

Google, Inc.

Table of Contents

SURVEYS  = "https://www.googleapis.com/auth/surveys"
View and manage your surveys and results.
SURVEYS_READONLY  = "https://www.googleapis.com/auth/surveys.readonly"
View your surveys and survey results.
USERINFO_EMAIL  = "https://www.googleapis.com/auth/userinfo.email"
View your email address.
$availableScopes  : mixed
$batchPath  : mixed
$resource  : mixed
$results  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$surveys  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Surveys service.
createBatch()  : Google_Http_Batch
Create a new HTTP Batch handler for this service
getClient()  : Google_Client
Return the associated Google_Client class.

Constants

SURVEYS

View and manage your surveys and results.

public mixed SURVEYS = "https://www.googleapis.com/auth/surveys"

SURVEYS_READONLY

View your surveys and survey results.

public mixed SURVEYS_READONLY = "https://www.googleapis.com/auth/surveys.readonly"

USERINFO_EMAIL

View your email address.

public mixed USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"

Properties

$availableScopes

public mixed $availableScopes

$servicePath

public mixed $servicePath

Methods

__construct()

Constructs the internal representation of the Surveys 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