Google_Service_Plus
extends Google_Service
in package
Service definition for Plus (v1).
Builds on top of the Google+ platform.
For more information about this service, see the API Documentation
Tags
Table of Contents
- PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"
- View your basic profile info, including your age range and language.
- PLUS_ME = "https://www.googleapis.com/auth/plus.me"
- Associate you with your personal info on Google.
- USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"
- View your email address.
- USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"
- See your personal info, including any personal info you've made publicly available.
- $activities : mixed
- $availableScopes : mixed
- $batchPath : mixed
- $comments : mixed
- $people : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Plus service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
PLUS_LOGIN
View your basic profile info, including your age range and language.
public
mixed
PLUS_LOGIN
= "https://www.googleapis.com/auth/plus.login"
PLUS_ME
Associate you with your personal info on Google.
public
mixed
PLUS_ME
= "https://www.googleapis.com/auth/plus.me"
USERINFO_EMAIL
View your email address.
public
mixed
USERINFO_EMAIL
= "https://www.googleapis.com/auth/userinfo.email"
USERINFO_PROFILE
See your personal info, including any personal info you've made publicly available.
public
mixed
USERINFO_PROFILE
= "https://www.googleapis.com/auth/userinfo.profile"
Properties
$activities
public
mixed
$activities
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$comments
public
mixed
$comments
$people
public
mixed
$people
$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 Plus 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