You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Performs an inclusive delete of all data points whose start and end times have any overlap with the time range specified by the dataset ID. For most data types, the entire data point will be deleted. For data types where the time span represents a consistent value (such as com.google.activity.segment), and a data point straddles either end point of the dataset, only the overlapping portion of the data point will be deleted.</p>
<pclass="firstline">Adds data points to a dataset. The dataset need not be previously created. All points within the given dataset will be returned with subsquent calls to retrieve this dataset. Data points can belong to more than one dataset. This method does not use patch semantics: the data points provided are merely inserted, with no existing data replaced.</p>
<pre>Performs an inclusive delete of all data points whose start and end times have any overlap with the time range specified by the dataset ID. For most data types, the entire data point will be deleted. For data types where the time span represents a consistent value (such as com.google.activity.segment), and a data point straddles either end point of the dataset, only the overlapping portion of the data point will be deleted.
104
104
105
105
Args:
106
106
userId: string, Delete a dataset for the person identified. Use me to indicate the authenticated user. Only me is supported at this time. (required)
107
107
dataSourceId: string, The data stream ID of the data source that created the dataset. (required)
108
108
datasetId: string, Dataset identifier that is a composite of the minimum data point start time and maximum data point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" where startTime and endTime are 64 bit integers. (required)
109
-
currentTimeMillis: string, The client's current time in milliseconds since epoch.
110
-
modifiedTimeMillis: string, When the operation was performed on the client.
<pre>Adds data points to a dataset. The dataset need not be previously created. All points within the given dataset will be returned with subsquent calls to retrieve this dataset. Data points can belong to more than one dataset. This method does not use patch semantics: the data points provided are merely inserted, with no existing data replaced.
187
185
188
186
Args:
@@ -225,7 +223,6 @@ <h3>Method Details</h3>
225
223
],
226
224
}
227
225
228
-
currentTimeMillis: string, The client's current time in milliseconds since epoch. Note that the minStartTimeNs and maxEndTimeNs properties in the request body are in nanoseconds instead of milliseconds.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/fitness.v1.json
+1-31Lines changed: 1 addition & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -477,12 +477,6 @@
477
477
"datasetId"
478
478
],
479
479
"parameters": {
480
-
"currentTimeMillis": {
481
-
"description": "The client's current time in milliseconds since epoch.",
482
-
"format": "int64",
483
-
"location": "query",
484
-
"type": "string"
485
-
},
486
480
"dataSourceId": {
487
481
"description": "The data stream ID of the data source that created the dataset.",
488
482
"location": "path",
@@ -495,12 +489,6 @@
495
489
"required": true,
496
490
"type": "string"
497
491
},
498
-
"modifiedTimeMillis": {
499
-
"description": "When the operation was performed on the client.",
500
-
"format": "int64",
501
-
"location": "query",
502
-
"type": "string"
503
-
},
504
492
"userId": {
505
493
"description": "Delete a dataset for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.",
506
494
"location": "path",
@@ -604,12 +592,6 @@
604
592
"datasetId"
605
593
],
606
594
"parameters": {
607
-
"currentTimeMillis": {
608
-
"description": "The client's current time in milliseconds since epoch. Note that the minStartTimeNs and maxEndTimeNs properties in the request body are in nanoseconds instead of milliseconds.",
609
-
"format": "int64",
610
-
"location": "query",
611
-
"type": "string"
612
-
},
613
595
"dataSourceId": {
614
596
"description": "The data stream ID of the data source that created the dataset.",
615
597
"location": "path",
@@ -718,12 +700,6 @@
718
700
"sessionId"
719
701
],
720
702
"parameters": {
721
-
"currentTimeMillis": {
722
-
"description": "The client's current time in milliseconds since epoch.",
723
-
"format": "int64",
724
-
"location": "query",
725
-
"type": "string"
726
-
},
727
703
"sessionId": {
728
704
"description": "The ID of the session to be deleted.",
729
705
"location": "path",
@@ -825,12 +801,6 @@
825
801
"sessionId"
826
802
],
827
803
"parameters": {
828
-
"currentTimeMillis": {
829
-
"description": "The client's current time in milliseconds since epoch.",
830
-
"format": "int64",
831
-
"location": "query",
832
-
"type": "string"
833
-
},
834
804
"sessionId": {
835
805
"description": "The ID of the session to be created.",
0 commit comments