chore: regens API reference docs (#889)
diff --git a/docs/dyn/fitness_v1.users.dataSources.datasets.html b/docs/dyn/fitness_v1.users.dataSources.datasets.html
index 5be4b7d..75c4f0d 100644
--- a/docs/dyn/fitness_v1.users.dataSources.datasets.html
+++ b/docs/dyn/fitness_v1.users.dataSources.datasets.html
@@ -84,7 +84,7 @@
<code><a href="#get_next">get_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#patch">patch(userId, dataSourceId, datasetId, body, currentTimeMillis=None)</a></code></p>
+ <code><a href="#patch">patch(userId, dataSourceId, datasetId, body=None, currentTimeMillis=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="toc_element">
<code><a href="#patch_next">patch_next(previous_request, previous_response)</a></code></p>
@@ -137,7 +137,7 @@
# Only one of integer and floating point fields will be populated, depending on the format enum value within data source's type field.
{ # Holder object for the value of a single field in a data point.
#
- # A field value has a particular format and is only ever set to one of an integer or a floating point value. LINT.IfChange
+ # A field value has a particular format and is only ever set to one of an integer or a floating point value.
"mapVal": [ # Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.
{
"value": { # Holder object for the value of an entry in a map field of a data point.
@@ -178,14 +178,14 @@
</div>
<div class="method">
- <code class="details" id="patch">patch(userId, dataSourceId, datasetId, body, currentTimeMillis=None)</code>
+ <code class="details" id="patch">patch(userId, dataSourceId, datasetId, body=None, currentTimeMillis=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.
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: "startTime-endTime" where startTime and endTime are 64 bit integers. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A dataset represents a projection container for data points. They do not carry any info of their own. Datasets represent a set of data points from a particular data source. A data point can be found in more than one dataset.
@@ -208,7 +208,7 @@
# Only one of integer and floating point fields will be populated, depending on the format enum value within data source's type field.
{ # Holder object for the value of a single field in a data point.
#
- # A field value has a particular format and is only ever set to one of an integer or a floating point value. LINT.IfChange
+ # A field value has a particular format and is only ever set to one of an integer or a floating point value.
"mapVal": [ # Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.
{
"value": { # Holder object for the value of an entry in a map field of a data point.
@@ -258,7 +258,7 @@
# Only one of integer and floating point fields will be populated, depending on the format enum value within data source's type field.
{ # Holder object for the value of a single field in a data point.
#
- # A field value has a particular format and is only ever set to one of an integer or a floating point value. LINT.IfChange
+ # A field value has a particular format and is only ever set to one of an integer or a floating point value.
"mapVal": [ # Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.
{
"value": { # Holder object for the value of an entry in a map field of a data point.