The "people" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($userId, $optParams=array()) |
| Get a person's profile.
|
|
| listByActivity ($activityId, $collection, $optParams=array()) |
| List all of the people in the specified collection for a particular activity.
|
|
| listByCircle ($circleId, $optParams=array()) |
| List all of the people who are members of a circle.
|
|
| listPeople ($userId, $collection, $optParams=array()) |
| List all of the people in the specified collection.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "people" collection of methods.
Typical usage is: $plusDomainsService = new Google_Service_PlusDomains(...); $people = $plusDomainsService->people;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_PlusDomains_People_Resource::get |
( |
| $userId, |
|
|
| $optParams = array() ) |
Get a person's profile.
(people.get)
- Parameters
-
string | $userId | The ID of the person to get the profile for. The special value "me" can be used to indicate the authenticated user. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listByActivity()
Google_Service_PlusDomains_People_Resource::listByActivity |
( |
| $activityId, |
|
|
| $collection, |
|
|
| $optParams = array() ) |
List all of the people in the specified collection for a particular activity.
(people.listByActivity)
- Parameters
-
string | $activityId | The ID of the activity to get the list of people for. |
string | $collection | The collection of people to list. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. @opt_param string maxResults The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
- Return values
-
◆ listByCircle()
Google_Service_PlusDomains_People_Resource::listByCircle |
( |
| $circleId, |
|
|
| $optParams = array() ) |
List all of the people who are members of a circle.
(people.listByCircle)
- Parameters
-
string | $circleId | The ID of the circle to get the members of. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. @opt_param string maxResults The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
- Return values
-
◆ listPeople()
Google_Service_PlusDomains_People_Resource::listPeople |
( |
| $userId, |
|
|
| $collection, |
|
|
| $optParams = array() ) |
List all of the people in the specified collection.
(people.listPeople)
- Parameters
-
string | $userId | Get the collection of people for the person identified. Use "me" to indicate the authenticated user. |
string | $collection | The collection of people to list. |
array | $optParams | Optional parameters. |
@opt_param string orderBy The order to return people in. @opt_param string pageToken The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. @opt_param string maxResults The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/PlusDomains.php