Skip to content

Commit

Permalink
chore(fitness): update the api
Browse files Browse the repository at this point in the history
#### fitness:v1

The following keys were changed:
- resources.users.resources.dataSources.resources.datasets.methods.patch (Total Keys: 1)
- resources.users.resources.dataSources.resources.datasets.methods.patch.parameters.datasetId (Total Keys: 1)
- revision (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 3, 2021
1 parent 15eb02b commit b40a9bb
Show file tree
Hide file tree
Showing 2 changed files with 1,650 additions and 1,650 deletions.
6 changes: 3 additions & 3 deletions docs/dyn/fitness_v1.users.dataSources.datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#patch">patch(userId, dataSourceId, datasetId, body=None, currentTimeMillis=None, x__xgafv=None)</a></code></p>
<p class="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.</p>
<p class="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>
<p class="toc_element">
<code><a href="#patch_next">patch_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -183,12 +183,12 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="patch">patch(userId, dataSourceId, datasetId, body=None, currentTimeMillis=None, x__xgafv=None)</code>
<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.
<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.

Args:
userId: string, Patch a dataset for the person identified. Use me to indicate the authenticated user. Only me is supported at this time. (required)
dataSourceId: string, The data stream ID of the data source that created the dataset. (required)
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: &quot;startTime-endTime&quot; where startTime and endTime are 64 bit integers. (required)
datasetId: string, This field is not used, and can be safely omitted. (required)
body: object, The request body.
The object takes the form of:

Expand Down

0 comments on commit b40a9bb

Please sign in to comment.