The "timeline" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "timeline" collection of methods.
Typical usage is: $mirrorService = new Google_Service_Mirror(...); $timeline = $mirrorService->timeline;
◆ 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
-
◆ delete()
Google_Service_Mirror_Timeline_Resource::delete |
( |
| $id, |
|
|
| $optParams = array() ) |
Deletes a timeline item.
(timeline.delete)
- Parameters
-
string | $id | The ID of the timeline item. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Mirror_Timeline_Resource::get |
( |
| $id, |
|
|
| $optParams = array() ) |
Gets a single timeline item by ID.
(timeline.get)
- Parameters
-
string | $id | The ID of the timeline item. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts a new item into the timeline.
(timeline.insert)
- Parameters
-
Google_TimelineItem | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTimeline()
Google_Service_Mirror_Timeline_Resource::listTimeline |
( |
| $optParams = array() | ) |
|
Retrieves a list of timeline items for the authenticated user.
(timeline.listTimeline)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string orderBy Controls the order in which timeline items are returned. @opt_param bool includeDeleted If true, tombstone records for deleted items will be returned. @opt_param string maxResults The maximum number of items to include in the response, used for paging. @opt_param string pageToken Token for the page of results to return. @opt_param string sourceItemId If provided, only items with the given sourceItemId will be returned. @opt_param bool pinnedOnly If true, only pinned items will be returned. @opt_param string bundleId If provided, only items with the given bundleId will be returned.
- Return values
-
◆ patch()
Updates a timeline item in place.
This method supports patch semantics. (timeline.patch)
- Parameters
-
string | $id | The ID of the timeline item. |
Google_TimelineItem | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates a timeline item in place.
(timeline.update)
- Parameters
-
string | $id | The ID of the timeline item. |
Google_TimelineItem | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Mirror.php