regen everything with fixed Send for Delegate

This commit is contained in:
Sebastian Thiel
2021-04-14 16:58:44 +08:00
parent df5f102bd4
commit 0adccb51c5
2503 changed files with 10534 additions and 10534 deletions

View File

@@ -115,7 +115,7 @@ impl<'a, > BinaryAuthorization<> {
BinaryAuthorization {
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://binaryauthorization.googleapis.com/".to_string(),
_root_url: "https://binaryauthorization.googleapis.com/".to_string(),
}
@@ -129,7 +129,7 @@ impl<'a, > BinaryAuthorization<> {
}
/// 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 {