mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
set version 5.0.4 and publish APIs
This commit is contained in:
@@ -125,7 +125,7 @@ impl<'a, S> Transcoder<S> {
|
||||
Transcoder {
|
||||
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://transcoder.googleapis.com/".to_string(),
|
||||
_root_url: "https://transcoder.googleapis.com/".to_string(),
|
||||
}
|
||||
@@ -136,7 +136,7 @@ impl<'a, S> Transcoder<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 {
|
||||
|
||||
Reference in New Issue
Block a user