Google_Service_ConsumerSurveys
extends Google_Service
in package
Service definition for ConsumerSurveys (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
- CONSUMERSURVEYS = "https://www.googleapis.com/auth/consumersurveys"
- View and edit your surveys and results.
- CONSUMERSURVEYS_READONLY = "https://www.googleapis.com/auth/consumersurveys.readonly"
- View the results for your surveys.
- USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"
- View your email address.
- $availableScopes : mixed
- $batchPath : mixed
- $mobileapppanels : mixed
- $resource : mixed
- $results : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $surveys : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the ConsumerSurveys service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CONSUMERSURVEYS
View and edit your surveys and results.
public
mixed
CONSUMERSURVEYS
= "https://www.googleapis.com/auth/consumersurveys"
CONSUMERSURVEYS_READONLY
View the results for your surveys.
public
mixed
CONSUMERSURVEYS_READONLY
= "https://www.googleapis.com/auth/consumersurveys.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
$mobileapppanels
public
mixed
$mobileapppanels
$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 ConsumerSurveys 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