|
|
|
|
@@ -103,7 +103,7 @@ impl Default for Scope {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -160,7 +160,7 @@ impl<'a, S> DriveHub<S> {
|
|
|
|
|
DriveHub {
|
|
|
|
|
client,
|
|
|
|
|
auth: authenticator,
|
|
|
|
|
_user_agent: "google-api-rust-client/4.0.0".to_string(),
|
|
|
|
|
_user_agent: "google-api-rust-client/4.0.1".to_string(),
|
|
|
|
|
_base_url: "https://www.googleapis.com/drive/v3/".to_string(),
|
|
|
|
|
_root_url: "https://www.googleapis.com/".to_string(),
|
|
|
|
|
}
|
|
|
|
|
@@ -198,7 +198,7 @@ impl<'a, S> DriveHub<S> {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// Set the user-agent header field to use in all requests to the server.
|
|
|
|
|
/// It defaults to `google-api-rust-client/4.0.0`.
|
|
|
|
|
/// It defaults to `google-api-rust-client/4.0.1`.
|
|
|
|
|
///
|
|
|
|
|
/// Returns the previously set user-agent.
|
|
|
|
|
pub fn user_agent(&mut self, agent_name: String) -> String {
|
|
|
|
|
@@ -1863,7 +1863,7 @@ impl client::Part for TeamDriveRestrictions {}
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `get(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -1916,7 +1916,7 @@ impl<'a, S> AboutMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `get_start_page_token(...)`, `list(...)` and `watch(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -2033,7 +2033,7 @@ impl<'a, S> ChangeMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `stop(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -2091,7 +2091,7 @@ impl<'a, S> ChannelMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `create(...)`, `delete(...)`, `get(...)`, `list(...)` and `update(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -2232,7 +2232,7 @@ impl<'a, S> CommentMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `create(...)`, `delete(...)`, `get(...)`, `hide(...)`, `list(...)`, `unhide(...)` and `update(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -2397,7 +2397,7 @@ impl<'a, S> DriveMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `copy(...)`, `create(...)`, `delete(...)`, `empty_trash(...)`, `export(...)`, `generate_ids(...)`, `get(...)`, `list(...)`, `update(...)` and `watch(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -2654,7 +2654,7 @@ impl<'a, S> FileMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `create(...)`, `delete(...)`, `get(...)`, `list(...)` and `update(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -2815,7 +2815,7 @@ impl<'a, S> PermissionMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `create(...)`, `delete(...)`, `get(...)`, `list(...)` and `update(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -2965,7 +2965,7 @@ impl<'a, S> ReplyMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `delete(...)`, `get(...)`, `list(...)` and `update(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -3085,7 +3085,7 @@ impl<'a, S> RevisionMethods<'a, S> {
|
|
|
|
|
/// secret,
|
|
|
|
|
/// oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// ).build().await.unwrap();
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
|
|
|
|
|
/// // like `create(...)`, `delete(...)`, `get(...)`, `list(...)` and `update(...)`
|
|
|
|
|
/// // to build up your call.
|
|
|
|
|
@@ -3223,7 +3223,7 @@ impl<'a, S> TeamdriveMethods<'a, S> {
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -3444,7 +3444,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -3713,7 +3713,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -4091,7 +4091,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -4498,7 +4498,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -4738,7 +4738,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -5021,7 +5021,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -5276,7 +5276,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -5554,7 +5554,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -5857,7 +5857,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -6153,7 +6153,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -6415,7 +6415,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -6658,7 +6658,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -6924,7 +6924,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -7178,7 +7178,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -7447,7 +7447,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -7702,7 +7702,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -7998,7 +7998,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -8367,7 +8367,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -8826,7 +8826,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -9105,7 +9105,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -9330,7 +9330,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -9585,7 +9585,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -9847,7 +9847,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -10165,7 +10165,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -10556,7 +10556,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -11241,7 +11241,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -11589,7 +11589,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -11968,7 +11968,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -12259,7 +12259,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -12561,7 +12561,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -12888,7 +12888,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -13244,7 +13244,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -13539,7 +13539,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -13806,7 +13806,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -14096,7 +14096,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -14399,7 +14399,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -14706,7 +14706,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -14966,7 +14966,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -15260,7 +15260,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -15539,7 +15539,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -15835,7 +15835,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -16097,7 +16097,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -16340,7 +16340,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -16606,7 +16606,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // You can configure optional parameters by calling the respective setters at will, and
|
|
|
|
|
/// // execute the final call using `doit()`.
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
@@ -16876,7 +16876,7 @@ where
|
|
|
|
|
/// # secret,
|
|
|
|
|
/// # oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
|
|
|
|
/// # ).build().await.unwrap();
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// # let mut hub = DriveHub::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
|
|
|
|
|
/// // As the method needs a request, you would usually fill it with the desired information
|
|
|
|
|
/// // into the respective structure. Some of the parts shown here might not be applicable !
|
|
|
|
|
/// // Values shown here are possibly random and not representative !
|
|
|
|
|
|