class UsersDataSourcesDataPointChanges extends Resource (View source)

The "dataPointChanges" collection of methods.

Typical usage is:

 $fitnessService = new Google\Service\Fitness(...);
 $dataPointChanges = $fitnessService->users_dataSources_dataPointChanges;

Methods

listUsersDataSourcesDataPointChanges(string $userId, string $dataSourceId, array $optParams = [])

Queries for user's data point changes for a particular data source.

Details

ListDataPointChangesResponse listUsersDataSourcesDataPointChanges(string $userId, string $dataSourceId, array $optParams = [])

Queries for user's data point changes for a particular data source.

(dataPointChanges.listUsersDataSourcesDataPointChanges)

Parameters

string $userId

List data points for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.

string $dataSourceId

The data stream ID of the data source that created the dataset.

array $optParams

Optional parameters.

Return Value

ListDataPointChangesResponse

Exceptions

Exception