rebuild all APIS

This commit is contained in:
Sebastian Thiel
2023-03-16 18:16:47 +01:00
parent 952ec161b8
commit a791dde0ce
3202 changed files with 103346 additions and 529276 deletions

View File

@@ -141,7 +141,7 @@ impl<'a, S> Docs<S> {
Docs {
client,
auth: Box::new(auth),
_user_agent: "google-api-rust-client/5.0.2-beta-1".to_string(),
_user_agent: "google-api-rust-client/5.0.2".to_string(),
_base_url: "https://docs.googleapis.com/".to_string(),
_root_url: "https://docs.googleapis.com/".to_string(),
}
@@ -152,7 +152,7 @@ impl<'a, S> Docs<S> {
}
/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/5.0.2-beta-1`.
/// It defaults to `google-api-rust-client/5.0.2`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {