Skip to content

Commit 3a74d97

Browse files
feat(fitness): update the api
#### fitness:v1 The following keys were added: - schemas.AggregateRequest.properties.filteredDataQualityStandard.deprecated (Total Keys: 1) - schemas.DataPoint.properties.computationTimeMillis.deprecated (Total Keys: 1) - schemas.DataSource.properties.dataQualityStandard.deprecated (Total Keys: 1) - schemas.DataSource.properties.name.deprecated (Total Keys: 1) - schemas.ListSessionsResponse.properties.hasMoreData.deprecated (Total Keys: 1)
1 parent 9999852 commit 3a74d97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

googleapiclient/discovery_cache/documents/fitness.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
}
832832
}
833833
},
834-
"revision": "20230623",
834+
"revision": "20230703",
835835
"rootUrl": "https://fitness.googleapis.com/",
836836
"schemas": {
837837
"AggregateBucket": {
@@ -942,6 +942,7 @@
942942
"type": "string"
943943
},
944944
"filteredDataQualityStandard": {
945+
"deprecated": true,
945946
"description": "DO NOT POPULATE THIS FIELD. It is ignored.",
946947
"items": {
947948
"enum": [
@@ -1099,6 +1100,7 @@
10991100
"id": "DataPoint",
11001101
"properties": {
11011102
"computationTimeMillis": {
1103+
"deprecated": true,
11021104
"description": "DO NOT USE THIS FIELD. It is ignored, and not stored.",
11031105
"format": "int64",
11041106
"type": "string"
@@ -1176,6 +1178,7 @@
11761178
"description": "Information about an application which feeds sensor data into the platform."
11771179
},
11781180
"dataQualityStandard": {
1181+
"deprecated": true,
11791182
"description": "DO NOT POPULATE THIS FIELD. It is never populated in responses from the platform, and is ignored in queries. It will be removed in a future version entirely.",
11801183
"items": {
11811184
"enum": [
@@ -1240,6 +1243,7 @@
12401243
"description": "Representation of an integrated device (such as a phone or a wearable) that can hold sensors."
12411244
},
12421245
"name": {
1246+
"deprecated": true,
12431247
"description": "An end-user visible name for this data source.",
12441248
"type": "string"
12451249
},
@@ -1522,6 +1526,7 @@
15221526
"type": "array"
15231527
},
15241528
"hasMoreData": {
1529+
"deprecated": true,
15251530
"description": "Flag to indicate server has more data to transfer. DO NOT USE THIS FIELD. It is never populated in responses from the server.",
15261531
"type": "boolean"
15271532
},

0 commit comments

Comments
 (0)