bump patch level; regen everything with latest fix

This commit is contained in:
Sebastian Thiel
2021-04-22 09:49:31 +08:00
parent 97f3a9499d
commit 1b1b598597
2506 changed files with 10502 additions and 19075 deletions

View File

@@ -121,7 +121,7 @@ impl<'a, > CloudMemorystoreForMemcached<> {
CloudMemorystoreForMemcached {
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://memcache.googleapis.com/".to_string(),
_root_url: "https://memcache.googleapis.com/".to_string(),
}
@@ -132,7 +132,7 @@ impl<'a, > CloudMemorystoreForMemcached<> {
}
/// 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 {

View File

@@ -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))

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *Cloud Memorystore for Memcached* crate version *2.0.4+20210324*, where *20210324* is the exact revision of the *memcache:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v2.0.4*.
//! This documentation was generated from *Cloud Memorystore for Memcached* crate version *2.0.5+20210324*, where *20210324* is the exact revision of the *memcache:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v2.0.5*.
//!
//! Everything else about the *Cloud Memorystore for Memcached* *v1_beta2* API can be found at the
//! [official documentation site](https://cloud.google.com/memorystore/).
@@ -70,9 +70,6 @@
//! ```toml
//! [dependencies]
//! google-memcache1_beta2 = "*"
//! # 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"