changeset 228:d7fdca3e57ed

rerun calendar_v3_types
author Daniel Boline <ddboline@gmail.com>
date Mon, 01 Mar 2021 07:06:57 -0500
parents 9045f69d655d
children 11cf959c7644
files example_crates/calendar_example/src/calendar_v3_types.rs
diffstat 1 files changed, 72 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/example_crates/calendar_example/src/calendar_v3_types.rs	Mon Mar 01 07:06:32 2021 -0500
+++ b/example_crates/calendar_example/src/calendar_v3_types.rs	Mon Mar 01 07:06:57 2021 -0500
@@ -1657,7 +1657,10 @@
     /// Token specifying which result page to return. Optional.
     #[serde(rename = "pageToken")]
     pub page_token: Option<String>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
+    /// If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
 }
@@ -1714,7 +1717,10 @@
     /// Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is False.
     #[serde(rename = "showDeleted")]
     pub show_deleted: Option<bool>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
+    /// If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
 }
@@ -1989,7 +1995,11 @@
     /// Whether to show hidden entries. Optional. The default is False.
     #[serde(rename = "showHidden")]
     pub show_hidden: Option<bool>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If only read-only fields such as calendar properties or ACLs have changed, the entry won't be returned. All entries deleted and hidden since the previous list request will always be in the result set and it is not allowed to set showDeleted neither showHidden to False. To ensure client state consistency minAccessRole query parameter cannot be specified together with nextSyncToken. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If only read-only fields such as calendar properties or ACLs have changed, the entry won't be returned. All entries deleted and hidden since the previous list request will always be in the result set and it is not allowed to set showDeleted neither showHidden to False.
+    /// To ensure client state consistency minAccessRole query parameter cannot be specified together with nextSyncToken.
+    /// If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
     /// Whether to include deleted calendar list entries in the result. Optional. The default is False.
@@ -2069,7 +2079,11 @@
     /// Whether to include deleted calendar list entries in the result. Optional. The default is False.
     #[serde(rename = "showDeleted")]
     pub show_deleted: Option<bool>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If only read-only fields such as calendar properties or ACLs have changed, the entry won't be returned. All entries deleted and hidden since the previous list request will always be in the result set and it is not allowed to set showDeleted neither showHidden to False. To ensure client state consistency minAccessRole query parameter cannot be specified together with nextSyncToken. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If only read-only fields such as calendar properties or ACLs have changed, the entry won't be returned. All entries deleted and hidden since the previous list request will always be in the result set and it is not allowed to set showDeleted neither showHidden to False.
+    /// To ensure client state consistency minAccessRole query parameter cannot be specified together with nextSyncToken.
+    /// If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
     /// Token specifying which result page to return. Optional.
@@ -2178,7 +2192,10 @@
     /// General attributes applying to any API call
     #[serde(flatten)]
     pub calendar_params: Option<CalendarParams>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then.
+    /// If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
     /// Token specifying which result page to return. Optional.
@@ -2228,7 +2245,10 @@
     /// Token specifying which result page to return. Optional.
     #[serde(rename = "pageToken")]
     pub page_token: Option<String>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then.
+    /// If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
 }
@@ -2405,7 +2425,9 @@
     /// Calendar identifier of the source calendar where the event currently is on.
     #[serde(rename = "calendarId")]
     pub calendar_id: String,
-    /// Deprecated. Please use sendUpdates instead.  Whether to send notifications about the change of the event's organizer. Note that some emails might still be sent even if you set the value to false. The default is false.
+    /// Deprecated. Please use sendUpdates instead.
+    ///
+    /// Whether to send notifications about the change of the event's organizer. Note that some emails might still be sent even if you set the value to false. The default is false.
     #[serde(rename = "sendNotifications")]
     pub send_notifications: Option<bool>,
 }
@@ -2484,7 +2506,20 @@
     /// DateTime: Lower bound (exclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, for example, 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but are ignored. If timeMax is set, timeMin must be smaller than timeMax.
     #[serde(rename = "timeMin")]
     pub time_min: Option<DateTime<Utc>>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All events deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. There are several query parameters that cannot be specified together with nextSyncToken to ensure consistency of the client state.  These are:  - iCalUID  - orderBy  - privateExtendedProperty  - q  - sharedExtendedProperty  - timeMin  - timeMax  - updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All events deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
