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
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
$batchPath
public
mixed
$batchPath
$resource
public
mixed
$resource
$results
public
mixed
$results
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$surveys
public
mixed
$surveys
$version
public
mixed
$version
$client
private
mixed
$client
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 —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