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:
@@ -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 {
|
||||
|
||||
@@ -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 *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"
|
||||
|
||||
Reference in New Issue
Block a user