mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
regen everything with fixed Send for Delegate
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
[package]
|
||||
|
||||
name = "google-compute1"
|
||||
version = "2.0.3+20210316"
|
||||
version = "2.0.4+20210316"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with compute (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/compute1"
|
||||
homepage = "https://developers.google.com/compute/docs/reference/latest/"
|
||||
documentation = "https://docs.rs/google-compute1/2.0.3+20210316"
|
||||
documentation = "https://docs.rs/google-compute1/2.0.4+20210316"
|
||||
license = "MIT"
|
||||
keywords = ["compute", "google", "protocol", "web", "api"]
|
||||
autobins = false
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -143,7 +143,7 @@ impl<'a, > Compute<> {
|
||||
Compute {
|
||||
client,
|
||||
auth: authenticator,
|
||||
_user_agent: "google-api-rust-client/2.0.3".to_string(),
|
||||
_user_agent: "google-api-rust-client/2.0.4".to_string(),
|
||||
_base_url: "https://compute.googleapis.com/compute/v1/".to_string(),
|
||||
_root_url: "https://compute.googleapis.com/".to_string(),
|
||||
}
|
||||
@@ -391,7 +391,7 @@ impl<'a, > Compute<> {
|
||||
}
|
||||
|
||||
/// Set the user-agent header field to use in all requests to the server.
|
||||
/// It defaults to `google-api-rust-client/2.0.3`.
|
||||
/// It defaults to `google-api-rust-client/2.0.4`.
|
||||
///
|
||||
/// Returns the previously set user-agent.
|
||||
pub fn user_agent(&mut self, agent_name: String) -> String {
|
||||
|
||||
@@ -105,7 +105,7 @@ pub struct ServerMessage {
|
||||
///
|
||||
/// It contains methods to deal with all common issues, as well with the ones related to
|
||||
/// uploading media
|
||||
pub trait Delegate {
|
||||
pub trait Delegate: Send {
|
||||
/// Called at the beginning of any API request. The delegate should store the method
|
||||
/// information if he is interesting in knowing more context when further calls to it
|
||||
/// are made.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
|
||||
//! This documentation was generated from *compute* crate version *2.0.3+20210316*, where *20210316* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v2.0.3*.
|
||||
//! This documentation was generated from *compute* crate version *2.0.4+20210316*, where *20210316* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v2.0.4*.
|
||||
//!
|
||||
//! Everything else about the *compute* *v1* API can be found at the
|
||||
//! [official documentation site](https://developers.google.com/compute/docs/reference/latest/).
|
||||
|
||||
Reference in New Issue
Block a user