mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
bump patch level; regen everything with latest fix
This commit is contained in:
@@ -126,7 +126,7 @@ impl<'a, > SQLAdmin<> {
|
||||
SQLAdmin {
|
||||
client,
|
||||
auth: authenticator,
|
||||
_user_agent: "google-api-rust-client/2.0.4".to_string(),
|
||||
_user_agent: "google-api-rust-client/2.0.5".to_string(),
|
||||
_base_url: "https://sqladmin.googleapis.com/".to_string(),
|
||||
_root_url: "https://sqladmin.googleapis.com/".to_string(),
|
||||
}
|
||||
@@ -161,7 +161,7 @@ impl<'a, > SQLAdmin<> {
|
||||
}
|
||||
|
||||
/// Set the user-agent header field to use in all requests to the server.
|
||||
/// It defaults to `google-api-rust-client/2.0.4`.
|
||||
/// It defaults to `google-api-rust-client/2.0.5`.
|
||||
///
|
||||
/// Returns the previously set user-agent.
|
||||
pub fn user_agent(&mut self, agent_name: String) -> String {
|
||||
|
||||
@@ -721,6 +721,7 @@ impl<'a, A> ResumableUploadHelper<'a, A> {
|
||||
.client
|
||||
.request(
|
||||
hyper::Request::builder()
|
||||
.uri(self.url)
|
||||
.method(hyper::Method::POST)
|
||||
.header("Content-Range", range_header.header_value())
|
||||
.header(CONTENT_TYPE, format!("{}", self.media_type))
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
|
||||
//! This documentation was generated from *SQL Admin* crate version *2.0.4+20200331*, where *20200331* is the exact revision of the *sql:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v2.0.4*.
|
||||
//! This documentation was generated from *SQL Admin* crate version *2.0.5+20200331*, where *20200331* is the exact revision of the *sql:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v2.0.5*.
|
||||
//!
|
||||
//! Everything else about the *SQL Admin* *v1_beta4* API can be found at the
|
||||
//! [official documentation site](https://developers.google.com/cloud-sql/).
|
||||
@@ -111,9 +111,6 @@
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! google-sql1_beta4 = "*"
|
||||
//! # This project intentionally uses an old version of Hyper. See
|
||||
//! # https://github.com/Byron/google-apis-rs/issues/173 for more
|
||||
//! # information.
|
||||
//! hyper = "^0.14"
|
||||
//! hyper-rustls = "^0.22"
|
||||
//! serde = "^1.0"
|
||||
|
||||
Reference in New Issue
Block a user