+    /// There are several query parameters that cannot be specified together with nextSyncToken to ensure consistency of the client state.
+    ///
+    /// These are:
+    /// - iCalUID
+    /// - orderBy
+    /// - privateExtendedProperty
+    /// - q
+    /// - sharedExtendedProperty
+    /// - timeMin
+    /// - timeMax
+    /// - updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
     /// Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
@@ -2653,7 +2688,20 @@
     /// Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. Optional. The default is False.
     #[serde(rename = "showDeleted")]
     pub show_deleted: Option<bool>,
-    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All events deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. There are several query parameters that cannot be specified together with nextSyncToken to ensure consistency of the client state.  These are:  - iCalUID  - orderBy  - privateExtendedProperty  - q  - sharedExtendedProperty  - timeMin  - timeMax  - updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
+    /// Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All events deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
+    /// There are several query parameters that cannot be specified together with nextSyncToken to ensure consistency of the client state.
+    ///
+    /// These are:
+    /// - iCalUID
+    /// - orderBy
+    /// - privateExtendedProperty
+    /// - q
+    /// - sharedExtendedProperty
+    /// - timeMin
+    /// - timeMax
+    /// - updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+    /// Learn more about incremental synchronization.
+    /// Optional. The default is to return all entries.
     #[serde(rename = "syncToken")]
     pub sync_token: Option<String>,
     /// Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
@@ -2828,7 +2876,9 @@
     /// Event identifier.
     #[serde(rename = "eventId")]
     pub event_id: String,
-    /// Deprecated. Please use sendUpdates instead.  Whether to send notifications about the event update (for example, description changes, etc.). Note that some emails might still be sent even if you set the value to false. The default is false.
+    /// Deprecated. Please use sendUpdates instead.
+    ///
+    /// Whether to send notifications about the event update (for example, description changes, etc.). Note that some emails might still be sent even if you set the value to false. The default is false.
     #[serde(rename = "sendNotifications")]
     pub send_notifications: Option<bool>,
     /// The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.
@@ -2896,7 +2946,9 @@
     /// General attributes applying to any API call
     #[serde(flatten)]
     pub calendar_params: Option<CalendarParams>,
-    /// Deprecated. Please use sendUpdates instead.  Whether to send notifications about the event update (for example, description changes, etc.). Note that some emails might still be sent even if you set the value to false. The default is false.
+    /// Deprecated. Please use sendUpdates instead.
+    ///
+    /// Whether to send notifications about the event update (for example, description changes, etc.). Note that some emails might still be sent even if you set the value to false. The default is false.
     #[serde(rename = "sendNotifications")]
     pub send_notifications: Option<bool>,
     /// Whether API client performing operation supports event attachments. Optional. The default is False.
@@ -2985,7 +3037,9 @@
     /// Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
     #[serde(rename = "calendarId")]
     pub calendar_id: String,
-    /// Deprecated. Please use sendUpdates instead.  Whether to send notifications about the creation of the event. Note that some emails might still be sent even if you set the value to false. The default is false.
+    /// Deprecated. Please use sendUpdates instead.
+    ///
+    /// Whether to send notifications about the creation of the event. Note that some emails might still be sent even if you set the value to false. The default is false.
     #[serde(rename = "sendNotifications")]
     pub send_notifications: Option<bool>,
 }
@@ -3080,7 +3134,9 @@
     /// Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event's body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0.
     #[serde(rename = "conferenceDataVersion")]
     pub conference_data_version: Option<i32>,
-    /// Deprecated. Please use sendUpdates instead.  Whether to send notifications about the creation of the new event. Note that some emails might still be sent even if you set the value to false. The default is false.
+    /// Deprecated. Please use sendUpdates instead.
+    ///
+    /// Whether to send notifications about the creation of the new event. Note that some emails might still be sent even if you set the value to false. The default is false.
     #[serde(rename = "sendNotifications")]
     pub send_notifications: Option<bool>,
     /// Whether API client performing operation supports event attachments. Optional. The default is False.
@@ -3181,7 +3237,9 @@
     /// Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
     #[serde(rename = "calendarId")]
     pub calendar_id: String,
-    /// Deprecated. Please use sendUpdates instead.  Whether to send notifications about the deletion of the event. Note that some emails might still be sent even if you set the value to false. The default is false.
+    /// Deprecated. Please use sendUpdates instead.
+    ///
+    /// Whether to send notifications about the deletion of the event. Note that some emails might still be sent even if you set the value to false. The default is false.
     #[serde(rename = "sendNotifications")]
     pub send_notifications: Option<bool>,
     /// Guests who should receive notifications about the deletion of the event.