Lines Matching full:fitness

23  * Service definition for Fitness (v1).
26 * The Fitness API for managing users' fitness tracking data.</p>
35 class Fitness extends \Google\Service class
39 "https://www.googleapis.com/auth/fitness.activity.read";
42 "https://www.googleapis.com/auth/fitness.activity.write";
45 "https://www.googleapis.com/auth/fitness.blood_glucose.read";
48 "https://www.googleapis.com/auth/fitness.blood_glucose.write";
51 "https://www.googleapis.com/auth/fitness.blood_pressure.read";
54 "https://www.googleapis.com/auth/fitness.blood_pressure.write";
57 "https://www.googleapis.com/auth/fitness.body.read";
60 "https://www.googleapis.com/auth/fitness.body.write";
63 "https://www.googleapis.com/auth/fitness.body_temperature.read";
66 "https://www.googleapis.com/auth/fitness.body_temperature.write";
69 "https://www.googleapis.com/auth/fitness.heart_rate.read";
72 "https://www.googleapis.com/auth/fitness.heart_rate.write";
75 "https://www.googleapis.com/auth/fitness.location.read";
78 "https://www.googleapis.com/auth/fitness.location.write";
81 "https://www.googleapis.com/auth/fitness.nutrition.read";
84 "https://www.googleapis.com/auth/fitness.nutrition.write";
87 "https://www.googleapis.com/auth/fitness.oxygen_saturation.read";
90 "https://www.googleapis.com/auth/fitness.oxygen_saturation.write";
93 "https://www.googleapis.com/auth/fitness.reproductive_health.read";
96 "https://www.googleapis.com/auth/fitness.reproductive_health.write";
99 "https://www.googleapis.com/auth/fitness.sleep.read";
102 "https://www.googleapis.com/auth/fitness.sleep.write";
111 * Constructs the internal representation of the Fitness service.
120 $this->rootUrl = $rootUrl ?: 'https://fitness.googleapis.com/';
121 $this->servicePath = 'fitness/v1/users/';
124 $this->serviceName = 'fitness';
126 $this->users_dataSources = new Fitness\Resource\UsersDataSources(
206 … $this->users_dataSources_dataPointChanges = new Fitness\Resource\UsersDataSourcesDataPointChanges(
239 $this->users_dataSources_datasets = new Fitness\Resource\UsersDataSourcesDatasets(
317 $this->users_dataset = new Fitness\Resource\UsersDataset(
337 $this->users_sessions = new Fitness\Resource\UsersSessions(
412 class_alias(Fitness::class, 'Google_Service_Fitness');