Google_Service_People
extends Google_Service
in package
Service definition for People (v1).
Provides access to information about profiles and contacts.
For more information about this service, see the API Documentation
Tags
Table of Contents
- CONTACTS = "https://www.googleapis.com/auth/contacts"
- Manage your contacts.
- CONTACTS_READONLY = "https://www.googleapis.com/auth/contacts.readonly"
- View your contacts.
- PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"
- Know the list of people in your circles, your age range, and language.
- USER_ADDRESSES_READ = "https://www.googleapis.com/auth/user.addresses.read"
- View your street addresses.
- USER_BIRTHDAY_READ = "https://www.googleapis.com/auth/user.birthday.read"
- View your complete date of birth.
- USER_EMAILS_READ = "https://www.googleapis.com/auth/user.emails.read"
- View your email addresses.
- USER_PHONENUMBERS_READ = "https://www.googleapis.com/auth/user.phonenumbers.read"
- View your phone numbers.
- USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"
- View your email address.
- USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"
- View your basic profile info.
- $availableScopes : mixed
- $batchPath : mixed
- $people : mixed
- $people_connections : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the People service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CONTACTS
Manage your contacts.
public
mixed
CONTACTS
= "https://www.googleapis.com/auth/contacts"
CONTACTS_READONLY
View your contacts.
public
mixed
CONTACTS_READONLY
= "https://www.googleapis.com/auth/contacts.readonly"
PLUS_LOGIN
Know the list of people in your circles, your age range, and language.
public
mixed
PLUS_LOGIN
= "https://www.googleapis.com/auth/plus.login"
USER_ADDRESSES_READ
View your street addresses.
public
mixed
USER_ADDRESSES_READ
= "https://www.googleapis.com/auth/user.addresses.read"
USER_BIRTHDAY_READ
View your complete date of birth.
public
mixed
USER_BIRTHDAY_READ
= "https://www.googleapis.com/auth/user.birthday.read"
USER_EMAILS_READ
View your email addresses.
public
mixed
USER_EMAILS_READ
= "https://www.googleapis.com/auth/user.emails.read"
USER_PHONENUMBERS_READ
View your phone numbers.
public
mixed
USER_PHONENUMBERS_READ
= "https://www.googleapis.com/auth/user.phonenumbers.read"
USERINFO_EMAIL
View your email address.
public
mixed
USERINFO_EMAIL
= "https://www.googleapis.com/auth/userinfo.email"
USERINFO_PROFILE
View your basic profile info.
public
mixed
USERINFO_PROFILE
= "https://www.googleapis.com/auth/userinfo.profile"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$people
public
mixed
$people
$people_connections
public
mixed
$people_connections
$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 People 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