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:
@@ -125,7 +125,7 @@ impl<'a, > CloudKMS<> {
|
||||
CloudKMS {
|
||||
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://cloudkms.googleapis.com/".to_string(),
|
||||
_root_url: "https://cloudkms.googleapis.com/".to_string(),
|
||||
}
|
||||
@@ -136,7 +136,7 @@ impl<'a, > CloudKMS<> {
|
||||
}
|
||||
|
||||
/// 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 {
|
||||
|
||||
Reference in New Issue
Block a user