bump patch level; regen everything with latest fix

This commit is contained in:
Sebastian Thiel
2021-04-22 09:49:31 +08:00
parent 97f3a9499d
commit 1b1b598597
2506 changed files with 10502 additions and 19075 deletions

View File

@@ -136,7 +136,7 @@ impl<'a, > BigQueryDataTransfer<> {
BigQueryDataTransfer {
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://bigquerydatatransfer.googleapis.com/".to_string(),
_root_url: "https://bigquerydatatransfer.googleapis.com/".to_string(),
}
@@ -147,7 +147,7 @@ impl<'a, > BigQueryDataTransfer<> {
}
/// 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 {