Skip to content

Commit 7e23669

Browse files
committed
Updated Fitness.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent d4ad92e commit 7e23669

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Google/Service/Fitness.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ public function __construct(Google_Client $client)
199199
'type' => 'string',
200200
'required' => true,
201201
),
202+
'limit' => array(
203+
'location' => 'query',
204+
'type' => 'integer',
205+
),
202206
'pageToken' => array(
203207
'location' => 'query',
204208
'type' => 'string',
@@ -499,6 +503,9 @@ public function delete($userId, $dataSourceId, $datasetId, $optParams = array())
499503
* where startTime and endTime are 64 bit integers.
500504
* @param array $optParams Optional parameters.
501505
*
506+
* @opt_param int limit If specified, no more than this many data points will be
507+
* included in the dataset. If the there are more data points in the dataset,
508+
* nextPageToken will be set in the dataset response.
502509
* @opt_param string pageToken The continuation token, which is used to page
503510
* through large datasets. To get the next page of a dataset, set this parameter
504511
* to the value of nextPageToken from the previous response. Each subsequent

0 commit comments

Comments
 (0)