mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
set version 5.0.4 and publish APIs
This commit is contained in:
@@ -148,7 +148,7 @@ impl<'a, S> Compute<S> {
|
||||
Compute {
|
||||
client,
|
||||
auth: Box::new(auth),
|
||||
_user_agent: "google-api-rust-client/5.0.3".to_string(),
|
||||
_user_agent: "google-api-rust-client/5.0.4".to_string(),
|
||||
_base_url: "https://compute.googleapis.com/compute/v1/".to_string(),
|
||||
_root_url: "https://compute.googleapis.com/".to_string(),
|
||||
}
|
||||
@@ -444,7 +444,7 @@ impl<'a, S> Compute<S> {
|
||||
}
|
||||
|
||||
/// Set the user-agent header field to use in all requests to the server.
|
||||
/// It defaults to `google-api-rust-client/5.0.3`.
|
||||
/// It defaults to `google-api-rust-client/5.0.4`.
|
||||
///
|
||||
/// Returns the previously set user-agent.
|
||||
pub fn user_agent(&mut self, agent_name: String) -> String {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
|
||||
//! This documentation was generated from *compute* crate version *5.0.3+20240218*, where *20240218* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
|
||||
//! This documentation was generated from *compute* crate version *5.0.4+20240218*, where *20240218* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.4*.
|
||||
//!
|
||||
//! Everything else about the *compute* *v1* API can be found at the
|
||||
//! [official documentation site](https://cloud.google.com/compute/).
|
||||
|
||||
Reference in New Issue
Block a user