set version 5.0.4 and publish APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:36:36 +01:00
parent 5df596b52a
commit 1216fcf695
3120 changed files with 11605 additions and 11605 deletions

View File

@@ -123,7 +123,7 @@ impl<'a, S> AdMob<S> {
AdMob {
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://admob.googleapis.com/".to_string(),
_root_url: "https://admob.googleapis.com/".to_string(),
}
@@ -134,7 +134,7 @@ impl<'a, S> AdMob<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 {