docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/fitness_v1.users.sessions.html b/docs/dyn/fitness_v1.users.sessions.html
index a20a6da..0ec4fc5 100644
--- a/docs/dyn/fitness_v1.users.sessions.html
+++ b/docs/dyn/fitness_v1.users.sessions.html
@@ -81,7 +81,7 @@
<code><a href="#delete">delete(userId, sessionId, currentTimeMillis=None, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a session specified by the given session ID.</p>
<p class="toc_element">
- <code><a href="#list">list(userId, includeDeleted=None, startTime=None, pageToken=None, endTime=None, activityType=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(userId, endTime=None, pageToken=None, includeDeleted=None, startTime=None, activityType=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists sessions previously created.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -111,15 +111,15 @@
</div>
<div class="method">
- <code class="details" id="list">list(userId, includeDeleted=None, startTime=None, pageToken=None, endTime=None, activityType=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(userId, endTime=None, pageToken=None, includeDeleted=None, startTime=None, activityType=None, x__xgafv=None)</code>
<pre>Lists sessions previously created.
Args:
userId: string, List sessions for the person identified. Use me to indicate the authenticated user. Only me is supported at this time. (required)
+ endTime: string, An RFC3339 timestamp. Only sessions ending between the start and end times will be included in the response. If this time is omitted but startTime is specified, all sessions from startTime to the end of time will be returned.
+ pageToken: string, The continuation token, which is used for incremental syncing. To get the next batch of changes, set this parameter to the value of nextPageToken from the previous response. The page token is ignored if either start or end time is specified. If none of start time, end time, and the page token is specified, sessions modified in the last 30 days are returned.
includeDeleted: boolean, If true, and if both startTime and endTime are omitted, session deletions will be returned.
startTime: string, An RFC3339 timestamp. Only sessions ending between the start and end times will be included in the response. If this time is omitted but endTime is specified, all sessions from the start of time up to endTime will be returned.
- pageToken: string, The continuation token, which is used for incremental syncing. To get the next batch of changes, set this parameter to the value of nextPageToken from the previous response. The page token is ignored if either start or end time is specified. If none of start time, end time, and the page token is specified, sessions modified in the last 30 days are returned.
- endTime: string, An RFC3339 timestamp. Only sessions ending between the start and end times will be included in the response. If this time is omitted but startTime is specified, all sessions from startTime to the end of time will be returned.
activityType: integer, If non-empty, only sessions with these activity types should be returned. (repeated)
x__xgafv: string, V1 error format.
Allowed values
@@ -130,41 +130,41 @@
An object of the form:
{
- "hasMoreData": True or False, # Flag to indicate server has more data to transfer. DO NOT USE THIS FIELD. It is never populated in responses from the server.
"session": [ # Sessions with an end time that is between startTime and endTime of the request.
{ # Sessions contain metadata, such as a user-friendly name and time interval information.
+ "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
"activityType": 42, # The type of activity this session represents.
- "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
- "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
- "description": "A String", # A description for this session.
- "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
"modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified.
"name": "A String", # A human readable name of the session.
- "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
+ "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
"application": { # The application that created the session.
"version": "A String", # Version of the application. You should update this field whenever the application changes in a way that affects the computation of the data.
- "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"detailsUrl": "A String", # An optional URI that can be used to link back to the application.
+ "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"packageName": "A String", # Package name for this application. This is used as a unique identifier when created by Android applications, but cannot be specified by REST clients. REST clients will have their developer project number reflected into the Data Source data stream IDs, instead of the packageName.
},
+ "description": "A String", # A description for this session.
+ "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
+ "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
},
],
+ "hasMoreData": True or False, # Flag to indicate server has more data to transfer. DO NOT USE THIS FIELD. It is never populated in responses from the server.
"deletedSession": [ # If includeDeleted is set to true in the request, and startTime and endTime are omitted, this will include sessions which were deleted since the last sync.
{ # Sessions contain metadata, such as a user-friendly name and time interval information.
+ "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
"activityType": 42, # The type of activity this session represents.
- "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
- "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
- "description": "A String", # A description for this session.
- "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
"modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified.
"name": "A String", # A human readable name of the session.
- "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
+ "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
"application": { # The application that created the session.
"version": "A String", # Version of the application. You should update this field whenever the application changes in a way that affects the computation of the data.
- "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"detailsUrl": "A String", # An optional URI that can be used to link back to the application.
+ "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"packageName": "A String", # Package name for this application. This is used as a unique identifier when created by Android applications, but cannot be specified by REST clients. REST clients will have their developer project number reflected into the Data Source data stream IDs, instead of the packageName.
},
+ "description": "A String", # A description for this session.
+ "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
+ "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
},
],
"nextPageToken": "A String", # The sync token which is used to sync further changes. This will only be provided if both startTime and endTime are omitted from the request.
@@ -196,20 +196,20 @@
The object takes the form of:
{ # Sessions contain metadata, such as a user-friendly name and time interval information.
+ "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
"activityType": 42, # The type of activity this session represents.
- "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
- "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
- "description": "A String", # A description for this session.
- "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
"modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified.
"name": "A String", # A human readable name of the session.
- "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
+ "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
"application": { # The application that created the session.
"version": "A String", # Version of the application. You should update this field whenever the application changes in a way that affects the computation of the data.
- "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"detailsUrl": "A String", # An optional URI that can be used to link back to the application.
+ "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"packageName": "A String", # Package name for this application. This is used as a unique identifier when created by Android applications, but cannot be specified by REST clients. REST clients will have their developer project number reflected into the Data Source data stream IDs, instead of the packageName.
},
+ "description": "A String", # A description for this session.
+ "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
+ "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
}
currentTimeMillis: string, The client's current time in milliseconds since epoch.
@@ -222,20 +222,20 @@
An object of the form:
{ # Sessions contain metadata, such as a user-friendly name and time interval information.
+ "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
"activityType": 42, # The type of activity this session represents.
- "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
- "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
- "description": "A String", # A description for this session.
- "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
"modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified.
"name": "A String", # A human readable name of the session.
- "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive.
+ "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive.
"application": { # The application that created the session.
"version": "A String", # Version of the application. You should update this field whenever the application changes in a way that affects the computation of the data.
- "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"detailsUrl": "A String", # An optional URI that can be used to link back to the application.
+ "name": "A String", # The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
"packageName": "A String", # Package name for this application. This is used as a unique identifier when created by Android applications, but cannot be specified by REST clients. REST clients will have their developer project number reflected into the Data Source data stream IDs, instead of the packageName.
},
+ "description": "A String", # A description for this session.
+ "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
+ "id": "A String", # A client-generated identifier that is unique across all sessions owned by this particular user.
}</pre>
</div>