Documentation

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
author

Google, Inc.

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

$people_connections

public mixed $people_connections

$servicePath

public mixed $servicePath

Methods

__construct()

Constructs the internal representation of the People service.

public __construct(Google_Client $client) : mixed
Parameters
$client : Google_Client
Return values
mixed

Search results