2020class Application extends \Google \Model
2121{
2222 /**
23- * Output only. Captures the client ID of the entity that recorded the data.
23+ * Output only. The Google OAuth 2.0 client ID of the web application or
24+ * service that recorded the data. This is the client ID used during the
25+ * Google OAuth flow to obtain user credentials. This field is system-
26+ * populated when the data is uploaded from Google Web API.
2427 *
2528 * @var string
2629 */
2730 public $ googleWebClientId ;
2831 /**
29- * Output only. A unique ID from an external data source. A unique identifier
30- * of the mobile application, e.g. `com.google.fitbit`
32+ * Output only. A unique identifier for the mobile application that was the
33+ * source of the data. This is typically the application's package name on
34+ * Android (e.g., `com.google.fitbit`) or the bundle ID on iOS. This field is
35+ * informational and helps trace data origin. This field is system-populated
36+ * when the data is uploaded from the Fitbit mobile application, Health
37+ * Connect or Health Kit.
3138 *
3239 * @var string
3340 */
3441 public $ packageName ;
3542 /**
36- * Output only. Captures the client ID of the web application that recorded
37- * the data.
43+ * Output only. The client ID of the application that recorded the data. This
44+ * ID is a legacy Fitbit API client ID, which is different from a Google OAuth
45+ * client ID. Example format: `ABC123`. This field is system-populated and
46+ * used for tracing data from legacy Fitbit API integrations. This field is
47+ * system-populated when the data is uploaded from a legacy Fitbit API
48+ * integration.
3849 *
3950 * @var string
4051 */
4152 public $ webClientId ;
4253
4354 /**
44- * Output only. Captures the client ID of the entity that recorded the data.
55+ * Output only. The Google OAuth 2.0 client ID of the web application or
56+ * service that recorded the data. This is the client ID used during the
57+ * Google OAuth flow to obtain user credentials. This field is system-
58+ * populated when the data is uploaded from Google Web API.
4559 *
4660 * @param string $googleWebClientId
4761 */
@@ -57,8 +71,12 @@ public function getGoogleWebClientId()
5771 return $ this ->googleWebClientId ;
5872 }
5973 /**
60- * Output only. A unique ID from an external data source. A unique identifier
61- * of the mobile application, e.g. `com.google.fitbit`
74+ * Output only. A unique identifier for the mobile application that was the
75+ * source of the data. This is typically the application's package name on
76+ * Android (e.g., `com.google.fitbit`) or the bundle ID on iOS. This field is
77+ * informational and helps trace data origin. This field is system-populated
78+ * when the data is uploaded from the Fitbit mobile application, Health
79+ * Connect or Health Kit.
6280 *
6381 * @param string $packageName
6482 */
@@ -74,8 +92,12 @@ public function getPackageName()
7492 return $ this ->packageName ;
7593 }
7694 /**
77- * Output only. Captures the client ID of the web application that recorded
78- * the data.
95+ * Output only. The client ID of the application that recorded the data. This
96+ * ID is a legacy Fitbit API client ID, which is different from a Google OAuth
97+ * client ID. Example format: `ABC123`. This field is system-populated and
98+ * used for tracing data from legacy Fitbit API integrations. This field is
99+ * system-populated when the data is uploaded from a legacy Fitbit API
100+ * integration.
79101 *
80102 * @param string $webClientId
81103 */
0 commit comments